@import url('open.iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Open Sans', sans-serif;
}

html, body {
    height: 100%;
    overflow: hidden;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.waiter {
    width: 150px;
    height: 150px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
}

    .waiter.big {
        height: 200px;
        width: 200px;
    }

    .waiter.medium {
        height: 100px;
        width: 100px;
    }

    .waiter.small {
        height: 40px;
        width: 40px;
    }

    .waiter.context{
        height: 25px;
        width: 25px;
    }

.page__content {
    position: relative;
    top: 36px;
}

.page__content--ticket {
    top: 40px;
}

@media screen and (max-width:767px) {
    .page__content {
        top: 0px;
    }
}

.buttons__bar .main {
    display: flex;
}

blockquote {
    border-left: 5px solid #eee;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.dxbl-modal > .dxbl-modal-root > .dxbl-popup {
    max-width: 600px;
}

.dxbl-text-edit .dxbl-text-edit-input {
    height: 35px;
    line-height: 35px;
    background: #f8f8f8;
    font-size: 15px;
    padding-left: 10px;
}

.dxbl-modal-header-default .dxbl-text {
    font-size: 0px !important;
}

.dxbl-modal-body {
    padding: 25px !important;
}

.dxbl-grid-edit-form-buttons button {
    width: 150px;
    height: 40px;
}

.dxbl-btn-primary {
    background: #26377c !important;
    border: unset !important;
}

/*.dxbl-listbox > ul > li {
    font-size: 14px;
    border-bottom: 1px solid #efefef;
}*/
/*.dxbl-listbox > ul > li div {
    padding: 7px 10px 7px 10px !important;
    white-space: unset !important;
}*/

.dxbl-listbox-item-selected {
    background: #080f30 !important;
}

.headerTitle {
    margin-left: 35px;
    margin-top: 0;
    margin-right: 16px;
}

@media screen and (max-width:767px) {
    .headerTitle {
        margin: 0px;
    }

        .headerTitle p {
            color: #fff !important;
            font-size: 15px !important;
        }
}

.headerTitle p {
    color: white;
    margin: 0;
    font-size: 22px;
    font-weight: 700;
}

.notifiPopup {
    margin-top: 20px;
    border: unset !important;
    margin-top: 19px;
    box-shadow: 0px 0px 21px -2px rgba(148,145,148,1) !important;
}

.dxbl-dropdown-header {
    background: #fff !important;
    display: flex;
    align-items: center;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    justify-content: center;
}

    .dxbl-dropdown-header p {
        margin: 0;
        font-size: 16px;
        font-weight: 500;
    }

.notifiPopup .dxbl-listbox {
    width: 100%;
    border: unset;
    padding: 0;
    height: 100%;
}

.notifiPopup .dxbl-listbox-item {
    padding: 0px;
}

    .notifiPopup .dxbl-listbox-item .wrapper {
        display: flex;
        padding-bottom: 5px;
        margin-bottom: 9px;
        border-bottom: 1px solid rgb(213, 200, 200);
        margin-left: 10px;
        margin-right: 10px;
    }

        .notifiPopup .dxbl-listbox-item .wrapper .avatar img {
            width: 60px;
            height: 60px;
            border-radius: 50%;
        }

    .notifiPopup .dxbl-listbox-item .details {
        margin-left: 15px;
    }

        .notifiPopup .dxbl-listbox-item .details p {
            font-size: 14px;
            font-weight: 700;
            margin: 0px;
        }

        .notifiPopup .dxbl-listbox-item .details h3 {
            font-size: 13px;
            font-weight: 400;
            margin: 0px;
        }

        .notifiPopup .dxbl-listbox-item .details .desc {
            font-size: 13px;
            font-weight: 400;
            margin: 0px;
        }

.notifiPopup .dxbl-dropdown-footer {
    justify-content: center !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    background: #fff;
}

    .notifiPopup .dxbl-dropdown-footer button {
        height: 35px;
        width: 250px;
        font-size: 13px;
    }


.notificationPage .input {
    width: 600px;
    margin-bottom: 20px;
}

    .notificationPage .input input {
        font-size: 14px;
        padding-left: 13px;
    }

.load {
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 0px;
    display: block;
    margin-top: 25px;
    background: unset !important;
    color: #666;
    border: 1px solid #666 !important;
    font-size: 14px;
    padding: 7px 29px;
    font-weight: 500;
}

    .load:hover {
        color: #666 !important;
    }


.notificationPopup .item {
    display: flex;
    border-bottom: 1px solid #d7d2d2;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.notificationPopup .item__avatar {
    width: 55px;
    height: 55px;
}

    .notificationPopup .item__avatar img {
        width: 100%;
        border-radius: 50%;
        height: 100%;
        object-fit: cover;
    }

.notificationPopup .item__title {
    width: calc(100% - 70px);
    margin-left: 20px;
}

    .notificationPopup .item__title .name {
        font-size: 16px;
        margin: 0;
        font-weight: 700;
    }

    .notificationPopup .item__title .title {
        font-size: 14px;
        margin: 0;
    }

    .notificationPopup .item__title .desc {
        font-size: 13px;
        margin: 0;
        max-height: 40px;
    }

    .notificationPopup .item__title .date {
        font-size: 10px;
        color: #333;
        margin: 0;
    }

.startingTime {
    font-size: 20px;
    font-weight: 700;
    color: #126;
    display: flex;
    padding-top: 20px;
    align-items: center;
}

    .startingTime i {
        font-size: 45px;
        margin-right: 10px;
    }


.notime {
    font-size: 20px;
    font-weight: 700;
    color: #f01;
    display: flex;
    padding-top: 20px;
    align-items: center;
}

    .notime i {
        font-size: 45px;
        margin-right: 10px;
    }

.dashboardTitle {
    font-size: 21px;
    font-weight: 700;
    margin: 0;
}

.dashboard__item .btn {
    width: 300px;
    height: 45px;
    border: 2px solid #2B367A;
    color: #2B367A;
    font-weight: 700;
    margin-top: 15px;
}

.showACS {
    width: 600px;
    height: 370px;
    position: fixed;
    top: 50%;
    left: calc(50% + 120px);
    transform: translate(-50%,-50%);
    background: #fff;
    color: #2B367A;
    display: none;
    box-shadow: 0 8px 10px rgba(0,0,0,.11);
    font-weight: 700;
}

    .showACS.active {
        display: block;
    }

    .showACS .close {
        position: absolute;
        right: 5px;
        top: 10px;
        cursor: pointer;
    }

        .showACS .close i {
            font-size: 50px;
        }

.showACS__title {
    text-align: center;
    padding-top: 19px;
}

    .showACS__title p {
        font-size: 20px;
        margin: 0px;
    }

.showACS__details {
    padding: 30px;
    max-height: 295px;
    overflow: auto;
}

    .showACS__details p {
        font-size: 16px;
        margin: 0;
        padding-bottom: 5px;
    }


.dxbl-loading-panel {
    width: 100%;
    height: 100%;
}

.consultants {
    margin-top: 10px;
}

    .consultants label {
        font-size: 16px;
        font-weight: 500;
        color: #000;
        padding: 0;
    }

    .consultants .add {
        width: 225px;
        height: 40px;
        font-size: 16px;
        margin-top: 5px;
    }

.dxbl-window > .dxbl-window-dialog.filterGrid {
    border-radius: 5px;
    border: 1px solid #fff;
}

    .dxbl-window > .dxbl-window-dialog.filterGrid .dxbl-popup-header {
        background: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .dxbl-window > .dxbl-window-dialog.filterGrid .dxbl-image {
        width: 25px;
        height: 25px;
    }

    .dxbl-window > .dxbl-window-dialog.filterGrid .dxbl-window-body {
        padding: 24px;
    }

.dxbl-disabled {
    pointer-events: unset !important;
}

.popupSelectbox {
    width: 100%;
}

.popupBtn {
    background: #00a652;
    border: unset;
    width: 120px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    margin-top: 15px;
}


.dxbl-listbox li .dxbl-listbox-item {
    display: flex;
    align-items: center;
}

    .dxbl-listbox li .dxbl-listbox-item i {
        font-size: 30px;
    }

    .dxbl-listbox li .dxbl-listbox-item p {
        font-size: 16px;
        margin: 0;
    }

.floatingBtn {
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: flex;
    align-items: center;
}

    .floatingBtn .open i {
        font-size: 35px;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .floatingBtn .open {
        width: 50px;
        height: 50px;
        background: #6200ee;
        border: unset;
        border-radius: 50%;
        position: relative;
        order: 2;
        z-index: 9999;
    }

    .floatingBtn .buttons {
        order: 1;
        margin-right: 15px;
        max-width: 0px;
        overflow: hidden;
        display: flex;
        align-items: center;
        opacity: 0;
        z-index: 9999;
        white-space: nowrap;
    }

        .floatingBtn .buttons button:hover {
            color: #fff;
        }

    .floatingBtn.active .buttons {
        max-width: 999px;
        transition: all .3s;
        opacity: 1;
    }

    .floatingBtn.active .icon-i-13 {
        display: none;
    }

    .floatingBtn.active .floatingBg {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 999;
    }

.dashboard ~ .floatingBtn .dashboard {
    display: block;
}

@media screen and (max-width:767px) {
    .notificationPage .input {
        width: 100%;
    }
}

.login .dxbl-text-edit .dxbl-text-edit-input {
    height: 45px !important;
    line-height: 45px !important;
    padding-left: 0px !important;
}

.hideDetailButton .dxbl-grid-expand-button {
    visibility: hidden;
}

.popup__body {
    overflow-x: hidden !important;
}
.file-drop-zone p, .file-drop-zone label {
    color: #126;
}
.dxbl-edit-dropdown-body .dxbl-listbox-item {
    font-size: 13px;
    padding: 6px !important;
    border-bottom: 1px solid #d9d9d9 !important;
}


.ticketPopup .dxbl-flyout-header {
    padding: 13px 16px !important;
    background: #126 !important;
}
.ticketPopup .dxbl-flyout-header span {
    color: #fff !important;
}
.ticketPopup .dxbl-flyout-header span::before {
    content: "\e936";
    display: block;
    font-size: 45px;
    font-family: 'intebucon' !important;
    position: absolute;
    right: 3px;
}
.ticketPopup .dxbl-flyout-body {
    padding: 16px !important;
}
    .ticketPopup .dxbl-flyout-body p {
        font-size: 14px;
        font-weight: 500;
    }
.ticketPopup .dxbl-flyout-body p::before {
    content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #126;
  border-radius: 50%;
  margin-right: 9px;
  margin-bottom: 1px;
}

.ticketPopup.dxbl-flyout-dialog {
    width: 1000px !important;
}

.small .buttons__bar {
    width: 100% !important;
}
.notifiPopup .dxbl-list-box {
    height: 100%;
}

.notifiPopup .dxbl-list-box-item-selected::before {
    background-color: #cecece;
}

.notifiPopup .dxbl-dropdown-body {
    padding: 0px !important; 
}
.notifiPopup .dxbl-dropdown-body .dxbl-scroll-viewer-content li {
    padding: 0px !important;
}

.notifiPopup .dxbl-dropdown-body .dxbl-scroll-viewer-content li::before {
    display: none !important;
}

.notifiPopup .dxbl-dropdown-header {
    border: unset !important;
}

.notifiPopup .dxbl-dropdown-footer {
    border: unset !important;
}

.components-reconnect-show {
    display: block;
}

.exportButton {
    padding: 10px 20px;
    margin: 10px 0;
}
.grid__extra {
    padding: 10px;
    background: #fff;
}

.adblockPopup {
    display: none;
}

.adblockPopup.show {
    display: block !important;
}

.adblockPopup .bg {
    position: fixed;
    inset: 0;
    background: #000000a1;
}

.adblockPopup img {
    width: 24px;
}

.adblockPopup .body {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    background: #fff;
    width: 350px;
    height: 140px;
    display: flex;
    align-items: flex-start;
    padding-left: 10px;
    padding-top: 10px;
    transition: all .1s;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.11);
}

.adblockPopup .body i {
    font-size: 30px;
    color: #f01;
}
.adblockPopup h2 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #126;
    margin-top: 5px;
}
.adblockPopup p {
    font-size: 13px;
    margin: 0;
    color: #126;
    text-align: left;
    max-width: 600px;
    font-weight: 500;
}

.adblockPopup .img {
    margin-right: 10px;
}
.adblockPopup .close {
    position: absolute;
    right: 4px;
    top: 5px;
    cursor: pointer;
}

.small .body {
    width: 43px;
    height: 43px;
    border-radius: 50px;
}

.small .body .content {
    display: none;
}

.dx-device-desktop .body {
    background: #efefef;
}

.dx-device-desktop .small .body {
    background: #126;
}

@media screen and (max-width:767px) {
    .adblockPopup .body {
        right: 0px;
    }
}