:root {
  --main-color-1: #e0f1fa;
  --main-color-2: #f9fcff;
  --main-color-3: #2d9ee2;
  --main-color-4: #076AA5;
  --main-color-5: #fdf7eb;
  --semialpha-main-color: rgba(167, 196, 244, 0.6);
  --group-btn-thick-color: rgba(167, 200, 244, 0.8);
  --group-btn-pale-color: rgba(244, 212, 167, 0.1);
  --sec-color-1: #003c5f;
  --plain-color-1: #545454;
  --plain-color-2: #8a8a8a;
  --plain-color-3: #404040;
  --active-color: #076AA5;
  --mandat-color: #b22222;
  --tertiary-col-1: #58568f;
  --tertiary-col-2: #ededfc;
  --danger-color: #ea5b42;
  --logo-side: 90px;
}

/* Admopted from mbio.bas-net.by */
* {
  margin: 0;
  padding: 0;
}
img {
  border: none;
}
body {
  background: #edf2ff;
  font: 12px Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 12px;
}
a {
  text-decoration: underline;
  color: var(--main-color-4);
  cursor: pointer;
  outline: none;
}
a:hover {
  text-decoration: none;
}
.clear {
  clear: both;
  line-height: 0;
  height: 0;
  font-size: 1px;
}

a[target="_blank"]:after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
  margin: 0 3px 0 5px;
}
.textalnr {
  text-align: right;
}

/* Hide arrows for number input */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
html {
  font-size: 16px;
}
h1,
h2,
h3,
h4 {
  color: var(--plain-color-1);
}
h2 {
  margin-top: 0.7rem;
}
h3,
h4 {
  margin-top: 0.5rem;
}
.no-underline {
  text-decoration: none !important;
}
.not-decor-a {
  color: #000;
  text-decoration: none !important;
}
.nowrap {
  white-space: nowrap;
}

.apdf {
  background: url(../img/pdf.gif) no-repeat left;
  padding: 2px 1px 2px 22px;
  line-height: 170%;
}
.aword {
  background: url(../img/word.gif) no-repeat left;
  padding: 2px 1px 2px 22px;
  line-height: 170%;
}
.afile {
  background: url(../img/file.gif) no-repeat left;
  padding: 2px 1px 2px 22px;
  line-height: 170%;
}

.head_line {
  background: var(--main-color-4);
  border-bottom: 6px solid #ffffff;
  height: 27px;
}
.head_line_wrap {
  height: 27px;
  width: 902px;
  margin: 0 auto;
  position: relative;
  min-width: 917px;
}
.head_line_wrap ul {
  list-style: none;
  float: right;
  padding: 4px 0 0 0;
}
.head_line_wrap ul li {
  display: block;
  float: left;
  padding: 0 0 0 5px;
  height: 19px;
}
.head_line_wrap ul li a {
  display: block;
  border: 2px solid var(--main-color-3);
  background: var(--main-color-3);
  height: 19px;
  line-height: 19px;
  padding: 0 9px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  float: left;
}
.head_line_wrap ul .active a {
  background: #fff;
  border: 2px solid #fff;
  color: var(--main-color-4);
}
.head_line_wrap ul li a:hover {
  text-decoration: underline;
}

.head_line_wrap .bim-head-left-block {
  float: left;
  padding: 4px 0 0 0;
}
.head_line_wrap .bim-head-left-block span {
  padding: 0 0 0 5px;
  height: 19px;
}
.head_line_wrap .bim-head-left-block a {
  display: inline-block;
  height: 19px;
  background: var(--main-color-4);
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 19px;
  border: 2px solid var(--main-color-4);
  padding: 0 9px;
}
.head_line_wrap .bim-head-left-block a:hover {
  text-decoration: underline;
}

.container {
  width: 60rem;
  margin: 0px auto;
  z-index: 2;
  padding: 0 0.3rem 0.3rem 0.3rem;
  position: relative;
  min-height: 97vh;
}

.bim-global-bg {
  /* background: url(../img/bg.jpg) no-repeat 100% 0px; */
  position: absolute;
  top: 33px;
  right: 0;
  width: 100%;
  height: 356px;
  z-index: 1;
}
.bim-global {
  /* background: url(../img/bg_grad.jpg) repeat-x 0px 33px; */
  position: relative;
  min-width: 60rem;
  min-height: 81%;
  z-index: 1;
}

.container-bg {
	position: absolute;
	display: flex;
	justify-content: space-between;
	z-index: -1;
	box-sizing: border-box;
	width: 100%;
}
.container-bg--left {
	width: 300px;
}
.container-bg--right {
	max-width: 300px;
}

.bim-full-width,
.bim-right,
.bim-left {
  background-color: #fff;
  padding: 0.7rem 1rem;
  border-radius: 20px;
  border: 2px solid var(--main-color-1);
}
.bim-right {
  float: right;
  width: 30%;
}
.bim-right h2:first-of-type {
  margin-top: 0;
}
.bim-left {
  float: left;
  width: 60%;
  font-size: 1rem;
}
.bim-full-width {
  width: 95%;
  font-size: 1rem;
  margin: 0 auto;
}
.bim-full-width p,
.bim-left p {
  padding: 0.2rem 0;
}
.bim-head {
  width: 100%;
  min-height: 70px;
  padding-top: 0.5rem;
}
.with-pretty-border {
  background: url(../img/h1bg.jpg) repeat-x bottom left;
}
.bim-bottom {
  width: 99%;
  background: #fff;
  padding: 1.2rem 0 0.7rem 0;
  position: absolute;
  bottom: 0;
  border-top: 4px solid var(--main-color-1);
}
footer {
  font-size: 0.9rem;
}
footer p {
  line-height: 22px;
}
.bottom_wrap {
  width: 902px;
  margin: 0 auto;
  padding: 0 15px;
}

.bim-main {
  width: 100%;
  padding-bottom: 230px;
  padding-top: 0.3rem;
}

.bim-logo {
  margin: 0 0.2rem 0.2rem 1.5rem;
  display: inline-block;
  width: 31.8rem;
  font-weight: bold;
}
.coll-name-head {
  font-size: 24px;
}
.coll-name-head a {
  display: block;
  color: var(--main-color-4);
  text-decoration: none;
  /* background: url(../img/logo.png) no-repeat 0px 0px; */
  height: var(--logo-side);
  padding-left: var(--logo-side);
  padding-top: 3px;
}
.institute-name {
  margin-top: -30px;
  margin-left: var(--logo-side);
}
.institute-name a {
  color: var(--plain-color-1) !important;
  font-size: 18px;
}
.institute-name:hover {
  text-decoration: underline;
}

.bim-notif-section {
  font-size: 1rem;
  width: 90%;
  border-radius: 7px;
  margin: 0 auto 0.7rem auto;
}
.bim-notif-section p {
  font-weight: bold;
}
.bim-notif-inactive {
  display: none;
}
.bim-notif-active {
  padding: 0.5rem 1rem;
  min-height: 1.875rem;
  animation-name: notif-appear;
  animation-duration: 2s;
  display: block;
}
@keyframes notif-appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.bim-close-cross {
  text-align: right;
  float: right;
  font-weight: bold;
  font-size: 1.5rem;
  cursor: pointer;
}
.bim-nofif-info {
  color: #375976;
  background: #c0e2ff;
}
.bim-nofif-success {
  color: #3b7c3b;
  background: #bdfebd;
}
.bim-nofif-error {
  color: #630303;
  background: #fc9696;
}

.pretty-hline {
  background: url(../img/h1bg.jpg) repeat-x bottom left;
  height: 5px;
}
.bim-navbar-container {
  padding: 0.2rem 0.1rem 0.3rem 0.5rem;
  display: flex;
  justify-content: space-between;
}
.bim-navbar {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  background: #fff;
  border-bottom: 2px solid var(--main-color-1);
  border-radius: 0.625rem;
  width: 100%;
}
.bim-navbar .bim-nav-tab {
  color: var(--sec-color-1) !important;
  font-weight: bold;
  padding: 1rem 1.2rem;
  text-decoration: none;
  font-size: 0.9rem;
  text-align: center;
  width: min-content;
  white-space: nowrap;
}
.bim-nav-tab:hover,
.bim-nav-tab-active {
  border-radius: 0.625rem;
}
.bim-nav-tab:hover {
  background: var(--semialpha-main-color);
  text-decoration: underline !important;
}
.bim-nav-tab-active {
  background: var(--semialpha-main-color);
  box-shadow: inset 0 3px 5px rgba(115, 168, 212, 0.7);
}

.dropdown {
  position: relative;
  display: inline-block;
  cursor: default;
}
.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5rem;
  min-width: 10rem;
  z-index: 3;
  border-radius: 5px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.dropdown-content a {
  color: var(--sec-color-1);
  padding: 0.8rem 0.9rem;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
  background-color: var(--semialpha-main-color);
  text-decoration: underline;
}
.dropdown:hover .dropdown-content {
  display: block;
}

.cart-strain-name {
  font-size: 1.2rem;
  font-weight: bold;
}
.cart-box {
  background: #fff;
  border: 2px solid var(--main-color-1);
  min-width: 8%;
  float: right;
  margin: 0.7rem 0.1rem 0 0;
  border-radius: 0.625rem;
}
.cart-box a {
  padding: 0.5rem 0.7rem;
  display: block;
  text-align: right;
}
.cart-word {
  font-weight: bold;
  font-size: 1rem;
  color: var(--sec-color-1);
}
.with-cart-icon {
  padding-left: 21px;
  background: url("../img/cart-icon.png") no-repeat left;
}
.cart-text {
  font-size: 0.8rem;
  color: var(--plain-color-1) !important;
}
.cart-control-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 3px;
}
#in-cart-label {
  vertical-align: middle;
  margin: 0.1875rem 0 0 0.1875rem;
  padding: 0.3rem 0.6rem;
  border: 2px solid var(--main-color-1);
  border-radius: 5px;
  background: #fff;
  cursor: default;
  font-size: 0.9rem;
}
#del-from-cart-btn {
  margin-left: -0.3rem;
}
#strains-in-cart-count {
  font-weight: bold;
}

.print-btn,
.pdf-btn {
  font-size: 18px;
  padding-left: 35px;
  background-repeat: no-repeat;
}
.print-btn {
  background-image: url(../img/print_icon.png);
}
.pdf-btn {
  background-image: url(../img/pdf_large_icon.png);
}

.bim-groups-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  width: 80%;
  margin: 1rem auto 0 auto;
}

.bim-group-bin-wrap {
  width: 100%;
  text-align: center;
}
.bim-group-btn {
  background-image: linear-gradient(
    0deg,
    var(--group-btn-thick-color),
    var(--group-btn-pale-color)
  );
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--plain-color-1);
  margin-bottom: 1.25rem;
  padding: 1.7rem;
  border: 0.15rem solid var(--main-color-1);
  border-radius: 0.8rem;
}
.bim-group-btn:hover {
  background-image: linear-gradient(
    180deg,
    var(--group-btn-thick-color),
    var(--group-btn-pale-color)
  );
}

.home-strain-count-label {
  font-size: 1.2rem;
}
.home-coll-name-head {
  /*font-size: 1.2rem;*/
  text-align: center;
}
.organism-list {
  list-style: none;
  font-size: 1.2rem;
  padding-left: 0.625rem;
}
.organism-list li {
  padding: 0.2rem 0.1rem 0.4rem 0.1rem;
}
.organism-list-table {
  border-collapse: collapse;
  min-width: 60%;
}
.organism-list-table tr td {
  font-size: 1.2rem;
  padding: 0.2rem 0.4rem;
}
.organism-list-table tr td.count-col {
  text-align: right;
}
.organism-list-table tr td.first-letter-col {
  font-weight: bold;
  color: var(--plain-color-1);
  font-size: 1.4rem;
  font-style: italic;
  font-family: Georgia, Times New Roman, Times, serif;
}
.organism-list-table tr th {
  color: var(--plain-color-1);
  font-size: 1.2rem;
  padding: 0.2rem 0.4rem;
}
.organism-list-table tr.strain-row {
  background-color: var(--semialpha-main-color);
  border-bottom: 2px solid var(--main-color-2);
}
.full-size-spacer {
  width: 100%;
  height: 100%;
}

.bim-indorg-table {
  border-collapse: collapse;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}
.bim-indorg-table tr:nth-of-type(2n + 1) {
  background-color: var(--semialpha-main-color);
}
.bim-indorg-table tr:last-of-type {
  border-bottom: 3px solid var(--semialpha-main-color);
}
.bim-indorg-table td {
  padding: 0.5rem;
}
.bim-fname {
  font-size: 1.1rem;
  font-weight: bold;
  cursor: default;
  color: var(--plain-color-3);
}
.bim-indorg-fval {
  min-width: 10rem;
}
.bim-indorg-large-fval {
  margin: 0 1rem 0.8rem 1rem;
  padding: 0.3rem 0.3rem 0.3rem 0.6rem;
  background-color: var(--main-color-2);
  border: 1px solid var(--main-color-1);
  border-radius: 5px;
}
.bim-indorg-large-fval ol,
.bim-indorg-large-fval ul {
  padding-left: 1rem;
}

.bim-form {
  font-size: 1rem;
}
.bim-form input,
.bim-form select,
.bim-form textarea,
.bim-btn,
.bim-view-filter-input {
  font-size: 1rem;
  padding: 0.4rem 0.5rem;
}
.bim-form input:focus-visible,
.bim-form textarea:focus-visible {
  outline: 2px solid var(--active-color);
}
.bim-form input[type="radio"]:checked,
.bim-form input[type="checkbox"]:checked {
  accent-color: var(--active-color);
}
.bim-btn,
.bim-curr-page-label,
.bim-view-filter-input {
  display: inline;
  border-radius: 5px;
}
.bim-form input,
.bim-form select,
.bim-form textarea {
  background: var(--main-color-2);
}
.bim-btn {
  background: var(--main-color-4) !important;
  color: #fff;
  cursor: pointer;
}
.bim-btn:hover {
  background: #fff !important;
  border: 0.125rem solid var(--main-color-1);
  color : var(--main-color-4)
}
.bim-form input,
.bim-form select,
.bim-form textarea,
.bim-btn {
  border: 0.125rem solid var(--main-color-1);
}
.bim-big-btn {
  font-size: 1.2rem !important;
}
.bim-form .disabled-label {
  color: var(--plain-color-2);
}
.bim-form .disabled-input {
  background: #dfdfdf;
  border-color: var(--plain-color-2);
  cursor: not-allowed;
}
.bim-form .in-text,
.bim-form .in-textarea,
.bim-form .in-number,
.bim-form .in-pH {
  border-radius: 5px;
}
.bim-form .in-text {
  width: 18rem;
}
.bim-form .in-pH {
  width: 5rem;
}
.bim-form .in-checkbox {
  width: 1.1rem;
  height: 1.1rem;
  background: #fff;
  border-radius: 5px;
}
.bim-form .in-number {
  max-width: 4rem;
}
.bim-form select {
  border-radius: 7px;
}
.bim-form select:hover {
  cursor: pointer;
}
.bim-form tr .bim-no-suffix-col {
  text-align: left;
}
.bim-form .form-comment {
  font-size: 0.9rem;
  color: var(--tertiary-col-1);
  font-style: italic;
}
.bim-form-table td {
  padding: 0.3125rem 0.1875rem;
  vertical-align: top;
}
.bim-form-table td.bordtop {
  border-bottom: 1px dashed var(--main-color-4);
}
.bim-form-table caption {
  color: var(--plain-color-1);
  font-weight: bold;
  font-size: 1.5rem;
}
.dense-form-table td {
  padding: 0 0.1875rem;
}
.dense-form-table input,
.dense-form-table select,
.dense-form-table {
  padding: 0.2rem 0.5rem;
}

.bim-breadcrumbs {
  margin: 0.8rem 0 0.8rem 0;
  font-size: 0.9rem;
}
.bim-breadcrumbs-curr {
  font-weight: bold;
}

.bim-medium-content {
  padding-left: 1rem;
  margin-bottom: 0.2rem;
}
.bim-medium-content ol,
.bim-medium-content ul {
  padding-left: 1rem;
}
.bim-media-list,
.bim-lit-list {
  padding-left: 1rem;
  list-style: disc;
}
.bim-media-list li {
  padding: 0.2rem 0rem;
}

.bim-provision-page p,
.bim-deposit-page p {
  text-indent: 0.5rem;
  text-align: justify;
}
.bim-deposit-page ul,
.bim-deposit-page ol {
  padding-left: 1.6rem;
}

.popup-area {
  display: none;
  position: fixed;
  z-index: 3;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.popup-close-box {
  text-align: right;
}
.popup-window {
  font-size: 1rem;
  position: relative;
  background-color: #fff;
  margin: auto;
  padding: 1rem 2rem 2rem 2rem;
  width: 450px;
  min-height: 90px;
  max-height: 400px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  border-radius: 0.3rem;
  border: 3px solid var(--main-color-1);
  overflow: scroll;
}
.popup-window ol,
.popup-window p {
  padding: 0.5rem 0 0 1rem;
}
.popup-window ol li {
  padding-top: 0.2rem;
}

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.close-popup-btn {
  cursor: pointer;
  font-size: 2rem;
}

.cart-list {
  padding: 0 0 0.5rem 1.2rem;
  max-width: 33rem;
  background: url(https://mbio.bas-net.by/wp-content/themes/institutnan/images/h1bg.jpg)
    repeat-x bottom left;
}
.cart-list .strain-cartbox {
  border: 2px solid var(--main-color-1);
  border-radius: 7px;
  padding: 0.3rem 0.7rem;
  margin-bottom: 0.5rem;
  background-color: var(--main-color-2);
}
.cart-list .strain-cartbox input,
.cart-list .strain-cartbox select {
  background-color: #fff;
}
.cart-del-cross {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  min-width: 1.3rem;
}
.cart-del-cross a {
  color: var(--danger-color);
}

.mandatory-text {
  color: var(--mandat-color);
}

.bim-form p {
  padding: 0.3rem 0;
}

.arbit-text-edit-container {
  text-align: right;
}
.arbit-text-edit-btn {
  text-decoration: underline;
  color: var(--main-color-4);
  cursor: pointer;
  outline: none;
}

.tooltip {
  position: relative;
  display: inline-block;
  cursor: help;
}
.tooltip-wicon {
  margin: 0 0 2px 3px;
  /* background-image: url(../img/tooltip_icon.png); */
  height: 12px;
  width: 12px;
}
.tooltip .tooltip-text {
  font-size: 0.9rem;
  visibility: hidden;
  width: 10rem;
  background-color: var(--plain-color-3);
  color: #fff;
  padding: 0.4rem;
  text-align: center;
  border-radius: 6px;
  position: absolute;
  z-index: 3;
  bottom: 100%;
  left: 50%;
  margin-left: -5rem;
  cursor: text;
  opacity: 0;
  transition: opacity 0.5s;
}
.tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
  font-weight: normal;
}
.tooltip:hover .tooltip-text a {
  color: #da604d;
}
div.p-like {
  padding: 0.3rem 0;
}

.search-highl {
  background: rgba(255, 193, 7, 0.7);
  padding: 0 0.1rem;
  border-radius: 2px;
}
.search-exp-result {
  font-size: 0.8rem;
}
.search-exp-colname {
  font-weight: bold;
}

.input-prepend,
.input-postprepend {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: baseline;
}
.input-prepend input,
.input-postprepend input {
  border-left: none;
  width: auto;
  flex-shrink: 1;
  flex-grow: 1;
}
.input-prepend input {
  border-radius: 0 5px 5px 0 !important;
}
.input-postprepend input {
  border-radius: 0 !important;
  border-right: none;
}
.pre-input,
.post-input {
  background: var(--semialpha-main-color);
  border: 0.125rem solid var(--main-color-1);
  flex-shrink: 1;
  flex-grow: 1;
}
.pre-input {
  padding: 0.4rem 0.1rem 0.4rem 0.5rem;
  text-align: right;
  border-radius: 5px 0 0 5px;
  border-right: none;
}
.post-input {
  padding: 0.4rem 0.5rem 0.4rem 0.1rem;
  text-align: left;
  border-radius: 0 5px 5px 0;
  border-left: none;
}
#searchform {
  padding-left: 0.5rem;
}
.search-in-wrapper {
  width: 15rem;
}
#searchform .search-in-wrapper .in-text {
  width: 90%;
}
#searchform .input-prepend input {
  min-width: 50% !important;
}

.bim-table-inspect-msg {
  border-collapse: collapse;
  margin-bottom: 1rem;
  margin: 0 auto;
}
.bim-table-inspect-msg td {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.bim-table-inspect-msg td {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.bim-table-inspect-msg td:first-of-type {
  color: var(--plain-color-1);
  font-weight: bold;
}
.serif-text-box {
  max-width: 30rem;
  background: var(--main-color-5);
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  font-family: Georgia, Times New Roman, Times, serif;
  border-radius: 8px;
  border: 1px solid var(--plain-color-2);
}

.prov-strain-table {
  border-collapse: collapse;
  margin: 0 auto;
}
.prov-strain-table td,
.prov-strain-table th {
  max-width: 17rem;
}
.prov-strain-table th {
  padding: 0.3125rem 0.1875rem;
  color: var(--plain-color-1);
}
.prov-strain-table .numcol {
  max-width: 7rem;
}
.prov-strain-table tr:nth-of-type(2n) {
  background-color: var(--semialpha-main-color);
}
.alncenter {
  text-align: center;
}
.prov-strain-table tr:first-child {
  border-top: 1px solid var(--plain-color-1);
  border-bottom: 1px solid var(--plain-color-1);
}
.prov-strain-table tr:last-child {
  border-bottom: 1px solid var(--plain-color-1);
}

.math-problem {
  background-size: 64px;
  background-repeat: no-repeat;
  padding-left: 64px;
  line-height: 24px;
  font-size: 1.2rem;
  cursor: default;
}
