.no-shadow {
    box-shadow: none !important;
}

.page-content {
    padding: 0;
    margin-bottom: 60px;
}

.form-group {
    margin-bottom: 1rem;
    position: relative;
}

.form-control:focus {
    border-color: rgb(16, 96, 195);
}

.width-sm {
    width: 95%;
}

.noti {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}
/*Additional css / Custom css*/
body {
    font-size: 12px !important;
}

body, .main-content {
    font-family: Calibry, sans-serif;
    /*    background: #fbe8d7 !important;*/
}

    body[data-topbar="colored"] #page-topbar {
        background-color: #7C8A92;
    }

.language-img-height img {
    height: 15px;
}

.bg-transparent {
    background: rgba(255,255,255,0.7) !important;
}

nav .input-group input.form-control {
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    color: rgba(255, 255, 255, 0.5) !important;
    border-radius: 20px 0 0 20px;
}

    nav .input-group input.form-control::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.3) !important;
    }

    nav .input-group input.form-control::-moz-placeholder {
        color: rgba(255, 255, 255, 0.3) !important;
    }

    nav .input-group input.form-control:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.3) !important;
    }

    nav .input-group input.form-control::-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.3) !important;
    }

    nav .input-group input.form-control::placeholder {
        color: rgba(255, 255, 255, 0.3) !important;
    }

nav .input-group button {
    border-radius: 0 20px 20px 0;
}

.navbar-header {
    height: 40px !important;
}

body[data-layout="horizontal"] .navbar-brand-box {
    padding-right: 300px !important;
}

.vertical-menu {
    top: 55px;
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a {
    padding: 10px;
    min-height: 45px;
}

#sidebar-menu ul li a {
    font-size: 12px;
}

.vertical-collpsed .vertical-menu, .vertical-collpsed .navbar-brand-box {
    width: 55px !important;
}

    .vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul {
        left: 55px;
        width: 255px;
    }

    .vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a {
        width: calc(255px + 55px);
    }

.vertical-collpsed .main-content {
    margin-left: 55px;
}

#sidebar-menu {
    padding: 0px 0 30px 0;
}

.logo-text-header-first {
    line-height: 24px;
    position: absolute;
    text-align: left;
    top: 10px;
    font-size: 12px;
    padding-left: 12px;
}

.logo-text-header-second {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}

.page-title-box {
    padding: 24px 0 0 0 !important;
    background-color: #fff !important;
    margin-top: 70px;
}

    .page-title-box .cm-title {
        line-height: 30px;
        font-size: 12px;
    }

.cm-image p {
    font-size: 10px;
}

.culture-list label {
    font-size: 10px;
}

.card {
    -webkit-box-shadow: 0 6px 9px -10px #333;
    -moz-box-shadow: 0 6px 9px -10px #333;
    box-shadow: 0 6px 9px -10px #333;
}

.cm-image img {
    height: 90px;
}

.page-content-wrapper {
    margin-top: 0;
}

.btn-dashboard-active {
    background-color: #ffa500;
    border-color: #ffa500;
    color: #fff;
}

.btn-dashboard-inactive {
    background-color: #fdf4eb;
    border-color: #fdf4eb;
    color: #000;
}

#sidebar-menu ul li a:hover {
    background: #1F6E97 !important;
}

.mm-active .active {
    color: #fff !important;
    background: #1F6E97;
}

.footer img {
    height: 30px;
}

.vertical-menu {
    position: fixed !important;
}
/* .simplebar-content-wrapper{
  position: fixed;
  width: 250px;
} */
.vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul a:hover {
    color: #fff;
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul a {
    width: 270px;
}

.dashboard-card .card {
    /* height: 270px; */
}

.dashboard-card h2 {
    display: table-cell;
    height: 230px;
    line-height: 36px;
    vertical-align: middle;
}

.knob-card {
    position: absolute;
    right: 5px;
    top: 2px;
}

.nav-item .knob-card {
    position: absolute;
    right: 15px;
    top: 10px;
}

.header-title {
    font-size: 12px;
}

.modal-title.header-title {
    font-size: 1rem;
    margin: 0;
    padding: 0;
}

.ministry-card {
}

    .ministry-card h5 {
        font-size: 11px;
        font-weight: 700;
    }

    .ministry-card h4 {
        font-size: 11px;
        font-weight: 400;
    }

    .ministry-card .main-value {
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        padding-top: 10px;
        font-weight: 700;
    }

.ministry-link {
}

    .ministry-link a {
        font-weight: 400;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.5);
        padding-bottom: 10px;
        font-size: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }

        .ministry-link a:hover {
            color: #fff;
        }

.ministry-custom-table.k-grid th, .ministry-custom-table.k-grid td {
    color: #fff;
    padding: 10px !important;
    border-left: none;
    font-size: 14px;
    font-weight: 400;
    border-top: 5px solid #fff;
}

.ministry-custom-table.k-grid th {
    color: inherit;
    border: none !important;
}

.physical-progress h4 {
    font-weight: 700;
}

.breadcrumb {
    background: none;
}

.breadcrumb-item .btn {
    padding: inherit;
    background: no-repeat;
    border: none;
    color: rgb(48, 81, 211) !important;
}



.breadcrumb-item.active .btn {
    color: #333 !important;
}

.breadcrumb-item .btn.focus, .breadcrumb-item .btn:focus {
    border: none;
    box-shadow: none;
}

.vertical-collpsed .footer {
    left: 55px;
}

.vertical-collpsed {
    min-height: 80vh;
}

.button-fix-placement {
    position: relative;
    top: 22px;
}

.project-listing-table table tr td {
    vertical-align: middle;
}

.project-listing-table table tbody tr {
    border: 5px solid #f1f1f1 !important;
    border-left: none !important;
    border-right: none !important;
}

.department-tabs .nav-tabs-custom {
    border: none;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.nav-tabs-custom .nav-item .nav-link:after {
    display: none;
}

.department-tabs .nav-tabs .nav-link {
    padding-top: 5px;
    padding-bottom: 5px;
}

.department-tabs .nav-tabs-custom .nav-item .nav-link.active {
    padding-top: 10px;
    padding-bottom: 10px;
}

.department-tabs ul li {
    padding: 0 5px
}

    .department-tabs ul li a.btn.active {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

.department-tabs .tab-content .tab-pane {
    border-radius: 10px;
}

.position-absolute {
    position: absolute !important;
}

.department-parent h5 .position-absolute {
    left: 0;
    top: -1px;
}

.department-parent.active h5 .position-absolute {
    left: 0;
    top: 0;
}

.department-parent h5 .position-absolute i {
    font-size: 12px;
}

.department-parent .inline-icon {
    padding-left: 30px;
}

.department-parent.active h5 .position-absolute button {
    padding: 11px;
    border-radius: 4px 0 0 4px;
}

.department-parent h5 .position-absolute button {
    padding: 12px 11px;
    border-radius: 4px 0 0 4px;
}

.green-progress .nav-link.active {
    background: #008000 !important;
}

.blue-progress .nav-link.active {
    background: #3051d3 !important;
}

.orange-progress .nav-link.active {
    background: #ffa500 !important;
}

.red-progress .nav-link.active {
    background: #f06543 !important;
}

.item .green-progress {
    background: #008000 !important;
}

.item .blue-progress {
    background: #3051d3 !important;
}

.item .orange-progress {
    background: #ffa500 !important;
}

.item .red-progress {
    background: #f06543 !important;
}

.green-progress .nav-link:after {
    background: #008000 !important;
}

.blue-progress .nav-link:after {
    background: #3051d3 !important;
}

.orange-progress .nav-link:after {
    background: #ffa500 !important;
}

.red-progress .nav-link:after {
    background: #f06543 !important;
}


.orange-progress-details {
    border: 5px solid #ffa500;
    padding: 1rem !important;
}

.green-progress-details {
    border: 5px solid #008000;
    padding: 1rem !important;
}

.blue-progress-details {
    border: 5px solid #3051d3;
    padding: 1rem !important;
}

.red-progress-details {
    border: 5px solid #f06543;
    padding: 1rem !important;
}

.tab-content {
    background: #f1f1f1;
}

.department-tabs .tab-content {
    background: white;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.media h5 span, .media h6 span {
    display: block;
    margin-left: 0 !important;
}

.dashboard-card .card:hover {
}

.ministry-list-side h5 {
    line-height: 29px;
}

.ministry-list-side {
    max-height: 360px;
    overflow-y: scroll;
}

.ministry-list-title {
    position: relative;
    top: 1px;
}

    .ministry-list-title span {
        border: 1px solid #c1c1c1;
        padding: 10px 10px 10px 10px;
        border-radius: 4px 4px 0 0;
        position: relative;
        top: -8px;
        border-bottom: none;
        margin-right: 5px;
    }

        .ministry-list-title span.active {
            background: #f1f1f1;
            font-weight: bold;
        }

.graphical-list .row.border {
    border-color: #c1c1c1 !important;
}

.ministry-list-knob canvas {
    position: relative;
    margin-right: 10px;
    left: 10px;
}

.ministry-list-knob {
    position: absolute;
    top: -10px;
    right: 75px;
}

.ministry-wrapper {
    background: rgba(0,0,0,0.4) !important;
    border-radius: 4px;
    width: 100%;
    margin: 0 12px;
    position: relative;
    top: -20px;
    padding: 24px 0 10px 0;
    z-index: 10;
    margin-bottom: -15px;
}

.department-parent.active, .department-child.active {
    background-color: #3051d3;
    color: #fff !important;
    border-radius: 4px;
    border: none !important;
}

    .department-parent.active h5, .department-child.active h5 {
        color: #fff !important;
    }

.department-parent, .department-child {
    z-index: 11;
    border: 1px solid #c1c1c1;
}

.badge-warning {
    color: #fff;
    background-color: #ffa500 !important;
}

.text-warning {
    color: #ffa500 !important;
}

.badge-success {
    color: #fff;
    background-color: #008000 !important;
}

.text-success {
    color: #008000 !important;
}
/* Login Start */
.bg-login {
    background-image: url(../images/mount-everest.jpg);
    min-height: 100vh;
    background-size: 100%;
    padding: 20px;
    background-size: cover;
    background-position: center center;
    position:relative;
}
    .bg-login:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: #3051d3;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0.9;
        filter: saturate(0.9);
    }

.login-card {
    float: none;
    margin: auto;
    position:relative;
    z-index:9;
}
.form-control,.btn {
    height: calc(2.1em + .94rem + 2px) !important;
    
}
.login-height-fix {
    height: 80vh;
}

.detail-part {
    padding: 30px;
    background-size: cover;
    background-position: center center;
    border-radius: 30px 0 0 30px;
}

    .detail-part:before {
        content: ' ';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        opacity: 0.8;
        background: url(../images/login-bg.png);
        background-repeat: no-repeat;
        background-position: 50% 0;
        -ms-background-size: cover;
        -o-background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
        border-radius: 30px 0 0 30px;
    }

.login-card .detail-part .logo-text-header-first {
    top: 28px;
}

.login-card .detail-part img {
    position: relative;
    z-index: 1;
}

.detail-part h1 {
    color: #fff;
}

.detail-part p {
    color: #fff;
    margin-top: 30px;
}

.w-40{
    width:40%;
}
@media screen and (max-width:960px) {
    .w-40 {
        width: 100%;
    }
}

.bg-primary-blue {
    background-color: #6271a1 !important;
}
.logo-cover {
    text-align: center;
}

    .logo-cover img {
        margin-bottom: 30px;
    }

@media screen and (max-width: 767px) {
    .bg-login {
        background-image: url(../images/mount-everest.jpg);
    }

    .detail-part {
        border-radius: 30px 30px 0 0;
    }

    .login-part {
        border-radius: 0 0 30px 30px;
    }

 

    .login-height-fix {
        height: 90vh;
    }

    .detail-part:before {
        content: ' ';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        background: rgba(255,255,255,0.8);
        border-radius: 30px 30px 0 0;
    }
}

.select-add-btn {
    height: 0;
}

    .select-add-btn a, .select-add-btn button {
        position: relative;
        top: -29px;
        left: 90%;
    }
/* Login End */
/*Bootstrap Custom*/
.table td, .table th {
    padding: 5px .75rem;
    /*vertical-align: middle;*/
    border-top: 0 !important;
}

.bg-success {
    background-color: #008000 !important;
}

.btn-success {
    background-color: #008000 !important;
    border-color: #008000 !important;
}

.bg-warning {
    background-color: #ffa500 !important;
}

.btn-warning {
    background-color: #ffa500 !important;
    border-color: #ffa500 !important;
}
/* Kendo CUstom*/
.k-list-container {
    height: auto !important;
}

    .k-list-container .k-list-scroller {
        height: 200px !important;
    }

.k-animation-container * {
    box-sizing: border-box !important;
}

.k-animation-container .k-list-container span {
    padding: 0;
    min-height: auto !important;
}

.k-list-filter > .k-icon {
}

.k-list .k-item.k-state-selected, .k-list-optionlabel.k-state-selected {
    background: #c1c1c1 !important;
    box-shadow: none !important;
}

.k-list-filter {
    min-height: auto;
}

.k-list-optionlabel {
    display: none;
}

.k-widget {
    font-size: 12px !important;
    font-weight: 400 !important;
}

.k-grid th, .k-grid td {
    padding: 2px 5px !important;
}

.k-grid-header .k-grid-filter, .k-grid-header .k-header-column-menu {
    top: 0;
}

.k-pager-numbers .k-link.k-state-selected {
    border: 1px solid #1F6E97 !important;
    background: #1F6E97 !important;
}

.k-dropdown, .k-dropdowntree {
    width: 100% !important;
    height: calc(1.5em + .5rem + 2px) !important;
}

.k-pager-numbers .k-link {
    border-radius: 4px !important;
}

.k-list-filter > .k-textbox {
    height: 30px !important;
}

.k-list-filter > .k-icon {
    right: 10px !important;
}

.k-list-scroller ul li table {
    margin-bottom: 0;
}

.k-button {
    padding: 4px 8px !important;
    font-size: 12px !important;
}

a.k-button.k-button-icontext.k-grid-excel {
    float: right;
}

.ministry-custom-table.k-grid th.k-state-selected, .ministry-custom-table.k-grid td.k-state-selected, .ministry-custom-table.k-grid tr.k-state-selected > td {
    background: #BFDEFF !important;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu .dropdown-menu {
        top: -5px !important;
        left: 100%;
        margin-top: -1px;
    }


    .dropdown-submenu ul::before {
        content: '';
        left: -.9rem;
        -webkit-transform: rotate(140deg) translate(-9px);
        -ms-transform: rotate(140deg) translate(-9px);
        transform: rotate(140deg) translate(-9px);
        border-bottom: 1px solid rgba(0,0,0,.1);
        border-right: 1px solid rgba(0,0,0,.1);
    }

    .dropdown-submenu ul::before {
        position: absolute;
        top: 1.285rem;
        width: .714rem;
        height: .714rem;
        display: block;
        background: #FFF;
        z-index: 10;
        box-sizing: border-box;
    }

.breadcrumb-item + .breadcrumb-item::before {
    color: #3051d3;
    content: "\F142";
}

.graphical-view-knob {
    padding: 5px;
    border: 1px solid rgba(0,0,0,0);
    border-radius: 4px;
}

    .graphical-view-knob:hover, .graphical-view-knob.active {
        border: 1px solid #c1c1c1;
        border-radius: 4px;
        background: #f1f1f1;
        -webkit-box-shadow: 0 6px 6px -6px #333;
        -moz-box-shadow: 0 6px 6px -6px #333;
        box-shadow: 0 6px 6px -6px #333;
    }

.modal-header .close, .header-title-text {
    cursor: pointer !important;
}



/*added by yogesh basnet*/
td img {
    height: 50px;
}

.header-title span, .btn-sar button {
    margin-left: 10px;
}


.user-list-tabs a {
    float: left;
    margin-right: 15px;
}

.user-list-tabs {
    width: 100%;
    float: left;
    padding-left: 30px;
    margin-top: 15px;
}

    .user-list-tabs a span {
        padding: 10px 20px;
        float: left;
        border-bottom: 2px solid transparent;
        font-size: 13px !important;
        font-weight: bold;
        background-color: #fdf4eb;
        border-color: #fdf4eb;
        color: #000;
        line-height: 1.5;
        border-radius: .25rem;
    }

        .user-list-tabs a span.active, .user-list-tabs a span:hover {
            background-color: #ffa500;
            border-color: #ffa500;
            color: #fff;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }

.user-tbs-information {
    float: left;
    width: 100%;
    margin-bottom: 75px;
}

    .user-tbs-information .badge {
        font-size: 100%;
    }

#divUserDetail, #divUserPassword, #divUserOrganization {
    border: 3px solid #ffa500;
    padding: 15px;
    border-radius: 7px;
    float: left;
    width: 100%;
    overflow: hidden;
    background: white;
}

.page-title {
    font-size: 15px;
    margin: 0;
}

.btn-sar {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

div#grd {
    float: left;
    width: 100%;
}

.user-profile-img img {
    max-width: 100%;
    background: #e2e2e2;
    min-height: 150px;
    float: left;
    width: 100%;
    border: 2px solid #3333;
    margin-bottom: 10px;
}


/*css for grid view*/

.k-grid-header th, .k-grid th.k-sorted {
    padding: 5px .75rem !important;
    background: #343a40;
    color: rgb(255, 255, 255);
    font-weight: bold;
}

    .k-grid th.k-sorted a {
        color: white;
    }

.k-grid-header .k-grid-filter, .k-grid-header .k-header-column-menu {
    position: relative !important;
}

.k-grid-content td {
    padding: 10px !important;
}

.k-grid-header th.k-with-icon .k-link {
    font-weight: bold;
}

.k-grid-header .k-header > .k-link > .k-icon.k-i-sort-desc-sm, .k-grid-header .k-header > .k-link > .k-icon.k-i-sort-asc-sm {
    color: white;
}

.c-view .report-header {
    padding: 20px 20px 0;
}

.c-view .h-header {
    font-size: 13px;
    font-weight: bold;
}

.c-view .m-t-danger .h-header {
    color: #f06543 !important;
}

.c-view .m-t-warning .h-header {
    color: #ffa500 !important;
}

.c-view .m-t-success .h-header {
    color: #008000 !important;
}

.c-view .m-top-70 {
    margin-top: 70px;
}

.c-view .mt-no-label {
    margin-top: 25px;
}

.c-view tr.tr-seperator {
    border-top: 2px solid #e3e3e3 !important;
    font-weight: bold;
    text-transform: uppercase;
}

.c-view td.no-data {
    padding: 14px 0 12px;
    text-align: center;
    background: #e7e7e7;
    color: #333;
}

.c-view tbody:hover tr {
    cursor: pointer !important;
}

.c-view tbody:hover td {
    background: #e2e2e2;
    color: #333333;
    cursor: pointer;
}

.c-view .tbl-details-item {
    font-size: 11px;
}

.c-view .tbl-details-title {
    font-weight: 600;
    margin-right: 5px;
    color: #6d6d6d;
}

.c-view .tbl-details-item.sep-s {
    margin: 10px 0;
    border-bottom: 1px solid #ccc;
}

.c-view .h-header .media-body .font-size-14 {
    font-size: 12px !important;
}

.c-view .h-header .media-body .font-size-12 {
    font-size: 11px !important;
}

.department-tabs li h5 {
    margin: 5px !important;
    padding: 0 !important;
    font-size: 11px;
}

.r-list {
    display: inline-block;
    margin-right: 20px;
}

.r-title {
    margin-right: 10px;
    float: left;
}

.r-check {
    width: 18px;
    float: left;
    margin-top: -4px;
}

.less-padding .row {
    margin-left: -8px;
    margin-right: -8px;
}

.less-padding div[class|=col] {
    padding-left: 8px;
    padding-right: 8px;
}

.tbl-data-input .input-group-prepend {
    float: left;
    width: 48px;
}

.tbl-data-input .k-datepicker, .tbl-data-input .nepaliDatePicker-span {
    float: left;
    width: calc(100% - 48px) !important;
}

.MultiCarousel, .normal-caresoul {
    /* float: left; */
    width: 96%;
    /* position: relative; */
    /* margin-top: 24px; */
    overflow: hidden;
    margin-right: 10px !important;
    margin-left: 40px;
    margin-top: 6px;
}

    .normal-caresoul.no-pading {
        margin-left: 0;
        width: 100%;
    }

    .MultiCarousel .MultiCarousel-inner {
        transition: 1s ease all;
        float: left;
    }

        .MultiCarousel .MultiCarousel-inner .item, .normal-caresoul .MultiCarousel-inner .item {
            float: left;
            margin-right: -6px;
        }

            .MultiCarousel .MultiCarousel-inner .item > div, .normal-caresoul .MultiCarousel-inner .item > div {
                text-align: center;
                padding: 10px;
                margin: 0 10px;
                /*                            background: #f1f1f1;*/
                color: #666;
            }

    .MultiCarousel .leftLst, .MultiCarousel .rightLst {
        position: absolute;
        /*                    border-radius: 50%;*/
        float: right;
        height: 41px;
        padding: 0 8px;
        margin-top: -3px;
    }

    .MultiCarousel .leftLst {
        left: 1px;
    }

    .MultiCarousel .rightLst {
        right: -12px;
    }

        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {
            pointer-events: none;
            background: #ccc;
            border-color: #ccc;
        }

.MultiCarousel-inner.withd-s {
    width: auto !important;
}

.normal-caresoul .MultiCarousel-inner .item {
    min-width: 300px;
    float: left;
}

.no-margin .small-active {
    margin: 0 !important;
}

.department-tabs.no-pading .m-scroll-data {
    padding: 0;
    margin-left: -10px;
    margin-right: -10px;
}

.item:hover {
    cursor: pointer;
}

.item .lead {
    margin: 0;
    font-size: 12px;
    color: white;
    font-weight: bold;
}

.small-active .lead {
    /* font-size: 1rem; */
    line-height: 1;
    padding: 0;
    margin: 0;
    text-align: left;
}

.small-active.dive {
    width: 20%;
    float: left;
    margin-top: 8px;
    margin-right: 11px;
}

.small-active .item {
    float: left;
    width: 100%;
}

.small-active.dive .item .pad15 {
    padding: 10px;
    text-align: center;
}

.m-scroll-data {
    float: left;
    width: 78%;
    position: relative;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: -8px;
}

.small-active.dive .item .pad15 {
    /* min-height: 49px; */
    float: left;
    width: 100%;
    margin: 0;
    padding: 13px;
    font-size: 14px;
}

.department-tabs .item .pad15 {
    min-height: 41px;
    line-height: 1.2;
}

.text-danger.field-validation-error {
    display: block !important;
    width: 100%;
    position: absolute;
    bottom: 0;
    margin-bottom: -17px;
}

.setting-page h5.mb-1 {
    margin-top: 7px;
}

    .setting-page h5.mb-1.no-mrgn {
        margin-top: 0;
        font-size: 15px;
        min-height: 35px;
    }

.setting-page .card .card {
    border: 1px solid #c1c1c1 !important;
    box-shadow: none !important;
}

    .setting-page .card .card:hover {
        background: #f1f1f1;
        padding-left: 10px;
        transition: all 300ms;
        border: 1px solid #c1c1c1;
        box-shadow: 0 6px 9px -10px #333 !important;
    }

h4.page-herder-se {
    position: relative;
    color: #3f3f3f;
    font-size: 15px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

    h4.page-herder-se:after {
        height: 3px;
        width: 6%;
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        background: #7e93fa;
        margin-bottom: -6px;
        border-radius: 10px;
    }

a.btn-primary {
    color: white;
}
/*datepiker*/
.drop-down-content.year-drop-down, .drop-down-content.month-drop-down {
    min-width: 100px;
}

    .drop-down-content.year-drop-down li, .drop-down-content.month-drop-down li {
        margin: 0;
        padding: 0;
        text-align: left;
    }
/*form modal*/
.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    background: #3F51B5;
    color: white;
    border-radius: 0;
}

    .modal-header * {
        color: white;
    }

/*breadcrum*/

.cmdb-breadcrumb {
    margin-top: 11px;
    margin-bottom: 10px;
}

ol.breadcrumb {
    margin: 0;
    padding: 0;
}

.graphical-list .alert-heading, .graphical-list .alert-text-s {
    color: #ffa500 !important;
}

.card-header .header-title {
    padding-top: 8px;
    float: left;
}

.footer {
    position: fixed;
    z-index: 9999;
}
/*for forgot password*/

.fro-pac-content {
    padding: 0 0 10px 0;
    background: white;
    margin-top: 31px;
}

.login-part .fro-pac-content {
    padding: 0 0 10px 0;
    background: none !important;
    margin-top: 31px;
}

.f-pass-wtitle {
    padding: 10px;
    margin-bottom: 13px;
    font-weight: bold;
    font-size: 14px;
}

.fro-pac-content p {
    padding: 0 10px;
}

.f-pass-wtitle {
}

.fro-pac-content p a {
    font-weight: bold;
    color: #1d73cc !important;
}

.modal-content .fro-pac-content {
    width: 100%;
    padding: 0;
    margin: 0;
}

.f-form.res-f {
    padding: 0 15px;
}

.f-title-s {
    margin: 10px 0;
    font-size: 16px;
    font-weight: bold;
}


.accordion {
    position: relative;
}

.custom-edit-button {
    position: absolute;
    z-index: 9;
    right: 8px;
    top: 6px;
}

.MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all;
    float: left;
    min-height: 51px;
}

.m-scroll-data .item .pad15 {
    background: rgba(255, 255, 255, 0.5) !important;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    min-height: auto !important;
}

    .m-scroll-data .item .pad15 .lead {
        color: #333;
        /* text-align: left; */
    }

    .m-scroll-data .item .pad15:hover {
        background: #fff !important;
        box-shadow: 0px 8px 4px -8px #d8d6d6;
        cursor: pointer;
    }

        .m-scroll-data .item .pad15:hover .lead {
            color: #333;
            /* text-align: left; */
            padding-left: 10px;
        }

.department-child:hover, .department-parent:hover {
    cursor: pointer;
}

.login-error-msg ul {
    margin: 0;
    padding: 0;
    margin-bottom: 7px;
    color: red;
    font-size: 13px;
}

.modal .k-animation-container-shown, .k-animation-container > .k-popup {
    overflow-y: auto;
}

.modal .k-in {
    float: left;
    width: 100%;
    padding: 7px !important;
    line-height: 1 !important;
    font-size: 12px;
}


.acc-list-relative{
    position:relative;
    overflow:visible !important;
}

/*loader*/
.text-loader {
    margin-bottom: 20px;
    letter-spacing: 12px;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 10%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 99999999;
}

.dot {
    width: 24px;
    height: 24px;
    background: #3ac;
    border-radius: 100%;
    display: inline-block;
    animation: slide 1s infinite;
}

    .dot:nth-child(1) {
        animation-delay: 0.1s;
        background: #32aacc;
    }

    .dot:nth-child(2) {
        animation-delay: 0.2s;
        background: #64aacc;
    }

    .dot:nth-child(3) {
        animation-delay: 0.3s;
        background: #96aacc;
    }

    .dot:nth-child(4) {
        animation-delay: 0.4s;
        background: #c8aacc;
    }

    .dot:nth-child(5) {
        animation-delay: 0.5s;
        background: #faaacc;
    }