﻿body {
    font-size: 14px;
    /*font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;*/
}

.dx-overlay-wrapper {
    font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.hideErrorMessages .dx-overlay-content.dx-resizable.dx-invalid-message-content {
    display: none
}

.nav-itemBigFont {
    font-size: 20px;
}

.user-panel img {
    max-height: 2.1rem !important;
}

.dot {
    height: 18px;
    width: 18px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    color: white;
    font-size: 0.6rem;
    text-align: center;
    padding-top: 3px;
    font-weight: 600;
}

.dx-header-row, .dx-header-row td {
    background: #098f83 !important;
    /*background: #3cbab2;*/
    color: white;
}

.dx-dropdowneditor-overlay .dx-popup-content {
    padding: 0px !important;
}

.more-booking-area .dx-header-row, .more-booking-area .dx-header-row td {
    background: #f5f5f5 !important;
    padding: 2px;
    color: black;
}

.more-booking-area .dx-checkbox {
    border: solid 1px red
}

.dropdown-panel img {
    height: auto;
    width: 2.1rem;
    max-height: 2.1rem !important;
}

.lblCompanyLabel {
    display: block;
    font-size: 1.25rem;
    line-height: 1.5;
    padding: .8125rem .5rem;
    transition: width .3s ease-in-out;
    white-space: nowrap;
}

.languageselection {
}

.main-footer {
    font-size: 16px;
}

.dropdown-panelimg {
    height: auto;
    width: 2.1rem;
    max-height: 2.1rem !important;
    background-size: contain;
    background-repeat: no-repeat;
}

/*=========================Calendars============================================*/
.dx-data-row .CalendarCell, .dx-data-row .CalendarShiftCell, .dx-data-row .CalendarCell-readOnly {
    vertical-align: middle !important;
    /*width: 47px;*/
    /*height: 47px;*/
    font-size: 0.816rem;
    position: relative;
}

.dx-header-row .CalendarCell, .dx-header-row .CalendarShiftCell {
    vertical-align: middle !important;
    /*width: 47px;*/
    /*height: 30px;*/
}

tr.dx-column-lines.dx-data-row.dx-row.dx-row-lines.dx-state-hover {
    background-color: #898a8a8f;
}

@media screen and (max-width: 1835px) {
    .dx-data-row .CalendarCell, .dx-data-row .CalendarShiftCell {
        vertical-align: middle !important;
        /*width: 31px;*/
        font-size: 0.71rem;
    }

    .dx-header-row .CalendarCell, .dx-header-row .CalendarShiftCell {
        vertical-align: middle !important;
        /*width: 31px;*/
    }

    .dx-datagrid .dx-row > td.CalendarCell, .dx-datagrid .dx-row > td.CalendarShiftCell {
        padding: 2px;
    }
}

.dx-freespace-row {
    height: 0px !important;
}

.CalendarWrapper .dx-datagrid {
    font-size: 12px !important;
}

.calendarevent {
    float: left;
    width: 100%;
    height: 100%;
    display: grid;
}

.cardsMinimumHeight {
    min-height: 76vh;
}

label:not(.form-check-label):not(.custom-file-label) {
    float: left;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
}

.Icon-Wraper-sm:hover, .Icon-Wraper:hover {
    background-color: #c0c0c0c7;
    cursor: pointer !important;
}

.smallInputHeight {
    height: 31px !important;
}

.InputHeight35 {
    height: 35px !important;
}

.Icon-Wraper-sm {
    /*height: 40px;*/
    width: auto;
    float: left;
    clear: none;
    cursor: pointer;
    border-radius: 5px;
    /*padding: 3px;*/
    box-sizing: content-box;
}

    .Icon-Wraper-sm .Icon-Text {
        text-align: center;
        line-height: 0.5;
        /*display: none;*/
    }

        .Icon-Wraper-sm .Icon-Text > span {
            padding: 0;
            line-height: 0.5;
            /*float: left;*/
            font-size: .75rem !important;
            text-transform: capitalize;
        }

        .Icon-Wraper-sm .Icon-Text > i {
            width: 100%;
            display: block;
            float: left;
            font-size: 2rem !important;
        }

    .Icon-Wraper-sm .Icon-img {
        width: 40px;
        height: 40px;
        margin: auto;
        /*      border: 1px solid #c0c0c0 !important;
        border-radius: 50%;*/
        background-position-y: center;
        background-position-x: center;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: auto;
        margin-right: auto;
    }

.border-less-icons .Icon-Wraper-sm {
    max-width: 85px;
    height: 100%;
}

    .border-less-icons .Icon-Wraper-sm .Icon-Text {
        line-height: 1;
        margin-top: 2px;
    }

.active-page-menu > .nav-treeview > .nav-item > .nav-link i {
    color: #007bff;
}

.active-page-menu > .nav-treeview > .nav-item > .nav-link {
    color: white;
}

.KruAllCrudBtns {
    float: right;
}

    .KruAllCrudBtns .dx-button {
        margin-left: 2px;
        margin-right: 2px;
    }

.small.dx-button.dx-button-has-icon .dx-button-content {
    padding: 3px !important;
}

.small.dx-button.dx-button-has-icon .dx-icon {
    width: 15px !important;
    height: 15px !important;
}

.fullImgIcon.dx-button-has-icon .dx-icon {
    width: auto;
    height: 100%;
    background-position: 0 0;
    background-size: 100% 100%;
    padding: 0;
}

.disabledLink {
    cursor: not-allowed !important;
    color: white !important;
}

    .disabledLink:hover {
        cursor: not-allowed !important;
        color: white !important;
    }

.not-allowed {
    cursor: not-allowed !important;
    color: rgba(0,0,0,.5);
}

    .not-allowed.Icon-Wraper-sm {
        cursor: not-allowed !important;
        color: rgba(0,0,0,.5);
    }

.brand-link {
    font-size: 1rem;
}

.brand-text {
    max-width: 100%;
    line-height: .96;
    font-size: 14px;
}

.pepTopHeader .brand-text {
    color: #212529 !important;
}

.brand-link .brand-image {
    margin-left: 0;
    max-height: 38px;
}

.company-brand-logo {
    width: 100px;
}

    .company-brand-logo .brand-image {
        margin: auto;
        max-height: 67px !important;
    }

.text-krutec-green {
    color: #098f83 !important;
}

.text-krutec-yellow {
    color: #ffc107 !important;
}

.text-krutec-blue {
    color: #0099CC !important;
}

.text-krutec-mustad {
    color: #b97908 !important;
}

.text-dark-orange {
    color: #fc5a04 !important;
}

.text-dark-blue {
    color: #143c5c !important;
}

.card-kruallGreen:not(.card-outline) > .card-header {
    background-color: #098f83;
    color: #FFFFFF;
}

.dashBoardInfo {
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
}

.KruallBUttonHeight {
    height: 31px !important;
    font-size: 14px;
}

.dx-widget {
    font-family: inherit !important;
}

    .dx-widget input, .dx-widget textarea {
        font-family: inherit !important;
    }

.loggedPersonalWrapper:hover {
    background-color: #fff !important;
    text-decoration: none;
}

.nav-itemLeftButtons {
    font-size: 1.5rem;
}

.dx-tab.dx-tab-selected {
    background-color: #098f83 !important;
    color: #ffffff !important;
}

td.SummaryCol {
    background-color: #fbf0cf;
}

.dx-select-checkbox.dx-checkbox .dx-checkbox-icon {
    /*border-color: #949494;*/
}

.dx-datagrid-rowsview .dx-select-checkboxes-hidden > tbody > tr > td > .dx-select-checkbox {
    display: inline-block;
}

.dx-datagrid .dx-header-filter {
    color: #ff1d25 !important;
}

.dx-datagrid .dx-header-filter-empty {
    color: #ffffff !important;
}

.dx-button-mode-contained.dx-button-default.dx-state-focused {
    background-color: #3cbab2 !important;
}

.dx-button-mode-contained.dx-button-default.dx-state-active {
    background-color: #3cbab2 !important;
}

.grdWrapHeaderTexts .dx-header-row .dx-datagrid-text-content {
    white-space: normal !important;
}

/*================================Calendar css=================================*/
[isschoolholiday="True"] {
    background-image: url('/_content/KruAllComponents/images/FormImages/school_holday_New.png');
    background-size: 100% 2px;
    background-position-y: bottom;
    background-repeat: no-repeat;
    /*background-color: #cfcdcd;*/
}

.absencetext {
    color: White;
    background-color: black;
}

/*===========================button Backgrounds=================================*/
.btn-blue-bg {
    background-color: #29ABE2 !important;
    border: none;
}

.btn-blue-outline {
    background-color: transparent !important;
    border-color: #29ABE2 !important;
    color: #29ABE2 !important;
}

.btn-yellow-bg {
    background-color: #FCC200 !important;
    border: none;
}

.btn-yellow-outline {
    background-color: transparent !important;
    border-color: #FCC200 !important;
    color: #FCC200 !important;
}

.btn-red-bg {
    background-color: #F15A24 !important;
    border: none;
}

.btn-red-outline {
    background-color: transparent;
    color: #F15A24 !important;
    border-color: #F15A24 !important;
}

.btn-orange-bg {
    background-color: #f15a24 !important;
    border: none;
}

.btn-orange-outline {
    background-color: transparent;
    color: #f15a24 !important;
    border-color: #f15a24 !important;
}

.btn-gray-outline {
    background-color: transparent;
    color: #E6E0E0 !important;
    border-color: #E6E0E0 !important;
}

.btn-green-bg {
    background-color: #27A490 !important;
    border: none;
}

.btn-light-green-bg {
    background-color: #58ff17 !important;
    border: none;
}

.btn-green-outline {
    background-color: transparent;
    color: #27A490 !important;
    border-color: #27A490 !important;
}

.btn-white-bg {
    border: none;
    background-color: rgb(255 255 255) !important;
}

.kru-green-color {
    /*color: #27A490;*/
    color: forestgreen;
}

.kru-green-colorv2 {
    color: #098f83;
}

.kru-blue-colorv2 {
    color: #0a90f6;
    /*#007bff*/
}

input.kru-green-colorv2 {
    border-color: #098f83 !important;
}

.kru-red-color {
    /*color: #bd2f0294;*/
    color: red;
}

.kru-red-colorV2 {
    color: #ff1d25;
}

input.kru-red-colorV2 {
    border-color: #ff1d25 !important;
}

.btn-gray-bg {
    background-color: #E6E0E0 !important;
    border: none;
}

.kr-content-wrapper {
    background-color: #ffffff;
}

.kru-card {
    box-shadow: none !important;
}

.krform-control-color, .input-group-sm > .krform-control-color {
    padding: 0rem !important;
    width: 90px !important;
    max-width: 90px !important;
    max-height: 30px;
}

.kru-color-pickerbtn {
    border: 1px solid #ced4da;
    max-height: 30px;
}

.dash-settings .Icon-Wraper, .btn-dash-icons .Icon-Wraper {
    width: 120px;
    position: relative;
}

.kdropup {
    position: relative;
    display: inline-block;
}

.kdropup-content {
    display: block;
    position: absolute;
    bottom: 50px;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 10000000;
}

.krubtn-img {
    max-height: 24px !important;
}

.Kru-icon-button {
}

    .Kru-icon-button.dx-button-has-icon .dx-button-content {
        padding: 5px;
    }

.Kru-text-button {
}

    .Kru-text-button.dx-button-has-text .dx-button-content {
        padding-top: 4px;
        padding-bottom: 5px;
    }

.kru-round-btn35px {
    border-radius: 17px;
}

.Kru-gridDateInput .dx-texteditor-input {
    padding: 5px !important;
}

.Kru-dropdown {
}

    .Kru-dropdown .dx-texteditor-input, .Kru-dropdown .dx-placeholder::before {
        padding-top: 0px;
        padding-bottom: 2px;
        min-height: 29px;
        max-height: 30px;
    }

    .Kru-dropdown .dx-placeholder::before {
        padding-top: 5px;
    }

.KruAllStdBtns.dx-button-has-icon .dx-button-content {
    padding: 6px;
}

.KruAllTransparentBtns.dx-button-has-icon {
    border: none !important;
    background-color: transparent !important;
}

.KruAllStdBtns.dx-button-has-icon .dx-button-content {
    padding: 0px !important;
}

.KruAllTransparentBtns.dx-button-has-icon .dx-icon {
    height: 100%;
    width: auto;
}

.Kruall25pxIcon.dx-button-has-icon .dx-icon {
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    font-size: 25px;
    line-height: 25px;
}

.sendOrange {
    background-color: #f15a24 !important;
}

.Kruall25pxIcon.dx-button-has-icon .dx-button-content {
    padding: 4px;
}

.Kru-form-control, .Kruall-form-Label, .KruallDragAndDropIcon {
    height: 30px;
}

.KruallDragAndDropIcon {
    height: 28px;
}

.dx-datebox.Kru-form-control {
    padding: .1rem .1rem;
}

.Kru-txtbox-IdNR1 {
    max-width: 60px !important;
}

.Kru-txtbox-IdNR2 {
    max-width: 90px !important;
}

.Kru-txtbox-IdNR100 {
    max-width: 100px !important;
}

.Kru-txtbox-IdNR3 {
    max-width: 120px !important;
}

.Kru-txtbox-IdNR {
    max-width: 150px !important;
}

.Kru-txtbox-Name {
    max-width: 250px;
}

.Kru-txtbox-Description {
    max-width: 350px;
}

.kru-page-top-header {
    height: 50px !important;
}

@media (max-width: 1365px) {
    .kru-page-top-header {
        height: auto !important;
    }
}

/*=====================================Switch css change=================================*/
.dx-switch-off {
    color: #0a0c0c !important;
}

.dx-switch:not(.dx-switch-on-value) .dx-switch-handle::before {
    background-color: #bd2f02 !important;
}

.dx-switch:not(.dx-switch-on-value).dx-state-hover .dx-switch-container {
    background-color: transparent;
    border-color: #bd2f0294;
}

/*=====1366 Specif style====*/
.col-1366 {
    width: 0;
}

@media (min-width: 1200px) and (max-width: 1439px) {
    .col-1366 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-1366-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-1366-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-1366-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-1366-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-1366-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-1366-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-1366-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-1366-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-1366-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-1366-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-1366-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-1366-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .table1366 td, .table1366 th {
        padding: 0.6rem;
    }
}

#grdPersonalCalendar {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.kru-Grid-btn {
    width: 22px;
    cursor: pointer !important;
    height: 22px;
    text-align: center;
}

.kru-GridEdit-btn {
    width: 20px;
    cursor: pointer !important;
    height: 20px;
    text-align: center;
}

/*
    Linear gradient images
*/
.kru-Homeoffice-gradient {
    border-width: 0px;
    border-style: solid;
    background: rgb(46,172,77);
    background: -moz-linear-gradient(90deg, rgba(46,172,77,1) 0%, rgba(85,237,122,1) 100%);
    background: -webkit-linear-gradient(90deg, rgb(5 237 62) 0%, rgba(85,237,122,1) 100%);
    background: linear-gradient(90deg, rgb(7 237 64) 0%, rgb(11 227 64) 100%);
}

.kru-green-gradient {
    border-width: 0px;
    border-style: solid;
    background: rgb(88 168 107);
    background: -moz-linear-gradient(90deg, rgba(46,172,77,1) 0%, rgba(85,237,122,1) 100%);
    background: -webkit-linear-gradient(90deg, rgb(95 164 112) 0%, rgb(53 171 82) 100%);
    background: linear-gradient(90deg, rgb(17 133 45) 0%, rgb(11 193 57) 100%);
}

/*.kru-green-gradient {
    border-width: 0px;
    border-style: solid;
    background: rgb(46,172,77);
    background: -moz-linear-gradient(90deg, rgba(46,172,77,1) 0%, rgba(85,237,122,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(46,172,77,1) 0%, rgba(85,237,122,1) 100%);
    background: linear-gradient(90deg, rgba(46,172,77,1) 0%, rgba(85,237,122,1) 100%);*/
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2eac4d",endColorstr="#55ed7a",GradientType=1);*/
/*}*/
.kru-green-gr-outline {
    border-color: rgb(46,172,77) !important;
    border-width: 1px;
    border-style: solid;
    background-color: transparent !important;
}

.kru-reddish-gradient {
    border-width: 0px;
    border-style: solid;
    background: rgb(234,36,78);
    background: -moz-linear-gradient(90deg, rgba(234,36,78,1) 0%, rgba(235,79,56,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(234,36,78,1) 0%, rgba(235,79,56,1) 100%);
    background: linear-gradient(90deg, rgba(234,36,78,1) 0%, rgba(235,79,56,1) 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ea244e",endColorstr="#eb4f38",GradientType=1);*/
}

.kru-red-strike-gradient {
    border-width: 0px;
    border-style: solid;
    background: rgb(255,0,0);
    background: linear-gradient(0deg, rgba(255,0,0,1) 35%, rgba(255,255,255,1) 50%, rgba(255,0,0,1) 65%);
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f69c2c",endColorstr="#face2b",GradientType=1);*/
}

.kru-reddish-gr-outline {
    border-color: rgb(234,36,78) !important;
    border-width: 1px;
    border-style: solid;
    background-color: transparent !important;
}

.kru-yellow-gradient {
    border-width: 0px;
    border-style: solid;
    background: rgb(246,156,44);
    background: -moz-linear-gradient(90deg, rgba(246,156,44,1) 0%, rgba(250,206,43,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(246,156,44,1) 0%, rgba(250,206,43,1) 100%);
    background: linear-gradient(90deg, rgba(246,156,44,1) 0%, rgba(250,206,43,1) 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f69c2c",endColorstr="#face2b",GradientType=1);*/
}

.kru-yellow-gr-outline {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(246,156,44) !important;
    background-color: transparent !important;
}

.kru-dark-blue-gradient {
    border-width: 0px;
    border-style: solid;
    background: rgb(54,71,181);
    background: -moz-linear-gradient(90deg, rgba(54,71,181,1) 0%, rgba(0,0,146,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(54,71,181,1) 0%, rgba(0,0,146,1) 100%);
    background: linear-gradient(90deg, rgba(54,71,181,1) 0%, rgba(0,0,146,1) 100%);
    color: white !important;
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3647b5",endColorstr="#000092",GradientType=1);*/
}

.kru-dark-blue-gr-outline {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(54,71,181) !important;
    background-color: transparent !important;
}

.kru-light-blue-gradient {
    border-width: 0px;
    border-style: solid;
    background: rgb(1,255,255);
    background: -moz-linear-gradient(90deg, rgba(1,255,255,1) 0%, rgba(11,131,203,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(1,255,255,1) 0%, rgba(11,131,203,1) 100%);
    background: linear-gradient(90deg, rgba(1,255,255,1) 0%, rgba(11,131,203,1) 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#01ffff",endColorstr="#0b83cb",GradientType=1);*/
}

.kru-light-blue-gr-outline {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(1,255,255) !important;
    background-color: transparent !important;
    margin: 0 !important;
}

.textBIcon, .textBIcon figure {
    max-height: 100% !important;
    max-width: 100% !important;
    /*padding:2px;*/
}

    .textBIcon img {
        max-height: 24px;
    }

    .textBIcon figcaption {
        font-size: 53%;
    }

.btnOrangeborder .textBIcon {
    border-color: #ffc107 !important;
}

.btnGreenborder .textBIcon {
    border-color: #28a745 !important;
}

.btnBlueborder .textBIcon {
    border-color: #007bff !important;
}

.btnGrayborder .textBIcon {
    border-color: gray !important;
}

/*td.CalendarCell.cal-main-div.Calendar-weekend, td.CalendarCell.Calendar-weekend, td.Calendar-weekend {
    background-color: green;
}*/
td.CalendarCell.cal-main-div.Calendar-weekend, td.CalendarCell.Calendar-weekend, td.Calendar-weekend {
    /*border: 2px solid green !important;*/
    border: 2px solid #098f83 !important;
    /*    border-top: 1px solid green !important;
    border-bottom: 1px solid green !important;
    border-left: 1px solid green !important;*/
    /*border-right: 1px solid green !important;*/
    /*background-color: white;*/
}

.KruCalCell {
    padding: 2px !important;
    height: 40px;
    vertical-align: middle !important;
    font-size: 0.8rem;
}

.dx-data-row .KruCalCell {
    height: 40px !important;
}

.dx-header-row .KruCalCell {
    height: 30px !important;
}

@media screen and (max-width: 1835px) {
    .dx-header-row .KruCalCell, .dx-data-row .KruCalCell {
        font-size: 0.75rem;
    }
}

.table-separate-border {
    border-collapse: separate !important;
    -webkit-border-horizontal-spacing: 3px !important;
    -webkit-border-vertical-spacing: 4px !important;
    border-spacing: 3px;
}

.krutable-week {
}

    .krutable-week td, .krutable-week th {
        padding: .3rem !important;
    }

.SmallDropDownButton .dx-dropdowneditor-button {
    width: 18px;
    min-width: 18px;
}

.img-circle {
    border-radius: 50%;
}

.pageSubTitle {
    color: #29abe2 !important;
}

.pageTitle {
    display: block;
}

    .pageTitle:first-letter {
        text-transform: capitalize
    }

.card-title {
    font-size: 1rem !important;
}

.Icon-imgh2 > img {
    max-width: 22px !important;
    height: auto;
    /*opacity: 0.85;*/
    padding: 2px;
    background-color: #efebeb;
}

.HeaderIconsFont {
    font-size: 1.3rem;
}

    .HeaderIconsFont > img {
        width: auto;
        height: 20px;
    }

.infoDashButton .dx-button-content {
    padding: 3px 1px 3px;
}

.selfServiceDisabled .dx-state-disabled .dx-widget, .selfServiceDisabled .dx-state-disabled.dx-widget {
    opacity: 0.8;
}

.ErpGreenBg {
    /*background-color: #89d293 !important;*/
    border-color: #27a490 !important;
}

.ErpBlueBg {
    /* background-color: #7ccbeb !important;*/
    border-color: #0a90f6 !important;
}

.ErpOrangeshBg {
    /*background-color: #f39c7c !important;*/
    border-color: #f15a24 !important;
}

.ErpGreyBg {
    /*background-color: #f39c7c !important;*/
    border-color: #b2b2b2 !important;
}

.btn-erp-green-bg {
    border-color: #27a490 !important;
}

.btn-erp-green-outline {
    background-color: transparent;
    color: #89d293 !important;
    border-color: #89d293 !important;
}

.btn-erp-blue-bg {
    border-color: #0a90f6 !important;
}

.btn-erp-blue-outline {
    background-color: transparent;
    color: #7ccbeb !important;
    border-color: #7ccbeb !important;
}

.btn-erp-orange-bg {
    border-color: #f15a24 !important;
}

.btn-erp-orange-outline {
    background-color: transparent;
    color: #f39c7c !important;
    border-color: #89d293 !important;
}

.pointer-events-none {
    cursor: not-allowed !important;
    color: rgba(0,0,0,.5);
    text-decoration: underline !important;
    text-decoration-color: inherit !important;
}

.dx-state-disabled .dx-widget, .dx-state-disabled.dx-widget {
    opacity: 0.8 !important;
}

.h-35 {
    height: 35px !important;
}

.custom-grid-checkbox {
    padding-top: 5px;
    padding-left: 4px;
}

    .custom-grid-checkbox .dx-checkbox-icon {
        width: 16px;
        height: 16px;
        margin-left: 1px !important;
    }

.ss-decider-icon-text {
    color: red !important;
    font-weight: bold;
    margin-top: -4px;
    right: 30px;
    position: absolute;
    font-size: 10px;
}

/*===========grid tooltip css ============*/
.tooltip-td {
    position: relative;
    border-bottom: 1px dotted black;
    overflow: inherit !important;
}

.overflow-show {
    overflow: unset !important;
}

.tooltip-td .tooltip-element {
    padding: 5px 0;
    position: absolute;
    z-index: 50;
    margin-top: -52px;
}

.defaultStdBtn {
    height: 30px;
    width: 30px;
}

.defaultLgBtn {
    height: 35px;
    width: 35px;
}

.margin-top-32 {
    margin-top: 37px;
}

.tooltiptitle {
    color: #000;
    float: left;
}

/*  end */
.kru-input-height {
    height: 30px;
}

.layout-icon {
    padding: 2px;
    height: 35px;
    width: 35px;
}

.layout-selected {
    border: 3px solid #6c757d;
    border-width: 2px !important;
    border-radius: 4px;
}

.btn-img-big img {
    width: 24px !important;
    height: 24px !important;
}

.btn-text-float {
    display: block;
    position: absolute;
    top: 8px;
    right: 10px;
    font-weight: bold;
}

.text-blue-120 {
    color: #296ee6;
    font-size: 134%;
}

.text-green-120 {
    color: #27a490;
    font-size: 134%;
}

.text-red {
    color: red;
}

.dx-header-row td.currenr-column-highlight {
    background: #7ca797 !important;
    color: black !important;
}

.w-initial img {
    width: initial !important;
}

.dx-checkbox-indeterminate .dx-checkbox-icon::before {
    display: none !important;
}

.form-control-invalid {
    border-color: #dc3545 !important;
    background-repeat: no-repeat !important;
    background-image: url('/_content/KruAllComponents/images/svg/validation.svg') !important;
    background-position: right calc(2.5em + 0.1875rem) center !important;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}

.form-control-invalid2 {
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25)
}

#AccessGroupAssignmentGrid .dx-dropdownbox, #AccessGroupAssignmentGrid .dx-datebox, #PersonalAccessAssignmentGrid .dx-dropdownbox, #PersonalAccessAssignmentGrid .dx-datebox {
    border: 0 !important;
    background: transparent !important;
}

    #AccessGroupAssignmentGrid .dx-datebox input, #PersonalAccessAssignmentGrid .dx-datebox input {
        text-align: center !important;
        padding-right: 7px !important;
    }

.btn-lgreen-bg {
    background-color: #88d292 !important;
    border: none;
}

.pe-none {
    pointer-events: none !important;
}

.bg-light-green {
    background: #93d1c7;
}

.overflow-visible {
    overflow: visible !important;
}

.h-auto {
    height: auto;
}

.dx-button-has-icon .dx-button-content > img {
    object-fit: contain !important;
}

.cursor-pointer {
    cursor: pointer;
}
.direction-drp .dx-texteditor {
    display: none;
}