/*
 * Style tweaks
 * --------------------------------------------------
 */
html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
  background-color: #002b52   ;
}
.bodyContent { padding-top:19px; background-color:white ; }

body {
  padding-top: 60px; margin-bottom: 9px;
}
footer {
  padding: 14px 0;
  color: white;
  text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
}
ul {padding-left: 14px;}
.pagination {margin-top: 0px}
.navbar-fixed-top {box-shadow: 1px 1px 5px grey;}
#container {min-width: 310px; height: 400px; margin: 0 auto; padding-bottom:9px;}
.zoomIt {cursor:pointer; max-width: 50px; max-height: 50px;}
.btn-lg {margin:2px 0px;}
/*
 * // TABLE SEARCH --------------------------------------------------
 */
.results tr[visible='false'],
.no-result{
  display:none;
}

.results tr[visible='true']{
  display:table-row;
}

.counter{
  padding:8px; 
  color:#ccc;
}
/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
}
