/*!
 * Copyright 2017-2018 FARAD's VetGRAM Online Food Animal Database
 */
.page {
	max-width: 60em;
	margin: 0 auto;
}
/* What makes the VetGRAM acronym stand out in blue */
.largevet {
	font-family: Centaur;
	font-size: 175%;
	font-weight:bold;
	color: #02488c;
}
.align-self-md-center {
    vertical-align: middle !important;
 }
a:hover {text-decoration: underline;}
/** overrides the image default for the footer and aligns the pics to the bottom rather than the middle **/

footer img {
	vertical-align: bottom;
}	
table td {
	vertical-align: top;
}
body {
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}
@media screen and (max-width: 479px) {                  
   .hide-me img {
      display: none;
	  visibility: hidden;
	}
}	
@media only screen and (max-width: 820px) { 
  #hide-section { 
    display: none; 
  } 
}
#btnborder {
    border: 2px solid blue;
    padding: 25px;
    border-radius: 25px;
	margin-bottom: 25px;
}
.sameline {
	white-space: nowrap;
}
.contentmore {
	font-size: 70%;
	text-align: right;
}
.smaller {
	font-size: 80%;
	font-style: italic;
}	
.smaller_head {
	font-size: 60%;
	font-style: italic;
}
.redsmall {
	font-size: 80%;
	color: red;
	font-weight: bold;
}	
.btn-group-xs > .btn, .btn-xs {
  padding: .25rem .4rem;
  font-size: .875rem;
  line-height: .5;
  border-radius: .2rem;
}
.like-anchor {
  align-items: normal;
  background-color: rgba(0,0,0,0);
  border-color: rgb(0, 0, 238);
  border-style: none;
  box-sizing: content-box;
  color: rgb(0, 0, 238); 
  cursor: pointer;
  display: inline;
  font: inherit;
  height: auto;
  padding: 0;
  perspective-origin: 0 0;
  text-align: start;
  text-decoration: underline;
  transform-origin: 0 0;
  white-space: nowrap;  
  width: auto;
  outline: 1 solid red;
  -moz-appearance: none;
  -webkit-logical-height: 1em;
  -webkit-logical-width: auto;
}

@supports (-moz-appearance:none) { 
  .like-anchor::-moz-focus-inner {
    border: none;
    padding: 0;
  }

  .like-anchor:focus {
    outline-style: dotted;
    outline-width: 1px;
  }
}
.img-fluid {
	max-width: 300px;
	height: auto;
    display: inline-block; !important;
}	   
.panel-body {
    display: flex;
    justify-content: center;
}
.nada {
	font-size: 150%;
	font-weight: bold;
}
.red_b {
	color: red;
	font-weight: bold;
}
.boldme {
	font-weight:bold;
}
/** overrides the bootstrap css for a dark gray background on the main menu  **/
.bg-dark {
  background-color: #02488c !important;
}
.dropdown-menu .show > .dropdown-toggle::after{
    transform: rotate(-90deg);
}
.card-header-vfd {
	background-color: #ffccd4;		/** pale rose  **/
}
.card-header-species {
	background-color: #b3e6c9;		/** Lighter MediumSeaGreen  **/
}	
.card-header-search {
	background-color: #66a3ff;		/** blue  **/
}
.card-header-success {
	background-color: #dff0d8;		/** pale green **/
}
.card-header-info {
	background-color: #d9edf7;   	/** pale blue **/
}
.card-header-warning {
	background-color: #fcf8e3;		/** pale yellow **/
}
.card-header-danger {
	background-color: #f2dede;		/** pale red **/		
}
.approved {
	background-color: #dff0d8;		/** pale green **/
}
.info {
	background-color: #d9edf7;   	/** pale blue **/
}
.warning {
	background-color: #fcf8e3;		/** pale yellow **/
}
.danger {
	background-color: #f2dede;		/** pale red **/		
}
.truncate-ellipse {
    display: table;
    table-layout: fixed;
    width: 100%;
    white-space: nowrap;
}
.truncate-ellipse > * {
    display: table-cell;
    overflow: hidden;
    text-overflow: ellipsis;
}
.centerme {
	text-align: center;
}

table th {
	   white-space: nowrap;
}
#warningbox {
	background: lightgreen;
	padding: 10px;
}
.alignme img {
	width:100px;
	float:right;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 5px;
/**	  font-size: 14px;  **/
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-info {
  color: #000;
  background-color: #d9edf7;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
/**    color: #fff;    **/
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-warning {
  color: #000;	
  background-color: #fcf8e3;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;	
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-success {
  color: #000;
  background-color: #dff0d8;		/** pale green **/
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-normal {
	border: 1px solid;
}	
thead {
	 border-bottom: solid grey;
}	 
.dropdown-item {
	font-size: 80%;
}
	
/*//Copy this css*/
.navbar-light .navbar-nav .nav-link {
    color: rgb(64, 64, 64);
}
.btco-menu li > a {
    padding: 10px 15px;
    color: #000;
}
.btco-menu .active a:focus,
.btco-menu li a:focus ,
.navbar > .show > a:focus{
    background: transparent;
    outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after{
    transform: rotate(-90deg);
}