﻿@font-face {
    font-family: "DroidArabicKufiBold";
    src: url("../Fonts/DroidKufi-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.QRCodeSteps .form-ModalPopup {
    width: 100%;
    position: relative;
    border: none;
    border-radius: 7px;
}

.QRCodeSteps .btnCloseModalPopup {
    background: transparent;
    position: absolute;
    top: -38px;
    right: 0;
    border: 1px solid #fff;
    border-radius: 050%;
    width: 32px;
    height: 32px;
}

.QRCodeSteps {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000001;
    padding: 80px 10%;
    background: rgba(0, 0, 0, 0.5);
}

.steps-footer {
    flex-direction: row-reverse;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .steps-footer span {
        color: #009e8f !important;
    }

.stepsBtnsContainer {
    flex-direction: row-reverse;
    display: flex;
}

.qr-steps-title {
    margin-bottom: 50px;
    font-family: "DroidArabicKufiBold" !important;
    font-size: 23px;
}

.StepsTapsBtn {
    border-radius: 50px;
    height: 10px;
    background: #009e8f;
    margin: 0 6px;
    flex: 1;
    opacity: 0.5;
    transition: all ease-in-out 0.3s;
}

    /* .StepsTapsBtn:hover, */
    .StepsTapsBtn.activeStep {
        opacity: 1;
    }

.StepsTapsBtns {
    display: flex;
}

/*********************** Images *******************/
.mobile-image,
.tow-factor-image {
    width: 300px;
    min-width: 200px;
}

.Code-image {
    width: 350px;
    min-width: 250px;
}
/*********************** Steps ToolTip *******************/
.steps-tooltip {
    display: inline-block;
    position: relative;
}

.steps-tooltip-icon {
    color: #888;
    cursor: pointer;
}

.steps-tooltip-popup {
    /* display: none; */
    position: absolute;
    bottom: calc(100% + 10px);
    right: 0;
    /* width: 100px; */
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    background: #fff;
    border: 1px solid #ddd;
    opacity: 0;
    pointer-events: none;
    transition: all ease-in-out 0.3s;
}

.steps-tooltip .fa.fa-info {
    border: 1px solid #aaa;
    padding: 0;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: #aaa;
}

.steps-tooltip-icon:hover + .steps-tooltip-popup {
    /* display: block; */
    opacity: 1;
    pointer-events: none;
}
/******************************************/
.StepsContentContainer .steps-content {
    max-height: 100vh;
    overflow: auto;
    margin: -15px;
    padding: 15px;
    margin-bottom: 10px;
    min-height: 400px;
    display: flex;
    align-items: start;
    /* flex-wrap: wrap; */
}

.StepsTapsContent {
    display: none;
    padding-top: 50px;
}

    .StepsTapsContent.activeStep {
        display: block;
    }

    .StepsTapsContent:not(.stepsFadeIn) {
        opacity: 0;
    }

.StepsTapsContent {
    transition: opacity 0.15s linear;
}

.QRCodeSteps .btn-primary {
    border-width: 0px;
    background: #009e8f !important;
    color: #fff;
    padding: 4px 30px;
    font-family: "Droid Arabic Kufi";
}

.QRCodeSteps .btn-transparent {
    border: 1px solid #009e8f !important;
    background: transparent !important;
    color: #009e8f;
    padding: 4px 30px;
    font-family: "Droid Arabic Kufi";
}

.QRCodeSteps .btn {
    margin-left: 10px;
}

.StepsTapsContent img {
    max-width: 100%;
}

.QRCodeIcon {
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    display: inline-block;
    position: relative;
}

    .QRCodeIcon svg {
        width: 150px;
        height: 150px;
    }

.apps-list .QRCodeIcon svg {
    width: 80px;
    height: 80px;
}

.reloadQR {
    background: rgba(255, 0, 0, 0.31);
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    display: flex;
    justify-content: center;
    align-items: center;
    color: red;
    margin: 20px;
}

    .reloadQR::before {
        content: "\f021";
        font-family: fontAwesome;
        display: flex;
        background: #fff;
        width: 60px;
        height: 60px;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        font-size: 27px;
    }

/****************************** Steps List **************************/
body {
    counter-reset: section;
}

.steps-content-list {
    padding: 0 50px;
}

.steps-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .steps-list li::before {
        counter-increment: section;
        content: counter(section);
        background: #009e8f;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        font-family: tahoma;
        margin-left: 20px;
    }

    .steps-list li {
        margin-bottom: 30px;
        font-size: 15px;
    }

.apps-list {
    display: flex;
    align-items: center;
    padding: 20px 0 10px;
    margin: 0;
}

    .apps-list .QRCodeIcon {
        padding: 10px;
    }

    .apps-list > * {
        margin: 0 20px;
    }

/****************************** Qr Form **************************/
.qr-steps-form {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    padding: 40px;
    margin: 0 50px;
    flex: 1;
    width: 200px;
    max-width: 560px;
    margin: 0 auto;
    border-radius: 5px;
}

.qr-form-hint {
    font-size: 10px;
    color: #009e8f;
}

.qr-steps-form .col-md-6 {
    margin-bottom: 30px;
}

.qr-steps-form .form-control {
    height: 43px;
}

    .qr-steps-form .form-control:disabled,
    .qr-steps-form .form-control.disabled {
        background-color: #eee;
        border: 1px solid #ccc;
    }
/******* Check Box Style *******/
.radio-step-style {
    display: block;
    font-weight: normal;
}

.radio-input {
    margin-left: 10px;
    color: #555;
}

.radio-step-style input {
    display: none;
}

    .radio-step-style input[type="radio"] {
        display: none;
    }

        .radio-step-style input[type="radio"] + span {
            font-size: 13px;
            display: inline-flex;
            white-space: nowrap;
            align-items: center;
        }

            .radio-step-style input[type="radio"] + span::before {
                display: inline-block;
                margin-left: 12px;
                cursor: pointer;
                content: "";
                background: #fff;
                width: 20px;
                height: 20px;
                box-shadow: 0 0 0px 3px #009e8f;
                border-radius: 50%;
                border: 2px solid #fff;
                transition: all ease-in-out 0.3s;
            }

        .radio-step-style input[type="radio"]:checked + span::before {
            background: #009e8f;
            box-shadow: 0 0 0px 3px #009e8f;
        }

        .radio-step-style input[type="radio"]:disabled + span::before {
            color: #aaa;
            cursor: not-allowed;
        }
/******* Check Box Style End *******/

/******* Finsh Tap *******/
.finish-image {
    width: 340px;
    margin: auto;
    margin-bottom: 30px;
}

.qrFinishTap .steps-content {
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.qrFinishTap .qr-steps-title {
    margin-bottom: 0;
}

.QronlineIcon {
    width: 18px;
    height: 18px;
    background: #00d607;
    border-radius: 50%;
    display: inline-block;
    margin: 0 10px;
}

/******************************** Two Factor  ******************************/
.two-factor-container {
    padding: 0;
    display: flex;
    margin: 0 -15px;
    justify-content: center;
    /* flex-wrap: wrap; */
}

    .two-factor-container img {
        max-width: 100%;
    }

    .two-factor-container .mobile-image {
        width: 300px;
        min-width: 200px;
    }

    .two-factor-container .apps-list .QRCodeIcon svg {
        width: 60px;
        height: 60px;
    }

.appIcon {
    min-width: 60px;
}

.two-factor-container .qr-steps-title {
    margin-bottom: 30px;
    font-family: "DroidArabicKufiBold" !important;
    font-size: 15px;
}

.two-factor-container .steps-list li::before {
    margin-left: 5px;
    width: 34px;
    height: 34px;
}

.two-factor-container .appIcon {
    text-align: center;
}

.two-factor-container .apps-list .QRCodeIcon {
    margin-top: 20px;
}

.two-factor-container .apps-list > * {
    margin: 0 10px;
}

.two-factor-container .appIcon img {
    min-width: 100px;
}

.two-factor-container .steps-list li {
    margin-bottom: 15px;
    font-size: 15px;
}

.two-factor-container .steps-content-list {
    padding: 0 30px;
}

.Secure-QR-Container {
    width: 300px;
    min-width: 300px;
}

.Secure-QR-Header {
    background: #009e8f;
    color: #fff;
    display: flex;
    /* align-items: center; */
    font-size: 12px;
    margin-bottom: 15px;
}

a.Secure-QR-Header {
    cursor: pointer;
    color: #fff !important;
    text-decoration: none;
    user-select: none;
}

.Secure-QR-Header > * {
    padding: 14px;
}

.Secure-QR-Header .fa-shield {
    font-size: 23px;
    padding: 11px 10px 11px 2px;
}

.Secure-QR-Header .header-cancel {
    background: red;
    color: #fff;
    margin-right: auto;
    min-width: 70px;
    text-align: center;
    border-radius: 0;
    text-decoration: none !important;
    border: none;
}

.Secure-QR-Header .header-btn {
    background: transparent linear-gradient(249deg, #329E8F 10%, #FC663D 80%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(249deg, #329E8F 10%, #FC663D 80%) 0% 0% no-repeat padding-box;
    color: #fff;
    margin-right: auto;
    min-width: 70px;
    text-align: center;
    border-radius: 0;
    text-decoration: none !important;
    border: none;
    position: relative;
    padding: 0 16px !important;
    text-decoration: underline !important;
}

    .Secure-QR-Header .header-btn:hover {
        text-decoration: none !important;
    }

    .Secure-QR-Header .header-btn::after {
        content: '';
        width: 1px;
        background: #fff;
        position: absolute;
        right: 0px;
        height: 63%;
        z-index: 10;
        top: 17%;
    }

.Secure-QR-Container .QRCodeIcon {
    padding: 50px;
    width: 100%;
    text-align: center;
}

.Secure-QR-Container .reloadQR {
    top: calc(50% - 95px);
    left: calc(50% - 95px);
    width: 150px;
    height: 150px;
    cursor: pointer;
}

.disconectQR {
    background: rgba(0, 255, 52, 0.51);
    position: absolute;
    top: calc(50% - 95px);
    left: calc(50% - 95px);
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
    cursor: pointer;
}

    .disconectQR span {
        color: red;
        background: #fff;
        padding: 8px 10px;
        font-size: 11px;
        border: 1px solid red;
        border-radius: 5px;
    }

.bg-red {
    background: red;
}

    .bg-red a {
        color: #fff;
        text-decoration: underline;
    }
/******************* Fix factor with menu *****************/
.two-factor-container .qr-steps-title {
    font-size: 13px;
    margin-top: 13px;
}

.two-factor-container .steps-list li {
    font-size: 12px;
}

    .two-factor-container .steps-list li::before {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

.two-factor-container .Secure-QR-Header > * {
    padding: 12px;
}

.two-factor-container .Secure-QR-Header > span {
    font-size: 12px;
}

body:not(.Menuhidden) .contentContainer .two-factor-container .mobile-image {
    width: 240px;
    margin: 0 20px;
    /*! order: 1; */
}

body:not(.Menuhidden) .contentContainer .two-factor-container .Secure-QR-Container {
    /* margin: 0 18px; */
    /* width: 250px;
	min-width: 250px; */
    /* order: 2; */
}

body:not(.Menuhidden) .contentContainer .two-factor-container .steps-content-list {
    /*! order: 3; */
    /*! margin-top: 50px; */
    max-width: 450px;
}

body:not(.Menuhidden) .contentContainer .two-factor-container {
    justify-content: space-between;
    /* flex-wrap: wrap; */
    max-width: 100%;
    justify-content: center;
    align-items: start;
}

.form-controls-body .feild_row {
    display: flex;
}

    .form-controls-body .feild_row > * {
        width: auto;
        float: none;
    }

    .form-controls-body .feild_row > .col-md-7 {
        flex: 1;
    }

body:not(.Menuhidden) .contentContainer .two-factor-container .apps-list {
    flex-wrap: wrap;
}

    body:not(.Menuhidden) .contentContainer .two-factor-container .apps-list > * {
        max-width: 40%;
        margin-bottom: 10px;
    }

body:not(.Menuhidden) .contentContainer .two-factor-container .steps-content-list {
    padding: 0 20px;
}

@media (max-width: 1300px) {

    .form-controls-body .feild_row {
        display: flex;
        flex-wrap: wrap;
    }

    body:not(.Menuhidden) .contentContainer .two-factor-container .Secure-QR-Container {
        margin: 0px 10px;
    }

    body:not(.Menuhidden) .contentContainer .two-factor-container .mobile-image {
        width: 200px;
        margin: 0px 10px;
    }

    .form-controls-body .feild_row > * {
        /* width: 100%; */
    }

    .Secure-QR-Container .QRCodeIcon {
        padding: 30px;
    }

    .Secure-QR-Container .disconectQR,
    .Secure-QR-Container .reloadQR {
        top: calc(50% - 75px);
        left: calc(50% - 75px);
        width: 110px;
        height: 110px;
    }

    .Secure-QR-Container .QRCodeIcon svg {
        width: 110px;
        height: 110px;
    }

    .Secure-QR-Container .QRCodeIcon {
        padding: 40px;
    }

    .Secure-QR-Container {
        width: 260px;
        min-width: 250px;
    }
}

@media (max-width: 1200px) {
}
/******************* factor popup *****************/
.two-factor-popup .modal-body {
    padding: 0;
}

.two-factor-popup .form-ModalPopup {
    background: transparent;
    box-shadow: none;
}

.two-factor-popup .qr-steps-form {
    background: #fff;
    width: 100%;
}

.two-factor-popup.QRCodeSteps .form-ModalPopup {
    width: auto;
}

.two-factor-popup.QRCodeSteps {
    position: fixed;
}

    .two-factor-popup.QRCodeSteps .btn {
        margin: 0;
        padding: 7px 36px;
    }
/******************* End Fix factor with menu *****************/

@media (max-height: 600px) {
    .QRCodeSteps {
        display: flex;
        align-items: center;
        justify-content: center;
        bottom: auto !important;
    }
}

@media (max-width: 1024px) {
    .apps-list {
        flex-wrap: wrap;
    }

        .apps-list > * {
            margin: 0 5px;
            margin-bottom: 31px;
        }

        .apps-list .QRCodeIcon svg {
            width: 120px;
            height: 120px;
        }
}

@media (max-width: 768px) {
    .apps-list > * {
        margin: 0 5px;
    }
}



/************************ Notification-modal **********************/
.Notification-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 10004;
    background: Black;
    opacity: .40;
}

.Notification-position-MiddleCenter {
    position: fixed;
    left: 50%;
    margin-left: -140px;
    margin-top: -40px;
    top: 50%;
    z-index: 10005;
    width: 320px;
}

.Notification-item-wrapper {
    min-height: 80px;
    min-width: 400px;
    padding: 20px;
    background: #fff;
    border: 2px solid #999;
}

.Notification-item {
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 14px;
    display: block;
    position: relative;
    margin: 0;
    min-height: 20px;
    min-width: 375px;
    color: #555;
    background: #fff;
    opacity: 0.9;
}

.Notification-item-image {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 0;
}

    .Notification-item-image:before {
        content: "\f071";
        top: 0px;
        display: inline-block;
        font-family: FontAwesome !important;
        font-size: 32px;
        color: #f39c12;
        margin-right: 5px;
    }

.Notification-item-btnNoContainer {
    position: absolute;
    right: 25%;
    top: 80%;
    right: 32%;
    margin-top: -10px;
}

.Notification-item-btnYesContainer {
    position: absolute;
    top: 80%;
    left: 32%;
    margin-top: -10px;
}

.Notification-item-close {
    width: 22px;
    height: 22px;
    position: absolute;
    top: -10px !important;
    right: 8px !important;
    background-position: top;
    cursor: pointer;
}

    .Notification-item-close:before {
        content: "\f00d";
        font-family: FontAwesome !important;
        display: block;
        font-size: 14px;
        font-weight: 700;
        opacity: .5;
        color: #333;
        /*background: #333;*/
        border-radius: 50%;
        height: 20px;
        width: 20px;
        text-align: center;
        font-weight: normal;
    }

.Notification-item p {
    text-align: center;
    margin: 0 50px;
}


/************************************* Notification *************************************/
.Notification-container {
    width: 320px;
    z-index: 10005;
}

* html .Notification-container {
    position: absolute;
}

.Notification-item {
    padding-top: 0px;
    padding-bottom: 40px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 14px;
    display: block;
    position: relative;
    margin: 0;
    min-height: 20px;
    min-width: 375px;
}

.Notification-item-wrapper {
    min-height: 80px;
    min-width: 400px;
    padding: 20px 0;
    border:none;
}

/*.Notification-item-btnYesContainer {*/
    /*BY KKHELAWY @21.09.2012*/
    /*position: absolute;
    top: 80%;
    right: 20px;
    left: auto;
    margin-top: -10px;
}

.Notification-item-btnNoContainer {
    position: absolute;
    left: auto;
    top: 80%;
    right: 32%;
    margin-top: -10px;
    background: #fff;
}

.k-rtl .Notification-item-btnYesContainer {
    left: 20px;
    right: auto;
}

.k-rtl .Notification-item-btnNoContainer {
    left: 32%;
    right: auto;
}*/





.Notification-item-btnYesContainer {
    /*BY KKHELAWY @21.09.2012*/
    position: absolute;
    top: 80%;
    /* right: 20px;*/
    left: 11px;
    margin-top: -10px;
}

.Notification-item-btnNoContainer {
    position: absolute;
    left: auto;
    top: 80%;
    right: 55%;
    margin-top: -10px;
    background: #fff;
}

.k-rtl .Notification-item-btnYesContainer {
    /*  left: 20px;
    right: auto;*/
    right: 10px;
   
}

.k-rtl .Notification-item-btnNoContainer {
    left: 32%;
    right: 100px;
}



input#btnNo {
    background: #fff;
    color: red;
    box-shadow: none !important;
    border: 1px solid #ccc;
}
.k-rtl input#btnNo {
    font-size: 14px;
    font-weight: 700;
}

.Notification-item-btnOkContainer {
    /*BY KKHELAWY @21.09.2012*/
    position: absolute;
    right: 42%;
    top: 80%;
    margin-top: -10px;
}

.Notification-item-button {
    /*BY KKHELAWY @21.09.2012*/
    width: 80px;
    height: 36px !important;
}

.Notification-item-image {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 0;
}

/**
 * Notification types
 *
 * pattern: Notification-type-[value]
 * where 'value' is the real value of the plugin option 'type'
 *
 */
/**
 * positions
 *
 * pattern: Notification-position-[value]
 * where 'value' is the real value of the plugin option 'position'
 *
 */
.Notification-position-TopLeft {
    position: fixed;
    left: 20px;
    top: 20px;
}

.Notification-position-TopCenter {
    position: fixed;
    top: 20px;
    left: 50%;
    margin-left: -140px;
}

.Notification-position-TopRight {
    position: fixed;
    top: 135px;
    right: 20px;
}

.Notification-position-MiddleLeft {
    position: fixed;
    left: 20px;
    top: 50%;
    margin-top: -40px;
}

.Notification-position-MiddleCenter {
    position: fixed;
    left: 50%;
    margin-left: -140px;
    margin-top: -40px;
    top: 50%;
    z-index: 10005;
}

.Notification-position-MiddleRight {
    position: fixed;
    right: 20px;
    margin-left: -140px;
    margin-top: -40px;
    top: 50%;
    z-index: 10005;
}
.Notification-header {
    background: var(--primary-color);
    color: #fff;
    padding: 10px;
    width: 100%;
    min-width: 400px;
}

.Notification-modal {
    /*BY KKHELAWY @21.09.2012*/
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 10004;
}
/******************** Status bar  *********************/
.StatusBarWrapper {
    position: fixed;
    bottom: 15px !important;
    height: auto !important;
    display: none;
    padding-right: 40px !important;
    text-align: center;
    width: 500px !important;
    left: 50%;
    margin-left: -250px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    z-index: 17;
    background-color: #F56954;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-size: 14px;
    padding: 10px;
    overflow: hidden;
}

    .StatusBarWrapper i {
        margin-right: 10px;
    }

.StatusBarSuccess {
    background-color: #10C270;
}

.bg-red {
    background-color: #dd4b39 !important;
}

.StatusBarContent {
    position: relative;
    z-index: 9999;
    height: auto !important;
    width: 100%;
    text-align: center;
    /*top: 6px !important;*/
    font-weight: normal;
    font-size: 14px;
    color: #fff !important;
}

.StatusBarClose {
    width: 22px;
    height: 22px;
    position: absolute;
    z-index: 9999;
    top: 11px !important;
    right: 9px;
    cursor: pointer;
}

    .StatusBarClose:before {
        content: "\f00d";
        font-family: FontAwesome !important;
        color: #fff;
        display: block;
        font-size: 14px;
        font-weight: 700;
        opacity: .5;
        color: #333;
        border-radius: 50%;
        height: 20px;
        width: 20px;
        font-weight: normal;
    }

.StatusBarNotice .StatusBarClose {
    background-position: left;
}

    .StatusBarNotice .StatusBarClose:hover {
        background-position: center;
    }

    .StatusBarNotice .StatusBarClose:active {
        background-position: right;
    }

.StatusBarSuccess .StatusBarClose {
    background-position: left;
}

    .StatusBarSuccess .StatusBarClose:hover {
        background-position: center;
    }

    .StatusBarSuccess .StatusBarClose:active {
        background-position: right;
    }

.StatusBarWarning .StatusBarClose {
    background-position: left;
}

    .StatusBarWarning .StatusBarClose:hover {
        background-position: center;
    }

    .StatusBarWarning .StatusBarClose:active {
        background-position: right;
    }

.StatusBarError .StatusBarClose {
    background-position: left;
}

    .StatusBarError .StatusBarClose:hover {
        background-position: center;
    }

    .StatusBarError .StatusBarClose:active {
        background-position: right;
    }

@media (max-width: 1024px) {

    .newNotificatin {
        color: var(--primary-color) !important;
    }
}

    @media (max-width: 768px) { /*fixing responsive form mobile screens */
        .Notification-position-MiddleCenter {
            position: fixed;
            left: 44%;
            margin-left: -140px;
            margin-top: -40px;
            top: 50%;
            z-index: 10005;
        }

        .Notification-header {
            background: var(--primary-color);
            color: #fff;
            padding: 10px;
            width: 100%;
            min-width: 271px;
        }

        .Notification-item-wrapper {
            min-height: 80px;
            min-width: 247px;
            padding: 20px 0;
            border: none;
        }

        .Notification-item {
            padding-top: 0px;
            padding-bottom: 40px;
            padding-left: 6px;
            padding-right: 6px;
            font-size: 14px;
            display: block;
            position: relative;
            margin: 0;
            min-height: 20px;
            min-width: 300px;
        }

        .Notification-item-btnNoContainer {
            right: 39%;
            position: absolute;
            left: auto;
            top: 80%;
            margin-top: -10px;
            background: #fff;
        }

        .k-grid table {
            width: 208% !important;
            margin: 0;
            max-width: none;
            border-collapse: separate;
            border-spacing: 0;
            empty-cells: show;
            border-width: 0;
            outline: 0;
        }

        .k-grid.k-widget {
            height: auto !important;
            overflow-x: auto;
        }
        /*.table-bordered table tbody tr {
        overflow-x:auto
    }*/

/*        .table-bordered table tbody tr.k-master-row td:last-child {
            display: flex;
        }*/

        #ServiceRequestsGrid tr.k-master-row td:last-child, #JudicialWarningDetailsGrid tr.k-master-row td:last-child {
            min-height: 5.2em;
        }


        .agencyFinalBtns {
            flex-direction: column;
        }

            .agencyFinalBtns .GridOptionsBtn {
                margin-top: 10px;
                padding: 28px;
            }

                .agencyFinalBtns .GridOptionsBtn:last-child {
                    white-space: normal;
                }

        ul#onlineNotificationDropdown, ul#notificationDropdown {
            max-height: 67vh !important;
            width: 241px;
            overflow: auto !important;
            position: absolute;
            will-change: transform;
            top: 0px;
            right: auto !important;
            transform: translate3d(0px, 44px, 0px) !important;
            left: 0 !important;
        }
    }

    @media (max-width: 1024px) {
        ul#onlineNotificationDropdown, ul#notificationDropdown {
            max-height: 67vh !important;
            width: 241px;
            overflow: auto !important;
            position: absolute;
            will-change: transform;
            top: 0px;
            right: auto !important;
            transform: translate3d(0px, 44px, 0px) !important;
            left: 0 !important;
        }
    }

    @media(min-width:769px) and (max-width:1023px) {
        .modal-content {
            width: 115% !important;
        }
    }

