﻿#btnShowPanelTablaKeyword, #divFormKeyword, #btnAlmacenar {
    display: none;
}

.panel-tools button {
    margin-left: 5px;
}

#tblKeywords tbody tr {
    cursor: pointer;
}

.btn-border-right {
    border-right: 1px solid white !important;
}

.btn-border-left {
    border-left: 1px solid white !important;
}

.input-group {
    margin-bottom: 15px;
}

/*Panel Busqueda*/
#divBusquedaKeyword {
    display: none;
    background: #e4e4e5 !important;
    padding: 10px;
    margin-bottom: 1rem;
}

#divCerrarBusquedaKeyword {
    font-size: 15px;
}

#divBtnBuscarKeyword {
    margin-top: 2px;
}

.page-number active {
    background-color: #005877;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #005877 !important;
    color: white !important;
}

.pagination > li > a, .pagination > li > span {
    color: #0077ff !important;
}
