/* Common */
body {
    background: #ebeff2;
    color: #333;
    font-size: 13px;
    font-weight: 400;
}

.container-fluid {
    padding: 0 25px 10px;
}

.content-area {
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(235,239,242,1);
    -moz-box-shadow: 0px 0px 5px 3px rgba(235,239,242,1);
    box-shadow: 0px 0px 5px 3px rgba(235,239,242,1);
}

.prmy-bg, .k-grid-header, .k-calendar .k-header, .k-calendar .k-today, .k-widget.k-tabstrip {
    background: rgb(66,50,167);
    background: -moz-linear-gradient(left, rgba(66,50,167,1) 0%, rgba(8,210,234,1) 100%);
    background: -webkit-linear-gradient(left, rgba(66,50,167,1) 0%,rgba(8,210,234,1) 100%);
    background: linear-gradient(to right, rgba(66,50,167,1) 0%,rgba(8,210,234,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4232a7', endColorstr='#08d2ea',GradientType=1 );
}

.k-grid thead tr:hover {
    background: transparent;
}

.prmy-bg-tb {
    background: rgb(66,51,167);
    background: -moz-linear-gradient(top, rgba(66,51,167,1) 0%, rgba(8,210,234,1) 100%);
    background: -webkit-linear-gradient(top, rgba(66,51,167,1) 0%,rgba(8,210,234,1) 100%);
    background: linear-gradient(to bottom, rgba(66,51,167,1) 0%,rgba(8,210,234,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4233a7', endColorstr='#08d2ea',GradientType=0 );
}

.prmy-bg-hvr:hover {
    background: rgb(8,210,234);
    background: -moz-linear-gradient(left, rgba(8,210,234,1) 0%, rgba(66,50,167,1) 100%);
    background: -webkit-linear-gradient(left, rgba(8,210,234,1) 0%,rgba(66,50,167,1) 100%);
    background: linear-gradient(to right, rgba(8,210,234,1) 0%,rgba(66,50,167,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08d2ea', endColorstr='#4232a7',GradientType=1 );
}

.header .top-navbar {
}

    .header .top-navbar .navbar-header {
        background: transparent;
        text-align: left;
        padding: 0 15px;
    }

    .header .top-navbar .navbar-nav > .nav-item > .nav-link .ti-menu {
        color: #fff;
        font-size: 30px;
    }

.card {
    border-radius: 0;
}

.header .top-navbar .navbar-nav > .nav-item > .nav-link .fa-bell {
    color: #333;
    font-size: 18px;
}

.header .top-navbar .navbar-nav > .nav-item > .nav-link.notfi-icn {
    position: relative;
    top: 3px;
}

.header .top-navbar .navbar-nav > .nav-item > .nav-link span.count {
    font-size: 9px;
    position: relative;
    color: #333;
    background: #fff;
    padding: 4px 2px;
    border-radius: 50%;
    line-height: 9px;
    top: -11px;
    width: 16px;
    height: 16px;
    right: 2px;
}

.header .top-navbar .navbar-nav > .nav-item > .nav-link.sidebartoggler {
    line-height: 18px;
}

.header .top-navbar .navbar-nav > .nav-item > .nav-link .admin-nme {
    font-size: 16px;
    color: #fff;
    margin-right: 10px;
    font-weight: 600;
}

.header .top-navbar .navbar-nav > .nav-item > .nav-link .admin-icn {
    background: #fff;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    color: #333333;
    line-height: 36px;
}

.sidebar-nav {
    background: transparent;
}

    .sidebar-nav ul li a {
        color: #fff;
        font-size: 14px;
        font-weight: 500;
    }

    .sidebar-nav > ul > li > a i {
        color: #fff;
        position: relative;
        top: -3px;
        font-size: 16px;
    }

    .sidebar-nav ul li.nav-label {
        color: #fff;
    }

    .sidebar-nav ul li a.active {
        color: #fff;
    }

    .sidebar-nav > ul > li.active > a {
        color: #fff;
    }

        .sidebar-nav > ul > li.active > a i {
            color: #fff;
        }

    .sidebar-nav .active > .has-arrow:after,
    .sidebar-nav .has-arrow:after {
        border-color: #fff;
    }

    .sidebar-nav ul#sidebarnav {
        margin-top: 15px;
    }

    .sidebar-nav ul li a:hover,
    .sidebar-nav ul li a:hover i {
        color: rgba(255,255,255,0.6);
    }

    .sidebar-nav > ul > li.active > a {
        font-weight: 600;
    }


.mini-sidebar .left-sidebar {
    background: #fff;
    box-shadow: none;
}

.mini-sidebar .sidebar-nav > ul > li > a i {
    color: #333333;
    font-size: 18px;
    font-weight: 600;
}

.mini-sidebar .sidebar-nav #sidebarnav > li:hover > a {
    background: #e5effa;
    color: #333333;
}

.mini-sidebar .sidebar-nav #sidebarnav > li:hover > ul.collapse {
    background: #e5effa;
}

    .mini-sidebar .sidebar-nav #sidebarnav > li:hover > ul.collapse a {
        color: #333;
    }

.mini-sidebar .sidebar-nav > ul > li > a i {
    top: -1px;
    margin-right: 2.5px;
}

.mini-sidebar .sidebar-nav #sidebarnav > li > a {
    padding: 12px 15px;
}

.mini-sidebar .sidebar-nav > ul > li.active > a i {
    color: #0066cc;
}

.mini-sidebar .sidebar-nav #sidebarnav > li a:hover {
    color: #0066cc;
}

.mini-sidebar .sidebar-nav #sidebarnav > li:hover > ul.collapse a:hover {
    color: #0066cc;
}

.mini-sidebar .sidebar-nav #sidebarnav li.active > a {
    position: relative;
    background: #e5effa;
    border-left: 3px solid #0066cc;
}

.sidebar-nav > ul > li > a.active {
    background: transparent;
}

.sidebar-nav .has-arrow:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #fff;
    transform: rotate(0);
}

.sidebar-nav .active > .has-arrow:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #fff;
    transform: rotate(0);
    border-top: 0;
}

.page-wrapper {
    background: #ebeff2;
    padding-bottom: 30px;
}

.page-titles {
    box-shadow: none;
    margin: 0;
    background: transparent;
    padding: 12.5px 10px 7.5px;
}

    .page-titles .breadcrumb {
        font-size: 18px;
    }

        .page-titles .breadcrumb .breadcrumb-item.active {
            color: #333333;
            font-weight: 500;
        }

        .page-titles .breadcrumb li a {
            color: #333333;
        }

        .page-titles .breadcrumb li {
            font-weight: 300;
        }

        .page-titles .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
            color: #fff;
            font-size: 13px;
        }

.breadcrumb-item + .breadcrumb-item::before {
    color: #fff !important;
}

.page-titles .breadcrumb li a:hover {
    color: #0066cc;
}

.k-grid th.k-header {
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px 6px;
}

    .k-grid th.k-header > .k-link {
        color: #fff;
    }

.k-grid tr td {
    color: #333333;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 10px 4px;
    border: 0;
}

.k-grid tbody .k-button {
    min-width: auto;
    box-shadow: none;
    background: transparent;
    border: 0;
    padding: 0;
}

.k-grid tr td.k-command-cell {
    text-align: center;
}

.k-grid tbody .edit-lnk.k-button .k-icon {
    color: #00bcd4;
}

.k-grid tbody .del-lnk.k-button .k-icon {
    color: #f35d53;
}

.k-grid tbody .sel-lnk.k-button .k-icon {
    color: #4caf50;
}

.k-grid tbody .k-button .k-icon {
    opacity: 1;
}

.k-pager-wrap {
    background: #999999;
    color: #fff;
}

.k-grid-pager .k-link, .k-grid-pager .k-link:link {
    color: #fff;
    border: 0;
    line-height: 0px;
    height: auto;
    min-width: auto;
    margin: 0;
    /*padding: 5px;
	width:1em;
	height:1em;*/
}

.k-pager-wrap .k-pager-numbers a.k-link,
.k-pager-wrap .k-pager-numbers span.k-state-selected {
    margin-top: 0;
    padding: 4px;
    min-width: auto;
    border: 0;
    line-height: 14px;
    height: auto;
    color: #fff;
    background: transparent;
    width: 1em;
    height: 1em;
    vertical-align: middle;
}

.k-pager-wrap > .k-link > .k-icon {
    margin-top: 0;
    padding: 4px;
    min-width: auto;
    border: 0;
    line-height: 10px;
    height: auto;
    color: #fff;
    background: transparent;
    width: 1em;
    height: 1em;
    vertical-align: middle;
}

.k-pager-wrap {
    line-height: 0;
    padding: 0;
}

    .k-pager-wrap .k-link.k-state-disabled .k-icon {
        opacity: 1;
    }

.k-pager-info {
    padding: 10px 6px;
    color: #fff;
    font-size: 13px;
}

.k-pager-numbers li {
    font-size: 13px;
}

.k-grid .k-alt {
    background-color: #ebeff2;
}

.k-grid tr:hover {
    background-color: #ebeff2;
}

.k-grid {
    border: 0;
}

.footer {
    background: #ebeff2;
    border-top: none;
    color: #333;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 10px;
}

.k-pager-wrap > .k-link > .k-icon {
    margin-top: 3px;
    opacity: 1;
}

.mdm-btn {
    color: #fff;
    border-radius: 5px;
    padding: 6px 18px;
    border: 0;
    box-shadow: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    display: inline-block;
}

    .mdm-btn:hover {
        color: #fff;
    }

.org-bg {
    background: rgb(251,142,3);
    background: -moz-linear-gradient(left, rgba(251,142,3,1) 0%, rgba(255,166,36,1) 100%);
    background: -webkit-linear-gradient(left, rgba(251,142,3,1) 0%,rgba(255,166,36,1) 100%);
    background: linear-gradient(to right, rgba(251,142,3,1) 0%,rgba(255,166,36,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8e03', endColorstr='#ffa624',GradientType=1 );
}

    .org-bg:hover {
        background: rgb(255,164,34);
        background: -moz-linear-gradient(left, rgba(255,164,34,1) 0%, rgba(251,142,3,1) 100%);
        background: -webkit-linear-gradient(left, rgba(255,164,34,1) 0%,rgba(251,142,3,1) 100%);
        background: linear-gradient(to right, rgba(255,164,34,1) 0%,rgba(251,142,3,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa422', endColorstr='#fb8e03',GradientType=1 );
    }

.pnk-bg {
    background: rgb(217,29,97);
    background: -moz-linear-gradient(left, rgba(217,29,97,1) 0%, rgba(235,62,121,1) 100%);
    background: -webkit-linear-gradient(left, rgba(217,29,97,1) 0%,rgba(235,62,121,1) 100%);
    background: linear-gradient(to right, rgba(217,29,97,1) 0%,rgba(235,62,121,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d91d61', endColorstr='#eb3e79',GradientType=1 );
}

    .pnk-bg:hover {
        background: rgb(235,61,120);
        background: -moz-linear-gradient(left, rgba(235,61,120,1) 0%, rgba(217,29,97,1) 100%);
        background: -webkit-linear-gradient(left, rgba(235,61,120,1) 0%,rgba(217,29,97,1) 100%);
        background: linear-gradient(to right, rgba(235,61,120,1) 0%,rgba(217,29,97,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb3d78', endColorstr='#d91d61',GradientType=1 );
    }

.grn-bg {
    background: rgb(70,162,74);
    background: -moz-linear-gradient(left, rgba(70,162,74,1) 0%, rgba(100,185,104,1) 100%);
    background: -webkit-linear-gradient(left, rgba(70,162,74,1) 0%,rgba(100,185,104,1) 100%);
    background: linear-gradient(to right, rgba(70,162,74,1) 0%,rgba(100,185,104,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46a24a', endColorstr='#64b968',GradientType=1 );
}

    .grn-bg:hover {
        background: rgb(100,185,104);
        background: -moz-linear-gradient(left, rgba(100,185,104,1) 0%, rgba(70,162,74,1) 100%);
        background: -webkit-linear-gradient(left, rgba(100,185,104,1) 0%,rgba(70,162,74,1) 100%);
        background: linear-gradient(to right, rgba(100,185,104,1) 0%,rgba(70,162,74,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64b968', endColorstr='#46a24a',GradientType=1 );
    }

.blk-bg {
    background: #333333;
}

    .blk-bg:hover {
        background: #666;
    }

.blue-bg {
    background: rgb(1,173,194);
    background: -moz-linear-gradient(left, rgba(1,173,194,1) 0%, rgba(35,196,216,1) 100%);
    background: -webkit-linear-gradient(left, rgba(1,173,194,1) 0%,rgba(35,196,216,1) 100%);
    background: linear-gradient(to right, rgba(1,173,194,1) 0%,rgba(35,196,216,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01adc2', endColorstr='#23c4d8',GradientType=1 );
}

    .blue-bg:hover {
        background: rgb(35,196,216);
        background: -moz-linear-gradient(left, rgba(35,196,216,1) 0%, rgba(1,173,194,1) 100%);
        background: -webkit-linear-gradient(left, rgba(35,196,216,1) 0%,rgba(1,173,194,1) 100%);
        background: linear-gradient(to right, rgba(35,196,216,1) 0%,rgba(1,173,194,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23c4d8', endColorstr='#01adc2',GradientType=1 );
    }
/*.blue-bg {
    background: rgb(1,173,194);*/
/*background: -moz-linear-gradient(left, rgba(1,173,194,1) 0%, rgba(35,196,216,1) 100%);
    background: -webkit-linear-gradient(left, rgba(1,173,194,1) 0%,rgba(35,196,216,1) 100%);*/
/*background: linear-gradient(to right, rgba(1,173,194,1));*/
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01adc2', endColorstr='#23c4d8',GradientType=1 );*/
/*}*/

/*.blue-bg:hover {
        background: rgb(35,196,216);
        background: -moz-linear-gradient(left, rgba(35,196,216,1) 0%, rgba(1,173,194,1) 100%);
        background: -webkit-linear-gradient(left, rgba(35,196,216,1) 0%,rgba(1,173,194,1) 100%);
        background: linear-gradient(rgba(1,173,194,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23c4d8', endColorstr='#01adc2',GradientType=1 );
    }*/
/* Grid Top Sec */
.grd-card-sec {
    background: #ffffff;
    padding: 7.5px 10px;
}

.k-dropdown .k-state-default {
    background-color: #ebeff2;
    border: 0;
    box-shadow: none;
    font-size: 13px;
}

.k-popup .k-list .k-item {
    font-size: 13px;
}

.k-list > .k-state-selected.k-state-focused {
    color: #0066cc;
}

.k-list > .k-state-focused, .k-list > .k-state-hover {
    color: #333;
    background-color: #ebeff2;
    border-color: #ebeff2;
}

.header .top-navbar .navbar-header .navbar-brand b {
    line-height: 42px;
    display: inline-block;
}

.header .top-navbar .navbar-nav > .nav-item > .nav-link {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 15px;
    line-height: 40px;
}

.k-ff .k-pager-numbers .k-current-page .k-link {
    background: transparent;
    box-shadow: none;
}

.k-ff .k-pager-numbers .k-current-page:hover .k-link {
    background: #888;
    border-color: transparent;
    box-shadow: none;
}

.k-ff .k-pager-numbers.k-state-expanded .k-current-page .k-link {
    background: #888;
    border: 0;
    box-shadow: none;
}

.k-ff .k-pager-numbers.k-state-expanded {
    background: #888;
    border: 0;
    box-shadow: none;
}

.btn-circle {
    padding: 8px;
}

.message-center .btn-circle {
    color: #fff;
}

.mailbox .message-center a:hover {
    background: #ebeff2;
}

label {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 14px;
    color: #333333;
}

.k-autocomplete.k-state-default,
.k-dropdown-wrap.k-state-default,
.k-numeric-wrap.k-state-default,
.k-picker-wrap.k-state-default {
    background-position: 50% 50%;
    color: #333;
    background-color: #fff;
    border-color: #ebeff2;
    border-width: 0 0 1px;
    font-size: 13px;
    font-weight: 400;
}

.k-autocomplete.k-state-hover,
.k-dropdown-wrap.k-state-hover,
.k-numeric-wrap.k-state-hover,
.k-overflow-anchor:hover,
.k-picker-wrap.k-state-hover,
.k-textbox:hover {
    background-color: #fff;
    border-color: #999;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.k-autocomplete.k-state-focused,
.k-dropdown-wrap.k-state-focused,
.k-multiselect.k-header.k-state-focused,
.k-numeric-wrap.k-state-focused,
.k-picker-wrap.k-state-focused,
.k-textbox:focus {
    background-color: #fff;
    border-color: #999;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.k-autocomplete .k-input,
.k-dropdown-wrap .k-input,
.k-multiselect-wrap .k-input,
.k-numeric-wrap .k-input,
.k-picker-wrap .k-input,
.k-selectbox .k-input,
.k-textbox > input {
    text-indent: .15em;
}

.k-datepicker .k-input,
.k-timepicker .k-input {
    background-color: #fff;
}

.k-input, .k-multiselect-wrap,
.k-textbox > input,
input.k-textbox {
    color: #333;
    background-color: #fff;
    border-color: #ebeff2;
    border-width: 0 0 1px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 0;
    text-indent: .15em;
}

    input.k-textbox:hover,
    textarea.k-textbox,
    textarea.k-textbox:hover {
        background-color: #fff;
        border-color: #999;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .k-multiselect-wrap > ul > .k-button {
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #ebeff2;
    }

.card-sec {
    background: #ffffff;
    padding: 20px;
}

.k-upload {
    color: #333;
    background-color: #fff;
    border-width: 0 0 1px;
    border-color: #ebeff2;
}

.k-upload-sync .k-upload-button {
    margin: .8em 0;
    background: #ebeff2;
    box-shadow: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
}

    .k-upload-sync .k-upload-button:hover {
        background: #e5effa;
        border-color: #e5effa;
    }

.k-button, .k-calendar .k-footer, .k-calendar .k-header .k-link {
    text-transform: capitalize;
}

.k-file-name {
    font-size: 13px;
    font-weight: 600;
}

.k-upload-files li:last-child {
    border-width: 0;
}

.k-upload-files {
    padding-bottom: 0;
}

.k-numeric-wrap.k-state-focused > .k-select {
    background-color: #fff;
}

.k-autocomplete, .k-block, .k-calendar .k-link, .k-calendar td, .k-calendar-container, .k-colorpicker, .k-combobox, .k-datepicker, .k-datetimepicker, .k-drag-clue, .k-dropdown, .k-dropdown-wrap, .k-editor-inline, .k-grid .k-filter-options, .k-grouping-header .k-group-indicator, .k-inline-block, .k-list-container, .k-multiselect, .k-notification, .k-numeric-wrap, .k-numerictextbox, .k-picker-wrap, .k-slider-selection, .k-slider-track, .k-textbox, .k-tile, .k-timepicker, .k-tooltip, .k-touch-scrollbar, .k-treeview .k-in, .k-upload, .k-window, .k-window-action, .k-window-titleless .k-window-content {
    border-radius: 0;
}

span.k-dropdown {
    border-width: 0 0 1px;
}

    span.k-dropdown:hover {
        border-color: #999;
    }

.k-multiselect-wrap.k-state-focused,
.k-state-focused > .k-multiselect-wrap {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Dashboard */
.dash-top {
    padding: 0 7.5px;
}

    .dash-top .card {
        margin-right: -7.5px;
        margin-left: -7.5px;
        padding: 22.5px 20px;
    }

    .dash-top .media-left {
        width: 64px;
        height: 64px;
        background: #fff;
        border-radius: 50%;
        padding: 14px;
        text-align: center;
    }

        .dash-top .media-left span i {
            font-size: 34px;
            opacity: 1;
        }

    .dash-top .org-bg .media-left span i {
        color: rgb(251,142,3);
    }

    .dash-top .pnk-bg .media-left span i {
        color: rgb(217,29,97);
    }

    .dash-top .grn-bg .media-left span i {
        color: rgb(70,162,74);
        font-size: 36px;
    }

    .dash-top .blue-bg .media-left span i {
        color: rgb(1,173,194);
    }

    .dash-top .card .widget-ten p {
        font-weight: 300;
        font-size: 18px;
        opacity: 1;
    }

    .dash-top .card .widget-ten h2 {
        font-size: 40px;
        font-weight: 600;
        margin-top: 12.5px;
        margin-bottom: 0;
    }

    .dash-top .blue-bg .media-left {
        padding: 17px;
    }

.dash-btm {
    color: #fff;
}

    .dash-top .card, .dash-btm .card {
        margin-top: 7.5px;
        margin-bottom: 7.5px;
    }

    .dash-btm .card {
        margin-right: -7.5px;
        margin-left: -7.5px;
        padding: 22.5px 20px;
    }

.dash-btm {
    padding: 0 7.5px;
}

    .dash-btm h4 {
        color: #fff;
        margin-bottom: 0;
        font-weight: 600;
    }

    .dash-btm p {
        margin-bottom: 0;
        font-size: 14px;
    }

    .dash-btm ul {
        margin: 0;
        padding: 0;
        width: 100%;
    }

        .dash-btm ul li {
            display: inline-block;
            width: 33%;
            float: left;
            font-size: 16px;
            font-weight: 300;
        }

            .dash-btm ul li span.blk {
                display: block;
                font-weight: 600;
            }

            .dash-btm ul li .dash-btm-li {
                padding-right: 10px;
            }

    .dash-btm p.dash-btm-btn-sec {
        text-align: center;
        margin-top: 25px;
        margin-bottom: 10px;
    }

    .dash-btm ul li {
        position: relative;
    }

        .dash-btm ul li:after {
            position: absolute;
            background: rgba(255,255,255,0.25);
            display: block;
            width: 1px;
            right: 7.5px;
            height: 50px;
            content: '';
            top: 0;
        }

        .dash-btm ul li:last-child:after {
            display: none;
        }

.dash-btm-btn-sec .mdm-btn {
    padding: 9px 20px;
}

/* Login Page */
.login-page {
    background: url('../images/login-bg.jpg') no-repeat;
    background-size: cover;
    overflow: hidden;
}

.login-form h4 {
    color: #333;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 17.5px;
    font-size: 24px;
    font-weight: 600;
}

.login-form label {
    text-transform: capitalize;
    font-weight: 300;
}

    .login-form label a {
        color: #0066cc;
    }

.login-form input.k-textbox {
    font-size: 16px;
    font-weight: 300;
    padding: 5px 0;
    border-color: #b0bfcb;
}

.login-form .btn {
    width: auto;
    text-transform: capitalize;
    font-size: 16px;
    padding: 8px 35px;
    border: 0px;
    font-weight: 600;
    color: #fff;
    border-radius: 0;
    float: right;
}

.login-form .checkbox {
    margin-bottom: 12.5px;
}

.lgn-frgt-label {
    margin-top: 5px;
}

.login-content {
    margin: 27.5% 0;
}

.login-form input.k-textbox:hover {
    border-color: #0066cc;
    opacity: 1;
}

.k-calendar td.k-state-focused, .k-calendar td.k-state-selected.k-state-focused {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.k-calendar .k-content .k-link {
    min-height: 2em;
    line-height: 2em;
    padding: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

.k-calendar .k-content th {
    font-size: 14px;
    font-weight: 600;
}

.k-calendar .k-footer .k-nav-today {
    color: #0066cc;
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 600;
}

p.errmsg {
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 0;
}

.sidebar-nav ul li ul {
    padding-left: 3px;
}

    .sidebar-nav ul li ul li a {
        font-size: 13.40px;
    }

.k-header.k-grid-toolbar {
    display: none;
}

.k-list-optionlabel.k-state-selected.k-state-focused {
    padding: 4px 10px;
    font-size: 13px;
}

/* View Screen */
.dtl-view .k-textbox {
    width: 100%;
    color: #333;
    background-color: #fff;
    border-color: #ebeff2;
    border-width: 0 0 1px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 0;
    text-indent: .15em;
    line-height: 2.07142857em;
    padding: .17857143em 0;
}

.select-box-align {
    text-align: left;
}

textarea.k-textbox {
    color: #333;
    background-color: #fff;
    border-color: #ebeff2;
    border-width: 0 0 1px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 0;
    text-indent: .15em;
    height: 75px;
}

.mdm-btn.hidden {
    display: none;
}

.k-panelbar > li.k-state-default > .k-link, .k-tabstrip-items .k-item .k-link {
    color: #fff;
    padding: 6px 20px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
}

.margin-top {
    margin-top: 20px;
}

.text-password {
    width: 100%;
    color: #333;
    background-color: #fff;
    border-color: #ebeff2;
    border-width: 0 0 1px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 0;
    text-indent: .15em;
}

.page-wrapper {
    position: relative;
}

.footer {
    position: absolute;
    bottom: 0;
    left: 10px;
}

.grid-top-sec {
    background: #ffffff;
    padding: 0 7.5px 10px;
}

    .grid-top-sec label {
        font-size: 13px;
        margin-right: 10px;
        font-weight: 600;
    }

.k-autocomplete.k-state-disabled,
.k-dropdown-wrap.k-state-disabled,
.k-multiselect.k-header.k-state-disabled,
.k-numeric-wrap.k-state-disabled,
.k-numeric-wrap.k-state-disabled .k-input,
.k-numeric-wrap.k-state-disabled .k-select,
.k-picker-wrap.k-state-disabled {
    background-color: #ebeff2;
    border: none;
    padding-left: 5px;
}

.k-radio-label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border-style: solid;
}

.k-radio-label:before {
    border-color: #bbb;
}

.k-radio-label:hover:before {
    border-color: #4daf51;
}

.k-radio:checked + .k-radio-label:after {
    background: #4daf51;
}

.k-radio:checked + .k-radio-label:before, .k-radio:checked + .k-radio-label:hover:before {
    border-color: #4daf51;
}

.k-checkbox-label, .k-radio-label {
    padding-left: 22.5px;
    margin-right: 10px;
}

.mini-sidebar .sidebar-nav #sidebarnav > li:hover > ul.collapse {
    background: #e5effa;
    max-height: 400px;
    overflow-y: scroll;
}

.login-page body {
    background: transparent;
}

.grid-border {
    border: 1px solid;
    border-color: #2a73c2;
}

label.grid-top-title {
    display: block;
    padding: 5px 0px;
    border-bottom: 1px solid #c3d8e8;
}

.mdm-btn:hover,
.mdm-btn:focus {
    color: #fff;
}

.tkt-crt-item-btm textarea.k-textbox {
    height: auto;
}

.tkt-prt-item .form-group.mgn-btm-0 {
    margin-bottom: 0;
}

.k-widget.k-combobox.k-header.k-textbox {
    border: 0;
}

.tkt-srch-item-pop .row {
    margin-right: -10px;
    margin-left: -10px;
}

.fc-toolbar h2 {
    font-size: 14px;
    font-weight: 600;
}

.tkt-crt-cal-sec .fc-view thead.fc-head {
    background: rgb(66,50,167);
    background: -moz-linear-gradient(left, rgba(66,50,167,1) 0%, rgba(8,210,234,1) 100%);
    background: -webkit-linear-gradient(left, rgba(66,50,167,1) 0%,rgba(8,210,234,1) 100%);
    background: linear-gradient(to right, rgba(66,50,167,1) 0%,rgba(8,210,234,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4232a7', endColorstr='#08d2ea',GradientType=1 );
}

.bg-whte {
    background: #fff;
}

/* Allocation */
.cschd-lft {
    width: 18%;
    float: left;
    margin-top: 17.5px;
}

.cschd-rgt-ful {
    width: 100%;
    float: right;
}

.cschd-rgt {
    width: 80%;
    float: right;
}

.tkt-schd-sec {
    background: #fff;
    padding: 10px;
}

.sh-btn-sec {
    margin-bottom: 0;
}

.tkt-schd-sec .fc-view {
    margin-top: 0;
}

.tkt-schd-sec .fc-toolbar {
    margin: 10px 0;
}

    .tkt-schd-sec .fc-toolbar h2 {
        line-height: 22px;
    }

.tkt-schd-sec .fc-today-button {
    background: transparent;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    height: auto;
}

.tkt-schd-sec .fc-prev-button,
.tkt-schd-sec .fc-next-button {
    padding: 0;
    line-height: 22px;
    height: auto;
}

.tkt-schd-sec .fc-prev-button,
.tkt-schd-sec .fc-next-button {
    background: transparent;
    border: 0;
    box-shadow: none;
}

.tkt-schd-sec .fc-toolbar h2 {
    line-height: 16px;
    text-transform: capitalize;
}

.tkt-schd-sec .fc-toolbar .fc-state-active,
.tkt-schd-sec .fc-toolbar .ui-state-active {
    border-bottom: 3px solid #333;
    border-radius: 0;
}

.tkt-schd-sec .fc-timelineDay-button,
.tkt-schd-sec .fc-agendaWeek-button,
.tkt-schd-sec .fc-month-button {
    background: transparent;
    box-shadow: none;
    border: 0;
    line-height: 14px;
    height: auto;
    padding: 0 0px 2px;
    margin: 0 5px !important;
}

    .tkt-schd-sec .fc-timelineDay-button:focus,
    .tkt-schd-sec .fc-agendaWeek-button:focus,
    .tkt-schd-sec .fc-month-button:focus {
        background: transparent;
    }

.tkt-schd-sec .fc th.fc-widget-header {
    background: transparent;
    font-size: 14px;
    line-height: 12px;
    padding: 6px 0px;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}

.tkt-schd-sec .fc-view thead.fc-head {
    background: rgb(66,50,167);
    background: -moz-linear-gradient(left, rgba(66,50,167,1) 0%, rgba(8,210,234,1) 100%);
    background: -webkit-linear-gradient(left, rgba(66,50,167,1) 0%,rgba(8,210,234,1) 100%);
    background: linear-gradient(to right, rgba(66,50,167,1) 0%,rgba(8,210,234,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4232a7', endColorstr='#08d2ea',GradientType=1 );
}

.tkt-schd-sec .fc-body .fc-resource-area .fc-cell-content {
    padding-top: 6px;
    padding-bottom: 6px;
    color: #333;
    font-weight: 600;
}

.tkt-schd-sec .fc-unthemed .fc-today.fc-state-highlight {
    /*background: #fff!important;;*/
    background: transparent !important;
}

.cschd-lft h6 {
    line-height: 16px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

    .cschd-lft h6 i {
        float: right;
        font-size: 26px;
        line-height: 20px;
    }

    .cschd-lft h6:hover {
        color: #0066cc;
        cursor: pointer;
    }

.cschd-lft label {
    font-size: 13px;
}

.cal-fltr-ul li {
    display: block;
    text-align: left;
    padding-bottom: 5px;
}

.tkt-schd-sec .fc-timeline .fc-divider,
.tkt-crt-sec .fc-timeline .fc-divider {
    width: 0;
}

.tkt-schd-sec hr.fc-divider,
.tkt-crt-sec hr.fc-divider {
    padding: 0;
}

#tkt-sdtl-scrl.tkt-scroll3 {
    /*height: 221px;*/
    height: auto;
}

    #tkt-sdtl-scrl.tkt-scroll3 #SlotissueDetails {
        height: 221px;
    }

input.k-textbox.tree-srch {
    line-height: 18px;
    height: auto;
}

.tree-srch-lbl {
    font-size: 14px;
}

.popupHead {
    font-size: 15px;
    color: #333;
    margin-top: 5px;
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.k-treeview ul {
    font-size: 13px;
    color: #333;
}

.k-treeview .k-in {
    margin: 1px 0 1px 0em;
}

.k-draghandle.k-state-selected:hover,
.k-ghost-splitbar-horizontal,
.k-ghost-splitbar-vertical,
.k-list > .k-state-highlight, .k-list > .k-state-selected,
.k-marquee-color, .k-panel > .k-state-selected,
.k-scheduler .k-scheduler-toolbar .k-state-selected,
.k-scheduler .k-today.k-state-selected, .k-state-selected,
.k-state-selected:link, .k-state-selected:visited,
.k-tool.k-state-selected {
    /*color: #fff;*/
    background-color: #0066cc;
    border-color: #0066cc;
}

.selectbox-button {
    border: none;
    padding: 0px 0px;
}

.desg-map-sec h6 {
    padding: 4px;
    margin: 0;
    font-size: 14px;
}

.desg-map-sec label {
    margin-bottom: 7.5px;
}

/* IE & Edge */
.k-edge .k-grid th.k-header,
.k-ie .k-grid th.k-header {
    background: #0066cc;
}

.k-grid tbody tr td:last-child {
    text-align: left;
}

.k-list > .k-state-selected.k-state-focused {
    color: #fff;
}

.k-list > .k-state-hover,
.k-list > .k-state-selected.k-state-hover {
    background-color: #0066cc;
    border-color: #0066cc;
    color: #fff;
}

.k-list-optionlabel {
    padding: 3px 11px;
}

.k-grid-header .k-link .k-icon.k-i-sort-asc-sm, .k-grid-header .k-link .k-icon.k-i-sort-desc-sm {
    color: #fff;
}

#treeview .k-sprite.rootfolder,
#treeview .k-sprite.html {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: none;
}

    #treeview .k-sprite.rootfolder:before {
        content: "\f07b";
    }

    #treeview .k-sprite.html:before {
        content: "\f15c";
    }

#treeview .k-sprite.rootfolder {
    position: relative;
    top: 2px;
}

#treeview .k-sprite.html {
    position: relative;
    top: 2px;
}

.k-checkbox-label:before {
    font-size: 12px;
}

.k-checkbox:checked + .k-checkbox-label:before,
.k-checkbox:checked + .k-checkbox-label:hover:before,
.k-checkbox:checked:hover + .k-checkbox-label:before {
    border-color: #0066cc;
}

.k-checkbox:checked + .k-checkbox-label:before {
    background-color: #0066cc;
    border-color: #0066cc;
    color: #fff;
    font-size: 12px;
}

.k-pager-sizes .k-dropdown-wrap .k-input {
    color: #fff;
    line-height: 20px;
    padding: 2px;
}

.k-pager-sizes .k-state-default > .k-select {
    line-height: 22px;
    color: #fff;
    opacity: 1;
}

.k-pager-sizes .k-icon {
    opacity: 1;
}

.k-pager-sizes .k-widget.k-dropdown {
    background: #999;
    border: 0;
}

.k-pager-sizes .k-dropdown-wrap.k-state-default {
    background: #999;
}

.k-popup .k-list .k-item {
    min-height: 1.5em;
    line-height: 1.5em;
}

.nmir_tab .table > thead > tr > th:first-child {
    text-align: left;
}

.nmir_tab .table > thead > tr > th {
    text-align: center;
}

.nmir_tab .table td, .table th {
    padding: 0.10rem 0.35rem;
}

#custom-menu.k-popup {
    border: 0;
}

    #custom-menu.k-popup ol {
        padding: 5px 15px;
        margin: 0;
        border: 1px solid #0066cc;
    }

        #custom-menu.k-popup ol a {
            color: #0066cc;
        }

.tkt-ActivityCode {
    margin-bottom: 2.5px;
    font-weight: 400;
}

.tkt-timeLine {
    margin-bottom: 5px;
    font-weight: 400;
}

.chge-grd-sec tbody tr td {
    font-size: 13px;
    color: #333;
}

.chge-grd-sec tbody tr td {
    text-align: left;
}

.buttonLocation.chge-grd-sec-btm {
    padding: 7.5px 0;
}

div.k-treeview {
    margin-bottom: 15px;
    text-align: left;
}

.k-treeview .k-item div {
    text-align: left;
}

.k-treeview span.k-in.k-state-focused {
    color: #fff;
    background-color: #0066cc;
    border-color: #0066cc;
}

.k-treeview span.k-in {
    padding: .329em .6667em .329em .5833em;
}

.sidebar-nav ul li ul li a {
    padding: 2px 35px 2px 15px;
}

.highlight {
    padding: 1rem;
    margin: 1rem -15px;
    /* background-color: #f7f7f9; */
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.k-grid-filter.k-state-active {
    background-color: transparent;
}

/* Loader */
#loadingmask {
    width: 100%;
    left: 0;
    height: 100%;
    background: rgba(255,255,255,0.85);
}

.mdm-btn:focus {
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.67);
    -moz-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.67);
    box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.67);
}

.k-grid tbody .depart-lnk.k-button .k-icon {
    color: #2387ca;
}

.k-grid tbody .dvsn-lnk.k-button .k-icon {
    color: #13b1dc;
    font-size: 14px;
}

.header .top-navbar .navbar-nav > .nav-item > .nav-link span.count {
    text-align: center;
}

#gridVanLoadRequestLineItem .k-header.k-grid-toolbar {
    display: block;
}

    #gridVanLoadRequestLineItem .k-header.k-grid-toolbar .k-button {
        background: rgba(255,255,255,0.15);
        border-radius: 5px;
    }

.k-treeview span.k-in {
    border-radius: 3px;
}

.item-create .input-group .form-control {
    font-size: 13px;
    padding: 2px 0;
    border: 0;
}

.change-background-red {
    background: #d91d61;
    color: #fff;
}

.change-background-yellow {
    background: #fb8d02;
    color: #fff;
}

.change-background-green {
    background: #45a149;
    color: #fff;
}

/* Customer- AMC SLA List */
#uploadXXFSMCustomerAMCSLAWindow {
    position: relative;
}

#validity-dropdown {
    position: absolute;
    top: -38px;
    right: 110px;
}

label.val-type-lbl {
    font-size: 13px;
    margin-right: 10px;
}

/*DashBoard Chart3 Bottom Lable Color Changed*/
/*div svg g text {
    stroke: none;
    fill: rgb(255, 255, 255);
    fill-opacity: 1;
}*/

#issueDetails b {
    font-weight: 600;
}

.empvan-grid .k-header.k-grid-toolbar {
    display: block;
    background: #fff;
    border-color: #fff;
    text-align: right;
}

#customCommand {
    color: #fff;
    border-radius: 5px;
    padding: 6px 18px;
    border: 0;
    box-shadow: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    display: inline-block;
    background: rgb(251,142,3);
    background: -moz-linear-gradient(left, rgba(251,142,3,1) 0%, rgba(255,166,36,1) 100%);
    background: -webkit-linear-gradient(left, rgba(251,142,3,1) 0%,rgba(255,166,36,1) 100%);
    background: linear-gradient(to right, rgba(251,142,3,1) 0%,rgba(255,166,36,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8e03', endColorstr='#ffa624',GradientType=1 );
}

    #customCommand:hover {
        background: rgb(255,164,34);
        background: -moz-linear-gradient(left, rgba(255,164,34,1) 0%, rgba(251,142,3,1) 100%);
        background: -webkit-linear-gradient(left, rgba(255,164,34,1) 0%,rgba(251,142,3,1) 100%);
        background: linear-gradient(to right, rgba(255,164,34,1) 0%,rgba(251,142,3,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa422', endColorstr='#fb8e03',GradientType=1 );
    }

.evpvdtl-isdtl .k-listbox-toolbar ul li a {
    pointer-events: none;
    cursor: default;
    color: #999;
    border-color: #fafafa;
    background-color: #fafafa;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .7;
}

.evpvdtl-isdtl .k-dropdown-wrap .k-input {
}

.evpvdtl-isdtl span.k-combobox {
    border-bottom: 1px solid #ebeff2;
}

.evpvdtl-isdtl .k-dropdown-wrap.k-state-disabled {
    background: #fff;
}

.evpvdtl-isdtl .k-dropdown-wrap .k-select {
    background: #fff;
}

.evpvdtl-isdtl .k-state-disabled .k-icon:before {
    color: #fff;
}

.emp-driv-lbl {
    text-align: left;
    display: block;
}

/* Quatation */
.quote-hd {
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 20px;
    font-size: 16px;
    border-bottom: 1px solid #999;
    padding-bottom: 2px;
}

/* QuotationItemGrid */
#QuotationItemGrid.k-grid tbody .k-button {
    min-width: 64px;
    padding: 8px 14px;
    background-color: #fafafa;
    background-position: 50% 50%;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.2), 0 2px 3px rgba(0,0,0,.05);
    box-shadow: 0 2px 6px rgba(0,0,0,.2), 0 2px 3px rgba(0,0,0,.05);
    color: #444;
}

#QuotationItemGrid.k-grid tbody #SparePartName,
#QuotationItemGrid.k-grid tbody #UnitPrice,
#QuotationItemGrid.k-grid tbody #SalePrice,
#QuotationItemGrid.k-grid tbody #Amount,
#QuotationItemGrid.k-grid tbody #SNo {
    pointer-events: none;
    border: 0;
}

#QuotationItemGrid.k-grid tbody tr:hover {
    background-color: #fff;
}

#QuotationItemGrid.k-grid tr.k-alt:hover {
    background-color: #ebeff2;
}

#QuotationItemGrid .k-grid-edit-row .text-box.single-line {
    padding: 2.5px 5px;
}

/* */
.tkt-crt-tsch-sec-lft {
    padding-right: 7.5px;
}

.tkt-crt-tsch-sec-rgt {
    padding-left: 7.5px;
}

.tkt-crt-item .tkt-crt-tsch-sec-lft .form-group,
.tkt-crt-item .tkt-crt-tsch-sec-rgt .form-group {
    margin-bottom: 5px;
}

.tkt-prt-item .tkt-prt-item-lft {
    padding-right: 15px;
    padding-left: 15px;
}

ul.tkt-crt-ts-info li {
    margin: 2.5px;
    pointer-events: none;
}

.tkt-crt-cal-sec .fc-timelineMonth-button,
.fc-button-group .fc-timelineMonth-button,
.tkt-crt-cal-sec .fc-timelineThreeMonth-button,
.fc-button-group .fc-timelineThreeMonth-button,
.tkt-schd-sec .fc-timelineWeek-button {
    background: transparent;
    box-shadow: none;
    border: 0;
    line-height: 14px;
    height: auto;
    padding: 0 0px 2px;
    margin: 0 5px !important;
}

/* legend styles */

.lgnd-bx {
    width: 14px;
    height: 14px;
    border-radius: 50px;
    display: inline-block;
    background: #e2e2e2;
    margin-right: 1px;
    border-color: #e2e2e2;
    position: relative;
    top: 2px;
}

.lgnd-ul li label {
    margin-bottom: 3px;
    font-weight: 500;
    font-size: 13px;
    padding-right: 10px;
}

.tkt-crt-item.tkt-crt-legbtn {
    padding-right: 10px;
}

.tkt-crt-abtn {
    text-align: right;
}

.tkt-schd-sec-ralloc {
    padding: 10px;
}

    .tkt-schd-sec-ralloc .tkt-scroll3 {
        border-bottom: 1px solid #ddd;
        height: 225px;
    }

        .tkt-schd-sec-ralloc .tkt-scroll3#sh-cal-sec {
            margin-bottom: 12.5px;
        }

.tkt-ralloc-lbl {
    position: relative;
    top: 3px;
}

.tkt-crt-abtn .mdm-btn {
    margin-bottom: 7.5px;
}

/* tree view with category */

.k-treeview .k-checkbox-label:before {
    /*top: -9px;*/
}

.k-treeview .k-checkbox-label {
    padding-left: 14px;
}

/* content sec */

.content-area.dtl-view {
    box-shadow: none;
}

.nmir_tab .content-area .card-sec {
    padding: 5px;
}

.nmir_tab .k-radio:checked + .k-radio-label:after {
    top: 3px;
    left: 3px;
}

.tview-scroll {
    height: 400px;
    overflow: auto;
    overflow-x: hidden !important;
}

#ContactDetails b,
#LocationDetails b {
    font-weight: 600;
}

.tkt-crt-tsch-sec label {
    margin-right: 10px;
}

.tkt-crt-tp-cnt .tkt-scroll1 {
    height: 75px;
}

.tkt-crt-tp-cnt p {
    margin-bottom: 0;
}

.tkt-crt-item.tkt-crt-tp-cnt .form-group {
    margin-bottom: 0;
}

.tkt-crt-tp-cnt #tkt-map-scrl.tkt-scroll1 {
    height: 117px;
}
/*- Quotation PettyCash Grid--*/
/* PettyCashItemGrid */
#PettyCashItemGrid.k-grid tbody .k-button {
    min-width: 64px;
    padding: 8px 14px;
    background-color: #fafafa;
    background-position: 50% 50%;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.2), 0 2px 3px rgba(0,0,0,.05);
    box-shadow: 0 2px 6px rgba(0,0,0,.2), 0 2px 3px rgba(0,0,0,.05);
    color: #444;
}

#PettyCashItemGrid.k-grid tbody #PcSparePartName, #PcAmount {
    pointer-events: none;
    border: 0;
}

#PettyCashItemGrid.k-grid tbody tr:hover {
    background-color: #fff;
}

#PettyCashItemGrid.k-grid tr.k-alt:hover {
    background-color: #ebeff2;
}

#PettyCashItemGrid .k-grid-edit-row .text-box.single-line {
    padding: 2.5px 5px;
}

/*- Quotation LabourCharge Grid--*/
/* LabourChargeItemGrid */
#LabourChargesItemGrid.k-grid tbody .k-button {
    min-width: 64px;
    padding: 8px 14px;
    background-color: #fafafa;
    background-position: 50% 50%;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.2), 0 2px 3px rgba(0,0,0,.05);
    box-shadow: 0 2px 6px rgba(0,0,0,.2), 0 2px 3px rgba(0,0,0,.05);
    color: #444;
}

#LabourChargesItemGrid.k-grid tbody #LcItemName, #LcAmount {
    pointer-events: none;
    border: 0;
}

#LabourChargesItemGrid.k-grid tbody tr:hover {
    background-color: #fff;
}

#LabourChargesItemGrid.k-grid tr.k-alt:hover {
    background-color: #ebeff2;
}

#LabourChargesItemGrid .k-grid-edit-row .text-box.single-line {
    padding: 2.5px 5px;
}








/*- Invoice PettyCash Grid--*/
/* PettyCashItemGrid */
#InvoicePettyCashItemGrid.k-grid tbody .k-button {
    min-width: 64px;
    padding: 8px 14px;
    background-color: #fafafa;
    background-position: 50% 50%;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.2), 0 2px 3px rgba(0,0,0,.05);
    box-shadow: 0 2px 6px rgba(0,0,0,.2), 0 2px 3px rgba(0,0,0,.05);
    color: #444;
}

#InvoicePettyCashItemGrid.k-grid tbody #PcSparePartName, #PcAmount {
    pointer-events: none;
    border: 0;
}

#InvoicePettyCashItemGrid.k-grid tbody tr:hover {
    background-color: #fff;
}

#InvoicePettyCashItemGrid.k-grid tr.k-alt:hover {
    background-color: #ebeff2;
}

#InvoicePettyCashItemGrid .k-grid-edit-row .text-box.single-line {
    padding: 2.5px 5px;
}

/*- Quotation LabourCharge Grid--*/
/* LabourChargeItemGrid */
#InvoiceLabourChargesItemGrid.k-grid tbody .k-button {
    min-width: 64px;
    padding: 8px 14px;
    background-color: #fafafa;
    background-position: 50% 50%;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.2), 0 2px 3px rgba(0,0,0,.05);
    box-shadow: 0 2px 6px rgba(0,0,0,.2), 0 2px 3px rgba(0,0,0,.05);
    color: #444;
}

#InvoiceLabourChargesItemGrid.k-grid tbody #LcItemName, #LcAmount {
    pointer-events: none;
    border: 0;
}

#InvoiceLabourChargesItemGrid.k-grid tbody tr:hover {
    background-color: #fff;
}

#InvoiceLabourChargesItemGrid.k-grid tr.k-alt:hover {
    background-color: #ebeff2;
}

#InvoiceLabourChargesItemGrid .k-grid-edit-row .text-box.single-line {
    padding: 2.5px 5px;
}

/* Invoice Line ItemGrid */
#InvoiceItemGrid.k-grid tbody .k-button {
    min-width: 64px;
    padding: 8px 14px;
    background-color: #fafafa;
    background-position: 50% 50%;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.2), 0 2px 3px rgba(0,0,0,.05);
    box-shadow: 0 2px 6px rgba(0,0,0,.2), 0 2px 3px rgba(0,0,0,.05);
    color: #444;
}

#InvoiceItemGrid.k-grid tbody #SparePartName,
#InvoiceItemGrid.k-grid tbody #UnitPrice,
#InvoiceItemGrid.k-grid tbody #SalePrice,
#InvoiceItemGrid.k-grid tbody #Amount {
    pointer-events: none;
    border: 0;
}

#InvoiceItemGrid.k-grid tbody tr:hover {
    background-color: #fff;
}

#InvoiceItemGrid.k-grid tr.k-alt:hover {
    background-color: #ebeff2;
}

#InvoiceItemGrid .k-grid-edit-row .text-box.single-line {
    padding: 2.5px 5px;
}

/* Quatation */
.quot-sec .k-grid-toolbar.k-grid-top {
    padding: 0;
    position: absolute;
    right: 0;
    top: -30px;
    border: 0;
    background: transparent;
}

.quot-sec .k-widget.k-grid {
    margin-top: 20px;
}

.quot-sec .k-grid-toolbar .k-grid-add {
    background: #3654b5;
    margin: 0px;
    border: 0;
    padding: 5px 8px;
}

.drop-view .k-dropdown-wrap.k-state-disabled {
    background: #fff;
    padding: 0;
}

.drop-view .k-widget.k-dropdown {
    background: #fff;
    width: 100%;
}

.k-tooltip {
    border-radius: 3px;
    padding: 2px;
    background: #444 !important;
}

.k-callout-s {
    border-top-color: #444;
}

.k-grid-header th.k-header:last-child {
    text-align: center;
}

.k-grid tbody .k-button.gatn-btn {
    padding: 0 1px;
}

.k-grid-Select i {
    font-size: 17px;
    color: #3f51b5;
}

#tkt-ptrls-scrl {
    margin-right: 5px;
    margin-left: 5px;
}

    #tkt-ptrls-scrl .tkt-prt-item-lft {
        padding-left: 10px;
    }


/*/ Accordian /*/
.accordion {
    background: #ebeff2;
}

    .accordion h5 button.collapsed {
        background: #99b8d8;
        color: #fff;
    }

        .accordion h5 button.collapsed:hover {
            color: #fff;
        }

    .accordion h5 button {
        background: rgb(66,50,167);
        background: -moz-linear-gradient(left, rgba(66,50,167,1) 0%, rgba(8,210,234,1) 100%);
        background: -webkit-linear-gradient(left, rgba(66,50,167,1) 0%,rgba(8,210,234,1) 100%);
        background: linear-gradient(to right, rgba(66,50,167,1) 0%,rgba(8,210,234,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4232a7', endColorstr='#08d2ea',GradientType=1 );
        color: #fff;
        border: 0;
        border: 0;
        padding: 3px 9px;
        font-size: 12px;
        display: block;
        width: 100%;
        text-align: left;
        position: relative;
        border-radius: 0;
    }

        .accordion h5 button:after {
            content: "\f106";
            font-family: FontAwesome;
            color: #a6b7bf;
            font-size: 22px;
            display: inline-block;
            position: absolute;
            color: #fff;
            right: 11px;
            top: -5px;
        }

        .accordion h5 button.collapsed:after {
            content: "\f107";
            color: #fff;
            top: -5px;
        }

    .accordion .card-header {
        padding: 0;
        border: 0;
        background: transparent;
    }

    .accordion .card {
        background: transparent;
        padding: 0 0 1.5px;
        box-shadow: none;
        margin: 0;
    }

    .accordion h5 button:hover {
        color: #fff;
    }

    .accordion .show .card-body {
        background: #fff;
        padding: 5px;
    }

    .accordion h5 button .top-tab-ul-icn {
        margin-right: 2.5px;
    }

.card-sec-top {
    background: #ffffff;
    padding: 15px 15px 0;
    margin-bottom: 12.5px;
}

.quotaion-tab {
    pointer-events: none;
}

.quot-sec.quot-view .k-widget.k-grid {
    margin-top: 0;
}

.k-tooltip.k-chart-tooltip {
    background: #fff !important;
    border-radius: 0;
    border: 0;
    padding: 3px;
    color: #444;
}

img.insp-img {
    width: 150px;
    height: 150px;
    max-width: 100%;
    /*max-width: 100%;*/
}

#tkt-adm-tbstrp .k-panelbar > li.k-state-default > .k-link, .k-tabstrip-items .k-item .k-link {
    padding: 6px 10px;
}

#tkt-adm-tbstrp .k-tabstrip .k-tabstrip-items {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.nicescroll-cursors {
    z-index: 9;
}

#tkt-sdtl-scrl.tkt-scroll3 {
    overflow: hidden;
}

.pm-tkt-prt-item {
    padding-top: 10px;
}

    .pm-tkt-prt-item #tkt-ptrls-scrl {
        height: 195px;
    }

a.TILink span, a.TILink, a.TILink:not([href]):not([tabindex]) {
    color: #4133a7;
}

    a.TILink span:hover, a.TILink:hover, a.TILink:not([href]):not([tabindex]):hover {
        cursor: pointer;
        text-decoration: underline;
    }

.TabControlScroll table tbody {
    /*height:200px;
    overflow-y:auto!important;*/
}

.nmir_tab .table td, .table th {
    color: #444;
}

.mb-10 {
    margin-bottom: 10px;
}

.tb-card-sec {
    padding: 10px;
}

    .tb-card-sec .k-tabstrip .k-content.k-state-active {
        padding: 5px 5px 10px;
    }

/* Fixed header */
.header-fixed {
    width: 100%;
}

    .header-fixed > thead,
    .header-fixed > tbody,
    .header-fixed > thead > tr,
    .header-fixed > tbody > tr,
    .header-fixed > thead > tr > th,
    .header-fixed > tbody > tr > td {
        display: block;
    }

        .header-fixed > tbody > tr:after,
        .header-fixed > thead > tr:after {
            content: ' ';
            display: block;
            visibility: hidden;
            clear: both;
        }

    .header-fixed > tbody {
        overflow-y: auto;
        height: 360px;
    }

        .header-fixed > tbody > tr > td:first-child,
        .header-fixed > thead > tr > th:first-child {
            width: 40%;
            float: left;
        }

        .header-fixed > tbody > tr > td,
        .header-fixed > thead > tr > th {
            width: 10%;
            float: left;
        }

/* Ticket Creation */

.container-fluid {
    padding: 0 15px 10px;
}

.tkt-csrn .accordion .show .card-body {
    padding: 0 15px;
}

.tkt-csrn .accordion h5 button {
    font-weight: 600;
    font-size: 13px;
}

.page-titles {
    padding: 5px 0 5px;
}

.tkt-csrn .tkt-crt-item h6,
.tkt-csrn .tkt-prt-item h6 {
    color: #4232a7;
}

.tkt-csrn.tkt-crt-sec .input-group .form-control {
    padding: 0;
}

.tkt-csrn .k-autocomplete.k-state-default,
.tkt-csrn .k-dropdown-wrap.k-state-default,
.tkt-csrn .k-numeric-wrap.k-state-default,
.tkt-csrn .k-picker-wrap.k-state-default {
    padding: 0 7.5px;
    border-radius: 5px;
    border-width: 1px;
}

.tkt-csrn .accordion .card {
    padding: 0 0 8px;
}

.tkt-csrn .tkt-crt-abtn .mdm-btn {
    margin-bottom: 0;
}

.tkt-csrn .tkt-crt-item.tkt-crt-legbtn {
    padding: 5px;
}

.tkt-crt-sec .tkt-crt-tsch-lbl[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}

.tkt-crt-sec .tkt-crt-tsch-val[class*="col-"] {
    padding-right: 15px;
}

.tkt-csrn .tkt-crt-sec.tkt-csrn {
    margin-top: 0;
}

.tkt-csrn .tkt-crt-tp-cnt .tkt-scroll1 {
    height: 115px;
}

.tkt-csrn .tkt-crt-tp-cnt #tkt-map-scrl.tkt-scroll1 {
    height: 157px;
}

.tkt-csrn #tkt-ptrls-scrl.tkt-scroll2,
.tkt-csrn #tkt-phtry-scrl.tkt-scroll2,
.tkt-csrn #tkt-shtry-scrl.tkt-scroll2 {
    height: 255px;
}

.tkt-csrn .tkt-prt-item .form-group {
    margin-bottom: 8px;
}

.tkt-csrn #tkt-sdtl-scrl.tkt-scroll3 #SlotissueDetails {
    height: 390px;
}

.page-titles .breadcrumb {
    font-size: 16px;
}


/* Toolbar */
.toolbar {
    background: #2b70c1;
}

    .toolbar ul {
        margin: 0 0 5px;
        padding: 0;
    }

        .toolbar ul li {
            list-style: none;
            display: inline-block;
        }

            .toolbar ul li a {
                color: #fff;
                text-align: center;
                display: block;
                padding: 4px 7px 6px;
            }

                .toolbar ul li a:hover {
                    background: #15acda;
                }

                .toolbar ul li a span {
                    display: block;
                    font-size: 12px;
                }

                .toolbar ul li a img {
                    max-width: 15px;
                    max-height: 15px;
                }

/* Quote screen */
.qte-csrn .k-autocomplete.k-state-default,
.qte-csrn .k-dropdown-wrap.k-state-default,
.qte-csrn .k-numeric-wrap.k-state-default,
.qte-csrn .k-picker-wrap.k-state-default {
    padding: 0 7.5px;
    border-radius: 5px;
    border-width: 1px;
    border-color: #c5c5c5;
    background: #fff;
}

.qte-csrn .k-input, .k-multiselect-wrap,
.qte-csrn .k-textbox > input,
.qte-csrn input.k-textbox {
    padding-left: 7.5px;
    padding-right: 7.5px;
    border-radius: 5px;
    border-width: 1px;
    border-color: #c5c5c5;
    background: #fff;
}

.qte-csrn label {
    font-weight: 500;
    font-size: 13px;
}

.qte-csrn .form-group {
    margin-bottom: 5px;
}

.qte-csrn .card-sec-top {
    margin-bottom: 2.5px;
}
/* Legend */
fieldset.scheduler-border {
    border: 1px solid #ddd;
    padding: 0 1em 0.5em 1em;
    margin: 0 0 2.5px 0;
    background: #fff;
}

legend.scheduler-border {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    width: auto;
    border-bottom: none;
}

    legend.scheduler-border a {
        background: #ebeff2;
        padding: 0 7.5px 2px 25px;
    }

.qte-csrn .k-textbox {
    width: 100%;
}

legend.scheduler-border a {
    cursor: pointer;
    position: relative;
}

    legend.scheduler-border a:after {
        content: "\f056";
        font-family: FontAwesome;
        font-size: 18px;
        display: inline-block;
        position: absolute;
        color: #2b70c1;
        left: 5px;
        top: -3px;
    }

legend.scheduler-border.collapsed a:after {
    content: "\f055";
    font-family: FontAwesome;
    font-size: 18px;
    display: inline-block;
    position: absolute;
    color: #2b70c1;
    left: 5px;
    top: -3px;
}

.qte-csrn .k-combobox .k-input {
    padding-left: 0;
}

.fst-row {
    margin-left: -15px;
}


/* Address Box */
.adrs-box {
    border-radius: 10px;
    padding: 15px 15px 12.5px;
    background: #253a95;
    border: 1px solid #253a95;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 6px;
    text-align: center;
}

.adrs-box-btm-lft {
    padding-right: 3px;
}

.adrs-box-btm-rgt {
    padding-left: 3px;
}

.adrs-box-lay {
    border: 1px solid #253a95;
    padding: 6px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.adrs-box-btm-lft .adrs-box,
.adrs-box-btm-rgt .adrs-box {
    margin-bottom: 0;
}

.adrs-box .form-control {
    background: transparent;
    border-color: #d3dde4;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    padding-top: 2.5px;
}

.adrs-box-tp {
    text-align: center;
}

.adrs-box .form-control:hover {
    border-color: #fff;
}

.adrs-box-tp label {
    font-size: 16px;
    color: #fff;
}

.adrs-box-tp .form-control {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}

.loc-adrs-bx {
    min-height: 190px;
}

.adrs-box label {
    color: #fff;
}

.paddingzero {
    padding: 0px !important;
}

.iconcussty {
    background: #fff;
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    top: 4px;
    position: absolute;
    right: 20px;
    padding: 0;
    line-height: 28px;
    color: #FA5749;
    text-align: center;
}

    .iconcussty i {
        font-size: 20px;
    }

.adrs-box label {
    font-weight: 700;
}
/* input field border */

.login-form input.k-textbox {
    border: 1px solid #b0bfcb;
    padding: 7px 10px;
    border-radius: 5px;
    background: #fff;
}

.k-autocomplete.k-state-default,
.k-numeric-wrap.k-state-default,
.k-picker-wrap.k-state-default {
    padding: 0 7.5px;
    border-radius: 5px;
    border-width: 1px;
    border-color: #c5c5c5;
    background: #fff;
}

.k-input,
.k-multiselect-wrap,
.k-textbox > input,
input.k-textbox {
    padding-left: 7.5px;
    padding-right: 7.5px;
    border-radius: 5px;
    border-width: 1px;
    border-color: #c5c5c5;
    background: #fff;
}

.k-dropdown-wrap.k-state-default {
    border-radius: 4px;
    border-width: 1px;
    border-color: #c5c5c5;
    background: #fff;
}

textarea.k-textbox {
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    padding: 5px;
    background: #fff;
}

span.k-dropdown.k-widget {
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    background: #fff;
}

.k-widget.k-dropdown .k-dropdown-wrap {
    padding-left: 5px;
}

#tkt-ptrls-scrl .tkt-prt-item-lft {
    padding-left: 0;
    padding-right: 0;
}

.tkt-srn-scdtl.tkt-crt-item {
    padding: 5px 5px 0px 10px;
}

.tkt-crt-item-btm#tkt-ptrls-scrl {
    margin-right: 2px;
    margin-left: 0;
    height: 285px;
    padding-bottom: 0;
    padding-right: 7px;
}

.tkt-prt-item {
    padding-top: 5px;
    padding-bottom: 5px;
}

.tkt-crt-item.tkt-crt-cal-sec {
    padding-bottom: 5px;
}

.dtl-view .k-textbox {
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    background: #fff;
    padding: 3px 7px;
    background-color: #f9f9f9;
    min-height: 33px;
}

input:read-only,
input:read-only:hover {
    background-color: #f9f9f9 !important;
}

label {
    font-weight: 600;
    font-size: 0.84rem;
}

.k-combobox .k-dropdown-wrap .k-input {
    padding-left: 5px;
}

.k-grid .k-i-checkbox {
    font-size: 17px;
    color: #3f51b5;
}

#QuotationDetailsGrid {
    width: 100%;
    overflow-x: scroll;
}

.gchk-icn {
    font-size: 17px;
    color: #3f51b5;
}

.tooltipevent {
    background: #3773c6;
    line-height: 8px;
    color: #fff;
    padding: 10px 10px 7.5px;
    line-height: 18px;
    font-size: 12px;
    border-radius: 3px;
    border: 1px solid #fff;
}

    .tooltipevent span {
        margin-bottom: 2.5px;
        display: block;
    }

        .tooltipevent span b {
            font-weight: 600;
        }


/*22-01-2019*/

.fc-day-grid-container {
    border-bottom: 1px solid #444;
}

.form-group {
    margin-bottom: 7px;
}

.k-block, .k-content, .k-dropdown .k-input,
.k-popup, .k-widget, label, .k-grid tr td,
.dtl-view .k-textbox, .k-input, .k-multiselect-wrap,
.k-textbox > input, input.k-textbox {
    color: #000;
}

.k-grid-filter.k-state-active {
    color: #02e3ff;
}

.k-grid-header th.k-header:last-child {
    text-align: left;
}

.nmir_tab .k-tabstrip {
    margin-top: 5px;
}

.k-colorpicker .k-state-default {
    padding: 0;
    border: 0;
}

.k-list-optionlabel.k-state-selected.k-state-focused {
    color: #fff;
    padding: 0 10px;
}

    .k-list-optionlabel.k-state-selected.k-state-focused.k-state-hover:hover {
        background-color: #0066cc;
    }

.grd-card-sec a.mdm-btn {
    top: 2px;
    position: relative;
}

.tkt-cf-sec {
    margin-top: 10px;
}

    .tkt-cf-sec .actn-btn-sec {
        background: #fff;
        padding: 10px;
    }

/*23-01-2018*/
.k-tabstrip .k-content.k-state-active {
    color: #000;
}

.input-group > .input-group-prepend:not(:first-child) > .btn.tkt-cinfo-add {
    position: relative;
    top: 2px;
}

.k-treeview span.k-in.k-state-selected {
    color: #fff;
}

.evpvdtl-isdtl span.k-combobox {
    border-bottom: 0;
}

.evpvdtl-isdtl .k-dropdown-wrap.k-state-disabled {
    background: #fff;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #c5c5c5;
}

.k-dialog.k-alert .k-window-titlebar .k-dialog-title,
.k-dialog.k-confirm .k-window-titlebar .k-dialog-title, .k-dialog.k-prompt .k-window-titlebar .k-dialog-title {
    color: #000;
}

.k-dialog.k-confirm .k-window-titlebar {
    border-bottom: 1px solid #ddd;
}

.k-confirm .k-button-group .k-primary {
    background: #3773c6;
    border: 0;
    color: #fff;
}

    .k-confirm .k-button-group .k-primary:hover {
        background: #3f84e4;
    }

.k-radio:checked + .k-radio-label::after {
    top: 3px;
    left: 3px;
}

.k-pager-sizes, .k-pager-wrap .k-link {
    color: #fff;
}

/*24-01-2019*/
.k-tabstrip .k-content.k-state-active {
    color: #000;
}

.input-group > .input-group-prepend:not(:first-child) > .btn.tkt-cinfo-add {
    position: relative;
    top: 0px;
}

.k-treeview span.k-in.k-state-selected {
    color: #fff;
}

.evpvdtl-isdtl span.k-combobox {
    border-bottom: 0;
}

.evpvdtl-isdtl .k-dropdown-wrap.k-state-disabled {
    background: #fff;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #c5c5c5;
}

.k-dialog.k-alert .k-window-titlebar .k-dialog-title,
.k-dialog.k-confirm .k-window-titlebar .k-dialog-title, .k-dialog.k-prompt .k-window-titlebar .k-dialog-title {
    color: #000;
}

.k-dialog.k-confirm .k-window-titlebar {
    border-bottom: 1px solid #ddd;
}

.k-confirm .k-button-group .k-primary {
    background: #3773c6;
    border: 0;
    color: #fff;
}

    .k-confirm .k-button-group .k-primary:hover {
        background: #3f84e4;
    }

.k-radio:checked + .k-radio-label::after {
    top: 3px;
    left: 3px;
}

.k-pager-sizes, .k-pager-wrap .k-link {
    color: #fff;
}

.container-fluid {
    padding: 0 12.5px 10px;
}

.k-listbox .k-list > .k-state-selected.k-state-focused {
    color: #3f51b5;
}

.tb-card-sec .k-tabstrip .k-content.k-state-active {
    padding-top: 0;
}

.tb-card-sec .nmir_tab .table > thead > tr > th {
    border-top: 0;
}

.text-password {
    padding: 0 7.5px;
    border-radius: 5px;
    border-width: 1px;
    border-color: #c5c5c5;
    background: #fff;
    height: 34px;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
    padding: 0;
}

.footer {
    left: 0;
}

.breadcrumb {
    padding: 7px 10px;
}

.h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6.h1 {
    color: #000;
}

.fc-day-grid-container {
    border-bottom: none;
}

.tic-confrm .k-grid-content.k-auto-scrollable {
    height: 290px !important;
}

.footer {
    font-size: 13px;
}

.k-link.k-header {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 1px;
    background: #99b8d8;
    color: #fff !important;
}

.k-panelbar > .k-item > .k-link {
    line-height: 15px !important;
    padding: 5px !important;
}

.k-state-default {
    /*padding-bottom: 5px !important;*/
}

.k-link.k-header.k-state-hover {
    background: linear-gradient(to right, rgba(66,50,167,1) 0%,rgba(8,210,234,1) 100%);
}

.k-link.k-header.k-state-selected {
    background: linear-gradient(to right, rgba(66,50,167,1) 0%,rgba(8,210,234,1) 100%);
}

    .k-link.k-header.k-state-selected.k-state-focused.k-state-hover {
        background: linear-gradient(to right, rgba(66,50,167,1) 0%,rgba(8,210,234,1) 100%);
    }

#panelbar {
    border-color: #fff !important;
    padding: 5px;
}


.card-body-lay .card-body {
    padding: 10px;
}

.radio-ul li {
    display: inline-block;
    margin-right: 10px;
}

/*01-02-2019*/


.fc-unthemed .fc-widget-header.fc-today {
    background: transparent !important;
}

.tkt-crt-cal-sec .fc-toolbar.fc-header-toolbar,
.tkt-schd-sec .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0;
}

#SlotissueDetails .fc-header-toolbar .fc-prev-button,
#SlotissueDetails .fc-header-toolbar .fc-next-button {
    position: relative;
    top: 3px;
}

#SlotissueDetails {
    position: relative;
}

    #SlotissueDetails #wrap {
        position: absolute;
        left: 100px;
        top: -5px;
    }

        #SlotissueDetails #wrap .fc-event {
            padding: 2px 4px;
        }

.tkt-schd-sec #sh-cal-sec .fc-toolbar.fc-header-toolbar {
    margin-top: 0;
}

.tkt-schd-sec #sh-cal-sec1 .fc-toolbar.fc-header-toolbar {
    margin-top: 0;
}

.teditor {
    background: #eaeef1;
    border-radius: 4px;
    border: 1px solid #c5c5c5;
}

    .teditor textarea.k-textbox {
        border-radius: 0 0;
        border: 0;
        border-right: 1px solid #c5c5c5;
        height: 34px !important;
    }

    .teditor:hover {
        background: #eaeef1;
    }

    .teditor .k-icon {
        color: #000;
    }

        .teditor .k-icon:hover {
            color: #4232a7;
        }

.k-tabstrip .k-panelbar .k-content {
    display: block;
    border-style: none;
}

/*04-02-2019*/

/*.cschd-lft #external-events {
    max-height: 365px;
    overflow-y: scroll;
}*/

.tkt-csrn #tkt-sdtl-scrl.tkt-scroll3 #SlotissueDetails {
    height: auto;
    margin-right: 15px;
}

.k-tabstrip .k-panelbar .k-content {
    display: block;
    border-style: none;
}


.tkt-schd-sec-ralloc .tkt-scroll3#sh-cal-sec,
.tkt-schd-sec-ralloc .tkt-scroll3 {
    height: auto;
}

#nsrl-grid table {
    min-width: 1500px;
}

.breadcrumb {
    background: transparent;
}

    .breadcrumb li {
        color: #fff;
        font-size: 12pt;
    }

.toolbar {
    position: fixed;
    width: 100%;
    z-index: 10;
}

    .toolbar ul {
        margin-bottom: 0;
    }

/* 13-feb-19*/
.qte-csrn > .card-sec {
    padding: 5px;
    padding-top: 50px;
}

.qte-csrn > .card-body-lay,
.qte-csrn div > .card-body-lay {
    padding-top: 50px;
}

.footer {
    padding: 5px 10px;
}

.container-fluid {
    padding: 0 7.5px 10px;
}

body.mini-sidebar.fix-sidebar {
    background: #ebeff2;
}
/* 21-Feb-2019*/
.edtr-sec {
    margin-bottom: 7.5px;
}

#HistoryWindow .k-picker-wrap .k-icon {
    top: 8px;
}

.tkt-crt-cal-sec .fc-toolbar.fc-header-toolbar {
    padding-right: 0;
}

.tkt-cinfo-add {
    color: #fff;
}

#TagNumberDetailsGrid {
    margin-bottom: 5px;
}

.k-tabstrip .k-content.k-state-active {
    padding: 5px 0;
}

body.mini-sidebar {
    background: #fff;
}

.quot-sec .k-widget.k-grid {
    margin-top: 5px;
}

.k-listbox.k-listbox-toolbar-right .k-listbox-toolbar {
    margin-left: 8px;
}

.mini-sidebar .footer {
    left: 0;
}

.tkt-crt-sec .k-checkbox-label, .tkt-crt-sec .k-radio-label {
    font-weight: 600;
}

.k-prompt-container, .k-window-content {
    padding: 10px 10px;
}

.tkt-crt-sec .k-checkbox-label, .tkt-crt-sec .k-radio-label {
    padding-left: 20px;
}

.grd-card-sec {
    padding: 7.5px 7.5px;
}

.tkt-csrn #tkt-sdtl-scrl.tkt-scroll3 #SlotissueDetails {
    margin-right: 7.5px;
}

tbody tr td.editor-field {
    color: #666;
    font-weight: 600;
}

.fst-row {
    margin-left: -5px;
}


.card-sec {
    padding: 10px;
}

.k-tabstrip .k-content.k-state-active {
    padding: 5px 0px;
}

.row {
    margin-right: -5px;
    margin-left: -5px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 5px;
    padding-left: 5px;
}

.tkt-crt-item {
    padding: 10px 5px 10px 7.5px;
}

.tkt-csrn .accordion .show .card-body {
    padding: 0 5px;
}

.tkt-crt-sec {
    padding: 0 5px;
}

/* Master */
.nmir_tab .k-tabstrip {
    margin-top: 0px;
}

    .nmir_tab .k-tabstrip .k-content.k-state-active {
        padding: 5px 0;
    }

        .nmir_tab .k-tabstrip .k-content.k-state-active > .card-sec {
            /* padding: 0;*/
        }

.k-listbox .k-list-scroller li h3 {
    font-size: 13px;
    margin-bottom: 0;
    line-height: 24px;
}

/* Dash */
.dash-top {
    padding: 5px 0 0;
}

    .dash-top .card, .dash-btm .card {
        margin-right: 0;
        margin-left: 0;
    }

.dash-btm {
    padding: 0px;
}

    .dash-top .card, .dash-btm .card {
        margin-top: 5px;
        margin-bottom: 5px;
    }

/* Header */
.header .top-navbar {
    padding: 0;
}

/* media */
@media(max-width:767px) {
    .mini-sidebar .footer {
        left: 0;
    }
}

.qte-cbdy .card-body {
    padding: 5px 5px 0;
}

.tkt-pop-ah .k-picker-wrap .k-icon,
.tkt-pop-ah .k-header .k-icon {
    top: 8px;
}


/* 23-feb */

.fc-event {
    margin: 3px 2.5px;
}

#Search.add-btn {
    margin-top: 1px;
    margin-left: 5px;
    padding: 5px 20px;
}

.tool-lft {
    width: 315px;
    float: left;
}

.tool-rgt {
    width: 290px;
    float: left;
}

.k-treeview .k-item {
    padding: 0 0 0 0px;
}

.nmir_tab > .prjt-crt-sec {
    /*margin-top:7.5px; */
}

.header .top-navbar .navbar-nav > .nav-item > .nav-link {
    padding-left: 0;
}


.pop_div1 {
    height: 220px;
    overflow-y: scroll;
}

tr.blocked-custmer td span,
tr.blocked-custmer td a,
tr.blocked-custmer td,
.k-grid tr.blocked-custmer td {
    color: #ff0000;
}

tr.k-state-selected.blocked-custmer td span,
tr.k-state-selected.blocked-custmer td a,
tr.k-state-selected.blocked-custmer td,
tr.k-state-selected.k-grid tr.blocked-custmer td {
    color: #ff0000bd;
}

.k-widget.k-tooltip-validation {
    border-color: #fdefba !important;
    background-color: #fdefba !important;
    color: #816704 !important;
}


/*06-03-2019*/
.quot-sec .k-panelbar > .k-item.k-state-active > .k-link::after {
    content: "\f106";
    color: #fff;
    top: 5px;
}

.quot-sec .k-panelbar > .k-item > .k-link::after {
    content: "\f107";
    font-family: FontAwesome;
    color: #a6b7bf;
    font-size: 22px;
    display: inline-block;
    position: absolute;
    color: #fff;
    right: 8px;
    top: 5px;
}

.quot-sec .k-panelbar > .k-item > .k-link > .k-icon {
    display: none;
}

.tkt-crt-cal-sec .fc th.fc-widget-header {
    text-align: center;
}

.k-tabstrip.k-tabstrip-top > .k-tabstrip-items .k-state-active {
    border-color: transparent;
    background: rgb(100,216,233);
    background: -moz-linear-gradient(left, rgba(100,216,233,1) 0%, rgba(3,173,197,1) 100%);
    background: -webkit-linear-gradient(left, rgba(100,216,233,1) 0%,rgba(3,173,197,1) 100%);
    background: linear-gradient(to right, rgba(100,216,233,1) 0%,rgba(3,173,197,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64d8e9', endColorstr='#03adc5',GradientType=1 );
}

.k-tabstrip .k-tabstrip-items .k-item.k-state-hover {
    background: rgb(100,216,233);
    background: -moz-linear-gradient(left, rgba(100,216,233,1) 0%, rgba(3,173,197,1) 100%);
    background: -webkit-linear-gradient(left, rgba(100,216,233,1) 0%,rgba(3,173,197,1) 100%);
    background: linear-gradient(to right, rgba(100,216,233,1) 0%,rgba(3,173,197,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64d8e9', endColorstr='#03adc5',GradientType=1 );
    border-color: transparent;
}
/*/ indicator /*/
.pan-sec .k-panelbar > .k-item > .k-link {
    background: #99b8d8;
    color: #fff;
    border: 0;
    border: 0;
    padding: 3px 9px !important;
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
    border-radius: 0;
    font-weight: 600;
    font-size: 13px;
    line-height: 19px !important;
    margin: 0;
}

.pan-sec .k-panelbar > .k-item > .k-state-hover,
.pan-sec .k-panelbar > .k-item.k-state-active > .k-link {
    background: rgb(66,50,167);
    background: -moz-linear-gradient(left, rgba(66,50,167,1) 0%, rgba(8,210,234,1) 100%);
    background: -webkit-linear-gradient(left, rgba(66,50,167,1) 0%,rgba(8,210,234,1) 100%);
    background: linear-gradient(to right, rgba(66,50,167,1) 0%,rgba(8,210,234,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4232a7', endColorstr='#08d2ea',GradientType=1 );
    color: #fff;
}

.pan-sec .k-panelbar > .k-item > .k-link:after {
    content: "\f107";
    font-family: FontAwesome;
    color: #a6b7bf;
    font-size: 22px;
    display: inline-block;
    position: absolute;
    color: #fff;
    right: 8px;
    top: 3px;
}

.pan-sec .k-panelbar > .k-item.k-state-active > .k-link:after {
    content: "\f106";
    color: #fff;
    top: 3px;
}

.textalignright {
    text-align: right;
}
/*/ Indicator End/*/

.k-combobox > .k-dropdown-wrap > .k-i-close {
    right: 2.40em;
    display: none;
}

.k-combobox .k-dropdown-wrap .k-input {
    padding-left: 0;
    padding-right: 0;
}

.k-autocomplete.k-state-focused > .k-i-close, .k-autocomplete.k-state-hover > .k-i-close, .k-dropdown-wrap.k-state-focused > .k-i-close, .k-dropdown-wrap.k-state-hover > .k-i-close, .k-multiselect-wrap.k-state-focused > .k-i-close, .k-multiselect-wrap.k-state-hover > .k-i-close {
    display: none;
}

.header .top-navbar .navbar-nav > .nav-item > .nav-link.notfi-icn {
    padding-right: 0.4rem;
}

.noti-cnt {
    color: #fff;
}

.header .top-navbar .navbar-nav > .nav-item > .nav-link span.count {
    background: transparent;
    right: 10px;
}

/* Payment */
.pay-sec {
    padding: 7% 15px;
    background: transparent;
    max-width: 1140px;
    margin: 0 auto;
}

    .pay-sec .card-sec {
        padding: 30px;
        border-radius: 15px;
    }

    .pay-sec .dtl-view {
        border-radius: 30px;
    }

    .pay-sec .mdm-btn {
        padding: 8px 22px;
    }

@media(max-width:575px) {
    .pay-sec .fst-row {
        margin-left: 0;
    }

    .pay-sec .card-sec {
        padding: 15px;
    }
}

.notification-grid {
    color: #574e96;
    font-weight: 900;
}

.tkt-schd-sec .fc th.fc-widget-header:last-child {
    text-align: center;
}

.k-list-container li.k-item.k-state-selected {
    color: #fff;
}


/*27-06-2019*/
.main_but {
    border-top: solid 1px #ccc;
    padding: 10px 0;
}

.advanceSearch .btn:hover {
    background: #11b7df;
}


advanceSearch {
    text-align: right;
    background: transparent;
    padding: 0px;
}

.advanceSearch .btn {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top: none;
    background: #0bcce8;
    color: #fff;
    margin-bottom: 5px;
    outline: none;
}

    .advanceSearch .btn:hover {
        background: #ea81e1;
    }

#appendto .k-notification-wrap {
    padding: .45em 1em;
}

#appendto.k-notification-info {
    background-color: transparent;
}

#appendto {
    text-align: center;
    border-radius: 25px;
}

    #appendto .k-notification {
        border-radius: 25px;
        background: #fff;
    }

.blu-bg {
    background: rgb(66,50,167);
    background: -moz-linear-gradient(left, rgba(34, 99, 185) 0%, rgba(43, 123, 194) 100%);
    background: -webkit-linear-gradient(left, rgba(34, 99, 185) 0%,rgba(43, 123, 194) 100%);
    background: linear-gradient(to right, rgba(34, 99, 185) 0%,rgba(43, 123, 194) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4232a7', endColorstr='#08d2ea',GradientType=1 );
}

    .blu-bg:hover {
        background: rgb(66,50,167);
        background: -moz-linear-gradient(left, rgba(43, 123, 194) 0%, rgba(34, 99, 185) 100%);
        background: -webkit-linear-gradient(left, rgba(43, 123, 194) 0%,rgba(34, 99, 185) 100%);
        background: linear-gradient(to right, rgba(43, 123, 194) 0%,rgba(34, 99, 185) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08d2ea', endColorstr='#4232a7',GradientType=1 );
    }

/*22-07-2019*/

.k-dropdowngrid-popup .k-header {
    /*border-color: #e6e6e6;
    color: #999;*/
    background-color: #18a7d8;
    color:#ffffff;
        
}

    /* grid expand */
    .k-grid .k-icon.k-i-expand{
     font-size:20px;
}
 .tic-confrm .k-grid tbody td:first-child,
.tic-confrm .k-grid-header th.k-header:first-child
{
	text-overflow: clip;
}   

 .reon-poi-eve {
    pointer-events: none;
}

 /*--*/

 .btn.chart_btn {
    background: #44b3c2;
    border-radius: 100%;
    width: 28px;
    height: 28px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    padding: 0px;
    margin: 0 5px;
}
 .chart_btn.btn2 {
    background: #e45641;
}
 .chart_btn.btn3 {
    background: #5d4c46;
}

 .previous {
  background-color: #f1f1f1;
  color: black;
}
 
.round {
  border-radius: 50%;
}

.text-fontbold_colorOrange {
    font-weight: bold;
    color: #ff8c00;
}