/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

/* 
	databot-green  00c4b3
	databot-blue/black 012639
	databot-cool-gray a8a8a8
	databot-white ffffff
*/


body {
  padding-top: 70px;
  font-family: 'Open Sans', sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, .h7, h1, h2, h3, h4, h5, h6 {
	font-family: 'Ubuntu';
}
.bg-dark {
	background-color: #012639 !important;
}

.bg-primary {
	background-color: #00c4b3 !important;
	border-color: #012639 !important;	
}

.btn-primary {
	background-color: #00c4b3 !important;
	border-color: #012639 !important;	
}

.btn-primary:hover {
	background-color: #012639 !important;
	border-color: #012639 !important;	
}

.btn-info {
	background-color: #00c4b3 !important;
	border-color: #012639 !important;	
}

.btn-info:hover {
	background-color: #012639 !important;
	border-color: #012639 !important;	
}

.tour-footer {
	position: relative;	
}
.tour-icon {
  	top: -6rem;
	position: absolute;
}
.popover-body {
	border-bottom: 1px solid #00c4b3;
		
}


@media (min-width: 992px) {
  body {
    padding-top: 100px;
  }
  .container {
    max-width: 1400px;
  }
  
  .popover {
	max-width: 400px;
}
  
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

tr.inactive {
    color: #b9b9b9;
}

.fa {
	font-size: 2em;
}

a .fa-user  {
	color: #e3e3e3;
}

.table-nonfluid {
   width: auto !important;
}

.remove_button_css { 
  outline: none;
  padding: 5px; 
  border: 0px; 
  box-sizing: none; 
  background-color: transparent; 
}

