.OffAds .Pages {
    float:left;
    width: auto;
}
.OffAds  .OfferPlusButton {
    display:block;
    float:left;
    width:15%;
}

.OffAds  .AdsPlusButton {
    float:left;
    width:15%;
}
.OffAds .CopyBtn {
    float:left;
    width:51px;
    padding:0;
}
.OffAds .EditBtn img {
    max-width:65%;
}
.OffAds .EditBtn {
    float:left;
    width:51px;
    padding:0;
}
.OffAds .CopyBtn img {
    max-width:65%;
}
.OffAds .CloseList,  .OffAds .OpenList {
    float:left;
    width:75%;
    background-color: beige;
    padding:3px;
    border: 1px solid beige;
    cursor:pointer;
    border-radius: 2px;
}
.OffAds .UpSide, .OffAds .DownSide {
    display:block;
    float:left;
    width:5%;
}
.OffAds tbody.collapse.in {
    display: table-row-group;
}
.OffAds .Item {
    width:70%;
}
.OffAds .Price {
    width:20%;
}
.OffAds .Expand {
    float:left;
    width:51px;
    background-color: darkgrey;
    border-color:darkgrey;
}
.OffAds .Expand img {
    max-width:80%;
}
.OffAds .Collapse {
    float:left;
    width:51px;
    background-color: darkgrey;
    border-color:darkgrey;
}
.OffAds .Collapse img {
    max-width:80%;
}

.Expand:hover, .Collapse:hover {
    background-color: darkslategray;
    border-color:darkgrey;
}
.OffAds .ChooseNew {
    background-color: #72afd2;
    color:#fff;
}
.OffAds .ChooseNewAds {
    background-color: #72afd2;
    color:#fff;
}
table tr {
    cursor:pointer;
    color:#72afd2;
    background-color: #fff;
}
.OffAds button {
    heigth:35px;
    margin-right:3px;
}
.OffAds .ForSearch {
    height:34px;
}
.ForSearch input.FilterInput {
    padding-top:0;
    padding-bottom:0;
    height: 34px;
}
.input-group-sm>button{
    heigth:35px;
}