.modal-lg{
    width: 80%;
}
.subpanel-pagination{
    margin-left: 10px;
}
/**
   Publishers, Sites, Adunits Report Css
*/
.btn-group-xs>.btn, .btn-xs {
    padding: 2px 5px;
    font-size: 10px;
    line-height: 1.0;
    border-radius: 3px;
}
.dx-treelist-cell-expandable .btn-detail-price{
    display: none;
}
.dx-treelist-cell-expandable:hover .btn-detail-price{
    display: block;
}
.query-builder .rules-group-container {
    padding: 10px;
    padding-bottom: 6px;
    border: 1px solid #d5d5d5 !important;
    background: #dae4f6 !important;
    border-radius: 1px !important;
}

<!-- Progress with steps -->

ol.progtrckr {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ol.progtrckr li {
    display: inline-block;
    text-align: center;
    line-height: 3em;
}

ol.progtrckr[data-progtrckr-steps="2"] li { width: 49%; }
ol.progtrckr[data-progtrckr-steps="3"] li { width: 33%; }
ol.progtrckr[data-progtrckr-steps="4"] li { width: 24%; }
ol.progtrckr[data-progtrckr-steps="5"] li { width: 19%; }
ol.progtrckr[data-progtrckr-steps="6"] li { width: 16%; }
ol.progtrckr[data-progtrckr-steps="7"] li { width: 14%; }
ol.progtrckr[data-progtrckr-steps="8"] li { width: 12%; }
ol.progtrckr[data-progtrckr-steps="9"] li { width: 11%; }

ol.progtrckr li.progtrckr-done {
    color: black;
    border-bottom: 4px solid yellowgreen;
}
ol.progtrckr li.progtrckr-todo {
    color: silver;
    border-bottom: 4px solid silver;
}

ol.progtrckr li:after {
    content: "\00a0\00a0";
}
ol.progtrckr li:before {
    position: relative;
    bottom: -2.5em;
    float: left;
    left: 50%;
    line-height: 1em;
}
ol.progtrckr li.progtrckr-done:before {
    content: "\2713";
    color: white;
    background-color: yellowgreen;
    height: 1.2em;
    width: 1.2em;
    line-height: 1.2em;
    border: none;
    border-radius: 1.2em;
}
ol.progtrckr li.progtrckr-todo:before {
    content: "\039F";
    color: silver;
    background-color: white;
    font-size: 1.5em;
    bottom: -1.6em;
}


.modal-body .table-responsive{
    overflow: unset;
}
.has-tooltip {
    /*position: relative;*/
    display: inline;
}
.ssp-tooltip-wrapper {
    position: fixed;
    visibility: hidden;
}
.has-tooltip:hover .ssp-tooltip-wrapper {
    visibility: visible;
    opacity: 1;
    height: 0;
    /*top: 30px;*/
    /*left: 50%;*/
    /*margin-left: -76px;*/
    /* z-index: 999; defined above with value of 5 */
}

.ssp-tooltip {
    display: block;
    position: relative;
    top: 2em;
    right: 100%;
    /* margin-left: -76px; */
    color: #FFFFFF;
    background: #000000;
    line-height: 25px;
    text-align: center;
    border-radius: 8px;
    padding: 0px 20px 0px 20px;
}
/*.ssp-tooltip:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-bottom: 8px solid #000000;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}*/

.btn-send-site {
    border-radius: 5px;
    background-color: green;
    color: #fff;
    padding: 5px;
}