/*
 * Style tweaks
 * --------------------------------------------------
 */
html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}
body {
  padding-top: 70px;
}
footer {
  padding: 30px 0;
}

.text-label {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 5px;
  margin-top: 5px;
  height:60px;
  color: inherit;
  background-color: #333; /* #48B3F1;*/
  color: #fff;
  border-radius: 6px;
}

.jumbotron {
	background-color: #48B3F1;
}
  
.text-label p {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 200;
}

/*.navbar-toggle {
  float: left;
  margin-left: 15px;
  display: block; 
} */

.panel-body {
	background-color: #000;
}

.tooltip.top .tooltip-inner {
    background-color: red;
}
.tooltip.top .tooltip-arrow {
      border-top-color: red;
}

img {
    max-height: 100%;
    max-width: 100%;
}

a.anchor {
    display: block;
    position: relative;
    top: -60px;
    visibility: hidden;
}

#mynav {
	background-color: #333333;
	color: #ffffff;
}


/* @media (min-width: 992px) {
  body {
    padding: 0;
  }
  .navbar {
    right: auto;
    background: none;
    border: none;
  }
}
*/

/*
 * 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: -80%; /* 6 columns */
  }

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

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

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

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

  .thumb-text {
	  height: 30px;
	  color: red;
  }

*/
  
}
