@font-face {
    font-family: 'Verdana Pro Light';
    src: url('../fonts/VerdanaPro-Light.eot');
    src: url('../fonts/VerdanaPro-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/VerdanaPro-Light.woff') format('woff'),
    url('../fonts/VerdanaPro-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Verdana Pro Regular';
    src: url('../fonts/VerdanaPro-Regular.eot');
    src: url('../fonts/VerdanaPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/VerdanaPro-Regular.woff') format('woff'),
    url('../fonts/VerdanaPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
html {
    font-size:1rem;
}
html, body {
  height: 100%;
}
html.main-page .page-header {
    border-bottom: 0;
}
html.main-page h1 {
    text-transform: uppercase;
}
body {
    font-family: 'Noto Sans', sans-serif;
    /*font-size: 1.6em;*/
    background: transparent;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    height: 100%;
}

a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color:#160aca;
}

hr {
    margin-top: 2px;
    margin-bottom: 2px;
}
textarea {
    resize: none;
}
.maintable {
    /*max-width: 600px;*/
}

.maintable td:first-child {

}

.maintable td {
    padding: 3px 5px 3px 5px;
}
.maintable .headerTable {
    background: #0099FF;
    color: #fff;
}
.info-row {
    padding: 10px 0 30px;
}
.phone {
    color: #EAEBED; 
    font-size: 22px;
    line-height: 24px;
}
.phone > a
{
    font-size: 46px;
    line-height: 49px;
    color: #EAEBED; 
}
.email > a {
    font-size: 34px;
    line-height: 30px;
    color: #EAEBED; 
}
.phone > a:hover,
.email > a:hover {
    text-decoration: none;
    color:#FFF;
}
.email {
    padding-bottom: 50px;
}
.page-footer {
    padding-top: 50px;
    padding: 20px 0;
    background: rgb(250,250,250);
    background: linear-gradient(90deg, rgba(250,250,250,1) 0%, rgba(217,217,217,1) 33%, rgba(191,197,201,1) 42%, rgba(124,172,220,1) 60%, rgba(82,145,221,1) 100%);
    color: #404040;
    font-size: 13px;
    line-height: 18px;
}
.m-t-30 {
    margin-top: 30px;
}
.pd {
    font-size: 0.8em;
    color: #8D8D8D;
    padding-bottom: 20px;
}
.pd a {
    color: #8D8D8D;
}

.color-w, .color-w a {
    color: #fff;
}
/*
.navbar-small a {
    font-size: 1em !important;
    padding: 10px !important;
}*/
.registertable td:first-child {
    width: 200px;
}

.listTable .headerTable {
    background: #B0CEFF;
}
.headerBlueRowTable .headerBlueRow {
    background: #D3B5E9;
    color: #fff;
}
.blueRow {
    background: #D3B5E9;
    color: #fff;
}
.table {
    font-size: 1em;
    border-color: transparent;
}
.help-block {
    font-size: 0.9em;
    opacity: 0.8;
}
.btn-default + .btn-default {
    margin-left: 10px;
}
.fs-10 {
    font-size: 10px;
}
.fs-12 {
    font-size: 12px;
}
.fs-13 {
    font-size: 13px;
}
.fs-14 {
    font-size: 14px;
}
.fs-18 {
    font-size: 18px;
}
.table-sm td {
    padding: 4px !important;
}
.navbar {
    margin-bottom: 0;
    position:fixed;
    z-index: 1000;
    width:100%;
}
.navbar-default {
    background: rgb(250,250,250);
    background: linear-gradient(90deg, rgba(250,250,250,1) 0%, rgba(217,217,217,1) 33%, rgba(191,197,201,1) 42%, rgba(124,172,220,1) 60%, rgba(82,145,221,1) 100%);
    border-color: #fff;
    border: 0;
    border-radius: 0;
}
/*.navbar-nav {
    padding: 12px 0;
}*/
.navbar-brand {
    margin-top:12px;
}
.navbar-default .navbar-brand,
.navbar-default .navbar-nav>li>a{
    color: #404040;
    font-size: 22px;
    line-height: 25px;
}
.main-page {
    
}
.main-page footer {
}

.main-page h1 {
    font-weight: 500;
    font-size: 40px;
    line-height: 45px;
    color: #000;
    margin-bottom: 20px;
}
.register-block-hint {
    background: #0460A9;
    color: #fff;
    padding: 0 30px;
    margin-top: 20px;
}
.m-b-20 {
    margin-bottom: 20px;
}
.download_files {
    float: right;
    margin: 0 0 20px 20px;
    max-width: 400px;
    font-size: 13px;
}
.navbar-small .dropdown-menu a {
    padding: 4px 10px !important;
}
.dropdown-menu .divider {
    margin: 4px 0;
}
.btn {
    outline:none !important;
}
.btn-big {
    padding: 10px 20px;
    font-size: 18px;
}
.btn-container + .btn-container {
    margin-top:10px;
}
.btn-container .btn {
    max-width: 500px;
    min-width: 380px;
}
.btn-green {
    color: #3c763d;
    background: #dff0d8;
}
.btn-blue {
    color:#fff;
    background: #0066FF;
}
.view-attention {
    font-weight: bold;
    color: red;
    font-size: 18px;
}
.view-attention-normal {
    font-weight: bold;
    color: red;
}
.page-logo {
    background: url("/images/logo-white.png") no-repeat right top;
}

.education-block a {
    color: #0066FF;
}
.education-block a.h3 {
    font-size:28px;
    padding-bottom: 12px;
}
.education-block a.h4 {
    font-size:18px;
    padding-bottom: 8px;
}
.education-block a.h3,
.education-block a.h4 {
    display: inline-block;
    margin: 0;
}

.download-link {
    font-size: 24px;
    display: inline-block;
    background: url("/images/download.png") no-repeat left center;
    padding-left:30px;
    background-size: 26px;
}
.expert-photo img {
    max-width: 100%;
}
.expert-description {
    margin: 20px 0 30px 0;
}
.news-item + .news-item {
    margin-top: 30px;
}
.news-item .news-date {
    color: #8D8D8D;
    font-size:16px;
    margin-bottom:10px;
}
.news-item .news-title a {
    font-weight: bold;
    font-size: 16px;
    color: #0066FF;
}
.news-title {
    margin-bottom: 10px;
}
.news-item .news-image img {
    max-width: 100%;
}
h1 {
    font-size: 22px;
    margin-right:80px;
}

@media (min-width: 768px) {
    h1 {
        font-size: 42px;
        font-weight: 700;
    }
}
.c-w {
    color: #fff;
}
.education-block a.h3 {
    font-size:18px;
    padding-bottom: 8px;
}
@media (min-width: 768px) {
    .education-block a.h3 {
        font-size:28px;
        padding-bottom: 12px;
    }
}
.education-block a.h4 {
    font-size:14px;
    padding-bottom: 6px;
}
@media (min-width: 768px) {
    .education-block a.h4 {
        font-size:18px;
        padding-bottom: 8px;
    }
}
.page-logo {
    background-size: 64px;
    background-position: right 15px top 15px;
}
@media (min-width: 768px) {
    .page-logo {
        background-size: 118px;
        
    }
}
.education-block {
    margin-top: 20px;
}
@media (min-width: 768px) {
    .education-block {
        margin-top: 40px;
    }
}

.blue-block {
    display: block;
    color: #fff;
    background: #0066FF;
    height: 80px;
    font-size: 18px;
    display: flex;
    align-items: center;
    padding: 15px;
    margin-top: 20px;
}
@media (min-width: 768px) {
    .blue-block  {
        height: 150px;
        font-size: 24px;
    }
    .blue-block-2 {
        margin-top:50px;
    }
    .blue-block-3 {
        margin-top:100px;
    }
}
.datepicker-hidden {
    opacity:0;
    height: 0;
}
.datepicker-hidden select {
    height: 0;
}
.image-preview {
    width: 60px;
}
.imageContainer {
    margin-bottom: 10px;
}
.education-title {
    margin-bottom: 60px;
}
.description-hidden {
    display: none;
}
.h4, h4 {
    margin: 0;
    padding: 10px 0;
}
.direction-btn {
    background: #0066FF;
    color: #fff;
    font-size: 16px;
    padding: 12px 24px !important;
}
.btn-width-full {
    width: 100%;
}
.btn-width-400 {
    width: 400px;
}
.maintable-300 td:first-child {
    width: 400px;
}
.delimiter-title {
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.delimiter-subtitle {
    margin-top: 10px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}
.form-auth {
    margin-top: 60px;
}

.main-bg {    
    
}

.main-image {
/*    background: url("../images/main-bg.jpg") no-repeat right center;
    background-size: contain;*/
}

.main-title-bg {
    background: linear-gradient(90deg, #E5E5E5 3.99%, #0460A9 100%);
    border-radius: 8px;
    font-size: 15px;
    line-height: 20px;
    padding: 6px 6px 6px 36px;
    margin-top: 70px;
    color: #000;
}
.custom-checkbox label {
    color: #000;
    font-size: 14px;
    
    font-weight: 400;
}
.form-auth a {
    color: #fff;
    text-decoration: underline;
    font-size: 14px;
}
.form-auth a:hover {
    text-decoration: none;
}
.btn-green {
    background: rgba(169,207,109,1);
    font-size: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 10px 30px;
}
.btn-green:hover {
    background: rgba(169,207,109,0.8);
}
.main-forms-style {
    background: #0460A9;
    color: #fff;
}
.half-table td:first-child {
    width: 50%;
}
.pt-30 {
    padding-top: 30px;
} 
.pb-10 {
    padding-bottom: 10px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pt-60 {
    padding-top: 60px;
}
.dna-logo {
    position: relative;

}
.dna-logo:before {
    display: block;
    content:"";
    width: 81px;
    height: 165px;
    background: url("../images/dna.png") no-repeat;
    position: absolute;
    left: -83px;
    top: -16px;
}
.navbar-title {
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    margin-left: 40px;
    margin-top: 16px;
}
.styled-table--main {
    border-color: #fff;
}
.styled-table--main .headerTable {
    background: #000000;
    color: #fff;
}
.styled-table--main .headerTable b {
    font-weight: 400;
}
.styled-table--main .headerTable a {
    color: #fff;
}
.styled-table--main td {
    border: 1px solid #EBEEF6;
}
.register-block .btn {
    font-size: 18px;
    padding: 10px 16px;
}
.img-fluid {
    max-width: 100%;
}
.about-button {
/*    background: linear-gradient(90deg, #E5E5E5 3.99%,  100%);*/
    background: linear-gradient(90deg, #0460A9 3.99%, #E5E5E5 100%);
    display: block;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    width: 100%;
    padding: 6px 10px;
    text-align: left; 
    text-shadow: 0px 1px 10px black;
    outline: none;
}
.doctor-about-content {
    padding-top: 10px;
    display: none;
}
.items-block {
    margin: 20px 0;
}
.items-block--item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.items-block--item-button {
    width:8%;
    justify-content: center;
}
.items-block--item-button a {
    font-size: 22px;
}
.items-block--item-desc {
    width:62%;
    background: #9ABFDC;
    font-size: 22px;
}

.items-block--item-desc-moderate {
    width: 47%;
}
.items-block--item-status {
    width:22%;
    background: #AFABAB;
    color:#3B3838;
    justify-content: center;
    font-size: 16px;
}

.items-block--item-status-moderate {
    width:19%;
}
.items-block--item-button,
.items-block--item-desc,
.items-block--item-status {
    display: flex;
    align-items: center;
    padding: 0 8px;
    min-height: 40px;
}
.items-block--item-status-filled {
    background: #dee2e6 !important;
    color: #035630 !important;
}
.items-block--item-status-half-filled {
    background: rgba(222, 226, 230,0.5) !important;
    color: #000 !important;
}
.text-blue {
    color:#4472C4;
    padding-bottom: 20px;
}
.font-italic {
    font-style: italic!important;
}
.alert-gray {
    background: #AFABAB;
    color: #3B3838 !important;
    border-color: #3B3838 !important;
}
.fs-18 {
    font-size: 18px;
}
.w-74 {
    width: 74%;
}
.w-70 {
    width: 70%;
}
.w-65 {
    width: 65%;
}
.w-60 {
    width: 60%;
}
.w-50 {
    width: 50%;
}
.w-40 {
    width: 40%;
}
.w-35 {
    width: 35%;
}
.w-30 {
    width: 30%;
}
.w-28 {
    width: 28%;
}
.text-gray {
    color: #404040;
}
.font-bold {
    font-weight: bold;
}
.ui-datepicker table {
    font-size: 0.8em !important;
}
.maintable-white {
    background: #fff;
}
hr.color-black {
    border: 1px solid #000;
}

/*** new div styles ***/
div[table-view=tr] {
    display: flex;
    /*border-top: 1px solid #ddd;*/
    
}
div[table-view=tr] > div {
    padding: 8px;
    line-height: 1.42857143;
    width: 50%;
}

div[table-view=tr] > div[table-colspan='2'] {
    width: 100%;
}

/*** new div styles[end] ***/

.navbar-brand {
    font-size: 18px;
}
.navbar-right {
    margin-left: auto;
}
.h1, .h2, .h3, h1, h2, h3 {
    /*margin-top: 20px;*/
    margin-bottom: 10px;
}
.form-control {
    font-size: 14px;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
/*
.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}*/
.w-90 {
    width: 90%;
}
.input-sm {
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    border-radius: 0.2rem;
}
.engine--icon {
    font-size: 18px;
}
button[data-type=gene-add-button],
button[data-type=gene-add-button-st2]{
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border-width: 1px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.ResultGenesContainer > div  {
    display: flex;
    flex-wrap:wrap;
    
}
.gene-container {
    width: calc(33% - 10px);
    border: 1px solid #ccc;
    margin: 5px;
    padding: 10px;
    border-radius: 10px;
}
.alert--same {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.c-red {
    color: red;
}
.sortAsc,
sortDesc {
    font-weight: bold;
}

footer {
    flex: 0 0 auto;
}
div.wrapper {
    flex: 1 0 auto;
    margin-top: 58px;
}
.task {
    margin-bottom: 4px;
}
#order-positions,
#order-positions-info {
    display: none;
}
.color-gray {
    color:gray;
}
.fotorama {
    max-width: 450px;
}
summary {
    list-style: none;
}
.details {
  position: relative;
  display: block;
  margin: 0 auto 10px;
  /*background: rgba(255,255,255,0.5);*/
  border-radius: 5px;
  transition: 0.3s;
  overflow: hidden;
}

.details::after {
  position: absolute;
  right: 24px;
  top: 21px;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-right: 3px solid #444444;
  border-bottom: 3px solid #444444;
  transform: rotate(-45deg);
  transform-origin: center;
  transition: .3s;
}

.details[open]::after {
  transform: rotate(45deg);
}

.details[open] {
  padding-bottom: 30px;
}
.details[open] .details__title {
  margin-bottom: 32px;
}

.details__title {
  background: #fff;
  border-radius: 5px;
  padding: 12px 24px;
  font-size: 20px;
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  transition: .3s;
}

.details__title::-webkit-details-marker {
  display: none;
}