/* stylelint-disable selector-list-comma-newline-after */
body{
  background-color: #000 !important;
  color:#fff;
  font-size: 1rem;
}
/*.noselect{  
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}*/
.blog-header {
  line-height: 1;
  border-bottom: 1px solid #23272a;
}

.blog-header-logo {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 2.25rem;
}

.blog-header-logo:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
}

.display-4 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .display-4 {
    font-size: 3rem;
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}
#menu{  
  padding:0px;
  margin:0px;
}
#menu li {
  overflow: hidden;
  float: left;
  list-style-type: none;
  background-color: #000;
}
#menu .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}
#menu a {
  color: #23272a;
  text-align: center;
  padding: 5px 20px 5px 20px;
  text-decoration: none;
  font-size: 17px;
}
#menu li:hover {
  background-color: #99aab5;
  color: #000;
}
#menu li.active {
  background-color: #99aab5;
  color: #23272a;
}
#menu li ul{
  display: none;
}
#menu li:hover ul{
  display: block;
  position: absolute;
  z-index: 10;
}
#menu li:hover li{
  float: none;
}
#menu li ul{
  padding: 0px;
  background-color: #99aab5;
  color: #23272a;
}
.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}
.flex-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

/*
 * Blog name and description
 */
.blog-title {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
}
.blog-description {
  font-size: 1.1rem;
  color: #23272a;
}

@media (min-width: 40em) {
  .blog-title {
    font-size: 3.5rem;
  }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}
.blog-pagination > .btn {
  border-radius: 2rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-title {
  margin-bottom: .25rem;
  font-size: 2.5rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #23272a;
}

/*
 * Footer
 */
.blog-footer {
  padding: 2.5rem 0;
  color: #23272a;
  text-align: center;
  background-color: #000;
  border-top: .05rem solid #23272a;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}
.btn-fitrr{
  color: #23272a;
  background-color: #99aab5 !important;
  border-color: #23272a;
  border-radius: 0;
}
.text-fitrr{
  color:#fff !important;
}
.text-fitrr2{
  color:#fff !important;
}
.bg-fitrr{
  background-color: #99aab5 !important; 
  border-radius: 0;
}

/*
* Table Fitrr
*/
.table-fitrr tr th{
  background-color: #99aab5 !important;
}
.table-fitrr tr td,.table-fitrr tr th{
  border: 1px solid #99aab5;
  text-align: center;
  padding: 5px;
  color:#fff;
}
.table-fitrr .odd:hover, .table-fitrr .even:hover {
  background-color:#595a5a;
  cursor: pointer;
}
.table-fitrr tr:hover .up {
  background-color:#595a5a;
  cursor: pointer;
}
.table-fitrr .up {
  background-color: #99aab5;
}
.table-fitrr .down {
  background-color: #99aab5;
}
.form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    background-color: #000;
    border-radius: 0;
    color: #fff;
    z-index: 2;
}
.form-control:focus {
    box-shadow: 0 0 8px #23272a;
    z-index: 2;
    background-color: #000;
    color: #fff;
    border-color: #23272a;
    border-radius: 0;
}
input[type=search]{background-color:#000;color:#fff;border-color:#23272a;border-radius:0;border-radius:0}
input[type=search]::placeholder{color:#fff}
input[type=search]{margin-bottom:5px}
input,textarea {
    outline: none !important;
    background-color: #000 !important;
    color: #fff !important;
    border-color: #23272a !important;
    border-radius: 0;
    border-radius: 0;
}
.div-fitrr {
    background-color: #000 !important;
    color: #fff !important;
    border-color: #23272a !important;
    border-radius: 0;
    border-radius: 0;
}
.page-item.active .page-link{color:#fff;background-color:#23272a !important;border-color:#99aab5;border-radius:0;border-radius:0}
.page-item .page-link {color:#fff;background-color:#99aab5 !important;border-color:#23272a;border-radius:0;border-radius:0}
#data_previous.disabled {color:#fff !important;background-color:#99aab5 !important;border-color:#99aab5 !important;border-radius:0}

td.details-control {
    background: url('../details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../details_close.png') no-repeat center center;
}
.popover-header, .popover-body{
  background-color: #000;
  color: #fff;
  border-color: #23272a;
  border-radius: 0;
  border-radius: 0;
}
.popover-header{
  font-size: 14px;
}