body {
    font-family: 'roboto', sans-serif;
    background: #f9fafc;
}

p {
    font-family: 'roboto', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}
.pointer,.collection_clk{
    cursor: pointer;
}
a,
a:hover,
a:focus {
    text-decoration: none;
    transition: all 0.3s;
}

.Rectangle-28 {
  border-radius: 8px;
  box-shadow: 0 2px 23px 0 #eff2f7;
  background-color: #ffffff;
  color: #1f2d3d;
  margin-bottom:10px;
}

.Rectangle {
  background-color: #eff2f7;
}

.Rectangle-Copy-7 {
    background-color: #eff2f7;
    margin-bottom:10px;
}

.Rectangle-Copy-7 .card-header{
    padding:2px !important;
}

.Rectangle-2 {
    border: 1px solid #273444;
    border-radius: 8px;
    box-shadow: 2px 4px 12px 0 rgba(211, 220, 230, 0.4);
    padding:5px 10px;
    margin-top: 7px;
    font-size: 14px;
}

.pad-5{
  padding: 5px 0px;
}
.Rectangle-9{
  border: 1px solid #c0ccda;
  padding: 5px;
  border-radius: 4px;
  background-color: #fefefe;
}

.right-name{
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #1f2d3d;
}
.right-meta{
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: rgba(31, 45, 61, 0.8);
}

.rect-border{
 border: 1px solid #d3dce6;
 border-radius: 10px;
 width:100%;
 }
 .rect-border-row{
 border-bottom: 1px solid #d3dce6;
 padding-top:21px;
 padding-bottom:16px;
}
.btn-search {
     color: #ccc;
     background-color: #00406b;
     border-color: #00406b;
     box-shadow: 0 2px 23px 0 #eff2f7;
     margin-top:20px;
     margin-bottom:20px;
 }

.btn-search:hover {
    color: #eee;
}

/** Custom checkbox */
.regular-label {
	//display: inline !important;
	margin-top: 5px;
	margin-bottom: 5px !important;
}

.regular-checkbox {
	display: none;
}

.regular-checkbox + label {
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
}

.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.regular-checkbox:checked + label {
	background-color: #e9ecee;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}

.regular-checkbox:checked + label:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #99a1a7;
}

table.tb1 thead tr th
{
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #1f2d3d;

}
.f14{
    font-size: 14px;
}
.fbold{
    font-weight: 600;
}

.label_span
{
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-family: 'Nunito';
  line-height: normal;
  letter-spacing: 0.2px;
  color: #1f2d3d;
  padding-top:10px;

}

table.tb1 tbody tr td{
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #1f2d3d;
}

 .filter {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Add some styling */

  display: block;
  width: 100%;
  max-width: 320px;
  cursor:pointer;
  float: right;
  margin: 5px 0px;

  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.2px;
  line-height: 1.75;
  color: #1f2d3d;

  background-image: none;
  border: 0px solid #cccccc;
  -ms-word-break: normal;
  word-break: normal;
}
 .filter {
  content: '>';
  font-size: 17px;
  font-weight:bold;
  color: #1f2d3d;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 3px;
  padding: 0 5px;
  position: absolute;
}

#kc-locale-wrapper, #kc-locale-dropdown, #kc-current-locale-link {
    width: auto;
    display: inline;
}

header {
    text-align: right;
}

#kc-locale ul {
  display: none;
  position: absolute;
  background-color: #fff;
  list-style: none;
  right: 10px;
  top: 22px;
  min-width: 100px;
  border: solid 1px #bbb;
}

#kc-locale:hover ul {
  display: block;
  margin: 0;
}

.disabled-locale>a {
    pointer-events: none;
    opacity: 0.6;
}

@media (min-width: 768px) {
  #kc-container-wrapper {
      position: absolute;
      width: 100%;
  }

  .login-pf .container {
      padding-right: 80px;
  }

  #kc-locale {
      position: relative;
      text-align: right;
      z-index: 9999;
  }
}

@media (min-width: 768px) {
  #kc-container-wrapper {
      position: absolute;
      width: 100%;
  }

  .login-pf .container {
      padding-right: 80px;
  }

  #kc-locale {
      position: relative;
      text-align: right;
      z-index: 9999;
  }
}

@media (max-width: 768px) {
  #kc-locale {
    position: relative;
    text-align: right;
    z-index: 9999;
  }
}

#kc-locale ul li a {
  display: block;
  padding: 5px 14px;
  color: #000 !important;
  text-decoration: none;
  line-height: 20px;
}

#kc-locale ul li a:hover {
  color: #4d5258;
}

#kc-locale-dropdown a:hover {
  text-decoration: none;
}

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

.filter-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 260px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
  padding: 12px 16px;
  z-index: 1;
  border: 1px solid #d3dce6;
  top:30px;
}

.filter-content:after, .filter-content:before {
	bottom: 100%;
	left: 15%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.filter-content:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 6px;
    margin-left: -6px;
}
.filter-content:before {
	border-color: rgba(211, 220, 230, 0);
	border-bottom-color: #d3dce6;
	border-width: 7px;
    margin-left: -7px;
}



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

 /* checkbox */
input[type="checkbox"]  {
    display: none;
}

.custom-checkbox label {
  cursor: pointer;
  color: #555;
  margin-bottom:0px !important;
  line-height:15px !important;
}

input[type="checkbox"] + label span.ck_icon   {
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 45px;

}
input[type="checkbox"]:checked + label {
    font-weight:600;
}



/* RIGHT PANEL */

.right-panel {
    display: none;
    width: 25%;
    background-color: #fff;
    border-left: 2px solid #e5e9f2;
    box-shadow: -4px 2px 17px 0 rgba(39, 52, 68, 0.1);
}

/* Podstawowy konteer stylów dla szczegółów biobanku */
.right-panel .biobank-details {
    width: 100%;
}

.right-panel .biobank-details .header {

    width: 100%;
    height: 78px;
    background-color: #f9fafc;

    padding: 10px 20px;
}

.right-panel .biobank-details .header::after {
    content: "";
    clear: both;
    display: table;
}

.right-panel .biobank-details .header .biobank-home{
    border: 0;
    padding: 0;
    position: relative;
    margin: auto;
    float: left;
    height: 100%;
    z-index: 10;
}

.right-panel .biobank-details .header .biobank-acronim{

    padding-right: 10px;
    padding-left: 10px;
}

.right-panel .biobank-details .header .biobank-name{

    padding-right: 10px;
    padding-left: 10px;

    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    color: #1f2d3d;

}

.right-panel .biobank-details .biobank-image {
    width: 100%;
    background-color: #f9fafc;
}

.right-panel .biobank-details .biobank-image img{
    width: 100%;
    height: auto;
}

.right-panel .biobank-details .biobank-tags {
    width: 100%;
    background-color: #fff;
    padding: 10px 5px;
}

.right-panel .biobank-details .biobank-tags .tag {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: rgba(31, 45, 61, 0.8);

    border-radius: 4px;
    background-color: #f3f6f9;

    padding: 4px 10px;

}

#right-panel-close{
    margin: 0;
    position: absolute;
    left:-37px;
    top:18px;
    z-index: 100;
     opacity: 1;
}



.margin-h-0{
    margin-left:0px;
    margin-right:0px;
}


/* End of RIGHT PANEL */

/* search panel */
.search-panel{
    box-shadow: 4px 2px 17px 0 rgba(39, 52, 68, 0.1);
    border-right:1px solid #e5e9f2;
    padding:25px 15px;
}

/*.search-input{*/
/*    margin*/
/*}*/

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  margin-left:5px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border:1px solid #c0ccda;
  border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #003459;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 6px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* checkbox typu toggle */
.switch {
  margin: 6px;
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #79818b;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #00406b;
}

input:focus + .slider {
  box-shadow: 0 0 1px #00406b;
}

input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 24px;
}

.slider.round:before {
  border-radius: 50%;
}

/** additional column size **/
.col-lg-05{
    -ms-flex: 0 0 4.16666%;
    flex: 0 0 4.16666%;
    max-width: 4.16666%;
}

.collection-item{
    padding: .26rem 1.25rem;
}

li.collection-item:hover{
    background:#f5f8fa;
}

.gumed_logo,.biobank_logo{
    position: relative;
    display: inline-block;
    margin-bottom:15px;
    taxt-align:center;
}

/* form modal */

.form-label{
    font-family: Nunito;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #79818b;
}

select.form-control {
    border: solid 1.5px #c0ccda;
    background-color: #f5f8fa;
}

.padding-h{
    padding:5px 2px 1px 12px;
}

.key-tag{
    padding: 0px 4px 0px 10px;
    border-radius: 4px;
    background-color: #00406b;
    font-size: 12px;
    letter-spacing: 0.2px;
    color: #ffffff;
    margin: 5px;
}
.search-tag{
    padding:  6px 10px;
    border-radius: 4px;
    background-color: #eff2f7;
    font-size: 12px;
    letter-spacing: 0.2px;
    color: rgb(31, 45, 61);
    margin: 4px;
    border: 1px solid rgba(0,0,0,.125);
}

.biobank-list-add{
    padding-top:1px;
    padding-right:5px;
}

.biobank-list-add2{
    padding-top:15px;
    padding-right:5px;
}

.biobank-list-acronym{
    margin-left:20px;
    padding:12px 0px;
}

.biobank-list-code{
    margin:10px;
    height:24px;
    padding-left: 10px;
}
/** modal bootstrap issue https://stackoverflow.com/questions/28077066/bootstrap-modal-issue-scrolling-gets-disabled */
.modal{
    overflow: auto !important;
}

.biobank-show:hover,.biobank_name:hover{
    color: #0486C8;
}

.btn-circle { width: 30px; height: 30px; text-align: center;padding: 6px 0;font-size: 12px;line-height: 1.428571429;border-radius: 15px;}
.btn-circle.btn-lg {width: 50px;height: 50px;padding: 10px 16px;font-size: 18px;line-height:1.33;border-radius: 25px;}

.biobank-selected{
    border:1px solid #00406b;
}

.gumed-button {
  font-family: Montserrat-Bold;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  width: 60%;
  margin-left: 20%;
  padding: 3px 5px;
  border-radius: 8px;
  background: #007bff; /* 57b846 */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.gumed-info-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 30px;
}

#kc-info-message > p {
  margin-top: 10px;
}
.social-account-list-link {
  background-color: #fff !important;
  width: 100%;
}
.social-account-list-link > a {
  margin: 12px 0;
  position: relative;
  font-size: 15px;
  line-height: 1.5;
  color: #000000;
  text-transform: uppercase;
  width: 100%;
  height: 35px;
  border-radius: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border: 1px solid #616161;
}
.social-account-list-link:hover > a {
  background-color: #ECECEC !important;
}
.social-account-list-link > a > img {
  height: 24px;
  width: auto;
  position: absolute;
  left: 10px;
}

.custom-login-logo {
  padding-bottom: 50px;
}

@media only screen and (max-width: 992px) {
  .custom-login-logo {
    padding-bottom: 0px;
  }
}
