@charset "windows-1252";

/* * { margin:0; padding:0; font-size:12px } */

body {
  width: 1280px;
  margin: auto;
  margin-top: 15px;
  color: #000;
  /* background-color: #E6E6E6; */
  font-family: Verdana;
  font-size: small;
/*   background-image: url("../images/degrade.gif");
  background-attachment: fixed;
  background-repeat: repeat;
  background-position: center;
 */
}

a, .link {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

a:hover { 
  text-decoration: underline;
}  	  

a:visited {
  color: #000;
}

img {
  border: 0;
}

/* li {
  list-style: none;
} */

.rouge {
  color: #E33;
}

.noir {
  color: #000;
}

.blanc {
  color: #FFF;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.gras {
  font-weight: bold;
} 

.italic {
  font-style: italic;
}

.souligne {
  text-decoration: underline;
}

.barre {
  text-decoration: line-through;
}

.gros {
  font-size: large;
}

.tres_gros {
  font-size: x-large;
}

.petit {
  font-size: x-small;
}

.tres_petit {
  font-size: xx-small;
}

.petit_right {
  font-size: x-small;
  text-align: right;
}

.no_border {
  border: 0;
}

.en_haut {
  vertical-align: top;
}

.en_bas {
  vertical-align: bottom;
}

.in_the_middle {
  vertical-align: middle;
}

.greyed {
  opacity: 0.5;
}

.btn {
  border: 1px solid black;
  border-radius: 4px;
  background-color: white;
  color: black;
  /* padding: 14px 28px; */
  /* font-size: 16px; */
  cursor: pointer;
  padding: 2px 5px 2px 5px;
}
.default {
  border-color: black;
  color: black;
}
.selected {
  border-color: black;
  color: grey;
  background-color: #bbb;
  cursor: default;
}
.default:hover {
  background-color: #d6d6d6;
}

td.min {
  width: 1%;
  white-space: nowrap;
}

.table_connexion, .table_add_user {
  margin: auto;
  margin-top: 20px;
  border: dashed;
  border-radius: 5px;
  border-color: #000000;
  border-width: thin;
  background-color: #FFF;
}

.table_connexion .ligne1, .table_add_user .ligne1 {
  background-color: #BBB;
  color: #000;
}

.form_login {
  border: dashed;
  border-color: #BBB;
  border-width: thin;
}

.recover_pwd, .register {
  margin: auto;
}

.error_warning_info_form {
  width: 80%;
  margin: auto;
  padding: 0 5px 0 10px;
  border: solid;
  border-radius: 5px;
  border-width: 1px 1px 1px 6px;
  border-color: #000;
  font-weight: bold;
}

.errorform {
  background-color: #FF5353;
}
.warningform {
  background-color: #E94;
}
.informationform {
  background-color: #FFF;
}

.links_bar {
  margin: auto;
  margin-bottom: 10px;
  font-weight: bold;
  vertical-align: bottom;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  /* margin: auto; */
  /* float: left; */
  /* top: 100%; */
  font-weight: bold;
  text-align: left;
  left: 500px;
  background-color: #E6E6E6;
  border: solid;
  border-width: 1px;
  border-radius: 5px;
  border-color: #000;
}

.dropdown-menu ul {
  margin: 0px;
  padding: 2px 0 2px 0;
  list-style-type: none;
  /* list-style-position: outside; */
}
.dropdown-menu li {
  padding: 2px 5px 2px 5px;
  display: block;
  list-style: none;
}

.action a {
  color:white;
  text-decoration: underline;
}

.collection .top_menu, .history .top_menu, .avail_list .top_menu, .breeding .top_menu, .breeding_plans .top_menu, .contacts .top_menu, .racks .top_menu, .notes .top_menu {
  text-align: right;
}

.hidden, #add_breeding_follicle_del {
  display: none;
}


.breeding .edit_form table {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6px;
  border: dashed;
  border-width: thin;
  border-radius: 8px;
  border-color: #000;
  background-color: #D0D0D0;
}

.add_or_search_or_edit_table, .gens_table {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6px;
  border: dashed;
  border-width: thin;
  border-radius: 8px;
  border-color: #000;
  background-color: #D0D0D0;
}

.add_or_search_or_edit_table th, .collection .unknownbp .add_or_search_or_edit_table th {
  background-color: #909090;
  border-radius: 8px;
}

.breeding .edit_form .one_egg {
  border: 0;
  margin: 0px;
}

.breeding .edit_form th {
  background-color: #909090;
  border-radius: 8px;
}

.table_search_with_total {
  margin-left: auto;
  margin-right: auto;
}

.gens_table .gen_col {
  min-width: 150px;
  padding-left: 10px;
}

.gens_table .nbr_trait {
  width: 20px;
}

.gens_table .trait {
  margin-right: 0px;
}

.action {
  width: 80%;
  /* margin: top right bottom left; */
  margin: auto;
  margin-bottom: 5px;
  padding: 0 5px 0 10px;
  border: solid;
  border-radius: 5px;
  border-width: 1px 1px 1px 6px;
  border-color: #000;
  background-color: #888;
  color: white;
}

.collection .femalebp {
  width: 90%;
  margin: auto;
  margin-bottom: 5px;
  border: dashed;
  border-width: thin;
  border-radius: 8px;
  border-color: #FF78A5;
  background-color: #FFEBF0;
}

.collection .malebp {
  width: 90%;
  margin: auto;
  margin-bottom: 5px;
  border: dashed;
  border-width: thin;
  border-radius: 8px;
  border-color: #00A0E6;
  background-color: #E6F5FF;
}

.collection .unknownbp, .breeding_table {
  width: 90%;
  margin: auto;
  margin-bottom: 5px;
  border: dashed;
  border-width: thin;
  border-radius: 8px;
  border-color: #808080;
  border-spacing: 0px;
  background-color: #E6E6E6;
}

.unknownbp .bg1, .breeding_table .bg1 {
  vertical-align: text-top;
  background-color: #E6E6E6;
}
.unknownbp .bg2, .breeding_table .bg2 {
  vertical-align: text-top;
  background-color: #F3F3F3;
}

.collection_table_col1, .collection_table_col2, .collection_table_colb2 {
  width: 45%;
}

.collection_table_colb1, .collection_table_colb3 {
  width: 23%;
}

.collection .bp_picture {
  width: 10%;
}

.available_bp {
  font-weight: bold;
  color: #F00
}

.bp_history, .bp_availandrack {
  width: 100%;
  margin: auto;
  border-spacing: 0px;
}

.breeding_table th, .collection .unknownbp th {
  background-color: #CCC;
  text-align: left;
  padding: 3px;
}

.breeding_table tr:first-child th:first-child, .collection .unknownbp tr:first-child th:first-child {
  border-top-left-radius: 8px;
}
.breeding_table tr:first-child th:last-child, .collection .unknownbp tr:first-child th:last-child {
  border-top-right-radius: 8px;
  border-right-width: 0px;
}
.breeding_table tr:last-child, .collection .unknownbp tr:last-child {
  border-bottom-right-radius: 8px;
}
.breeding_table tr:last-child td, .collection .unknownbp tr:last-child td {
  border-bottom-width: 0px;
  padding-bottom: 3px;
}
.breeding_table tr:last-child td:first-child, .collection .unknownbp tr:last-child td:first-child  {
  border-bottom-left-radius: 8px;
}
.breeding_table tr:last-child td:last-child, .collection .unknownbp tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
  border-right-width: 0px;
}
.breeding_table td:first-child {
  padding-left: 3px;
}
.breeding_table td:last-child {
  border-right-width: 0px;
  padding-right: 3px;
}

.breeding_table th.actions {
  text-align: right;
  font-size: 85%;
  /* font-weight: normal; */
}

.breeding_table_col1, .breeding_table_col2, .breeding_table_col3 {
  width: 33%;
}

.breeding_table_locks, .breeding_table_eggs {
  width: 100%;
  margin: auto;
  border: dashed;
  border-width: thin;
  border-radius: 6px;
  border-color: #808080;
  background-color: #E6E6E6;
}

.breeding_table_locks .col1, .breeding_table_locks .col2 {
  width: 40%;
}

.breeding_table_locks .col3 {
  width: 20%;
}

.breeding_plan_table, .table_size {
  width: 90%;
  margin: auto;
}

/* -----------USELESS FOR NOW ------------- */
#canvas {
  display:inline-block;
  box-sizing:border-box;
  position:relative;
}

.ui-item {
  display:inline-block;
  /* width: 10px; */
  /* height: 10px; */
  /* background-color: #eef; */
  /* top: -2px; */
  /* left: -2px; */
}

.con_anchor{
  display:inline-block;
  width: 8px;
  height: 8px;
  background-color: #47cf73;
  border-radius: 50%;
  z-index:5;
}

#connector_canvas{
  position:absolute;
  width:100%;
  height:100%;
  stroke:#5c96bc;
  stroke-width:2
}
/* --------------------------------- */

.available_table, .history_table, .archived_table, .clutches_table {
  width: 90%;
  margin: auto;
  /* margin-bottom: 10px; */
  border: dashed;
  border-width: thin;
  border-radius: 8px;
  border-spacing: 0px;
  border-color: #808080;
  text-align: left;
}

.available_table th, .history_table th, .archived_table th, .clutches_table th {
  border: dashed;
  border-top-width: 0px;
  border-left-width: 0px;
  border-bottom-width: thin;
  border-right-width: thin;
  background-color: #CCC;
}

.available_table td, .history_table td, .archived_table td, .clutches_table td {
  border: dashed;
  border-top-width: 0px;
  border-left-width: 0px;
  border-bottom-width: thin;
  border-right-width: thin;
  padding-bottom: 5px;
}

.clutches_table table td {
  border: 0;
  margin: 0px;
  padding-bottom: 0px;
}

.available_table .femalebp {
  background-color: #FFEBF0;
}

.available_table .malebp {
  background-color: #E6F5FF;
}

.available_table .reserved {
  background-color: #757575;
}

.available_table tr:first-child th:first-child, .history_table tr:first-child th:first-child, .archived_table tr:first-child th:first-child, .clutches_table tr:first-child th:first-child {
  border-top-left-radius: 8px;
}
.available_table tr:first-child th:last-child, .history_table tr:first-child th:last-child, .archived_table tr:first-child th:last-child, .clutches_table tr:first-child th:last-child {
  border-top-right-radius: 8px;
  border-right-width: 0px;
}
.available_table tr:last-child, .history_table tr:last-child, .archived_table tr:last-child, .clutches_table tr:last-child {
  border-bottom-right-radius: 8px;
}
.available_table tr:last-child td, .history_table tr:last-child td, .archived_table tr:last-child td, .clutches_table tr:last-child td {
  border-bottom-width: 0px;
}
.available_table tr:last-child td:first-child, .history_table tr:last-child td:first-child, .archived_table tr:last-child td:first-child, .clutches_table tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
.available_table tr:last-child td:last-child, .history_table tr:last-child td:last-child, .archived_table tr:last-child td:last-child, .clutches_table tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
  border-right-width: 0px;
}
.available_table td:last-child, .history_table td:last-child, .archived_table td:last-child, .clutches_table td:last-child {
  border-right-width: 0px;
}

.available_table_col1 {
  width: 60%;
}

.browse_availtable_col1 {
  width: 55%;
}
.browse_availtable_col2 {
  width: 8%;
}
.browse_availtable_col3 {
  width: 15%;
}
.browse_availtable_col4 {
  width: 7%;
}
.browse_availtable_col5 {
  width: 15%;
}

/* .browse_clutchtable_col1 {
  width: 8%;
}
.browse_clutchtable_col2 {
  width: 60%;
}
.browse_clutchtable_col3 {
  width: 10%;
}
.browse_clutchtable_col4 {
  width: 9%;
}
.browse_clutchtable_col5 {
  width: 9%;
}
.browse_clutchtable_col6 {
  width: 4%;
}
 */
.labels_table {
  margin: auto;
}

.label_table_div {
  width: 400px;
  height: 215px;
  overflow: hidden;
  border: 2px solid black;
}

.label_table, .table_nospace {
  width: 100%;
  padding: 0px;
  margin: 0px;
  border: none;
  border-collapse: collapse;
  border-spacing: 0px;
}

.label_col1 {
  /* width: 30%; */
  margin: auto;
  font-weight: bold;
  font-size: 12px;
  text-align: right;
  vertical-align: text-top;
  background-color: #CCC;
}

.label_col2 {
  width: 80%;
  vertical-align: text-top;
  background-color: #FFF;
}

.label_col2b {
  vertical-align: text-top;
  background-color: #FFF;
}

.label_image {
  background-color: #FFF;
  text-align: center;
  vertical-align: top;
}

.label_firstrow {
  height: 70px
}

.label_breeding_firstrow {
  height: 30px;
  background-color: #000;
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
}

.label_femalebp {
  border-color: #FF78A5;
  /* background-color: #FFEBF0; */
  background-color: #FF92AF;
}

.label_malebp {
  border-color: #00A0E6;
  /* background-color: #E6F5FF; */
  background-color: #91D2FF;
}

.label_unknownbp {
  border-color: #808080;
  background-color: #CCC;
}

.label_gens {
  font-size: x-large;
  font-weight: bold;
  text-align: center;
}

.trait {
  display: inline;
  padding: .2em .6em .3em;
  margin-right: 3px;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color:#FFF;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.trait.vis-rec {
  background-color: #F78;
}
.trait.het-rec {
  background-color: #F96;
}
.trait.pos-rec {
  background-color: #FC4;
}
.trait.super-dom-codom {
  background-color: #659;
}
.trait.dom-codom {
  background-color: #428BCA;
}
.trait.pos-other {
  background-color: #B3B3B3;
}
.trait.other {
  background-color: #808080;
}
.trait a:hover {
  color: white;
  text-decoration: none;
}

.tt-menu {
  /* width: 200px; */
  margin: 4px 0;
  padding: 4px 0;
  background-color: #FFF;
  border: 1px solid #CCC;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 10px;
  font-size: 11px;
  line-height: 14px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #FFF;
  background-color: #0097CF;
}

.tt-suggestion.tt-cursor {
  color: #FFF;
  background-color: #0097CF;
}

.tt-suggestion p {
  margin: 0;
}

.added-traits span.label.trait {
  cursor: pointer;
}
.added-traits span.label.trait span.close-sym {
  color: #CCC;
}
.label-black {
  background-color: black;
}

.select-gens {
  width: 100%;
}

.history_snake_name, .note_title {
  /* font-size: 20px; */
  font-weight: bold;
}

.confirmation_yesno {
  visibility: hidden;
  position: fixed;
  top: 50px;
  left: 50px;
}

.RTB_label {
  font-weight: bold;
  color: #2C5;
}

.breeding_male_nbrClutch {
  font-size: 75%;
  color: #FFF;
  background-color: #444;
  display: inline;
  vertical-align: baseline;
  text-align: center;
  padding: .1em .3em .2em;
  /* margin-right: 3px; */
  /* line-height: 1; */
  /* white-space: nowrap; */
  border-radius: .5em;
}

/* -------- SPINNER ---------- */
.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 17px;
  height: 17px;
}

.lds-spinner div {
  transform-origin: 12px 12px;
  animation: lds-spinner 0.8s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0px;
  left: 11px;
  width: 3px;
  height: 6px;
  /* border-radius: 20%; */
  background: #000;
}

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(45deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(90deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(135deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(180deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(225deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(270deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(315deg);
  animation-delay: 0s;
}
/* .lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
} */

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* --------- POPUP WINDOW ---------- */

/* #popup_container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(22,22,22,0.5);
  visibility: hidden;
  display: none;
}
#popup_container:target {
  visibility: visible;
  display: block;
}

.reveal-popup {
  background: #e1e1e1;
  margin: 0 auto;
  width: 160px;
  position: relative;
  z-index: 41;
  top: 25%;
  padding: 30px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
     -moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
          box-shadow: 0 0 10px rgba(0,0,0,0.4);
} */


/* v2 */

.popup_overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  /* display: none; */
  opacity: 0;
}
.popup_overlay:target {
  visibility: visible;
  /* display: block; */
  opacity: 1;
}

.popup {
  background: #fff;
  margin: 70px auto;
  width: 30%;
  position: relative;
  z-index: 41;
  padding: 20px;
  border-radius: 5px;
  transition: all 500ms ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}
/* ---------------------------------- */
