﻿
.input-group .dxbs-edit-btn.inc.btn-secondary:not(.dxbs-mobile-btn) {
    border-bottom: 0;
    display: none;
}


.gn-SearchTextBox {
    margin-bottom: 20px;
}

.PopupControl {
    position: relative;
    animation: mymove 1.5s;
    animation-fill-mode: forwards;
    border: 2px solid #0061aa !important;
    min-width: 40% !important;
    border: 0px;
}

@keyframes mymove {
    from {
        top: -100px;
    }

    to {
        top: 50px;
    }
}

.modal-content {
    border: 0px;
}

.modal-body {
    padding: 1rem !important;
}

.TabControl {
    overflow-y: scroll;
    height: 400px;
}

.EmptyTabControl {
    height: 400px;
    border: 2px solid #0061aa;
    border-radius: 25px;
    align-items: center;
}

.NoDataAvailableClass {
    font-size: 20px;
    text-align: center;
    color: grey;
    padding: 150px;
}

.DxTabsControl {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.SellingTipButton {
    color: red;
    cursor: pointer;
}

a:hover {
    color: red;
    text-decoration: none !important;
}

.PopupDismissControl {
    position: relative;
    animation: mymovedismiss 1.5s;
    animation-fill-mode: forwards;
    border: 2px solid #0061aa !important;
    min-width: 40% !important;
    border: 0px;
}

@keyframes mymovedismiss {
    from {
        top: 50px;
    }

    to {
        top: 150px;
    }
}

.Labelcontent {
    overflow-y: scroll;
    height: 300px;
}

.PopupContent {
    overflow-y: scroll;
    border: 1px solid blue;
    height: 150px;
    width: 100%;
}

.Errormessage {
    font-size: 10px;
    color: red;
}

.dx-htmleditor-content img {
    vertical-align: middle;
    padding-right: 10px;
}

.dx-htmleditor-content table {
    width: 50%;
}

.options {
    padding: 20px;
    background-color: rgba(191, 191, 191, 0.15);
    margin-top: 20px;
}

.caption {
    font-size: 18px;
    font-weight: 500;
}

.option {
    margin-top: 10px;
}

.NoContentdiv {
    height: 300px !important;
    width: 440px;
}

.NoContentClass {
    font-size: 20px;
    text-align: center;
    color: grey;
    padding: 100px;
}

.noMarginP p {
    margin: 0 !important;
}


.paint-canvas {
    border: 1px black solid;
    display: block;
}

.dxGridCommandBtn {
    background: none !important;
    border: none;
    color: #0061aa;
    box-shadow: none;
}

    .dxGridCommandBtn:hover i {
        color: #f7941d;
    }

.dxGridHeading th {
    background: #C7E0EF !important;
}

.bulk-popup > .modal-content {
    min-width: 50% !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
}


.GrayBox {
    padding: 20px !important;
    border: 2px solid var(--HLGrey);
}

.disabled-tablink {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
    color: gray !important;
    background-color: #e2e2e2 !important;
}

.orangeStar{
    color:var(--HLOrange);
}

.illustration-lamp-tooltip {
    background: white;
    border: solid 2px #6666;
    z-index: 1;
    position: absolute;
    right: 5px;
    bottom: 50px;
    display:flex;
    max-height:150px;
    max-width:400px;
}
.illustration-lamp-tooltip img{
    max-height:140px;
}

.illustration-lamp-tooltip h4{
    margin-top:1rem;
}
.HintClassHide{
    display:none;
}

.page-PreviewClients #cmbFilterType{
    font-size:0.875rem;
    border-color:#ced4da;
    padding-top:0.25rem;
    padding-bottom:0.25rem;
    appearance:auto;
}

.page-AssignSellingTip .infoPanel{
    min-width:auto;
}