﻿h4{
    text-transform: uppercase;
}
.klaimki-e-spin-overlay {
    height: 200000px !important;
    /*height: 100vh !important;*/
}

.e-spinner-pane .e-spinner-inner {
    top: 50vh !important;
}

.no-padding-on-paragraph p {
    margin-bottom: 0px !important;
}

.e-card {
    color: #505458;
}

.select2-results__option {
    color: black;
}

.e-recurrenceeditor .e-editor{
    max-width: unset !important;
}

.e-query-builder .e-group-body .e-rule-container .e-rule-value .e-multiselect, .e-query-builder .e-group-body .e-rule-container .e-rule-value .e-multi-select-wrapper {
    max-width: 100% !important;
}

.e-query-builder .e-group-body .e-rule-value.e-show {
    width: 600px !important;
}

.e-query-builder .e-group-body .e-rule-container .e-rule-filter {
    width: 400px;
}

.e-tab .e-tab-header .e-toolbar-item .e-tab-text:hover {
    font-weight: bold;
}

.e-tab .e-tab-header .e-toolbar-item:not(.e-separator) {
    /*height: 45px;*/
}
/*.e-grid .e-rowcell, .e-grid .e-gridcontent, .e-grid .e-gridheader, .e-grid .e-headercontent, .e-grid .e-groupdroparea, .e-grid .e-gridfooter, .e-grid .e-summarycontent
{
    vertical-align: top;
}*/
#components-reconnect-modal {
    opacity: 0.92 !important;
}

.legalmatters-red-background-color {
    background-color: lightpink;
}

.e-multi-select-wrapper input[type="text"] {
    height: 8px;
    min-height: 8px;
}

.e-pivotfieldlist-container{
    max-width: 1000px !important;    
}
    .e-pivotfieldlist-container.e-dialog {
        max-height: 800px !important;
    }
/* begin disabled nov 20 as it was screwing up the sfquerybuilder */
/*.e-multi-searcher {
    display: none !important;
}*/
/* end disabled nov 20 as it was screwing up the sfquerybuilder */
@media only screen and (max-width: 800px) {
    .tdstopresponsive {
        padding-left: unset;
        border-bottom: unset;
    }

        .tdstopresponsive:before {
            content: unset;
        }
}


.h-divider {
    margin-top: 5px;
    margin-bottom: 5px;
    height: 1px;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mud-theme-primary {
    background-color: rgba(85, 182, 218, 1) !important;
}

.mud-input.mud-input-underline::before {
    border-bottom-style: none !important;
}

.mud-input.mud-input-underline::after {
    border-bottom-style: solid !important;
    border-bottom-color: rgba(85, 182, 218, 1) !important;
    border-bottom-width: 2px !important;
    margin-bottom: -7px !important;
}

.klaimki-dashboard-panel {
    /* z-index: unset !important;
        max-width: 100%;*/
    overflow-y: scroll;
    z-index: unset !important;
}

.klaimki-header-click {
    cursor: pointer;
}

h4.klaimki-header-click:hover {
    text-decoration: none;
}

.klaimki-header-click:hover {
    text-decoration: underline;
}

.klaimki-header-click .fa-close {
    font-size: 25px;
    margin-right: 1em;
}
/* begin syncfusion overrides */
.e-dashboardlayout .e-control .e-panel .e-panel-header {
    height: unset !important;
}

.e-row {
    cursor: pointer;
}

.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
    height: unset !important;
}

/*.e-toolbar .e-toolbar-item {
        align-items: unset;
    }*/

.e-tab .e-tab-header {
    /*background-color: rgba(85, 182, 218, 1);*/
    background-color: rgba(85, 182, 218, 1);
    border-radius: 0px !important;
}



/*.e-tab > .e-content {
    overflow-y: auto;
    padding-right: 10px;
}*/


/* end syncfusion overrides */

/*
    sync fusion query builder overrides
*/
/*.e-rule-filter {
        width: 100% !important;
        border-style: none;
        border-bottom-style: solid;
        border-color: silver;
        border-width: 2px;
    }

    .e-rule-field {
        border-style: solid;
        border-color: silver;
        border-width: 2px;
    }

    .e-query-builder .e-group-body .e-rule-container {
        padding-right: 0px !important;
    }*/
/*
    end sync fusion query builder overrides
*/

/*-----------------------------------------------------------------------
                         Select2: BEGIN
-----------------------------------------------------------------------*/
.select2-form-group .select2-container .select2-selection--single {
    height: 50px;
}

.select2-form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
}

.select2-form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
}

.select2-results__option {
    min-height: 20px;
}

.select2-container {
    width: 100% !important;
}

.select2-form-group {
    margin-bottom: 10px;
    margin-top: 10px;
}

.select2-flex-container {
    display: flex;
    justify-content: space-between;
}

    .select2-flex-container .select2-container {
        max-width: 90% !important;
        margin-right: 10px;
    }

    .select2-flex-container .flex-child button {
        height: 50px;
    }

.select2-dropdown {
    z-index: 99999 !important;
}

.select2-plus-button-container {
    float: right;
    height: 50px;
}

.custom .select2-container .select2-selection--single {
    height: 38px !important;
}
/*-----------------------------Select2: END--------------------*/

@media (min-width: 992px) {
    .custom-modal .modal-lg-adjusted, .modal-xl-adjusted {
        max-width: 90%;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}


.scrollable-modal {
    overflow-y: initial !important;
}

.no-scroll-modal .modal-body {
    overflow-y: hidden !important;
}

.scrollable-modal .modal-body {
    height: 80vh;
    overflow-y: auto;
}

.login-page-adjusted {
    /*
        background-color: rgba( 45, 186, 155, .8);
        background-image: url(../images/login-bg.png);
    */
    background-color: rgba(0, 0, 0, 0.8);
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    max-height: 100%;
    min-height: 99%;
    width: 100%;
    height: 100vh;
}

    .login-page-adjusted .login-form-adjusted {
        height: 100%;
    }


.validation-message {
    font-size: small;
}


.ui-accordion .ui-accordion-content {
    padding-bottom: 10px;
}

#customFile .custom-file-input:lang(en)::after {
    content: "Select file...";
}

#customFile .custom-file-input:lang(en)::before {
    content: "Click me";
}

/*when a value is selected, this class removes the content */
.custom-file-input.selected:lang(en)::after {
    content: "" !important;
}

.custom-file {
    overflow: hidden;
}

.custom-file-input {
    white-space: nowrap;
}


.multiselect-option .form-check-label, .multiselect-all .form-check-label {
    margin-left: 20px;
}

.dropdown-menu.show {
    z-index: 1000000;
}
/*-----------------------------------------------------------------------
                        Incident - form fields: BEGIN
-----------------------------------------------------------------------*/
.form-field-item {
    margin-bottom: 30px
}

.address_tabs {
    background-color: #f8f9fa;
    margin-top: 0;
}

.incident-field-title {
    font-weight: 400;
    color: #006699;
    font-size: 12px;
    line-height: 1.2em;
}

span.incident-field-title {
    display: inline-block;
    width: auto;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: default;
    height: auto;
    letter-spacing: .5px;
}

@keyframes slidein {
    from {
        transform: scale(1, .75);
        opacity: 0;
    }

    to {
        opacity: 1;
        transform: scale(1, 1);
    }
}

span.incident-field-title:hover,
span.incident-field-title:focus {
    transform-origin: top;
    white-space: normal;
    animation-name: slidein;
    animation-duration: .25s;
    background: transparent;
}

input.form-control,
.custom-table,
textarea,
span.e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper.e-keyboard,
.e-dropdownbase .e-list-item,
.e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper.e-input-focus,
.e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper {
    /*        margin-top: 5px !important;
*/ margin-bottom: 10px !important;
    width: 100% !important;
    color: #222222 !important;
    font-size: .9rem !important;
    min-height: 38px;
    height: auto;
    border-radius: 2px !important;
}

textarea {
    height: 28px;
}

.e-btn,
.e-btn:hover,
.e-btn:focus,
.e-css.e-btn.e-upload-browse-btn {
    box-shadow: none;
    padding-top: 5px;
    padding-bottom: 5px;
    /*height: 38px !important;*/
    border-radius: 2px;
    display: table-cell;
    vertical-align: middle;
}

.e-control.e-tab.e-lib.e-de-property-tab.e-keyboard .e-btn {
    margin: 2px;
    height: 28px;
}

    .e-control.e-tab.e-lib.e-de-property-tab.e-keyboard .e-btn:hover {
        height: auto;
        height: 28px;
        padding: 6px 7px 4px;
    }

.e-control.e-toolbar.e-lib.e-keyboard .e-btn,
.e-footer-content .e-control.e-btn.e-lib.e-flat,
.btn.btn-default {
    background-color: rgba(85, 182, 218, 1);
    color: #fff;
}

.e-control.e-toolbar.e-lib.e-keyboard .e-tbar-btn-text {
    color: #fff;
}

.e-control.e-datetimepicker.e-lib.e-input.e-keyboard {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    width: 100% !important;
    color: #222222 !important;
    font-size: .9rem !important;
    height: 38px;
    background: #fff !important;
}

.e-control input.e-input, .e-control .e-input-group input, .e-control .e-input-group input.e-input, .e-control .e-input-group.e-control-wrapper input, .e-control .e-input-group.e-control-wrapper input.e-input {
    font-size: .9rem !important;
    background: #fff !important;
}

.e-input-group, .e-input-group.e-control-wrapper {
    margin-bottom: 0;
}

.form-control-disabled {
    width: 100%;
}

.form-control.pl-0 {
    padding-bottom: 0;
}

.e-ddl .e-lib .e-input-group .e-control-container .e-control-wrapper {
    width: 100% !important;
}

.custom-table {
    width: 100% !important;
    /*max-height: 120px !important;*/
    height: auto !important;
}

    .custom-table th {
        font-weight: 100;
        color: rgba(85, 182, 218, 1);
        font-size: 12px;
    }

section.box .custom-table {
    height: 100% !important;
    max-height: none !important;
}

.table.checkboxlist {
    width: 100% !important;
    background-color: #fff;
}

/*.profile-control {
    float: right;
    position: absolute;
    top: 0;
    right: 30px;
}*/
/*----------------------------- Incident - form fields: END------------*/
@keyframes cssAnimation {
    to {
        opacity: 1.0;
    }
}
/*-----------------------------Wizard Question: END--------------------*/





.page-topbar .quick-area .info-menu li.profile img {
    background-color: transparent !important;
}

.upload-files {
    white-space: nowrap;
}

    .upload-files a {
        margin-left: 10px;
    }

.break-word {
    /*word-break: break-word !important;*/
    /*overflow-wrap: break-word !important;*/
    width: 150px;
    word-break: break-all;
}


@media (min-width: 992px) {
    .col-width-100 {
        max-width: 100px;
    }

    .col-width-150 {
        max-width: 150px;
    }

    .col-width-200 {
        max-width: 200px;
    }

    .small-tbl-spacing {
        padding: 5px !important;
    }
}



.no-close .modal-header .close {
    display: none;
}

.pace {
    display: none;
}

th {
    cursor: pointer;
}





/*-----------------------------------------------------------------------
    Human Anatomy: BEGIN
-----------------------------------------------------------------------*/
.selected-part {
    fill: rgba(255, 0, 0, 0.4);
}

.selected-part {
    fill: rgba(255, 0, 0, 0.4);
}

path:not(.selected-part):hover {
    fill: rgba(255, 0, 0, 0.3);
    transition: all ease 0.3s;
}

.selected-part:hover {
    fill: rgba(255, 0, 0, 0.3);
}

.hidden-part {
    display: none;
}





/*-----------------------------Human Anatomy: END----------------------*/
/*-----------------------------------------------------------------------
                      SyncFusion:BEGIN
-----------------------------------------------------------------------*/
/*PDF Viewer*/
.pdf-viewer-wrapper .e-pdfviewer {
    height: 100vh !important;
}


.e-de-tool-ctnr-properties-pane {
    height: 100vh !important;
}

.spreadsheet-container {
    height: 100vh;
}

.e-spreadsheetgrppanel {
    height: 100vh !important;
}

.e-sheet-panel {
    height: 100% !important;
}

.xe-dlg-center-center, .xe-dlg-container {
    z-index: 2000 !important;
}

.e-schedule {
    height: 100vh !important;
}

/*Schedule*/
.e-quick-dialog-occurrence-event {
    display: none !important;
}

.e-quick-dialog-series-event {
    background-color: transparent;
    border-color: transparent;
    color: #e3165b;
}

.e-quick-dialog {
    /*width: 30% !important;*/
}
/*--------------------SyncFusion: END-----------------------*/
.form-holder .fa {
    font-size: 36px;
    /*float: right;*/
}


/* disabled by tim - feb 21 2023
th.currently-sorted[data-sort-dir="desc"]::after {
    content: "\25bc";
    font-size: 10pt;
}
*/
.small-margin-left {
    margin-left: 15px;
}

th {
    cursor: pointer;
}

/* disabled by tim - feb 21 2023
    th.currently-sorted[data-sort-dir="asc"]::after {
        content: "\25b2";
        font-size: 10pt;
    }

    th.currently-sorted[data-sort-dir="desc"]::after {
        content: "\25bc";
        font-size: 10pt;
    }
*/

.pointer-item {
    cursor: pointer;
}

/*-----------------------------------------------------------------------
                      Forms:BEGIN
-----------------------------------------------------------------------*/
.login-form-adjusted .validation-message {
    color: rgba(214,63,40,1);
}

/*--------------------Forms: END-----------------------*/









/*-----------------------------------------------------------------------
                      Other Styles:BEGIN
-----------------------------------------------------------------------*/
.custom-margin-left-15 {
    margin-left: 15px
}

a.load-button {
    text-decoration: none;
    margin-top: 1em;
    display: block;
}

    a.load-button:link, a.load-button:visited {
        color: rgba(45, 186, 155,1);
    }

    a.load-button:hover, a.load-button:focus, a.load-button:active {
        color: rgba(45, 186, 155,1);
    }

.disable-load-button {
    color: gray !important;
    pointer-events: none;
    display: none !important;
}

.list-position {
    position: absolute;
    left: 20px;
    top: 20%;
    font-weight: bold;
}

.list-position {
    z-index: 2 !important;
}

.wrapped-table-text-200 {
    max-width: 200px;
    word-wrap: break-word;
}

.crud-section {
    float: right;
}

    .crud-section a {
        margin-left: 10px;
    }

.loadingoverlay .fa {
    font-size: 120px !important;
}

#map {
    height: 100%;
}

.form-group-field {
    border-color: LightGrey;
    border-width: 1px;
    border-style: Solid;
    padding: 10px 10px 10px 10px;
}
/*
.active-filter .fa {
    color: #2dba9b;
}*/

.active-filter {
    color: #2dba9b;
}

    .active-filter:hover {
        color: #2dba9b;
    }

.inactive-active-filter {
    color: black;
}

    .inactive-active-filter:hover {
        color: black;
    }

.diagram-palette {
    border-right: 1px solid #cacad0;
}

.custom-height-500 {
    min-height: 500px;
}


.diagram-palette {
    overflow-y: scroll;
    height: 90vh;
}

.bootstrap-timepicker-widget table td input {
    width: 35px !important;
    margin: 0;
    text-align: center;
}

.custom-adjusted-table tr {
    height: 44.33px !important;
}

.custom-date-picker {
}

.custom-date-picker-container {
    display: table-cell;
}

    .custom-date-picker-container input {
        display: block !important;
        width: 100% !important;
        height: calc(1.5em + 0.75rem + 2px) !important;
        padding: 0.375rem 0.75rem !important;
        font-size: 1rem !important;
        font-weight: 400 !important;
        line-height: 1.5 !important;
        color: #495057 !important;
        background-color: #fff !important;
        background-clip: padding-box !important;
        border: 1px solid #ced4da !important;
        border-radius: 2px !important;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
    }

    .custom-date-picker-container .e-date-wrapper, .custom-date-picker-container .custom-date-picker-container .e-date-container, .custom-date-picker-container .e-input-group, .e-control-container, .custom-date-picker-container .e-control-wrapper .custom-date-picker-container .e-valid-input {
        padding: 0px !important;
        border: none !important;
    }


    .custom-date-picker-container input {
        padding: 1px 1px 1px 12px !important;
    }

    .custom-date-picker-container .e-input-focus, .custom-date-picker-container .e-input-focus::after, .custom-date-picker-container .e-input-focus::before {
        background: none;
        width: 0px;
        border: none;
        display: none;
    }

/*
    .custom-date-picker-container .e-date-icon, .custom-date-picker-container .e-clear-icon {
        display: none !important;
    }
*/


.custom-min-height-100 {
    min-height: 100px;
}


@media only screen and (max-width: 800px) {

    /* Force table to not be like tables anymore */
    .custom-table table, .custom-table thead, .custom-table tbody, .custom-table th, .custom-table td, .custom-table tr {
        /*CHANGE-LOG-2021-11-24*/
        display: block;
    }
}

.modal-body {
    padding-bottom: 160px;
}


.fake-checkbox {
    border: none;
    border-radius: 3px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: 'e-icons';
    height: 18px;
    line-height: 10px;
    padding: 2px 0;
    text-align: center;
    vertical-align: middle;
    width: 18px;
    background-color: #948c96;
}
/*witstudio January 26////////////////////////////////////////////*/
#tblClaim_ID .col-lg-3.col-md-12.col-sm-12,
#tblClaim_ID .col-lg-6.col-md-12.col-sm-12 {
    padding: 10px 15px;
}

/*div#e-content-tblClaim_ID_0 .container-fluid {
    padding: 25px !important;
}*/


.e-control.e-toolbar.e-lib.e-tab-header.e-keyboard.e-toolpop {
    padding: 5px 0px;
}


.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
    color: #222222;
    text-transform: capitalize !important;
    font-family: inherit !important;
}

.e-toolbar-items .e-toolbar-item.e-template .e-input-group.e-control-container.e-control-wrapper input {
    width: 100% !important;
    color: #222222 !important;
    font-size: .9rem !important;
    height: 38px !important;
    padding: 0 5px;
    margin-bottom: 0 !important;
}

.e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-tab-text {
    /*color: #006699 !important;*/
    color: #fff !important;
}

.e-ribbon.e-rbn .e-ribbon-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
    color: #111 !important;
}

.e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-tab-text:hover {
    font-weight: 500;
}

.e-checkbox-wrapper .e-checkbox:focus + .e-frame.e-check, .e-css.e-checkbox-wrapper .e-checkbox:focus + .e-frame.e-check {
    background: rgba(85, 182, 218, 1);
}

.e-checkbox-wrapper .e-checkbox:active + .e-frame.e-check, .e-css.e-checkbox-wrapper .e-checkbox:active + .e-frame.e-check {
    background: rgba(85, 182, 218, 1);
}

.e-tab .e-tab-header .e-indicator,
.e-input-group:not(.e-float-icon-left):not(.e-float-input)::before,
.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::before,
group:not(.e-float-icon-left):not(.e-float-input)::after,
.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::after {
    background: #0f4f6b; /* rgba(85, 182, 218, 1); */
    /*margin-left: 5px;*/
}

.e-input-group:not(.e-float-icon-left):not(.e-float-input).e-success::before,
.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input).e-success::before,
.e-input-group:not(.e-float-icon-left):not(.e-float-input).e-success::after,
.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input).e-success::after {
    background: transparent;
}

.e-control {
    border-radius: 2px !important;
}

label.caption {
    color: #222222;
}

td a {
    /*color: #006699 !important*/
}

.e-grid .e-rowcell {
    font-size: 1em !important
}

.e-search-icon {
    margin: 0 10px;
}

.e-btn.e-flat {
    color: #006699
}

.e-grid .e-gridheader {
    /*color: rgba(85, 182, 218, 1);*/
    background-color: #0f4f6b;
    color: #ffffff !important;
    border-top-width: 0px !important;
}

.e-pivotview .e-headertext {
    color: #ffffff !important;
}

.e-grid th.e-headercell[aria-sort="descending"] .e-headertext {
    color: white;
    white-space: nowrap !important;
}

.e-grid th.e-headercell[aria-sort="ascending"] .e-headertext {
    color: white;
    white-space: nowrap !important;
}

.e-grid.e-wrap .e-columnheader .e-headercelldiv, .e-grid.e-wrap .e-columnheader .e-headercell.e-fltr-icon .e-headercelldiv {
    /*white-space: nowrap !important;*/
    word-wrap: break-word;
}

.e-grid .e-headercell {
    background-color: #0f4f6b;
}
   span.e-headertext {
        color: #ffffff !important;
    }

    .e-lastcell {
        background-color: #0f4f6b !important;
    }

.e-grid .e-gridheader .e-icons:not(.e-icon-hide):not(.e-check):not(.e-stop):not(.e-icon-reorderuparrow):not(.e-icon-reorderdownarrow) {
    color: #ffffff;
}

.table.checkboxlist label.caption {
    color: #222222;
    font-size: .75rem;
    margin-bottom: 0;
}

table.table.checkboxlist td {
    border: none;
}

.checkbox-yes-no {
    background-color: transparent;
    display: table;
    border: none;
}

    .checkbox-yes-no label {
        font-size: .9rem;
    }

.e-dialog .e-dlg-header-content,
.e-dialog .e-footer-content {
    background: #fafafa;
    border: 1px solid #e1e1e1;
}

.big-label {
    margin-bottom: 5px
}

#toolbarContainer .e-icons,
.e-de-ctnr-toolbar .e-toolbar .e-tbar-btn.e-btn .e-icons {
    color: #fff;
}

#toolbarContainer .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
button.btn.btn-primary.rounded-sm,
.wizard-form-buttons button.btn.btn-primary {
    text-align: center;
    padding: 5px 10px;
}

    button.btn.btn-primary.rounded-sm i,
    .wizard-form-buttons button.btn.btn-primary i {
        font-size: 14px;
    }

.e-de-ctnr-toolbar .e-dropdown-btn.e-caret-hide.e-de-bzr-button.e-top-icon-btn {
    height: calc(100% - 10px);
}

    .e-de-pane-enable-clr.e-de-ctnr-properties-pane-btn .e-btn,
    .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text,
    .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-icons,
    .e-de-ctnr-toolbar .e-dropdown-btn.e-caret-hide.e-de-bzr-button.e-top-icon-btn:hover {
        color: #0f4f6b;
    }

.e-de-pane-disable-clr.e-de-ctnr-properties-pane-btn .e-btn {
    color: rgba(85, 182, 218, 1);
}

.e-checkbox-wrapper .e-frame.e-check, .e-css.e-checkbox-wrapper .e-frame.e-check,
.e-checkbox-wrapper .e-frame.e-check, .e-css.e-checkbox-wrapper .e-frame.e-check:focus,
.e-checkbox-wrapper .e-frame.e-check, .e-css.e-checkbox-wrapper .e-frame.e-check:hover,
.e-checkbox-wrapper:hover .e-frame.e-check,
.e-css.e-checkbox-wrapper:hover .e-frame.e-check {
    background-color: rgba(85, 182, 218, 1); /* #007bff;*/
}

.e-rowcell .e-gridchkbox {
    white-space: nowrap;
}

.e-grid .e-rowcell:not(.e-editedbatchcell):not(.e-updatedtd) {
    color: #505458;
    line-height: 1.2em
}

.e-ftrchk {
    display: inline-block;
    width: 24%;
}

.e-checkboxlist.e-fields {
    padding: 0 15px 15px 15px;
}

.e-tab .e-content .e-item {
    color: #505458;
}

.px15 {
    padding-left: 15px;
    padding-right: 15px;
}
.row.widget-container div.e-card-header {
    padding: 0 !important;
}
.row.widget-container .e-card {
    margin-bottom: 15px;
}
@media(max-width: 767px) {
    .row.widget-container .e-card {
        margin-bottom: 0;
    }
}
