@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

.progress{
	background-color: #d8dbde;
}
.progress-bar-rep {
	background-color: #d9534f;
}
.progress-bar-reg {
	background-color: #2bbbad;
}
.progress-bar-sv {
	background-color: #ffab40;
}
.progress-bar-introgression {
	background-color: #64b5f6;		
}
.progress-bar-introgression-EUR {
	background-color: #5691C4;		
}
.progress-bar-introgression-SAS {
	background-color: #A965BA;		
}
.progress-bar-introgression-EAS {
	background-color: #33B033;		
}
.progress-bar-introgression-PNG {
	background-color: #FF9C00;		
}
.progress-bar-dnaComp {
	background-color: #4caf50;		
}		 

.btn-region{
	color: #fff;
	background-color: #bf360c;
	border-color: #bf360c;
}
.btn-region:hover {
	color: #fff;
	background-color: #a32e0a;
	border-color: #a32e0a;
}

table.dataTable tbody>tr.selected
	
table.dataTable tbody>tr>.selected {
	background-color: #A2D3F6;}

td.details-control::before {
	font-family: FontAwesome;
	content: '\f055';
	cursor: pointer;
	background-size: 18px;}
	
tr.shown td.details-control::before {
	font-family: FontAwesome;
	content: '\f056';
	cursor: pointer;
	background-size: 18px;}


th { font-size: 15px; }
td { font-size: 14px; }


input[type="checkbox"], input[type="radio"]{
	position: absolute;
	right: 9000px;
}

/*Check box*/
input[type="checkbox"] + .label-text:before{
  content: "\f096";
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing:antialiased;
  width: 1em;
  display: inline-block;
  margin-right: 5px;
}

input[type="checkbox"]:checked + .label-text:before{
  content: "\f14a";
  color: #2980b9;
  animation: effect 250ms ease-in;
}

input[type="checkbox"]:disabled + .label-text{
  color: #aaa;
}

input[type="checkbox"]:disabled + .label-text:before{
  content: "\f0c8";
  color: #ccc;
}

input[type="checkbox"]:indeterminate + .label-text:before,
input[type="radio"]:indeterminate + .label-text:before {
  
  content: "";
  color: #2980b9;
  animation: effect 250ms ease-in;
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;

  margin-top: 7px;
}


@keyframes effect{
	0%{transform: scale(0);}
	25%{transform: scale(1.3);}
	75%{transform: scale(1.4);}
	100%{transform: scale(1);}
}


.popover-title {
	display: none;
	}
.entry-title {
	display: none;
	}

.h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 100;
}
.h1, .h2, .h4 {
	font-weight: 500;
}
.h1 {
	font-size: 60px;
	letter-spacing: -1px;
}
.h2 {
	color: #272727;
	margin: 0px;
	font-size: 52px;
	line-height: 70px;
}
.h3 {
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.h4 {
	color: #454545;
	font-size: 18px;
	line-height: 26px;
}
.h5 {
	letter-spacing: 0.5px;
}
.p {
	color: #777;
	font-size: 16px;
	line-height: 25px;	
	font-weight: 300;
	letter-spacing: 1px;
}
.ul, .ol {
	list-style:none; padding:0; margin:0;
}
.img {
	max-width: 100%;
}
.services{
	padding: 60px 0px;
	text-align: center;
}
.section-title {
	margin: 0;
	padding-bottom: 50px;
}
.section-title p {
	max-width: 800px;
	margin: auto;
}
.services .service-thumb {
	margin-bottom:30px; margin-top:20px;
}
.services .service-thumb h4 {
	color: #000;
}
.services .service-thumb .thumb-icon {
	background: #B12C40;
	color: #fff;
	width: 120px;
	height: 120px;
	line-height: 60px;
	margin: 0 auto 20px auto;
	transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	-moz-transition: ease-in-out 0.3s;
	-ms-transition: ease-in-out 0.3s;
}
.services .service-thumb:hover .thumb-icon {
	background: #932435;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-box-shadow: 0px 0px 41px 2px rgba(0,0,0,0.29);
	-moz-box-shadow: 0px 0px 41px 2px rgba(0,0,0,0.29);
	box-shadow: 0px 0px 41px 2px rgba(0,0,0,0.29);
}
.services .service-thumb .thumb-icon2 {
	background: #17a2b8;
	color: #fff;
	width: 120px;
	height: 120px;
	line-height: 60px;
	margin: 0 auto 20px auto;
	transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	-moz-transition: ease-in-out 0.3s;
	-ms-transition: ease-in-out 0.3s;
}
.services .service-thumb:hover .thumb-icon2 {
	background: #107585;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-box-shadow: 0px 0px 41px 2px rgba(0,0,0,0.29);
	-moz-box-shadow: 0px 0px 41px 2px rgba(0,0,0,0.29);
	box-shadow: 0px 0px 41px 2px rgba(0,0,0,0.29);
}
.services .service-thumb .thumb-icon3 {
	background: #D5B382;
	color: #fff;
	width: 120px;
	height: 120px;
	line-height: 60px;
	margin: 0 auto 20px auto;
	transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	-moz-transition: ease-in-out 0.3s;
	-ms-transition: ease-in-out 0.3s;
}
.services .service-thumb:hover .thumb-icon3 {
	background: #877152;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-box-shadow: 0px 0px 41px 2px rgba(0,0,0,0.29);
	-moz-box-shadow: 0px 0px 41px 2px rgba(0,0,0,0.29);
	box-shadow: 0px 0px 41px 2px rgba(0,0,0,0.29);
}
.services .service-thumb .thumb-icon4 {
	background: #9DE0AD;
	color: #fff;
	width: 120px;
	height: 120px;
	line-height: 60px;
	margin: 0 auto 20px auto;
	transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	-moz-transition: ease-in-out 0.3s;
	-ms-transition: ease-in-out 0.3s;
}
.services .service-thumb:hover .thumb-icon4 {
	background: #567A5F;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-box-shadow: 0px 0px 41px 2px rgba(0,0,0,0.29);
	-moz-box-shadow: 0px 0px 41px 2px rgba(0,0,0,0.29);
	box-shadow: 0px 0px 41px 2px rgba(0,0,0,0.29);
}
.services .fa {
	font-size: 60px;
	padding-top: 30px;
}

/* Create two columns that float next to eachother */
.column {
	float: left;
	width: 50%;
	margin-top: 6px;
	padding: 20px;
}

/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
	.column, input[type=submit] {
		width: 100%;
		margin-top: 0;
	}
}
.table-condensed{
	font-size: 14px;
}
.scrollTable th, .scrollTable td {
	width: 50%;
}
.scrollTable th:first-child, .scrollTable td:first-child {
	width: 17%;
}
.scrollTable thead {
	display: block;
}
.scrollTable tbody {
	display: block;
	height: 700px;
	overflow: auto;
}

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {
  opacity: 0.7;
}

.ImgModal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;

}

.ImgModal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 5px 10px;
   }

#caption {
  margin: auto;
  display: block;
  width: 30%;
  text-align: center;
  color: #000;
  background-color: #d0d0d0;
  text-shadow: rgba(0, 0, 0, 0.4) 0 5px 10px;
}

.ImgModal-content,
#caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0)
  }
  to {
    transform: scale(1)
  }
}


.close {
	 position: relative;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
  .ImgModal-content {
    width: 100%;
  }
}
.add-one{
	text-align:center;
	font-weigth:bolder;
	cursor:pointer;
	margin-top:10px;
}

.delete{
  cursor:pointer;

}

#singlebutton{
	width:100%;
	margin-top:20px;
}

.title{
	text-align:center;
	font-size:40px;
	margin-bottom:40px;
}

.dynamic-element{
	margin-bottom:0px;
}

.navbar-brand {
	position: relative;
	background: url(../../data/images/fingerprint.png);
	background-position-x: 0%;
	background-repeat: no-repeat;
	background-size: contain;

}			
a#link1:focus {
	box-shadow: none;
}

#name {
  display: flex;
}
#name.fl .firstname:after {
  content: "\00a0";
}
#name.lf .lastname:after {
  content: "\00a0";
}
#name.fl .firstname,
#name.lf .lastname {
  order: 1;
}
#name.fl .lastname,
#name.lf .firstname {
  order: 2;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
