@import url('//fonts.googleapis.com/css?family=Open+Sans');

html,body {
  height: 100%;
  /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
  /* font-size: 0.90rem; */
  line-height: 1.42857143;
  overflow-x: hidden;
}

#content {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  /* padding-top: 56px; top-menu height */
}

#top-bar {
  /* position: fixed;
  flex-grow: 0;
  flex-shrink: 0; */
  width: 100%;
  /* top: 0;
  z-index: 401; */
}

#page-content {
  height: 100%;
/*   padding: 0 20px; */
  padding: 0;
  flex-grow: 1;
  flex-shrink: 0;
}

#footer {
  flex-grow: 0;
  flex-shrink: 0;
}

.box {
  display: block;
  width: 100%;
/*   padding: 10px 20px; */
  padding: 10px 20px 30px 20px;
/*   margin: 40px auto 0 auto; */
}

.box-title {
  border-bottom: 1px solid #a9a9a9;
  padding: 10px;
  margin: 0 0 30px 0;
}

.box-grey {
  background-color: #f6f6f6;
  color: #4d4d4d;
}

.box-grey2 {
  background-color: #ececec;
}

.btn-primary, .btn-primary:active, .btn-primary:focus {
  background-color: #999999 !important;
  border-width: 2px !important;
  border-color: #999999 !important;
  color: #f4f4f4 !important;
  font-weight: bold;
}

.btn-primary:hover {
  background-color: #ceecba !important;
  border-width: 2px !important;
  border-color: #5aa02c !important;
  color: #5aa02c !important;
  font-weight: bold;
}

.left-text {
  text-align: left;
}

.center-text {
  text-align: center;
}

.justify-text {
  text-align: justify;
}

.cols {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

/*.col {
  padding: 5px;
  max-width: 50%;
  text-align: center;
}*/

.vFlex {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* REMOVE OUTLINE ON BOOTSTRAT */
.btn, .btn:hover, .btn:active, .btn:active:focus, .btn:visited, .btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

.tbl-edit-button {
  display: block !important;
  font-size: 200% !important;
  text-align: center;
  cursor: pointer;
}

.bg-color-1 {
  background-color: #deaa87;
}


.navbar-brand {
  height: 56px;
  background-color: #5aa02c;
}

.navbar-brand:hover, .navbar-brand.active {
  background-color: #f4e3d7;
}

.navbar-brand img {
  height: 45px;
}

#topBar {
  height: 56px;
}


#topBar .nav-link {
  height: 56px;
  line-height: 44px; /* 56 -12? */
  color: #803300;
  font-weight: bold;
}

#topBar .nav-link:hover{
  height: 55px;
  line-height: 45px;
  text-decoration: none;
  border-bottom: 3px solid #ffffff;
  padding-bottom: 0;
  color: #ffffff;
  background-color: #803300;
}

#topBar .nav-item.active .nav-link{
  height: 55px;
  line-height: 45px;
  text-decoration: none;
  border-bottom: 3px solid #ffffff;
  padding-bottom: 0;
  color: #ffffff;
  background-color: #c87137;
}

.navabr {
  padding: 0;
}

@media only screen and (max-width: 720px) {
  /* #content { */
    /* padding-top: 71px;  top-menu height */
  /* } */

  #topBar {
    height: auto !important;
  }

  #topBar .nav-link {
    height: 56px !important;
    background: transparent !important;
    border: 0 !important;
    line-height: 45px !important;
  }

  .navbar-brand {
    background-color: transparent !important;
  }
}

.green-card .card-header {
  color: #f8f9fa !important;
  background-color: rgba(1, 149, 94, 0.7);
}

.green-card .card-body {
  background-color: rgba(1, 149, 94, 0.1);
}

.dot {
  height: 25px;
  width: 25px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}

.bg-danger-lite {
  background-color: rgba(220, 53, 69, 0.4) !important;
}

.bg-certified {
  background-color: #afe9af !important;
}
