@media screen and (max-width: 1440px) {
    .div-top-block-black {
        width:97%;
    }
}

@media screen and (max-width: 768px) {
    .div-top-block-black {
        width:98%;
    }
}
/**
 * Search
 */
#DivSearchItems {
    height: 53px !important;
    text-align: center;
    line-height: 53px;
}

#DivSearchItems .btn-group {
    background: #ffffff;
}

#DivSearchItemsContent {
    display: inline-block;
    text-align: left;
}

.btn-search {
    background: #fffffe;
    color: #282522 !important;
    border: 1px solid #6d6d6d;
    border-right: none !important;
    border-top-left-radius:2px;
    border-bottom-left-radius:2px;
}

#DivSearchItemsContent .close {
    color: #373737 !important;
    margin-top: -5px !important;
    opacity: 1;
}

#DivSearchItemsContent input {
    color: #282522 !important;
    border: 1px solid #6d6d6d;
    border-bottom: 1px solid #6d6d6d;
}

#DivSearchItemsContent select {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    border: 1px solid #282522;
    border-right: none important;
}

#DivSelectTopic {
    width:142px;
}

.btn-go-search {
    width: 60px;
    margin-top: 2px;
    border: 1px solid #6d6d6d !important;
    border-bottom-right-radius: 3px !important;
    border-top-right-radius: 3px !important;
}

#DivSearchItems span.input-group-btn {
    width: 150px !important;
}

#InputSearchItems {
    max-width: 300px;
}

#DivSearchItems .form-inline .input-group .input-group{
    display: inline-table !important;
    vertical-align: middle !important;
}

#DivInputSearchItems, #DivButtonGo {
    margin-top: -3px;
}

@media (max-width: 768px) {
    #DivInputSearchItems {
        /*margin-top: -4px !important;*/
    }
}

@media (max-width: 500px) {
    #DivInputSearchItems {
        opacity: 0;
    }
}

.pagination {
    height: @baseLineHeight * 1.1;
    margin-bottom:0px;
    margin-top:-3px;
}

.pagination a {
    font-size: 12px;
    padding: 0 2px;
    line-height: (@baseLineHeight * 1.1) - 4;
}

.pagination li.disabled a, .pagination li.disabled a:hover {
    background: none !important;
    border-color: none !important;
    color: black !important;
}
