.pagination-sm>li>a, .pagination-sm>li>span {
  
    font-size: 7px !important;
}
#page-container, #sidebar, #sidebar-alt {
    background-color: #000000!important;
}
.content-header h1{
    color: #f1c651 !Important;
}
ul.dashbord li a p{
    color: #000000 !important;
    font-weight: 700 !important;
}
.nav.navbar-nav-custom > li > a:hover{
    background-color: #fec017 !important;
}
.sidebar-nav ul{
        background: rgb(70, 70, 70) !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.pagination > .active > a{
        background-color: #1a1a1a !important;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("/assets/glyphicons/fonts/glyphicons-halflings-regular.ttf") format("ttf"),
       url("/assets/glyphicons/fonts/glyphicons-halflings-regular.woff") format("woff");
       url("/assets/glyphicons/fonts/glyphicons-halflings-regular.svg") format("svg");
}