html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  /*align-items: center;*/
  /*padding-top: 78px;*/
  padding-bottom: 40px;
  background-color: #fff;
}

#loading, #loading_data
{
	display: none;  
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    top:0;  
    opacity:0.8;
    background-color:#000;
    color:#fff;
    z-index:9999;
}

#loading-canvas {
    width:100%;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.selectize-input{
    min-height: 39px !important;
}

#head_row_info {
    margin-bottom: 30px!important;
}

#head_row_info > div{
    margin-left: 5%;
    width: 25%;
}

#head_row_info > div > input{
    margin-left: 5%;
}


.card {
box-sizing: border-box; /* 2 */
max-width: 100%; /* 1 */
}

/*Change the size here*/
div.tooltip-inner {
    max-width: 350px;
}

#result-table .minus{
    color: red;
}

#result-table .plus{
    color: blue;
}

#result_detail_html table {
    font-size:9pt;
}

#result-table-test {
    margin-top:20px;
}

#result-table-test #oznam_content {
    font-weight: normal;
}

/*styl pre tabulku physicians  a clinics*/
#physicians-table, #clinics-table{
    table-layout: fixed;
}
#physicians-table > thead input,#clinics-table > thead input,#clinics-table > thead select,#physicians-table > thead select{
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 0 !important;
    line-height: 1 !important;
}

#physicians-table > thead input:focus ,#clinics-table > thead input:focus,#clinics-table > thead select,#physicians-table > thead select{
    outline: none;
}

#benefits-table th{
    border-top: none !important;
}



.nav-item.exam-group {
    background-color:#f00;
}

.sidebar-logo {
    margin-top:20px;
}

.sidebar .nav-link.exam-group .exam-group-laboratory {
    color:#aaa;
}

.sidebar .nav-link.exam-group.active .exam-group-laboratory,
.sidebar .nav-link.exam-group:hover .exam-group-laboratory {
    color:#666;
}

.nav-link.exam-group {
    background-color:#fff;
    margin-left:5px;
    padding: .5rem .5rem;
}

.nav-link.exam-group.level-2 {
    padding: .5rem 1rem;
}

.sidebar .nav-link.exam-group.active {
    background-color:transparent;
    color:#000;
}

.nav-link.exam-group:hover {
    background-color:transparent;
}

.exam-group-name, .exam-name {
    text-align:center;
    padding: 1rem;
}

.exam_card {
    color:#000;    
}

/*.card.exam_card {
	display:block;
}*/

.exam_card .card {
    height:100%;
}
.exam_card .card-body {
    background-color: rgba(0,0,0,0);
    padding: 0rem 1.25rem 0rem 1.25rem;
}

.exam_card .card-header, .exam_card .card-footer {
    background-color: rgba(0,0,0,0);
    border-style:none;
}

.exam_card .card-header {
    padding: .75rem 1.25rem 0rem 1.25rem;
}

.exam_card .card-footer {
    padding: .75rem 1.25rem .75rem 1.25rem;
}

.exam_card .btn,
.exam_card .btn:hover,
.exam_card .btn:active {
  background-color:rgba(0,0,0,0);
}

.exam_card .btn-order {
    color:#fff;
}

.reservation-deleted {
    text-decoration: line-through;
    color:#bfbfbf;
}

.nav-item {
    /*color:rgba(255,255,255,.5);*/
    text-align: left!important;
    font-weight: 300!important;
}

.nav-item.active  {
	color:#F00;
	font-weight:500;
}

.navbar-dark .navbar-nav .nav-link, .main-dropdown .dropdown-item{
    color:rgba(255,255,255,.8);
    font-weight:500;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{
    color: rgba(255,255,255,1);
    font-weight:500;
}

.dropdown-item:hover {
    color: rgba(255,255,255,1);
    background-color: #343a40;
}

.main-dropdown .dropdown-item.active  {
    color:#F00!important;
    font-weight:500!important;
    background-color: #000000!important;
}

.navbar-dark .navbar-nav .show>.nav-link.dropdown-toggle{
    color:rgba(255,255,255,.8);
    font-weight:500;
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link{
    color:#F00;
    font-weight:500;
}

.datechevrons :active,.datechevrons :focus{
    outline: none !important;
    box-shadow: none;
}

.datechevrons button, .datechevrons input {
    border: 1px solid #DDDDDD;
}

.pagination :active,.pagination :focus{
   outline: none !important;
   box-shadow: none;
}

.pagination button, .pagination input {
  border: 1px solid #DDDDDD;
}

.pagination #current-page {
	text-align: right!important;
    width:50px;
    border-right: 0px;
}

.pagination #total-page {
    text-align: left!important;
    width:50px;
    border-left: 0px;
}

.pagination #pag-text {
    text-align: center!important;
    width:20px;
    border-left: 0px;
    border-right: 0px;
}

.modal-content{
    border: 1px solid rgb(255 255 255) !important;
}

.modal-header{
    border-bottom: none !important;
}
.modal-footer{
    border-top: none !important;
}

.test_link{
    border-color: #f8f3f3 #f8f3f3 #dee2e6 !important;
}

.test_link.active{
    border-color: #dee2e6 #dee2e6 #fff !important;
}

.by_link{
    border-color: #f8f3f3 #f8f3f3 #dee2e6 !important;
}
.by_link.active{
    border-color: #dee2e6 #dee2e6 #fff !important;
}

#btn_by > div > a{
    width: auto;
}

#fetus_div > label,#age_egg_div > label,#egg_ivf_div >label,#ivf_div >label,
#gest_last_div > div > label,#gest_last_div > div > input, #gest_date_div > label,
#gest_weeks_div > label,#gest_days_div > label,#gest_weeks_div > input,#gest_days_div > input{
    display: block;
    width: 50%;
}
#gest_method_div >label{
    display: block;
    width: 30%;
}
#gest_method_div >div{
    width: 70%;
}

#fetus_div > div,#age_egg_div > div,#egg_ivf_div >div,#ivf_div >div,#gest_date_div > input,#age_egg_div > input{
    width: 50%;
}

.emailTd{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main-container::-webkit-scrollbar-track
{
    border-radius: 10px !important;
    background-color: #dedede !important;
}

.ui-autocomplete::-webkit-scrollbar-track,#row_zia_btns::-webkit-scrollbar-track
{
    border-radius: 10px !important;
    background-color: #fff5f5 !important;
}

.main-container::-webkit-scrollbar
{
    width: 10px !important;
    height: 10px !important;
    background-color: #F5F5F5 !important;
}

.ui-autocomplete::-webkit-scrollbar
{
    width: 4px !important;
    background-color: #F5F5F5 !important;
}

#row_zia_btns::-webkit-scrollbar
{
    height: 4px !important;
    background-color: #F5F5F5 !important;
}

.main-container::-webkit-scrollbar-thumb,.ui-autocomplete::-webkit-scrollbar-thumb,#row_zia_btns::-webkit-scrollbar-thumb
{
    border-radius: 10px !important;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3) !important;
    background-color: #999 !important;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}

.my-custom-scrollbar {
    position: relative;
    height: 200px;
    overflow: auto;
}
.table-wrapper-scroll-y {
    display: block;
}

.tube-code-harmony::-webkit-outer-spin-button,
.tube-code-harmony::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.tube-code-harmony[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

/*nastavenie scrollovania pre tabulky partnerov*/
table#physicians-table tbody,table#clinics-table tbody{
    display: block;
    max-height: 400px;
    overflow-y: scroll;
}

table#benefits-table tbody{
    display: block;
    max-height: 210px;
    overflow-y: scroll;
}

/*nastavenie layoutu pre tabulky partnerov*/
table#physicians-table thead,table#clinics-table thead, table#physicians-table tbody tr,table#clinics-table tbody tr, table#benefits-table thead, table#benefits-table tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

/*nastaveneie scrollbar-track*/
table#physicians-table tbody::-webkit-scrollbar-track,table#clinics-table tbody::-webkit-scrollbar-track, table#benefits-table tbody::-webkit-scrollbar-track {
    border-radius: 10px !important;
    background-color: #dedede !important;
}

/*nastavenie scrollbar*/
table#physicians-table tbody::-webkit-scrollbar,table#clinics-table tbody::-webkit-scrollbar, table#benefits-table tbody::-webkit-scrollbar {
    width: 4px !important;
    background-color: #F5F5F5 !important;
}

/*nnastavenie scrollbar-thumb*/
table#physicians-table tbody::-webkit-scrollbar-thumb,table#clinics-table tbody::-webkit-scrollbar-thumb,table#benefits-table tbody::-webkit-scrollbar-thumb {
    border-radius: 10px !important;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3) !important;
    background-color: #999 !important;
}

.custom-control-label::before{
    top:0.05rem !important;
    left: -1.7rem !important;
    width: 1.4rem !important;
    height: 1.4rem !important;
    border: 1px solid #dee2e6 !important;
    background-color: #fff !important;
}

.partners_checkbox .custom-control-label::before{
    top:-0.8rem !important;
    left: -1.4rem !important;
    width: 1.4rem !important;
    height: 1.4rem !important;
    border: 1px solid #dee2e6 !important;
    background-color: #fff !important;
}

.partners_checkbox .custom-control-label::after{
    top:-0.5rem !important;
    left: -1.2rem !important;
}

.invalid_gest_date, .invalid_gest_age{
    color: red;
}


.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #007bff !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
    background-color: #007bff !important;
}


#modal-btns button{
    width: 25%;
}

#my-modal-body{
    text-align: center;
    font-size: x-large;
}

.modal {
    text-align: left!important;
    max-width: 100%;
    max-height: 100%;
}

.invalid-feedback {
	text-align: left!important;
}

#result-table-test .row {
    margin:0;
}

.result-label {
    text-align: right!important;
    font-weight: 300!important;
}

.result-value {
    text-align: left!important;
    font-weight: 400!important;
}

.rValue pre {
    font-size: 60%;
}

.table-striped > tbody > tr.result-test-alert:nth-child(2n+1) > td {
   background-color: #ffb3b3;
}

.table-striped > tbody > tr.result-test-alert:nth-child(2n) > td {
   background-color: #ffe6e6;
}


.table-hover tbody tr.result-test-alert:hover td {
  background-color: #ff6666;
  color:yellow
}

.result-test-label {
    text-align: right!important;
    font-weight: 300!important;
}

.form-registration, .form-change-password, .form-assigned-person-add, .form-share-add, .form-forgot-password, .form-reservation-add, .form-notification, .form-language  {
  width: 100%;
  max-width: 630px;
  padding: 15px;
  margin: auto;
}

.form-add-new-physician, .form-add-new-clinic{
    width: 100%;
    padding: 15px;
    margin: auto;
}

.form-profile{
    width: 100%;
    max-width: 77%;
    padding: 15px;
    margin: auto;
}

.form-examination{
    width: 100%;
}

.help-block {
    color: red;
}

#print_pdf_btn{
    width: 100%;
    padding-bottom: 10px;
}


#test_field,#skumavka_field,#rekap_field{
    display:none;
}

#arrow-back-head,#arrow-back-params,#arrow-back-samples,#arrow-back-tests{
    display:none;
}

.form-group.required label:after, .form-change-password.required label:after,.form-inline.required label:after {
    color: #d00;
    content: "*";
}

#current_id:after,#personal_id:after,#clinical_id:after{
    color: #d00;
    content: "*";
}

#age_span{
    margin-right: 10%;
}

.form-group { 
    text-align: left;
}

.form-change-password .form-group { 
    text-align: right;
}

.dropdown-menu>li>a { white-space: nowrap; }

.main {
  position: -webkit-sticky;
  position: sticky;
 /* height: calc(100vh - 78px);*/
  /*top: 78px;*/ /* Height of navbar */
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Main
 */
.main-container{
  text-align: left!important;
  position: fixed;
  top: 78px;
  /*bottom: 0;*/
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 0;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
  overflow-y: scroll;
  overflow-x: scroll;
  height: calc(100vh - 78px);
}
 
/*
 * Sidebar
 */

.sidebar {
    text-align: left !important;
    position: fixed;
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
    background-color: white;
}

.sidebar-title {
  text-align: center!important;
}

.sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 78px; /* Height of navbar */
  height: calc(100vh - 78px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-item {
    margin-left: 4px;
    margin-right: 4px;
}

.main-dropdown{
    background-color: #000000 !important;
}

.sidebar .nav-link {
  /*font-weight: 500;*/
  color: #000;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  /*font-size: .75rem;*/
  text-transform: uppercase;
}

/*
 * Navbar
 */


#navigation,.navbar .navbar-default{
    /*background-image: url("../img/navbar_bg.jpg");*/
    background-color:#000000!important;
    min-height:78px;
    /*line-height:78px;*/
}

#navigation .btn#logout {
    background-color:#F00;
    color:#fff;
}

#navigation .navbar-text#username {
        padding: .375rem .75rem;
}

/*
 * Footer
 */
.footer {
    height:50px;
}

.footer {
  bottom: 0;
  width: 90%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #fff;
  margin-top:30px;
  margin-left:5%;
  margin-right:5%;
}

.footer-separator {
  border-top: 1px solid #bfbfbf;
}

.footer .mdx img {
    width: 60px;
}

.footer .mdc img {
    width: 60px;
    margin-top: -3px;
}

.footer .mga img {
    width: 65px;
    margin-top: 25px;
}

.footer .mds img {
    width: 60px;
    margin-top: -8px;
}

.footer .col {
    position:unset;
}
/*
 * Loader
 */

.loader.hide {
    display:none!important;
}
.loader {
    position:fixed;
    border: 1px solid rgba(0, 0, 0, .1);
    background:white;
    width:200px;
    height:50px;
}
.loader span {
	position: relative; 
    top:10px;
    text-align: center;     
}

.loader-img {  
    position: absolute; 
    top: 10px; 
    left: 85px;
    text-align: center; 
    width: 100%; 
    border-radius: 50%;
    border-top: 2px solid rgba(0, 0, 0, .1);
    border-right: 2px solid rgba(0, 0, 0, .3);
    border-bottom: 2px solid  rgba(0, 0, 0, .1);
    border-left: 2px solid rgba(0, 0, 0, .3);
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.cursor-pointer {
    cursor:pointer;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.times .btn-outline-secondary:not(:disabled):not(.disabled).active {
    background-color: #00e600;
}

/* Calendar */
.calendar {
  border: 1px solid #E8E8E8;
  border-radius: 5px;
  background-color: white;
  position: relative;
  /*z-index: -1;*/
  color: black;
}
	
.calendar .months {
    color:#e6e6e6;
    border-bottom:1px solid #e6e6e6;
}

.calendar .months :hover {
    color:#bfbfbf;
    cursor:pointer;
}

.calendar .months span.actual:hover {
    color:#007bff;
    cursor:default;
}

.calendar .months span.actual {
    color: #007bff;
}

.calendar .current-date {
    cursor: pointer;
}

.calendar .calendar-table th {
    color:#bfbfbf;
}

.calendar .calendar-table th:nth-child(n+6), .calendar .calendar-table td:nth-child(n+6) {
    background-color:#f6f6f6;
}

.calendar .calendar-table tbody {
    color: #bfbfbf;
}

.calendar .calendar-table tbody .selected-month{
    color: #000000;
}

.calendar .calendar-table tbody .actual{
    border: 1px solid #007bff;
}

.calendar .calendar-table tbody td {
    text-align: center!important;
}

.calendar .calendar-table tbody .has-free-time {
    background-color: #ccffcc;
    cursor:pointer;
}

.calendar .calendar-table tbody .selected {
    background-color: #00e600;
}

.calendar .calendar-table tbody .has-free-time:hover {
    background-color: #00e600;
}

.calendar .btn-year {
    color:#e6e6e6;
    background-color: transparent;
}

.calendar .btn-year:hover {
    color:#bfbfbf;
    cursor:pointer;
}

.calendar td {
    border-style: none;
}

.calendar .feather {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}



.table-responsive table th a.orderbynone,
.table-responsive table th a.orderbyasc,
.table-responsive table th a.orderbydesc,
.table-responsive table td a.orderbynone,
.table-responsive table td a.orderbyasc,
.table-responsive table td a.orderbydesc {
    line-height: 25px;
    color: black;
    padding-right: 17px;
    background-image: url('../img/table_orderby_dark.png');
    background-repeat: no-repeat;
}
.table-responsive table th a.orderbynone,.table-responsive table td a.orderbynone {
    background-position: 100% -1px;
}
.table-responsive table th a.orderbyasc,.table-responsive table td a.orderbyasc {
    background-position: 100% -21px;
}
.table-responsive table th a.orderbydesc, .table-responsive table td a.orderbydesc {
    background-position: 100% -41px;
}

.table-responsive{
    overflow-x: unset !important;
}

#pocetzaznamov{
    padding-right: 10px;
}

#zaznamyinfo{
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
}
#zaznamyinfo_patients{
    padding-left: 15px;
    padding-bottom: 20px;
}

.checkboxlabel{
    display: block !important;
    float: left;
}

.checkboxlabelsmall{
    display: block !important;
}

.table-responsive table tr.active td {
    font-weight: bold;
}

#res_rev table tr.active td{
    font-weight: unset !important;
}

.content-main-actions > a:not(:first-child) {
    border-left: 1px solid #dee2e6;
}

.content-main-actions > a{
    padding:5px 9px 5px 10px;
    font-weight: bold;
}

.chevrons_left{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

#main_row{
    padding-bottom: 20px;
}

#logout-2{
  color: initial !important;
}

#searchfilter-odber-chevron{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.popover{
    width: 100%;
}

.popover .arrow {
    left: 5% !important;
}

#logout_form{
    margin-bottom: unset !important;
}

#form-examination fieldset {
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-sizing: border-box;
    width: 100%;

    /*stacking fieldsets above each other*/
    position: relative;
}
/*Hide all except first fieldset*/
#form-examination fieldset:not(:first-of-type) {
    display: none;
}

#progressbar {
    padding-bottom: 5%;
    padding-inline-start: 0px !important;
    margin-bottom: 30px;
    overflow: unset;
    /*CSS counters to number the steps*/
    counter-reset: step;
}
#progressbar li {
    list-style-type: none;
    text-transform: uppercase;
    font-size: 9px;
    width: 20%;
    float: left;
    position: relative;
    text-align: center;
}
#progressbar li:before {
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    /*background: url(../assets/svgs/solid/chevron-right.svg) no-repeat 0 6px;*/
    content: counter(step);
    counter-increment: step;
    width: 20px;
    line-height: 20px;
    display: block;
    font-size: 10px;
    color: #333;
    background: white;
    border-radius: 50%;
    margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    background: #27AE60;
    color: white;
}

.progress-arrow{
    position: relative;
    bottom: 24px;
    float: right;
    color: darkgray;
}
.progress-arrow > i{
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
}

#test_choices,#form_choices{
    padding-bottom: 10px;
}

#diag:invalid{
    box-shadow: none !important;
}

.exam-type-group {
    color: aliceblue;
    min-height:48px;
    background:#1fc8db;
    /*background-image: linear-gradient(141deg, #9fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);*/
    /*background-image: linear-gradient(141deg,#2cb5e8 75% , #2cb5e8 50%, #9fb8ad 90%);*/
    background-color: #343a40;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DDD;
}

.remove{
    width: 50% !important;
}

.add{
    width: 100% !important;
}

.text-right{
    padding-bottom: inherit;
}

#new_exam_btn{
    margin-bottom: 10px;
}

#test_param{
    /*width:50% !important;*/
    /*margin: auto !important;*/
}

.zia_var{
    column-count: 3;
    column-gap: 2em;
}

.param{
    padding-bottom: inherit;
    width: 100%;
}

.btn_exam{
    width:20% !important;
}

.ui-menu-item-wrapper{
    text-align: start !important;
}

#zia_list{
    padding-top: 10px;
}

#test_table_rows > div{
    width: 100%;
}

#test_table_rows > div > div.col-2{
    align-self: center;
    flex-flow: nowrap;
    justify-content: center;
}

#test_table > div.col-2{
    justify-content: center;
    flex-flow: nowrap;
}

.zia_btns_select{
    background-color: brown;
}

#row_zia_btns{
    overflow: auto;
}

#samples_rows{
    flex-direction: column;
}
.sample_row{
    margin: inherit;
}
.arrow_down > span{
    float: right;
}

.arrow_down{
    display:block;
    float: right;
}
.arrow_up{
    display:none;
    float: right;
}

#list_of_flags > div > div:not([selected]){

    -webkit-filter: blur(1px);
    -moz-filter:  blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    opacity: 0.5;
}

input.has-error{
    border-color: indianred;
}

#patient_details,#req_details, #test_details, #params_details, #sample_details{
    display: none;
}

#exams_head{
    width: 100%;
}

#exams_filter > label{
    padding-right: 10px !important;
}

#exams-table > tbody > tr > td[data-state="sent"] {
    text-align: center;
    background-color: #94db11;
}
#exams-table > tbody > tr > td[data-state="analysis"] {
    text-align: center;
    background-color: #17a2b8;
}
#exams-table > tbody > tr > td[data-state="terminated"] {
    text-align: center;
    background-color: #ffc107;
}
#exams-table > tbody > tr > td[data-state="canceled"] {
    text-align: center;
    background-color: #dc3545;
}

/*.btn-arrow-right,*/
/*.btn-arrow-left {*/
    /*position: relative;*/
    /*padding-left: 18px;*/
    /*padding-right: 18px;*/
/*}*/
/*.btn-arrow-right {*/
    /*padding-left: 36px;*/
/*}*/
/*.btn-arrow-left {*/
    /*padding-right: 36px;*/
/*}*/

/*.btn-arrow-right:after,*/
/*.btn-arrow-left:before{*/
    /*!* make two squares (before and after), looking similar to the button *!*/

    /*content: "";*/
    /*position: absolute;*/
    /*top: 5px;*/
    /*!* move it down because of rounded corners *!*/

    /*width: 22px;*/
    /*!* same as height *!*/

    /*height: 22px;*/
    /*!* button_outer_height / sqrt(2) *!*/

    /*background: inherit;*/
    /*!* use parent background *!*/

    /*border: inherit;*/
    /*!* use parent border *!*/

    /*border-left-color: transparent;*/
    /*!* hide left border *!*/

    /*border-bottom-color: transparent;*/
    /*!* hide bottom border *!*/

    /*border-radius: 0px 4px 0px 0px;*/
    /*!* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px *!*/

    /*-webkit-border-radius: 0px 4px 0px 0px;*/
    /*-moz-border-radius: 0px 4px 0px 0px;*/
/*}*/

/*.btn-arrow-right:before,*/
/*.btn-arrow-right:after {*/
    /*!*transform: rotate(45deg);*/
    /*!* rotate right arrow squares 45 deg to point right *!*/

    /*-webkit-transform: rotate(45deg);*/
    /*-moz-transform: rotate(45deg);*/
    /*-o-transform: rotate(45deg);*/
    /*-ms-transform: rotate(45deg);*/
/*}*/

/*.btn-arrow-left:before,*/
/*.btn-arrow-left:after {*/
    /*transform: rotate(225deg);*/
    /*!* rotate left arrow squares 225 deg to point left *!*/

    /*-webkit-transform: rotate(225deg);*/
    /*-moz-transform: rotate(225deg);*/
    /*-o-transform: rotate(225deg);*/
    /*-ms-transform: rotate(225deg);*/
/*}*/

/*.btn-arrow-right:before,*/
/*.btn-arrow-left:before {*/
    /*!* align the "before" square to the left *!*/

    /*left: -11px;*/
/*}*/

/*.btn-arrow-right:after,*/
/*.btn-arrow-left:after {*/
    /*!* align the "after" square to the right *!*/

    /*right: -11px;*/
/*}*/

/*.btn-arrow-right:after,*/
/*.btn-arrow-left:before {*/
    /*!* bring arrow pointers to front *!*/
    /*z-index: 1;*/
/*}*/

/*.btn-arrow-right:before,*/
/*.btn-arrow-left:after {*/
    /*!* hide arrow tails background *!*/

    /*background-color: white;*/
/*}*/

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

#navigation > a{width: 15%;}

.container {
  width: auto;
  max-width: 680px;
  padding: 0 0;
}

#flag{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#list_of_langs > li > a > div > div > span > img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.flag > img{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#list_of_flags > li{
    padding-top: 5px !important;
}

#list_of_langs > li{
    padding-top: 50px !important;
}

.media{
    padding : 0 0 0 5px;
}

.feathercheck{
    height:25px !important;
}

.lang_tooltip{
    background-color: aliceblue !important;
}

.nav-tabs > a{
    width: 15%;
}

table#preg_table{
    table-layout: fixed ;
    width: 100% ;
    border-collapse: collapse ;
    /*border: 1px solid #ced4da;*/
}

table#preg_table th td{
    width: 33% ;
    /*border: 1px solid #ced4da;*/
    padding: 10px ;
}

table#preg_table svg{
    float: right;
    color: #a9a9a9;
}

table#preg_table th > span{
    font-weight: normal;
    color: #a9a9a9;
}

#cancel_div{
    margin:1rem 0rem;
}

.added_row .custom-control-label::before .custom-control-label::after {
    left: calc(50% + 5rem) !important;
    text-align: center;
    vertical-align: middle;
}

.added_row td{
    text-align: center;
    vertical-align: middle;
}

#add_preg{
    float: right;
}

#address-row>div{
    padding-left: 5px;
}

#add_address{
    margin-bottom: unset !important;
}

#tests_b,#cards_b,#other_b {
    text-align: center !important;
    font-size: larger;
}

#current_form, #nipt_reason_form {
    text-align: center !important;
    width: 40%;
    margin:auto;
}
#personal_info{
    text-align: center !important;
    width: 50%;
    margin:auto;
}

#previous_form{
    width: 60%;
    margin:auto;
}

#previous_note textarea{
    width: 100% !important;
}

#personal_info > div > input,#personal_info > div > div,#personal_info > div > select {
    width: 50% !important;
}

#current_form input, #current_form select, #current_form > div > div,
#nipt_reason_form input, #nipt_reason_form select, #nipt_reason_form > div > div {
    width: 50% !important;
}

#current_form > div > div > select,
#nipt_reason_form > div > div > select {
    width: 100% !important;
}

#current_form label, #current_form > div > label, 
#nipt_reason_form label, #nipt_reason_form > div > label {
    display: block;
    text-align: left;
    width: 40% !important;
}

#personal_info > div > div > input{
    width: 50%;
}

#personal_info > div > div > select {
    width: 100%;
}

#personal_info > div > div > div,#personal_info > div > div > span {
    width: 10%;
}

#personal_info > div > div > .custom-radio {
    width: initial;
}

#personal_info > div > div >.prefix{
    width: 40%;
}


#personal_info > div > div > div > a {
   padding: .375rem .0rem !important;
}

.help_page > a{
    font-size: large;
}

#headersArea{
    width: 100%;
}

p[name="note"]{
    max-width:79%;
}

#submit_exam_btn{
    margin-left: 4px;
}

#success-text{
    text-align: center;
}

.banners-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
    padding-top: 20px;
}


.banner{
    height: 300px;
    display: none;
    overflow: hidden;
}

/* Next & previous buttons */
.prev_banner, .next_banner {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white !important;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next_banner {
    right: 0;
    border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev_banner:hover, .next_banner:hover {
    background-color: rgba(0,0,0,0.8);
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.dot.active{
    background-color: #717171;
}

.form-inline{
    margin-bottom: 10px;
}

.added_row select{
    border: none !important;
}

.my_column_params{
    width: 60%;
}

.my_column_params input{
    width:50% !important;
}

.my_column_params span{
    /*width:10% !important;*/
    align-self: center;
    text-align: end;
}

.my_column_params textarea{
    width:100% !important;
    resize: none;
}

/*#prenatal_note{*/
/*    font-weight: bold;*/
/*}*/

#har_col > div > div > div > div,#tri_col > div > div > div > div,#genome_col > div > div > div > div,#patient_details > div > div,#req_details > div > div,#address_details > div > div{
    margin-bottom: 10px !important;
}

#gen_list div,#harmony_list div,#trisomy_list div{
    padding-bottom: .5rem;
}

.my_column{
    margin: 5px;
    float: left;
}

.my_column label{
    font-weight: bold;
}

.my_column select{
    width:50% !important;
}

.my_column:not(:first-child) label{
    margin-left:15px;
}

.second_label{
    width: 2.8em;
}

#preg_note{
    width: 50% !important;
    resize: none;
    font-family: inherit;
    display: block;
    overflow: auto;
}

#address_id{
    resize: none;
    display: block;
    overflow: auto;
}

#bmi_id,#physician_address_id,#clinic_address_id{
    background-color: #fff !important;
    border-color: #ebeced !important;
}

#gest_first_div,#gest_sec_div,#gest_last_div{
    margin-left: auto;
    margin-right: auto;
}

#gen_list,#harmony_list,#trisomy_list{
	margin-left: 5em;
	margin-right: 5em;
}

#nipt{
    text-align: left;
}
#ngs{
    text-align: left;
}

/* Fading animation */
.fade {
    /*-webkit-animation-name: fade;*/
    -webkit-animation-duration: 1.5s;
    /*animation-name: fade;*/
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

#unblock_link{
    padding-top: 2em;
}

#unblock_link > a{
    cursor:pointer;
    color:rgba(26, 115, 232, 1) !important;
    font-family: 'Google Sans',arial,sans-serif;
    text-decoration: none !important;
}

#info_tiles > a > div > span{
    font-size: larger;
}

#emailId{
    margin-bottom: 10px;
}

.params_heading{
    font-family:"Open Sans", "Helvetica Neue", "Segoe UI", Helvetica, Verdana, sans-serif !important;
    border-bottom: 1px solid rgb(221,221,221);
}

.two-inline input{
    width: 100% !important;
    margin-left: 10%;
}

.btn-general-page {
    width:350px;
    height:100px;
    margin-bottom: 10px;
}

.input-group-addon{
    padding: 6px 12px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    color: #555 !important;
    text-align: center !important;
    background-color: #eee !important;
    border: 1px solid #ccc !important;
    width: 20% !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    display: table-cell !important;
}
.input-group-addon-my{
    display: inline-block;
}

#bmi_span_id{
    padding: 6px 12px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    color: #555 !important;
    text-align: center !important;
    background-color: #eee !important;
    border: 1px solid #ccc !important;
    width: 45% !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    display: table-cell !important;
}

#params_details h5:after,#sample_details h5:after{
    content:' ';
    display:block;
    border-bottom:1px solid black;
}

.input-group>.form-control{
    width: 100% !important;
}
.prefix input {
    border-radius: 0px 4px 4px 0px;
}
.prefix .input-group-addon {
    border-right: 0;
    border-radius: 4px 0px 0px 4px;
}

.suffix input {
    border-radius: 4px 0px 0px 4px;
}
.suffix .input-group-addon {
    border-left: 0;
    border-radius: 0px 4px 4px 0px;
}
.input-group-addon.prefix {
    border-radius: 4px 0px 0px 4px;
    border-right: 0;
}
.input-group-addon.suffix {
    border-radius: 0px 4px 4px 0px;
    border-left: 0;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

#inputPassword::-ms-clear{
    margin-right:20px !important;
}

#pswd_icon{
    float: right;
    margin-left: -25px;
    margin-top: -1.7rem;
    position: relative;
    z-index: 2;
}

.fa-eye:before{
    content: "\f06e";
    margin: 10px;
}

.field-icon{
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}

.input-icon{
    position: absolute;
    right: 10px;
    top: calc(50% - 0.5em);
}

.input-icon-group{
    position: absolute;
    right: 10px;
    top: calc(50% - -0.5em);
}

.input-wrapper{
    position: relative;
}

.list-row{
    margin-bottom: unset !important;
}

#prenatal_form {
    text-align: center !important;
    width: 85%;
    margin: auto;
}

@media (max-width: 767px) {
    #print_pdf_btn{
        width: 100%;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    #test_table_rows > div > div > .checkboxlabel{
        float: right;
    }

    #test_table > div {
        font-size: small;
    }

    #test-search > .col-6{
        padding-right: unset;
        padding-left: unset;
        max-width: 100%;
    }

    #codes_select{
        width: auto;
    }

    .zia_var{
        column-count: 1;
    }
    .zia_var > ul{
        padding-left: unset !important;
    }

    .nav-tabs > a{
        width: auto;
    }

    #test_table_rows > div > div{
        padding-left: 0px;
        padding-right: 5px;
    }


    .footer {
        line-height:normal;
    }
    #logout-1{
        color: black !important;
    }
    #tests_filters{
        flex-direction: column !important;
    }
    #div_chart{
        margin-right: unset !important;
    }
    #tests_filters > div{
        padding-bottom: 10px;
    }

    #ambulancia{
        flex-direction: column !important;
    }

    .dropdown-menu{
        width: 100% !important;
    }
    .dropdown-menu.show{
        overflow: visible !important;
    }
}

@media (max-width: 576px) {

    .test_link{
        border-color: #f8f3f3 #f8f3f3 #fff !important;
        border-radius: .25rem !important;
    }

    .test_link.active{
        border-radius: .25rem !important;
        border-color: #dee2e6 #dee2e6 #dee2e6 !important;
    }

    #test_choices >div ,#form_choices > div{
        flex-direction: column;
    }


    #other_div > div{
        flex-direction: column;
    }

    #other_div > div > div{
        margin-left: unset;
        margin-right: unset;
        margin-bottom: 5%;
    }

    #exams_filter{
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .remove{
        width:100% !important;
    }
    .add{
        white-space: unset !important;
    }

    .sample_row > div{
        padding-left: unset !important;
    }

    .editable > div{
        padding-left: unset !important;
    }

    .btn_exam{
        width: auto !important;
    }

    #test_param{
        width:100% !important;
        margin: auto !important;
    }

    .form-change-password .form-group { 
        text-align: left;
    }

    .form-inline{
        justify-content: center;
    }

    .result-label {
        text-align: left!important;
        font-weight: 300!important;
    }

    .result-test-label {
        text-align: left!important;
        font-weight: 300!important;
    }

    #searchfilter-ambulancia{
        max-width: max-content;
        overflow:hidden;
        text-overflow:ellipsis;
    }

    #searchfilter-ambulancia  option{
        max-width: 100%;
        overflow: hidden;
        text-overflow:ellipsis;
        font-size: small;
    }

    #order_detail_btns {
        display: inline-table !important;
    }

    .form-label{
        text-align: start !important;
        padding-left: 15px !important;
    }

    #ambulancia{
        flex-direction: column !important;
    }

   .dropdown-menu{
        width: 100% !important;
    }

   .dropdown-menu.show{
       overflow: visible !important;
   }

    #results_actions, #order_actions, #results_patients_actions, #tests_filters{
        flex-direction: column !important;
    }

    #tests_filters > div{
        padding-bottom: 10px;
    }

    .pocet_zaznamov{
        flex-direction: column !important;
    }

    #pagination_actions{
        flex-direction: column !important;
    }

    .pagination{
        padding-top: 10px;
        justify-content: center;
    }

    #result_detail_html{
        overflow: auto;
    }

    #main_actions{
        padding-top: 10px;
    }

    .small{
        font-weight: unset !important;
    }

    #logout-1{
        color: black !important;
    }

    .border_span{
        border-bottom: 1px solid black;
    }

    .small-form{
        border-bottom: 0px !important;
    }

    #div_chart{
        margin-right: unset !important;
    }

    .dropdown .ais-type{
        width: 100% !important;
    }

    #odber div:first-child{
        flex-direction: column;
    }
}

@media (max-width: 355px) {
    .content-main-actions{
        flex-direction: column;
    }
    #main_order{
        flex-direction: column !important;
    }
}

@media (max-width: 768px) {
    .navbar .nav-item {
       text-align: left!important;
    }

    #result_detail_html{
        overflow: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px){

    #form-examination fieldset {
        background: white;
        border: 0 none;
        border-radius: 3px;
        box-sizing: border-box;
        width: 100%;

        /*stacking fieldsets above each other*/
        position: relative;
    }
    /*Hide all except first fieldset*/
    #form-examination fieldset:not(:first-of-type) {
        display: none;
    }

    #tests_filters{
        flex-direction: column !important;
    }
    #tests_filters > div{
        padding-bottom: 10px;
    }
    #div_chart{
        margin-right: unset !important;
    }

    #ambulancia{
        flex-direction: column !important;
    }

    .dropdown-menu{
        width: 100% !important;
    }
    .dropdown-menu.show{
        overflow: visible !important;
    }

    #result_detail_html{
        overflow: auto;
    }

}

@media (min-width: 992px){
    #div_chart{
        margin-right: unset !important;
    }
}



