﻿
.BodyForm {
    background-color: #f5f5f5 !important;
}

.ml-15 {
    margin-left: 15px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mr-15 {
    margin-right: 15px;
}

.modal-bg {
    background-color: #f5f5f5;
    height: 100%;
    width: 100%;
    padding: 20px 20px 20px;
}

.pnlOnEdit {
    margin-bottom: -14px;
    margin-top: 25px;
}

.cardBackground {
    width: 462px;
    /*margin: 0 auto;*/
    padding: 25px 16px 25px 36px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 8px 8px 5px -5px rgb(0 0 0 / 10%);
}

.lblTemplateTitle {
    color: #767676;
    display: none;
}

.lblCardTitle {
    font-size: 16px;
    font-weight: 400;
    color: #0070c0;
}

.modal-field-group-tbx {
    margin: 30px auto;
}

.modal-field-group {
    margin: 30px auto !important;
    /*width: 300px;*/
}

/* Floating label styles */
.is-floating-label {
    position: relative;
    /*margin-bottom: 15px;*/
    width: 95%;
}

    .is-floating-label input {
        position: relative;
        width: 100%;
        background-color: transparent;
    }

    .is-floating-label label {
        color: #767676;
        font-size: 16px;
        pointer-events: none;
        position: absolute;
        z-index: 1;
        /*transform: translate3d(0, 0, 0) scale(1);*/
        /*transform: translateY(-4px) scale(0.92);*/
        transform: translateY(8px);
        transform-origin: left top;
        transition: transform ease 0.2s;
        /*top: 4px;*/
        /*top: 16px;*/
        left: 10px;
    }

    /*.is-floating-label.is-focused .labelInputBox {
                transform: translateY(-16px) scale(0.92);
            }*/

    /*.labelInputBox {
                top: 20px !important;
            }*/

    .is-floating-label.is-focused label {
        /*transform: translateY(0px) scale(0.92);*/
        /*transform: translateY(8px);*/
    }

    .is-floating-label.is-focused label {
        transform: translateY(4px) scale(0.92);
        /*transform: translateY(0px) scale(0.82);*/
    }

.labelActive {
    font-size: 14px !important;
}

.RadInput_CobbleStone,
.RadInputMgr_CobbleStone {
    font-family: "Roboto", "Noto", sans-serif;
}

.RadInput {
    border-color: transparent;
    border-bottom-color: #cfd8dc;
}

.t-ie .RadInput_CobbleStone,
.t-ie .RadInputMgr_CobbleStone {
    height: 36px;
    height: calc(1.42857143em + 16px);
}

.RadInput_CobbleStone .riTextBox,
.RadInputMgr_CobbleStone {
    color: #2C4070 !important;
    background: #f5f8fb !important;
    border-color: transparent !important;
    border-bottom-color: #ccc !important;
    border-radius: 5px 5px 0 0;
    outline: none !important;
    text-indent: 10px !important;
}

.RadInput_CobbleStone {
    border-bottom-color: #cfd8dc;
    /*padding: 0 13px;*/
    width: 95% !important;
}

    .RadInput_CobbleStone input.riTextBox {
        /*padding: 8px 0px 7px 10px;*/
        /*padding: 25px 0px 7px 10px !important;*/
        padding: 30px 0px 0px 10px !important;
        border-width: 0 0 2px;
    }

.RadInput .riEmpty,
.RadInput_Empty {
    font-style: normal !important;
    color: #767676 !important;
}

.RadInputMgr_CobbleStone {
    padding: 8px 0 7px;
    border-width: 0 0 1px;
    margin: 0 8px;
    color: #455a64;
}

.RadInput_CobbleStone .riLabel {
    font-size: 0.857em;
    color: #607d8b;
    font-weight: 500;
    margin-left: -13px;
    padding-right: 25px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.RadInput_CobbleStone a {
    padding-left: 8px;
    padding-right: 8px;
}

.RadInput_CobbleStone .riSelect {
    /*right: 5px;*/
    right: 12px !important;
    top: 8px !important;
}

    .RadInput_CobbleStone .riSelect a {
        color: #607d8b;
        border-color: transparent;
    }

        .RadInput_CobbleStone .riSelect a:hover {
            color: #263238;
        }

.RadInput_CobbleStone .riFocused {
    background-color: #f5f8fb !important;
    border-radius: 4px 4px 2px 2px;
}

.RadInput_CobbleStone .riSelect a:before {
    font-family: "WebComponentsIcons";
    font-size: 18px;
    color: #2c4070 !important;
}

.RadInput_CobbleStone.RadInputDisabled a:hover,
.RadInput_CobbleStone.RadInputDisabled a:active {
    color: #607d8b;
}

.RadInput_CobbleStone .riDown:before {
    content: "\e5c5";
    margin-top: -13px;
}

.RadInput_CobbleStone .riUp:before {
    content: "\e5c7";
    margin-top: -6px;
}

.RadInput_CobbleStone .riButton:before {
    content: "\e5d9";
}

.RadInput_CobbleStone .riEmpty,
.RadInput_Empty_CobbleStone {
    color: rgba(69, 90, 100, 0.6);
    font-style: normal;
}

.RadInput_CobbleStone .riHover,
.RadInput_Hover_CobbleStone {
    color: #455a64;
    background-color: #f5f8fb !important;
    border-bottom-color: #d4dadf;
    border-radius: 4px 4px 2px 2px;
    transition: all 0.2s ease-in-out;
}

.RadInput_CobbleStone .riFocused,
.RadInput_Focused_CobbleStone {
    color: #455a64;
    border-bottom-color: #2c4070;
    box-shadow: 0 -1px 0 0px #2c4070 inset;
}

.RadInput_CobbleStone .riRead,
.RadInput_Read_CobbleStone {
    color: rgba(69, 90, 100, 0.8);
}

.RadInput_CobbleStone .riDisabled,
.RadInput_Disabled_CobbleStone {
    color: #babbbc;
    border-bottom-color: #eceff1;
}

.RadInput_CobbleStone .riError,
.RadInput_Error_CobbleStone {
    border-color: #f34235;
    box-shadow: 0 -1px 0 0px #f34235 inset;
}

.RadInput_CobbleStone.RadInputError {
    border-color: #f34235;
    color: #f34235;
}

.RadInput_CobbleStone.RadInputError {
    border-color: #f34235;
    color: #f34235;
}

    .RadInput_CobbleStone.RadInputError:after {
        display: none;
    }

.RadInput.riContButton .riDown {
    margin-left: -37px;
    margin-left: calc(-17px - 1.42857em);
}

.RadPicker_CobbleStone .riTextBox {
    width: 350px !important;
}

.RadInputMultiline_CobbleStone {
}

    .RadInputMultiline_CobbleStone .riTextBox, .RadInputMgr_CobbleStone {
        color: #2C4070 !important;
        background: #f5f8fb !important;
        border-color: #ccc !important;
        border-radius: 5px 5px 5px 5px;
        outline: none !important;
        padding: 25px 0 7px 10px !important;
    }

    .RadInputMultiline_CobbleStone .riFocused,
    .RadInputMultiline_Focused_CobbleStone {
        color: #455a64;
        border-color: #2c4070;
        /*box-shadow: 0 -1px 0 0px #2c4070 inset;*/
        box-shadow: rgba(44, 64, 112, 0.16) 0px 1px 4px, rgb(44, 64, 112) 0px 0px 0px 1px !important;
    }

/* Combobox CSS Start */
.RadComboBox_CobbleStone {
    color: #455a64;
    font-family: "Roboto", "Noto", sans-serif;
}

    .RadComboBox_CobbleStone .rcbInner {
        border-color: transparent;
        border-bottom: 2px solid !important;
        border-bottom-color: #ccc;
        color: #ccc;
        background-color: #f5f8fb;
        /*padding: 8px 50px 8px 13px;*/
        /*padding: 20px 0 7px 10px !important;*/
        padding: 24px 0 7px 10px !important;
        border-width: 0 0 2px;
        border-radius: 5px 5px 0 0;
        transition: all 0.2s ease-in-out;
    }

        .RadComboBox_CobbleStone .rcbInner:before {
            content: "";
            /*border-bottom: 2px solid;*/
            border-color: inherit;
            position: absolute;
            left: 13px;
            right: 13px;
            bottom: 0;
        }

    .RadComboBox_CobbleStone .rcbInput {
        top: 5px;
        color: #2C4070 !important;
        text-indent: 10px !important;
    }

.RadComboBox .rcbEmptyMessage {
    color: #2c4070 !important;
    font-style: normal !important;
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
}

.RadComboBox_CobbleStone .rcbInner.rcbToggleButtonHidden {
    padding-right: 13px;
}

.RadComboBox_CobbleStone .p-icon:before {
    font-size: 18px;
    font-family: "WebComponentsIcons";
    /*content: "\e5c5";*/
    content: "\e015";
    color: #2c4070;
}

.RadComboBox_CobbleStone .rcbActionButton {
    padding: 8px;
    border-color: transparent;
    border-radius: 0 2px 2px 0;
    transition: all 0.2s ease-in-out;
    top: 12px !important;
    right: 2px !important;
}

    .RadComboBox_CobbleStone .rcbActionButton .p-icon {
        width: 1.42857143em;
    }

.RadComboBox_CobbleStone .rcbLabel {
    padding-top: 10px;
    font-weight: 500;
    font-size: 0.857em;
    color: #607d8b;
}

.RadComboBox_CobbleStone .rcbHovered {
    border-color: transparent !important;
    border-bottom-color: #cfd8dc !important;
    color: #455a64;
    background-color: #ffffff;
    /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2);*/
}

    .RadComboBox_CobbleStone .rcbHovered:before {
        display: none;
    }

    .RadComboBox_CobbleStone .rcbHovered .rcbActionButton {
        border-color: #eceff1;
        color: #455a64;
        background-color: #eceff1;
    }

.RadComboBox_CobbleStone .rcbFocused,
.RadComboBox_CobbleStone .rcbExpanded {
    /*border-color: #CFD8DC;*/
    background-color: #f5f8fb !important;
    border-radius: 4px 4px 2px 2px;
    border-color: transparent !important;
    border-bottom-color: #2c4070 !important;
    border-width: 0 0 2px !important;
    color: #455a64;
    background-color: #ffffff;
    /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2);*/
}

    .RadComboBox_CobbleStone .rcbFocused:before,
    .RadComboBox_CobbleStone .rcbExpanded:before {
        display: none;
    }

    .RadComboBox_CobbleStone .rcbFocused .rcbActionButton,
    .RadComboBox_CobbleStone .rcbExpanded .rcbActionButton {
        border-color: #cfd8dc;
        color: #455a64;
        background-color: #ffffff;
    }
/*.RadComboBox_CobbleStone .rcbReadOnly.rcbHovered {
            border-color: #ECEFF1;
            color: #455A64;
            background-color: #ECEFF1; }*/
.RadComboBox_CobbleStone .rcbReadOnly.rcbHovered {
    border-color: #d4dadf;
    color: #2c4070;
    background-color: #f5f8fb;
}

.RadComboBox_CobbleStone .rcbReadOnly.rcbFocused {
    border-color: #cfd8dc;
    color: #455a64;
    background-color: #ffffff;
}

.RadComboBoxDropDown .rcbHovered {
}

.RadComboBox_CobbleStone_rtl .rcbInner {
    padding-left: 30px;
    padding-right: 13px;
}

    .RadComboBox_CobbleStone_rtl .rcbInner.rcbToggleButtonHidden {
        padding-left: 13px;
    }

.RadComboBox_CobbleStone_rtl .rcbActionButton {
    border-radius: 2px 0 0 2px;
}

.RadComboBoxDropDown_CobbleStone {
    border-color: transparent !important;
    color: #455a64;
    background-color: #ffffff;
    border: 0;
    border-radius: 2px;
    font-family: "Roboto", "Noto", sans-serif;
    /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2);*/
    box-shadow: 0 3px 6px 0 rgba(51, 51, 51, 0.3) !important;
}

    .RadComboBoxDropDown_CobbleStone .rcbList {
        padding: 8px 0;
    }

    .RadComboBoxDropDown_CobbleStone .rcbHeader,
    .RadComboBoxDropDown_CobbleStone .rcbFooter,
    .RadComboBoxDropDown_CobbleStone .rcbCheckAllItems,
    .RadComboBoxDropDown_CobbleStone .rcbMoreResults {
        border-color: #cfd8dc;
        padding: 6px 13px;
    }

    .RadComboBoxDropDown_CobbleStone .rcbItem {
        color: #333 !important;
        padding: 15px 5px !important;
    }

    .RadComboBoxDropDown_CobbleStone .rcbHovered {
        color: #2c4070 !important;
        padding: 15px 5px !important;
    }

    .RadComboBoxDropDown_CobbleStone .rcbItem,
    .RadComboBoxDropDown_CobbleStone .rcbHovered,
    .RadComboBoxDropDown_CobbleStone .rcbSelected,
    .RadComboBoxDropDown_CobbleStone .rcbDisabled,
    .RadComboBoxDropDown_CobbleStone .rcbLoading {
        padding: 6px 13px;
    }

        .RadComboBoxDropDown_CobbleStone .rcbItem > label,
        .RadComboBoxDropDown_CobbleStone .rcbHovered > label,
        .RadComboBoxDropDown_CobbleStone .rcbSelected > label,
        .RadComboBoxDropDown_CobbleStone .rcbDisabled > label,
        .RadComboBoxDropDown_CobbleStone .rcbCheckAllItems > label,
        .RadComboBoxDropDown_CobbleStone .rcbCheckAllItemsHovered > label {
            margin: -6px -13px;
            padding: 6px 13px;
        }

    .RadComboBoxDropDown_CobbleStone .rcbHovered {
        background-color: #f5f8fb !important;
    }

    .RadComboBoxDropDown_CobbleStone .rcbSeparator {
        font-weight: 500;
        color: #ffffff;
        background-color: #8bc34a;
    }

    .RadComboBoxDropDown_CobbleStone .p-icon:before {
        font-size: 18px;
        font-family: "WebComponentsIcons";
        content: "\e5c5";
    }

    .RadComboBoxDropDown_CobbleStone .rcbHovered {
        color: #455a64;
        background-color: #eceff1;
    }

    .RadComboBoxDropDown_CobbleStone .rcbSelected {
        color: #03a9f4;
        background-color: transparent;
    }

    .RadComboBoxDropDown_CobbleStone .rcbLoading {
        color: #455a64;
        background-color: #eceff1;
    }

    .RadComboBoxDropDown_CobbleStone .rcbItem em {
        color: #455a64;
        background-color: #eceff1;
    }

    .RadComboBoxDropDown_CobbleStone .rcbCheckAllItems {
        padding: 6px 13px;
    }

    .RadComboBoxDropDown_CobbleStone .rcbCheckAllItemsHovered {
        color: #455a64;
        background-color: #eceff1;
        padding: 6px 13px;
    }
/* Combobox CSS End */

.requiredField {
    color: red;
    font-weight: bold;
}

.imgToolTip {
    margin-left: -8px;
    margin-top: 11px;
}

.container-modal-btn {
    margin-top: 25px;
}

.btnSave {
    background-color: #0070c0 !important;
    color: #fff !important;
    border-color: transparent !important;
    padding: 8px 15px 8px 20px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}

.btnSecondary {
    background-color: #fff !important;
    color: #0070c0 !important;
    border-color: #0070c0 !important;
    padding: 8px 15px 8px 12px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}

/*RadCard CSS*/
.k-icon {
    width: 1em;
    height: 1em;
    outline: 0;
    font-size: 16px;
    font-family: "WebComponentsIcons" !important;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    text-decoration: none;
    flex-shrink: 0;
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    position: relative;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.k-i-arrow-chevron-up {
    /*content: "\e013";*/
    background-image: url(./images/icons/chevron-down.png), url(../images/icons/chevron-down.png) !important;
    background-repeat: no-repeat !important;
    color: transparent !important;
    transform: rotate(180deg) !important;
    height: 12px !important;
    width: 12px !important;
    background-position: -2px -3px !important;
}

.k-i-arrow-chevron-down {
    /*content: "\e015";*/
    background-image: url(./images/icons/chevron-down.png), url(../images/icons/chevron-down.png) !important;
    background-repeat: no-repeat !important;
    color: transparent !important;
    height: 12px !important;
    width: 12px !important;
    background-position: -2px -3px !important;
}

.k-card-body {
    padding: 0px 48px 12px 28px !important;
}

.expand-collapse-container {
    display: none;
}

.flexbox {
    display: flex;
    justify-content: space-between;
}

.RadCard {
    color: #767676 !important;
    white-space: nowrap;
    /*padding: 25px 16px 25px 36px;*/
    background-color: #fff;
    border-radius: 5px !important;
    border-color: transparent !important;
    box-shadow: 8px 8px 5px -5px rgb(0 0 0 / 10%);
}

.container-columns {
    display: flex;
    justify-content: space-between;
}

.column-one {
    display: flex;
    flex-direction: column;
    /* text-align: left;*/
    justify-content: flex-start;
}

.column-two {
    display: flex;
    flex-direction: column;
    /*text-align: left;*/
    justify-content: flex-start;
}

.container-lbl {
    padding: 8px;
}

.lblHeading {
    font-weight: 600;
}

.lblGrayText {
    color: #767676;
}

.lblDetail {
    font-weight: 400;
    font-size: 16px;
}

/* Toggle Switch Start */
.container-switch-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    content: " ";
    display: block;
    height: 18px;
    width: 45px;
    border: 1px solid ##55555582;
    border-radius: 9px;
    position: absolute;
    top: 8px;
    left: 11px;
    background: #55555582;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 25px;
        width: 25px;
        left: -8px;
        bottom: -4px;
        background-color: #fff;
        border: 1px solid #FFF;
        box-shadow: 0px 3px 6px #00000059;
        transition: 0.4s;
    }

input:checked + .slider {
    background-color: rgba(0, 112, 192, 0.5);
}

    input:checked + .slider:before {
        transform: translateX(30px);
        background-color: #0070c0;
        border: 1px solid #0070c0;
    }

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }
/* Toggle Switch End */

.modal-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.modal-column {
    display: flex;
    flex-direction: column;
}

.RadTabStripDA {
    background-color: #fff;
    color: #0070c0;
}

    .RadTabStripDA .tabDA {
        color: #0070c0 !important;
        text-align: center;
        border: 1px solid #ccc;
        border-radius: 8px 8px 0px 0px;
        margin-right: 5px;
        white-space: nowrap;
    }

    .RadTabStripDA .tabDAhidden {
        display: none;
    }

    .RadTabStripDA .rtsLevel1 {
        border-bottom-color: #ccc !important;
    }

        .RadTabStripDA .rtsLevel1 .rtsLink {
            border-style: none !important;
        }

    .RadTabStripDA .rtsLink {
        padding: 20px 15px !important;
    }

    .RadTabStripDA .tabDA.rtsSelected {
        font-weight: 600;
        border: 1px solid #ccc;
        border-bottom: 2px solid #fff !important;
        border-radius: 8px 8px 0px 0px;
    }

.divNoticeTitle {
    display: flex;
    align-items: center;
    background-color: #fff;
    color: #333333;
    padding: 10px;
    border-radius: 1px;
    position: relative;
    white-space: nowrap;
    max-height: 16px;
    width: 98%;
    border: 1px solid #f2f2f2;
    box-shadow: 8px 8px 5px -5px rgb(0 0 0 / 10%);
    margin-bottom: -4px;
}

    .divNoticeTitle::before {
        content: '';
        display: inline-block;
        background-color: #D4DADF;
        width: 4px;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: 1px;
        position: absolute;
        border: none;
    }

.noticeTitleText {
    display: block;
    margin-left: 10px;
    font-weight: 700;
}

.divErrorNotice {
    display: flex;
    align-items: center;
    background-color: #FDF5F6;
    color: #333333;
    padding: 10px;
    border-radius: 1px;
    position: relative;
    white-space: nowrap;
    max-height: 16px;
    width: 98%;
    border-bottom: 1px solid #dedede;
    box-shadow: 8px 8px 5px -5px rgb(0 0 0 / 10%);
    margin-bottom: -4px;
}

    .divErrorNotice::before {
        content: '';
        display: inline-block;
        background-color: #D23D4F;
        width: 4px;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: 1px;
        position: absolute;
        border: none;
    }

.errorNoticeText {
    display: block;
    margin-left: 10px;
}

.divWarningNotice {
    display: flex;
    align-items: center;
    background-color: #FDF2E0;
    color: #333333;
    padding: 10px;
    border-radius: 1px;
    position: relative;
    white-space: nowrap;
    max-height: 16px;
    width: 98%;
    border-bottom: 1px solid #dedede;
    box-shadow: 8px 8px 5px -5px rgb(0 0 0 / 10%);
    margin-bottom: -4px;
}

    .divWarningNotice::before {
        content: '';
        display: inline-block;
        background-color: #D27C3D;
        width: 4px;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: 1px;
        position: absolute;
        border: none;
    }

.warningNoticeText {
    display: block;
    margin-left: 10px;
}
