
   body {
        background-color: rgba(243, 246, 248, 1);
    }
    .btn_width button {
        width: 90px;
    }

    .ax_default {
        font-family: 'SegoeUI', 'Segoe UI', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        letter-spacing: normal;
        color: #323130;
        vertical-align: none;
        text-align: center;
        line-height: normal;
        text-transform: none;
    }

    .field-label {
        font-weight: normal;
        text-align: left;
    }

    .pad_bot_10 {
        padding-bottom: 10px;
    }

    .mar_top .crmEntityFormView fieldset {
        margin-top: 25px;
    }

    .button_align {
        text-align: end;
        padding: 15px;
    }

    .brdcrumb_marg {
        margin: 0px 30px 10px 30px;
        padding: 0 30px;
    }

    .display_block {
        display: block;
    }

    .form_heading_style {
        font-size: 24px;
        text-align: center;
        margin: 10px 0;
        font-weight: 600;
    }

    .pad_bot_10 ul li a {
        color: #3673a7 !important;
    }

    .MultiCheckBox {
        border: 1px solid #e2e2e2;
        padding: 5px;
        border-radius: 4px;
        cursor: pointer;
    }

    .MultiCheckBox .k-icon {
        font-size: 15px;
        float: right;
        font-weight: bolder;
        margin-top: -7px;
        height: 10px;
        width: 14px;
        color: #787878;
    }

    .MultiCheckBoxDetail {
        display: none;
        position: absolute;
        border: 1px solid #e2e2e2;
        overflow-y: hidden;
    }

    .MultiCheckBoxDetailBody {
        overflow-y: scroll;
        position: relative;
        background-color: gainsboro;
    }

    .MultiCheckBoxDetail .cont {
        clear: both;
        overflow: hidden;
        padding: 2px;
    }

    .MultiCheckBoxDetail .cont:hover {
        background-color: #cfcfcf;
    }

    .MultiCheckBoxDetailBody>div>div {
        float: left;
    }

    .MultiCheckBoxDetail>div>div:nth-child(1) {}

    .MultiCheckBoxDetailHeader {
        overflow: hidden;
        position: relative;
        height: 28px;
        background-color: #3d3d3d;
    }

    .MultiCheckBoxDetailHeader>input {
        position: absolute;
        top: 4px;
        left: 3px;
    }

    .MultiCheckBoxDetailHeader>div {
        position: absolute;
        top: 5px;
        left: 24px;
        color: #fff;
    }