﻿.disabled:hover {
    cursor: not-allowed !important;
}

.tab-disabled {
    cursor: not-allowed !important;
}

    .tab-disabled a {
        pointer-events: none;
    }

        .tab-disabled a span, .tab-disabled a i {
            color: #dddddd;
        }

.tab-enabled {
    cursor: pointer;
}

    .tab-enabled a {
        pointer-events: unset;
    }

        .tab-enabled a span, .tab-enabled a i {
            color: #333;
        }


.imgcontainer {
    position: relative;
    width: 50%;
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.imglink {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.imgcontainer:hover .image {
    opacity: 0.3;
}

.imgcontainer:hover .imglink {
    opacity: 1;
}

.imgtext {
    background-color: #4CAF50;
    color: white;
    font-size: 12px;
    padding: 5px 5px;
    cursor: pointer;
}

.k-widget.k-tooltip-validation.k-invalid-msg {
    /*position: absolute;
    top: 100%;
    margin-top: 5px;*/
}

.widget-validation-error {
    border: 1px solid #ccc !important;
}

 


.k-grid .k-button {
    margin: 0 .16em;
    padding: 0 4px;
}




.k-chart-crosshair-tooltip, .k-chart-shared-tooltip, .k-widget.k-tooltip {
    background-image: url(textures/highlight.png);
    background-image: none,-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.45)),to(rgba(255,255,255,0)));
    background-image: none,-webkit-linear-gradient(top,rgba(255,255,255,.45) 0,rgba(255,255,255,0) 100%);
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,.45) 0,rgba(255,255,255,0) 100%);
    background-position: 50% 50%;
    background-color: #d9ecf5;
    color: #00435e;
    border-color: transparent;
    -webkit-box-shadow: 0 4px 6px rgba(0,0,0,.3);
    box-shadow: 0 4px 6px rgba(0,0,0,.3);
}


.k-tooltip-validation .k-callout-n {
    border-bottom-color: #fae494 !important;
}
/*
.k-widget.k-tooltip-validation {
    border-color: #ecc23b;
    background-color: #ecc23b;
    color: #90640e;
    display: block;
    text-align: left;
}

.k-widget.k-tooltip-validation {
    border-color: #ecc23b;
    background-color: #ecc23b;
    color: #000;
}
*/





.inbox-compose-footer, .inbox-download, .inbox-info-bar, .inbox-message {
    margin-right: 5px;
    position: relative;
}

 

.k-dropzone {
    border-style: solid;
    border-width: 0;
    padding: 3px !important;
    background-color: transparent;
}

.k-file {
    border-style: solid;
    border-width: 0 0 1px;
    padding: 3px !important;
    white-space: nowrap;
}

.uploader .k-header, .k-upload-sync {
    background-image: url(textures/highlight.png);
    background-image: none,-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.45)),to(rgba(255,255,255,0)));
    background-image: none,-webkit-linear-gradient(top,rgba(255,255,255,.45) 0,rgba(255,255,255,0) 100%);
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,.45) 0,rgba(255,255,255,0) 100%);
    background-position: 50% 50%;
    background-color: #fff !important;
}

    .k-upload-sync .k-upload-button {
        margin: .1em;
    }

.inbox-message {
    margin-top: 5px;
}

.k-file {
    border: none;
    padding: 1px !important;
    white-space: nowrap;
}

.k-file {
    background-color: #fff;
    border: none;
}


.image-preview, img-Logo {
    position: relative;
    vertical-align: top;
    height: 75px;
    margin-top: 5px;
    padding: 2px 2px 2px 5px;
    border: 1px solid gray;
}


.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1px;
}

.lgreen {
    font-weight: bold;
    border-color: #dfb56c;
    color: #333;
    background-color: #cde0c4;
}

.tooltip-inner {
    min-width: 100px;
    max-width: 100%;
}

.commission-footer {
    text-align: right;
    margin: 10px -17px -18px;
    border-top: 1px solid rgba(0,0,0,.1);
    background: rgba(248,248,248,.9);
    padding: 15px;
}

.truncate {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.book-contractor label {
    margin: 0;
    padding-top: 4px;
    text-align: right;
    font-weight: normal;
    padding-right: 2px;
}
.book-contractor {
    padding-top: 20px;
    padding-bottom: 20px;
}

.book-contractor .k-dropdown {
    width: 100% !important;
}

.book-contractor-footer {
    text-align: right;
    padding: 8px;
    border-top: 1px solid #e5e5e5;
    background: rgba(248,248,248,.9);
}

#btnBookContractor {
    margin-right: 15px;
}

#view-schedule .box {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    float: left;
}

#view-schedule #installer {
    margin: 10px 0;
}

#view-schedule #search {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
}

#view-schedule #contractor-ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#view-schedule #contractor-ul li {
    cursor: pointer;
}

    #view-schedule #contractor-ul li a.active {
        background-color: #d1e6f8;
        font-weight: bold;
        color: #18518e;
    }

#view-schedule #contractor-ul li a {
    border: 1px solid #ddd;
    margin-top: -1px;
    background-color: #f6f6f6;
    padding: 8px 10px;
    text-decoration: none;
    color: black;
    display: block;
}

    #view-schedule #contractor-ul li a:hover:not(.header) {
        background-color: #e7e9ea;
    }

.combo-td {
    width: 125px;
}

.combo-hd-td {
    width: 125px;
    font-weight: normal;
    color: #333;
    font-style: italic;
}
#view-schedule .schedule-delete {
    float: left;
}

#view-schedule .footer {
    text-align: right;
    padding: 10px 10px 0;
    margin: 0 -10px;
    border-top: 1px solid #e5e5e5;
    background: rgba(248,248,248,.9);
}

.product-filter {
    margin: 7px 0;
}

.product-div {
    display: none;
    margin: 15px 0;
    border: 1px solid rgba(0,0,0,.1);
    padding: 10px;
}

.product-div-footer {
    text-align: right;
    margin-right: 15px;
}


.manufacture-salesperson-button-remove i {
    text-align: right;
    color: #e10000;
    float: right;
    font-size: 18px;
}

    .manufacture-salesperson-button-remove i:hover {
        color: #a51f1f;
    }


.hand {
    cursor:pointer;
}

.text-align-right{
    text-align:right;
}

.manufacture-footer {
    margin: 15px -13px -13px;
    border-top: 1px solid rgba(0,0,0,.1);
    background: rgba(248,248,248,.9);
    padding: 15px;
}

.min-width-50{
    min-width:50px;
}

.manufacture-title {
    margin: 10px 0 20px;
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    color: #4f9c68;
}

.text-align-center{
    text-align:center;
}

#mdPayMaterial .title {
    padding-bottom: 10px;
    color: #539ede;
}

#mdPayMaterial .total-amount-container label {
    padding: 15px 5px 15px 2px;
}

#mdAdjustment .customer-address-label{
    height:42px
}


#mdPayMaterial .k-grid td {
    line-height: 24.22px;
}

#mdAddNewPayContractor .customer-address-label {
    height: 42px
}
#mdAddNewPayContractor .title {
    padding-bottom: 10px;
    color: #539ede;
}


#mdPayContractor .customer-address-label {
    height: 42px
}

#mdPayContractor .title {
    padding-bottom: 10px;
    color: #539ede;
}
#mdSalesmanPayment .title {
    padding-bottom: 10px;
    color: #539ede;
}

.location-dropdown-menu {
    left:100px;
    margin-top:-15px;
}
.date-range {
    float: right;
    margin: 10px 10px;
}
.chart-container {
    width: 80%;
    height: 480px;
    margin: 0 auto;
}

.doughnut-chart {
    padding: 10px;
    margin: 15px;
}

.canvas-margin {
    margin-top: 15px;
}


.margin-bottom-15{
    margin-bottom:15px;
}

.no-data-message {
    text-align: center;
    margin-top: 120px;
}
.no-data-doughnut-message {
    text-align: center;
    margin-top:95px;
}
#listLocations li {
    padding: 0 15px;
}
#listLocations li:hover {
    background-color:rgba(0,0,0,0.1);
}
#listLocations li label, #listLocations li label input {
    font-weight:normal;
    cursor: pointer;
}
.min-height-270{
    min-height:270px;
}
#hr1 .progress, #currentSalesmanSalesTarget .progress {
    height: 14px;
}
    #hr1 .progress .progress-bar, #currentSalesmanSalesTarget .progress .progress-bar {
        font-size: 9px;
        font-weight: normal;
        line-height: 14px;
    }

    #currentSalesmanSalesTarget .progress{
        margin-bottom: 0;
    }

#currentSalesmanSalesTarget .progress-container {
    display: flex;
    align-items: flex-end;
    margin-bottom: 15px;
}
.salesman-commissions-target-div {
    display: inline-block;
    width: 100%;
    padding: 0 15px 15px 15px;
}
    .padding-25 {
        padding: 25px;
    }
#hr1 .progress:hover{
        cursor: pointer;
    }
.top-corner-label {
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    text-transform: none;
    font-weight: normal
}

.label {
    position:relative;
   
    font-weight:normal;
}

#grdInvoices .k-footer-template td {
    border-width: 0;
}

#grdInvoices .k-footer-template td:nth-child(6) {
        overflow: visible;
        white-space: nowrap;
        position: absolute;
        right: 0;
    }

/*line-height-28 for labels for dropdown*/
.line-height-28{
    line-height: 28px;
}

.margin-top-bottom-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.full-width{
    width: 100%;
}

.margin-top-15{
    margin-top: 15px;
}

  .text-decoration-underline{
     text-decoration:underline;
 }

.manufacture-salesperson-button-remove {
    padding: 0 23px;
    margin-bottom: 5px;
    line-height: 25px;
}


    .manufacture-salesperson-button-remove label {
        line-height: 25px;
        margin-bottom: 0;
    }

.k-tooltip {
    color: white !important;
    background: black !important;
}

.k-callout-n {
    border-bottom-color: black !important;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}
.payment-method-title {
    padding-bottom: 10px;
    color: #539ede;
}

#mdAddNewPayment .customer-address-label {
    height: 42px
}

.link {
    color: #3276b1;
}
    .link:hover, .link:focus {
        color: #214e75;
        cursor: pointer;
        text-decoration: underline;
    }
#mdAdjustments .title {
    padding-bottom: 5px;
    color: #539ede;
}

.requiredLabel:after {
    content: '\f069';
    color: #e40a0a;
    font-size: 8px;
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    position: absolute;
    top: -3px;
    padding-left: 2px;
}
.requiredLabel  {
   
 font-weight:700!important;
}
 
.accord .accord1 {
    padding: 0 40px 0 20px;
    background-color: transparent;
    border-color: #ddd;
    box-shadow: 0 1px 4px 0 rgba(204,204,204,.75);
    font-family: "Open Sans",Arial,Helvetica,Sans-Serif;
    font-size: 24px;
}

.accord .name {
    text-decoration: none;
}

.accord p {
    font-size: 14px;
    font-family: "Open Sans",Arial,Helvetica,Sans-Serif;
    color: #333;
    align-items: flex-end;
}

.accord .panel-heading {
    background-color: #f5f5f5;
}

.accord .fa {
    line-height: 3;
}

.accord .accord2 {
    padding: 0 40px 0 20px;
    background-color: transparent;
    border-color: #ddd;
    box-shadow: 0 1px 4px 0 rgba(204,204,204,.75);
    font-family: "Open Sans",Arial,Helvetica,Sans-Serif;
    font-size: 24px;
}

.accord .accord3 {
    padding: 0 40px 0 20px;
    background-color: transparent;
    border-color: #ddd;
    box-shadow: 0 1px 4px 0 rgba(204,204,204,.75);
    font-family: "Open Sans",Arial,Helvetica,Sans-Serif;
    font-size: 24px;
}

.accord .accord4 {
    padding: 0 40px 0 20px;
    background-color: transparent;
    border-color: #ddd;
    box-shadow: 0 1px 4px 0 rgba(204,204,204,.75);
    font-family: "Open Sans",Arial,Helvetica,Sans-Serif;
    font-size: 24px;
}

.accord .accord5 {
    padding: 0 40px 0 20px;
    background-color: transparent;
    border-color: #ddd;
    box-shadow: 0 1px 4px 0 rgba(204,204,204,.75);
    font-family: "Open Sans",Arial,Helvetica,Sans-Serif;
    font-size: 24px;
}

.accord .accord6 {
    padding: 0 40px 0 20px;
    background-color: transparent;
    border-color: #ddd;
    box-shadow: 0 1px 4px 0 rgba(204,204,204,.75);
    font-family: "Open Sans",Arial,Helvetica,Sans-Serif;
    font-size: 24px;
}

.accord .accord7 {
    padding: 0 40px 0 20px;
    background-color: transparent;
    border-color: #ddd;
    box-shadow: 0 1px 4px 0 rgba(204,204,204,.75);
    font-family: "Open Sans",Arial,Helvetica,Sans-Serif;
    font-size: 24px;
}

.modal-body > .container {
    width: 100%;
}

.panel-body h6 {
    margin-bottom: 15px;
    font-weight: bold;
    font-style: italic;
}

.panel-body-content > img {
    display: block;
    margin: 35px 0 10px 0;
    max-width: 100%;
    height: auto;
}

.panel-body-footer {
    margin-top: 40px;
}



/* Kendo expandEditor */

table .expandEditor {
    display: none;
    border-width: 0;
    width: 100%;
    height: 100%;
}

#editor5 {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
}


.no-padding .smart-form.widget-body-toolbar, .no-padding .widget-body-toolbar, .no-padding.widget-body-toolbar {
    display: block;
    margin: 10px 0 !important;
}

.txt-color-lightgreen {
    color: #999e9c !important;
}

.jarviswidget header:first-child .nav-tabs li {
    /*padding-left: 1px !important;*/
    padding-top: 1px !important;
}


/*setup page*/
.wiz .nav-tabs > li > a {
    font-weight: 700;
}

.wiz .nav-tabs > li.active > a {
    font-weight: 700;
}

.nav-stacked ul li {
    padding: 10px 10px 0 0;
    font-weight: bold;
    color: gray;
    padding: 0 15px;
}

.wiz .nav-stacked > li {
    text-align: left;
    width: 100% !important;
}

#mdSetup .modal-dialog {
    height: 90%;
    padding: 0;
}

#mdSetup .modal-content, .modal-body {
    height: 100%;
}

.wiz {
    list-style: none;
    margin: 0;
    padding: 0;
    position: fixed;
    color: #fff;
    /* border: 1px solid #eee; */
    box-shadow: 1px 1px 5px #d6cece;
    z-index: 1000;
    width: 250px;
}

.mainright {
    margin-left: 300px; /* Same width as the sidebar + left position in px */
    padding: 0px 10px;
}

.wiz .nav-tabs > li > a {
    border-radius: 0;
    color: #333;
}

.wiz .nav-tabs > li > a {
}

.wiz .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: none;
    border-radius: 2px 2px 0 0;
}

.wiz .nav-tabs > li.active > a {
    -webkit-box-shadow: none;
    ;
    -moz-box-shadow: none;
    box-shadow: none;
    ;
    border-top-width: 0 !important;
    margin-top: 1px !important;
    font-weight: 700;
}

.wiz .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    background-color: #fff;
    border: none;
    border-bottom-color: transparent;
    cursor: default;
}


.wiz .nav-tabs > li.active i {
    color: #04af6e !important;
}

.wiz i.fa {
    font-size: 20px;
    margin-right: 8px;
}

.wiz a span {
}



.wiz i:hover {
    color: black;
}

ul {
    list-style-type: none;
}

.sum {
    padding-left: 15px;
}

    .sum p {
        font-size: 18px;
        line-height: 35px;
    }

        .sum p:before {
            content: "\2714\0020";
        }
/* OR */

.wiz p {
    font-size: 15px;
}

.helppage p {
    font-size: 18px;
    line-height: 30px;
}



.fixed-header2 #shortcut .selected {
    border: 1px solid #0091d9 !important;
    position: relative
}

    .fixed-header2 #shortcut .selected:before {
        display: block;
        position: absolute;
        content: "\f00c";
        color: #fff;
        right: 4px;
        top: 3px;
        font-family: 'Font Awesome 5 Pro';
        z-index: 2
    }

    .fixed-header2 #shortcut .selected:after {
        width: 0;
        height: 0;
        border-top: 35px solid #0091d9;
        border-left: 35px solid rgba(0,0,0,0);
        position: absolute;
        display: block;
        right: 0;
        content: "";
        top: 0;
        z-index: 1
    }

.fixed-header2 #shortcut ul li a {
    font-weight:bold;
}
    .fixed-header2 #shortcut {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    background-color: #33302F;
    background-color: rgba(0,0,0,.85);
    z-index: 907;
    display: none;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    .fixed-header2 #shortcut ul {
        padding: 15px 20px 10px;
        list-style: none;
        margin: 0;
        box-shadow: 0 4px 10px rgba(0,0,0,.3);
        -moz-box-shadow: 0 4px 10px rgba(0,0,0,.3);
        border-bottom: 1px solid #423F3F
    }

        .fixed-header2 #shortcut ul li {
            display: inline-block;
            width: auto
        }

            .fixed-header2 #shortcut ul li .jarvismetro-tile {
                margin: 0 3px 3px;
                border: none;
                border-radius: 0;
                -moz-border-radius: 0;
                -webkit-border-radius: 0
            }

                .fixed-header2 #shortcut ul li .jarvismetro-tile:hover {
                    color: #fff;
                    text-decoration: none
                }

                .fixed-header2 #shortcut ul li .jarvismetro-tile:active, #shortcut ul li .jarvismetro-tile:focus {
                    left: 0;
                    top: 0
                }

.fixed-header2 .shortcut-on #response-btn {
    display: none !important
}

.fixed-header2 .shortcut-on #left-bar .navbar, .shortcut-on #main .navbar {
    border: none !important
}


.fz-grid-search {
    width: 250px;
}

.sub-breadcrumb {
    font-size: 14px !important;
    font-style: italic;
    color: #676767;
}

    .sub-breadcrumb::after {
        content: ">";
        padding: 0 5px 0 5px;
    }
.main-breadcrumb {

}

#uaoverlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(242, 242, 242, .9);
    z-index: 99999;
    cursor: pointer;
}


div.tooltip-inner {
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 2px 6px #333;
    background-color: #505050;
    font-size: 12px;
    font-weight: normal;
    max-width: 200px;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #505050 !important;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #505050 !important;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #505050 !important;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #505050 !important;
}

[role='tooltip'].k-tooltip {
    background: #505050 !important;
}

[role='tooltip'] .k-callout-n {
    border-bottom-color: #505050 !important;
}

[role='tooltip'] .k-callout-s {
    border-top-color: #505050 !important;
}

[role='tooltip'] .k-callout-e {
    border-left-color: #505050 !important;
}

[role='tooltip'] .k-callout-w {
    border-right-color: #505050 !important;
}

.more {
    overflow: hidden;
}

.payment-badge {
    font-weight: bold;
    padding-bottom: 5px;
}

    .payment-badge:hover {
        cursor: default !important;
    }

.badge {
    display: inline !important;
    
}

    .badge:hover {
        opacity: 0.8;
        background-color: #468847;
        cursor: pointer;
    }

.subject {
    display: inline !important;
}

.popModal_content.popModal_content {
    margin-top: 8px !important;
    margin-bottom: 20px !important;
}

.card-detail-table {
    border: 1px solid #ddd !important;
}

.gray-bg {
    background-color: #f7f7f7;
}

.menubutton {
    padding: 3px !important;
    min-width: 26px !important;
    min-height: 23px !important;
    margin: 0 .16em;
    padding: 0 4px;
    min-width: 16px;
    background: #ffffff;
    color: #4b4949;
    box-shadow: 1px 1px 2px #ccc;
}

#grid-customer-task-context-menu,
.grid-context-menu {
    padding: 3px;
    right: 93px !important;
}

#grid-context-menu {
    padding: 3px;
    right: 135px;
}
#leadpopup {
    padding: 3px;
    left: 135px;
}
    .grid-context-menu li,
    #grid-context-menu li,
    #grid-customer-task-context-menu li {
        padding: 0 8px;
        border: 1px solid transparent !important;
    }
        .grid-context-menu li .k-menu-link,
        #grid-context-menu li .k-menu-link,
        #grid-customer-task-context-menu li .k-menu-link {
            padding: 3px 0 !important;
        }

        .grid-context-menu li:hover,
        #grid-context-menu li:hover,
        #grid-customer-task-context-menu li:hover {
            border: 1px solid;
            border-radius: 6px;
            border-color: #ccc;
            background-image: none,-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.01)),to(rgba(0,0,0,.06)));
        }

        .grid-context-menu li .k-link:hover,
        #grid-context-menu li .k-link:hover,
        #grid-customer-task-context-menu li .k-link:hover {
            color: #676767;
            border-color: #ccc;
            background-color: #fff;
        }

        .grid-context-menu li .k-menu-link,
        #grid-context-menu li .k-menu-link,
        #grid-customer-task-context-menu li .k-menu-link {
            padding: 5px 0;
        }

        .grid-context-menu li .fa,
        #grid-context-menu li .fa,
        #grid-customer-task-context-menu li .fa {
            margin: 1.5px;
        }

.k-grid-footer-wrap table:first-child{
    width: 100% !important;
}

#grdLaborCost .k-dropdown .k-invalid-msg {
    position: fixed;
}
.savedFilter {
    display: flex;
    height: 100%;
    padding: 0 8px;
    align-items: center;
    color: #369d3e !important
}

    .savedFilter:hover {
        background-color: rgba(0,0,0,.05);
    }

    .saved-filter-table {
        width: 250px;
    }

    .saved-filter-table td {
        padding: 5px !important;
    }

.no-wrap{
    white-space: nowrap;
}

.text-bold{
   font-weight: bold;
}

.mr-5{
    margin-right: 5px;
}

.widget-toolbar .popover-title {
    background-color: #739e73;
    color: white;
}

#txtSaveFilter{
    margin-right: 15px;
}

.upload-payment-files .k-clear-selected, .upload-payment-files .k-upload-selected {
    display: none !important;
}

.upload-inventory-po-files .k-clear-selected, .upload-inventory-po-files .k-upload-selected {
    display: none !important;
}

.notification-body > li a.msg{
    cursor: default !important;
}

.well-sm span img{
    height: 80px;
}
@media only screen and (max-width: 600px) {
    .k-grid {
        min-height: 500px;
    }
}
.inbox-download-list li > :first-child > :first-child > a > img {
    max-width: 120px;
}
/*checkbox start*/
input[type='checkbox'] {
    cursor: pointer;
}

input[type='checkbox'] + label {
    cursor: pointer;
}

input[type='checkbox']:after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid rgb(192,192,192);
    border-radius: 0.25em;
    background: rgb(224,224,224);
}

input[type='checkbox']:checked:after {
    content: '\f00c';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    text-align: center;
    font-size: 16px;
}
.truncate-30 {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    width: 30ch !important;
    text-overflow: ellipsis;
}