/** FARAD's WDI Lookup **/
body {background-color: #FFFFFF; word-wrap: break-word;} 
/*hr {
color: green;
background-color: green;
height: 3px;
}*/
#warningbox {
	background: lightgreen;
	padding: 10px;
}
#btnborder {
    border: 2px solid blue;
    padding: 20px;
    border-radius: 25px;
	margin-bottom: 25px;
}
/*h6 {
	color: black;
	background-color: white;
	font-weight: bold;
}
h2 {
   background-color: powderblue;
   padding: 10px;
   font-size: 4vw;
   font-style: italic;
   font-weight: bold;   
}*/
/* https://css-tricks.com/complete-guide-table-element/  */
body{
  padding: 1em;
  padding-top: 54px;
}
a{
  color: blue;
}
.page{
  max-width: 60em;
  margin: 0 auto;
}
table th,
table td{
  text-align: left;
}
table.layout{
  width: 100%;
  border-collapse: collapse;
}
table.display{
  margin: 1em 0;
}
table.display th,
table.display td{
  border: 1px solid #B3BFAA;
  padding: .5em 1em;
}

table.display th{ background: powderblue; }

table.responsive-table{
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 30em){
    table.responsive-table{
      box-shadow: none;  
    }
    table.responsive-table thead{
      display: none; 
    }
  table.display th,
  table.display td{
    padding: .5em;
  }
    
  table.responsive-table td:nth-child(1):before{
    content: 'A/NADA:';
  }
  table.responsive-table td:nth-child(2):before{
    content: 'Trade : ';
  }
  table.responsive-table td:nth-child(3):before{
    content: 'Active:';
  }  
  table.responsive-table td:nth-child(1),
  table.responsive-table td:nth-child(2),  
  table.responsive-table td:nth-child(3){
    padding-left: 25%;
  }
  table.responsive-table td:nth-child(1):before,
  table.responsive-table td:nth-child(2):before,
  table.responsive-table td:nth-child(3):before{
    position: absolute;
    left: .5em;
    font-weight: bold;
  }
  
    table.responsive-table tr,
    table.responsive-table td{
        display: block;
    }
    table.responsive-table tr{
        position: relative;
        margin-bottom: 1em;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    }
    table.responsive-table td{
        border-top: none;
    }
    table.responsive-table td.organisationnumber{
        background: #D5E0CC;
        border-top: 1px solid #B3BFAA;
    }
    table.responsive-table td.actions{
        position: absolute;
        top: 0;
        right: 0;
        border: none;
        background: none;
    }
}
/* What makes the VetGRAM acronym stand out in blue */
#faradhead {
	font-weight: bold;
	font-size: 3vw;
	white-space: nowrap;    /** cjw added 6-20-2018  **/	
}
#faradsub {
	font-weight: bold;
	font-size: 2vw;
	white-space: nowrap;    /** cjw added 6-20-2018  **/	
}
.faradcomp {
	font-size: 1.5vw;
}
.largeFP {
	font-size: 150%;
	font-weight: bolder;
/*	color: #02488c;
	color: #1518E1;  */	
	color: #0847a5
}
/* What makes the VetGRAM acronym stand out in blue */
.largevet {
	font-family: Centaur;
	font-size: 175%;
	font-weight:bold;
	color: #02488c;
}
.b-i {   
   font-style: italic;
   font-weight: bold;   
}
.main {margin-top: 5px; margin-bottom: 50px;}
.spetable {font-size: smaller;}

.tar {text-align: right;}
.tac {text-align: center;}

.btn{
  margin: 10px auto;
  white-space: normal !important;
 }
.tab {
  list-style-type:none;
}  
.footnote {
  font-size: smaller;
  margin-top: 2em !important;
}
.footer {
   position: fixed !important;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: lightcyan;
   color: black;
   text-align: center;
   font-size: smaller;
   padding-top: .5em !important;
   padding-bottom: .5em !important;  
}

.alignme {
	float:right;
}
.warning {
	color: red;
	background-color: white;
	font-weight: bold;
}
.notes {
	font-size: 95%;
	font-style:italic;
	font-weight:bold;
	background-color: #FF9;
	text-align: center;
	margin-top: 15px;
}
.strip {
	height: auto;
	width: 90%;
	padding: 0px;
	margin: 0px;
	max-width: 500px;
}
.dropdown-item {
	font-size: 80%;
}
.smaller {
	font-size: 14px;
}		
/** overrides the bootstrap css for a dark gray background on the main menu  **/
.bg-dark {
  background-color: #02488c !important;
}
.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);
}
/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }

/* Change the SIZE of the calendar here! */
div.ui-datepicker {
    font-size: 70%;
}