/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 8, 2014, 11:27:26 AM
    Author     : Michael Vernersen <michael@fyn13.dk>
*/

body { 
  background-color: #FFFFFF; 
}

.bg-my-color {
    background-color: rgba(255, 255, 0, 0.2)!important;
}

/* set width on top and footer frames */

.navbar-outer {
  width:95%;
}
.center-block {float: none !important}

.thumbnail  {
	position: relative;
	float: left;
	padding: 0px;
	/*z-index: 0;*/
}

.thumbnail:hover {
	background-color: #e9e9e2;
	/*z-index: 50;*/
	color: #335500;
	text-decoration: none;
}

.thumbnail span { /*CSS for enlarged image*/
	position: absolute;
	background-color: #e5e5e5;
	padding: 0px;
	/*left: -1000px;*/
	border: 1px solid #666;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img { /*CSS for enlarged image*/
	border-width: 0px; 
	/*padding: 2px;*/
}

.thumbnail:hover span { /*CSS for enlarged image on hover*/
	visibility: visible; 
	/* width: 500px;
  //height: 500px; */
	top: 0px /* use IF IE6 style to correct IE6 positions of larger image relative to thumb */
	/* left: 500px;/*position where enlarged image should offset horizontally */
}



.linkclicktext {
      font-family: Verdana;
      font-size: 16px;
      font-style: italic;
      font-weight: bold;
      color: #000000;
}

/* used in util Buildtable */

#buildnormaltext {
      font-family: Arial;
      font-size: 14px;
      color: #000000;
      padding: 10 !important;
      margin: 10 !important;
  }

  

.normaltext {
      font-family: Verdana;
      font-size: 16px;
      color: #000000;
  }
.smallnormaltext {
      font-family: Verdana;
      font-size: 12px;
      color: #000000;
  }

.smalltext1 {
      font-family: Verdana;
      font-size: 22px;
      color: #00FFFF;
      background-color: #0000FF;
  }

  
.longtime {
      font-family: Verdana;
      font-size: 12px;
      color: #DC4C4C;
  }

  
.theadertext {
      font-family: Verdana;
      font-size: 14px;
      color: #000000;
  }

.smalltext {
      font-family: Verdana;
      font-size: 10px;
      color: #000000;
  }

.selecttext {
     font-family: Verdana;
      font-size: 12px;
      color: #000000;
      background-color: #3875B6;
  }

  
.box-content {
	display: inline-block;
	width: 200px;
    padding: 10px;
}

.bottom {
	border-bottom: 1px solid #ccc;
}

.right {
	border-right: 1px solid #ccc;
}  
  
  
  #tables {
    background-color: #FFFFFF;
  }  


/*  
  
   default over write bootstrap colors
  
   */

   btn.primary {
     background-color: #00FF00;
   }

   
   
.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}

option {
  font-size : 22px;
}

.btn {
    padding: .4rem 1.5rem;
}

#mylinkcell {
	background-color: #FFFFFF;
        font-size: 16px;
	vertical-align:middle;
	text-align:center;
	padding:5px;
}





/* this is for the cells in Pedigree */


.pedigree td.nolinkcell{
	background-color: #FFFFFF;
	vertical-align:middle;
	text-align:left;
	padding:5px;
}

.pedigree td.linkcell1{
	background-color: #FFFFFF;
        font-size: 20px;
	vertical-align:middle;
	text-align:left;
	padding:5px;
}

:root {
    --table_hover: #C7C7C7;
    --link_hover: #7D7D7D;
}


.pedigree td.linkcell1:hover{
	background-color: var(--link_hover);
        font-size: 20px;
	cursor: pointer;
}

.pedigree td.linkcell2{
	background-color: #FFFFFF;
        font-size: 14px;
	vertical-align:middle;
	text-align:left;
	padding:5px;
}

.pedigree td.linkcell2:hover{
	background-color: var(--link_hover);
        font-size: 14px;
	cursor: pointer;
}


.pedigree td.linkcell3{
	background-color: #FFFFFF;
        font-size: 12px;
	vertical-align:middle;
	text-align:left;
	padding:5px;
}

.pedigree td.linkcell3:hover{
	background-color: var(--link_hover);
        font-size: 12px;
	cursor: pointer;
}



.animals.table-hover tbody tr:hover {
  background-color: var(--table_hover); 
}

.profile.table-hover tbody tr:hover {
  background-color: var(--table_hover);
}

.mytable.table-hover tbody tr:hover {
  background-color: var(--table_hover);
}  

.other.table-hover tbody tr:hover {
  background-color: var(--table_hover);
}  


.animals td.smallcell{
	background-color: #FFFFFF;
	vertical-align:middle;
        padding: 4 !important;
        margin: 4 !important;
}

.profile td.smallcell{
    background-color: #FFFFFF;
    vertical-align:middle;
    padding: 4 !important;
    margin: 4 !important;
}

.animals td.linkcell{
    font-weight: bold;
    font-size: 14px;
}


.animals td.linkcell:hover{
    background-color: var(--link_hover);
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}



.other td.linkcell{
        font-weight: bold;
        font-size: 14px;
}


.other td.linkcell:hover{
	background-color: var(--link_hover);
        font-size: 14px;
	cursor: pointer;
}


