:root {  
  --blue800: #11252f;
  --blue500: #1b3847;
  --azure500: #368791;
  --primary: #368791;
  --orange: #c6401b;
  --light: #EFF1F3;
  --purp50: #87899a;
  --green: #27AE60;
}

/* jura-regular - latin_cyrillic_cyrillic-ext */
@font-face {
  font-family: 'Jura';
  font-style: normal;
  font-weight: 400;
  src: url('/css/font/jura-v11-latin_cyrillic_cyrillic-ext-regular.eot'); /* IE9 Compat Modes */
  src: local('Jura Regular'), local('Jura-Regular'),
       url('/css/font/jura-v11-latin_cyrillic_cyrillic-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/css/font/jura-v11-latin_cyrillic_cyrillic-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/css/font/jura-v11-latin_cyrillic_cyrillic-ext-regular.woff') format('woff'), /* Modern Browsers */
       url('/css/font/jura-v11-latin_cyrillic_cyrillic-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/css/font/jura-v11-latin_cyrillic_cyrillic-ext-regular.svg#Jura') format('svg'); /* Legacy iOS */
}

/* jura-600 - latin_cyrillic_cyrillic-ext */
@font-face {
  font-family: 'Jura';
  font-style: normal;
  font-weight: 600;
  src: url('/css/font/jura-v11-latin_cyrillic_cyrillic-ext-600.eot'); /* IE9 Compat Modes */
  src: local('Jura SemiBold'), local('Jura-SemiBold'),
       url('/css/font/jura-v11-latin_cyrillic_cyrillic-ext-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/css/font/jura-v11-latin_cyrillic_cyrillic-ext-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('/css/font/jura-v11-latin_cyrillic_cyrillic-ext-600.woff') format('woff'), /* Modern Browsers */
       url('/css/font/jura-v11-latin_cyrillic_cyrillic-ext-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/css/font/jura-v11-latin_cyrillic_cyrillic-ext-600.svg#Jura') format('svg'); /* Legacy iOS */
}

/* jura-500 - latin_cyrillic_cyrillic-ext */
@font-face {
  font-family: 'Jura';
  font-style: normal;
  font-weight: 500;
  src: url('/css/font/jura-v11-latin_cyrillic_cyrillic-ext-500.eot'); /* IE9 Compat Modes */
  src: local('Jura Medium'), local('Jura-Medium'),
       url('/css/font/jura-v11-latin_cyrillic_cyrillic-ext-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/css/font/jura-v11-latin_cyrillic_cyrillic-ext-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('/css/font/jura-v11-latin_cyrillic_cyrillic-ext-500.woff') format('woff'), /* Modern Browsers */
       url('/css/font/jura-v11-latin_cyrillic_cyrillic-ext-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/css/font/jura-v11-latin_cyrillic_cyrillic-ext-500.svg#Jura') format('svg'); /* Legacy iOS */
}

/* jura-700 - latin_cyrillic_cyrillic-ext */
@font-face {
  font-family: 'Jura';
  font-style: normal;
  font-weight: 700;
  src: url('/css/font/jura-v11-latin_cyrillic_cyrillic-ext-700.eot'); /* IE9 Compat Modes */
  src: local('Jura Bold'), local('Jura-Bold'),
       url('/css/font/jura-v11-latin_cyrillic_cyrillic-ext-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/css/font/jura-v11-latin_cyrillic_cyrillic-ext-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/css/font/jura-v11-latin_cyrillic_cyrillic-ext-700.woff') format('woff'), /* Modern Browsers */
       url('/css/font/jura-v11-latin_cyrillic_cyrillic-ext-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/css/font/jura-v11-latin_cyrillic_cyrillic-ext-700.svg#Jura') format('svg'); /* Legacy iOS */
}



/* share-tech-mono-regular - latin */
@font-face {
  font-family: 'Share Tech Mono';
  font-style: normal;
  font-weight: 400;
  src: url('/css/font/share-tech-mono-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Share Tech Mono'), local('ShareTechMono-Regular'),
       url('/css/font/share-tech-mono-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/css/font/share-tech-mono-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/css/font/share-tech-mono-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/css/font/share-tech-mono-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/css/font/share-tech-mono-v9-latin-regular.svg#ShareTechMono') format('svg'); /* Legacy iOS */
}


.mono
{
	font-family: 'Share Tech Mono';
}


:root {  
  --blue800: #11252f;
  --blue500: #1b3847;
  --azure500: #368791;
  --primary: #368791;
  --orange: #c6401b;
}

.btn-outline-primary,
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #368791;
  background-color: transparent;
  border-color: #368791;
}
.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #368791;
  border-color: #368791;
}
.btn-danger,
.btn-danger.disabled,
.btn-danger:disabled,
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c6401b;
  border-color: #c6401b;
}

a,
a:hover,
a:focus,
a:visited,
a:active {
  color: #368791;
  text-decoration: none;
}

body {
  font-size: 18px;
  background-color: #ccc;
  /*overflow-x:hidden;*/
}

var {
  font-style: normal;
  margin: 0 0.25rem;
}
.alert {  
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;

    display: flex;
    align-items: center;
    justify-content: center;


    margin: 0;    
    border-radius: 0;
    font-size: 20px;
}



aside {
  position: absolute;
  right: -80%;
  top: 0;
  bottom: 0;
  padding-top: 120px;
  width: 80%;
  background: #ccc;
  z-index: 200;


  overflow-y: scroll;
  transition: 0.5s;
}
aside.is_open {
  right: 0;
}
.console-header {
  position: fixed;
  top: 0;
  width: 80%;

  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 20px;

  color: #fff;
  background: var(--blue500);
}
.console-header > h3 {
  margin: 0 1.5rem 0.5rem 0; 
}
.console-header button {
  margin-left: auto;
}
.console-header .switch + label:after {
  border: 3px solid var(--blue800);
}
.console-form {
  position: fixed;
  top: 60px;
  width: 80%;

  padding: 10px 20px;
  background: var(--blue500);
  border-top: 1px solid var(--blue800);
}
.console-list {
  margin: 20px;
  padding: 0;
  list-style: none;

  display: flex;
  flex-direction: column;
  border-radius: 4px;
  overflow: hidden;
}
.console-item {
  display: flex;
  align-items: center;
  
  margin-bottom: 1px;
  padding: 10px;
  background: #fff;
}
.console-item > span {
  margin-right: auto;
}





.singin {
  min-height: 100vh;
  display: flex;
}
.singin-logo {
  margin: 0 0 40px;
}
.singin-form {
  display: flex;
  flex-direction: column;
  padding: 40px;
  background: url(../../image/singin.png) bottom center no-repeat;
  background-color: var(--blue500);
  background-size: 100%;
  color: #fff;
}
.singin-form label {
  color: rgba(255, 255, 255, 0.5);
}
.singin-form button {
  margin-top: 40px;
  color: #fff; 
  background-color:var(--azure500);
}
.singin-image {
  background: url(/image/543167149.jpg) 100% 100% no-repeat;
  background-size: cover;
}
.singin-image-lomovoz {
  background: url(/image/lomovoz.jpg) 100% 100% no-repeat;
  background-size: cover;
}
.setup-image {
  background: url(/image/1415455154.jpg) 100% 100% no-repeat;
  background-size: cover;
}
.refresh-form {
  text-align: right;
}
.refresh-btn {
  margin: 15px 0 0;
  font-size: 24px;
  color: #fff;
  background: rgba(0, 0, 0, 0.35); 
}
li .refresh-btn
{
	margin: 0;
	background: transparent;
}
li .refresh-btn:hover
{
	background: transparent;
	color: #fff;
}

a.device-name {
  position: absolute;
  bottom: 30px;
  right: 15px;
  padding: 5px 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 2px;    
}
.device-version {
  position: absolute;
  bottom: 80px;
  right: 15px;
  padding: 5px 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 2px;
}

.not_activated {
  position: absolute;
  bottom: 135px;
  right: 15px;
  padding: 5px 10px;
  color: #fff;
  background: rgba(255, 0, 0, 0.5);
  border-radius: 2px;    
}

.topbar {
  position: absolute;
  height: 60px;
  left: 0;
  right: 0;
  top: 0;
  padding: 0 20px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  color: #fff;
  font-family: 'Jura', sans-serif;
  background-color: var(--blue800);
}

.user-id {
  padding: 15px;
  color: rgba(255, 255, 255, 0.5);
}

.status-bar {
  padding: 0;
  margin: 0;
  margin-left: auto;
  list-style: none;

  display: flex;  
  height: 100%;
}
.status-bar a {
  color: inherit;
}
.status-bar li {
  display: flex;
  align-items: center;
  justify-content: center;

  height: 100%;
  padding: 0 20px;
}
.status-bar .logout::before, .status-bar .fa-cog::before
{
	font-size:30px !important;
}

.status-led {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  border-radius: 16px;
  background: var(--gray);
}
.status-led.online {
  background: var(--green);
}
.status-led.offline {
  background: var(--red);
}
.status-led.warning {
  background: var(--yellow);
}


.breadcrumb {
  margin: 1rem;
  padding: 0;
  background: none;
  border: none;
}
.breadcrumb a {
  /*color: var(--blue500);*/
  color: rgba(255, 255, 255, 0.6);
}
.breadcrumb a:hover {
  color: #fff;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "›";
}

.left-sidebar {
  position: absolute;
  top: 60px;
  bottom: 0;
  left: -330px;
  width: 330px;

  display: flex;
  flex-direction: column;

  color: #fff;
  background-color: var(--blue500); 

  transition: left 0.75s ease-in;
}

main {
  padding-top: 60px;
}
a.logo,
a.logo:hover,
a.logo:focus,
a.logo:visited,
a.logo:active {
  color: #fff;
}
.logo {
  display: inline-flex;
  font-family: 'Jura', sans-serif;
  color: #fff;
  font-size: 32px;
  font-weight: 600;   
}
.logo > img {
  margin-right: 6px;
}
.page {
  padding: 15px 0;
}
.page-header {
  margin: 0 0 8px;
  font-weight: 400;
  font-size: 32px;
}

.subnav_bulk
{
  height: 60px;
  width:100%;
}
.subnav {
  margin: 0;
  padding: 0 20px;
  list-style: none;

  position: fixed;
  left:0;
  right: 0;
  bottom: 0;
  z-index: 4;

  display: flex;
  height: 60px;
  font-size: 20px;
  color: #fff;
  font-family: 'Jura', sans-serif;
  background: var(--blue500);
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.subnav li {
  display: flex;
  align-items: center;
  justify-content: center;

  height: 100%;
  padding: 0 3px;
}
.subnav button {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}
.subnav a {
  color: #fff;
}
.check-form {
  margin: 0;
  background: #fff;
  padding: 15px 20px;
  border-radius: 4px;
}
.card {
  margin: 20px 0 40px;
}

.start-page {
  display: flex;
  height: calc(100vh - 60px);
  width: 100%;
  padding: 0;

  background-color: var(--blue500);
  background-size: 100%;

  background: url(/image/634614764.jpg) 100% 80% no-repeat;
  
  background-size: cover;
}
.start-page-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;

  width: 100%;
  margin: auto 0 0;
  padding: 10px 10px 60px;
  background-color: var(--blue500);
  list-style: none;
}
.start-page-list::before {
    content: '';
    position: absolute;
    top: -120px;
    left: 0;
    right: 0;
    height: 122px;
    display: inline-block;
    background: url(../../image/singin.png) bottom left no-repeat;
    background-size: contain;
        transform: scale(-1, 1);
}
.start-page-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  width: calc((100% / 3) - 24px);
  margin: 12px;
  border-radius: 4px;

  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
}
.start-page-item a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  padding: 20px;
  height: 100%;
  color: inherit;
}
.start-page-name {
  margin: 0;
  font-size: 26px;
  line-height: 115%;
  word-break: break-word;
}
.start-page-status {
  color: var(--gray);
}




.workmode {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;

  display: flex;
  flex-direction: column;
  justify-content: center;
}
.workmode-item {
  height: 85px;
  margin: 0 0 15px;
  padding: 20px;
  display: inline-flex;
  align-items: center;
  font-size: 22px;
  line-height: 130%;
  color: inherit;
  background: #fff;
  border-radius: 4px;
}
.workmode-item.is-active {
  background: url(../../image/singin.png) bottom center no-repeat;
  background-color: var(--blue500);
  background-size: 100%;
  color: #fff;
}

.workplace-new, .workplace-continue
{
  display: flex;
  flex-direction: column;

  height: 480px;
  margin: 30px auto 0;
  padding: 30px;
  background: #fff;
  border-radius: 4px;
}
.workplace-new h2,.workplace-continue h2,
 {
  margin-bottom: 30px;
}

.recipe-composition {
  margin-top: 15px;
  width: 100%;
  display: inline-block;
  position: relative;  
  padding: 15px;
  border: 1px solid var(--yellow);
}
.recipe-composition caption {
  caption-side: top;
  display: inline-block;
  position: absolute;  
  top: -16px;
  left: 7px;
  padding: 0 8px;
  font-weight: 600;
  color: var(--blue800);
  background: #fff;
}
.recipe-composition td {
  font-size: 15px;
  padding: 6px 0;
}
.recipe-composition td:first-child {
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 1;
}
.recipe-composition td:first-child:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #ccc;
  z-index: -1;
}
.recipe-composition td:first-child span {
  display: inline-block;
  background: #fff;
  padding-right: 5px;
  margin-right: 5px;
}
.recipe-composition td:last-child {
  padding-left: 5px;
  white-space: nowrap;
}
.resipe-workplace td {
  width: 50%;
}
.recipe-progress {
  height: 6px;
}
.recipe-info {
  font-size:13px;
  font-weight:bold;
  color: var(--green);
}


.recipient-type {
  margin: 0;
}
.recipient-type a {
  color: inherit;
}
.list-group-item {
  width: 142px;
  text-align: center;
}
.list-group-item.is-active {
  background: var(--azure500);
  color: #fff;
}
.workplace-quection {
  margin-bottom: 30px;
}

.workplace {
  padding-right: 60px;
}
.workplace h3 {
  font-size: 30px;
  margin-bottom: 30px;
}
.txt-session {
  font-size: 18px;
  color: var(--gray);
}
.badge-weight {
  font-size: 18px;
  margin-left: 8px;

  background: var(--gray);
  color: #fff;
  /*
  background: var(--yellow);
  color: var(--blue800)
  */
}

.badge-weight-red {
  background: var(--orange);
}
.badge-weight-green {
  background: var(--green);
}


.car-image {
  display: none;
  margin: 40px 0 20px;
  max-width: 100%;
}

.indiactors {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;  
  border-radius: 4px;
}
.indiactors tr {
  display: flex;
}
.indiactors td {
  width: 50%;
  text-align: center;
  padding: 20px;
  border: 1px solid #ccc;
}
.indiactors td.indicator-red{
  border: 4px solid #c6401b;
  box-shadow: inset 0px 0px 30px rgb(198, 64, 27);
}
.indiactors td.indicator-yellow{
  border: 4px solid #ffcb00;
box-shadow: inset 0px 0px 30px rgb(255, 203, 0);
}
.indiactors td.indicator-green{
  border: 4px solid #008300;
  box-shadow: inset 0px 0px 30px rgb(0, 131, 0);
}

.indiactors td i {
  font-style: normal;
  font-size: 26px;
  /*opacity: 0.4;*/
  color: #a6a8a9;
  margin: 0 4px;
}
span#volume {
  display: block;
  margin-top: -6px;
}
.indiactors #volume i {
  font-size: inherit;
}
.indiactors #volume var {
  color: #a6a8a9;
}
.indiactors td b {
  font-style: normal;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.4);
  margin: 0 4px;
}
.indicator-name {
  display: block;
  margin: 5px;
  line-height: 120%;
}
.indicator-count {
  display: inline-flex;
  align-items: baseline;
  font-size: 56px;
  line-height: 60px;
  font-weight: 500;
  color: #4d5154;
}
.indicator-primary .indicator-count {
  font-style: 40px;
  color: var(--blue800);
}
span.navbar-toggler-icon {
  display: inline-flex;
  background: var(--azure500);
  color: #fff;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  position: absolute;
  right: 80px;
  top: 90px;
  z-index: 10;
}


.devices {
  margin: 0 auto 30px;
  width: 100%;
  font-size: 20px;
  background: #fff;
}
.devices td {
  padding: 0 16px;
  width: 200px;
  height: 60px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.devices td:first-child {
  width: calc(100% - 340px);
  text-align: left;
}
.devices td:last-child {
  width: 140px;
}
.devices caption {
  color: #11252f;
  caption-side: top;
  font-size: 32px;
}
.devices td.devices-value {
  font-weight: 500;
  font-size: 24px;
  text-align: right;
}
.devices td.devices-value span {
  display: inline-block;
  width: 70px;
  margin-left: 6px;
  font-size: 18px;
  color: var(--gray);
  text-align: left;  
}
.devices-online {
  color: var(--green);
}
.devices-offline {
  color: var(--red);
}


.settings_device-list {
  display: flex;
  flex-wrap: wrap;

  margin: 0 -12px;
  padding: 0;
  list-style: none;
}
.settings_device-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  width: calc((100% / 3) - 20px);
  margin: 8px 10px;
  min-height: 115px;
  border-radius: 4px;

  background: #fff;
}
.settings_device-item a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  padding: 15px;
  height: 100%;
  color: inherit;
}
.settings_device-name {
  margin: 0;
  font-size: 22px;
  line-height: 115%;
  word-break: break-word;
}
.settings_device-status {
  color: var(--gray);
}

.weight-settings {

}
.weight-settings td,
.weight-settings th {
  vertical-align: middle;
  padding: 0.5rem;
}
.weight-settings input {
  width: 100%;
  padding: 0 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 24px;
}




.checkpoint-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.checkpoint {
  display: flex;
  align-items: flex-end;
  margin: 0 auto 20px;
  padding: 20px 20px 26px;
  background: #fff;
}
.checkpoint-arrow {
  align-items: center;
}
.checkpoint_form-group {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.checkpoint_form-group label {
  margin: 0;
  color: var(--gray);
}
.checkpoint_form-group input {
  height: 42px;
  max-width: 280px;
  padding: 0 3px;
  font-size: 30px;
  border: 0;
  border-bottom: 1px solid var(--gray);
}
.checkpoint button {
  margin-left: auto;
  /*height: 56px;  
  color: #fff;
  background-color: var(--azure500);
  border-color: var(--azure500);*/
}
.checkpoint_btn-add > i {
  margin-right: 8px;
}
.checkpoint_btn-add {
  font-weight: 600;
  border-color: rgba(0, 0, 0, 0.2);
}
.checkpoint-status,
.checkpoint-status .spinner-border {
  font-size: 40px;
  
}
.instruction {
  font-size: 20px;
}
.calibration-status {
  /*height: 80px;*/
  height: 60px;
}
.calibration-status li {
  font-size: 24px;
}
.calibration-status li:first-child span {
  display: inline-flex;
  font-size: 30px;
  margin-left: 8px;
  font-weight: 500;
}

.how-to {
  font-size: 16px;
}
.form_margin {
  margin-top: -45px;
}
.form_margin .checkpoint_form-group {
  max-width: 210px;
}
.form_margin .checkpoint_form-group label {
  font-size: 15px;
}
.form_margin .checkpoint_form-group input {
  font-size: 26px;
}
.form_margin button.btn {
  padding: 6px;
  margin-left: 4px;
}

.switch{
  display:none;
}
.switch + label{
  position:relative;
  margin: 0;
  height:36px;
  line-height:36px;
  padding-left:60px;
  transition:all .4s ease-in-out 0s;
}
.switch + label:after,
.switch + label:before {
  top:50%;
  content:'';
  position: absolute;
  transition:inherit;
}
.switch + label:after {
  left:0;
  width:50px;
  height:26px;
  margin-top:-13px;
  background: var(--blue800);
  border-radius:36px;
  border:3px solid rgba(0, 0, 0, 0.3)
}

.switch + label:before{
  top:50%;
  left:7px;
  z-index:1;
  width:14px;
  content:'';
  height:14px;
  border-radius:50%;
  position:absolute;
  margin-top:-7px;
  transition:inherit;
  background-color:#737373;
}
.switch:checked + label:after{

}
.switch:checked + label:before{
  left: 28px;
  background: var(--green);
  border-color: transparent;
}



h1.title
{
  font-size:40px;
  font-family: 'Jura', sans-serif;
  padding:0 15px;
}
h1.title button
{
  margin-top:10px;
  float:right;
} 


.done_circle
{
  font-size:40px;
}



.stop
{
	top: -41px;
	right:20px;
	position:absolute;
	color:red;
	font-weight:bold;
	font-size:16px;
}

.modal-backdrop {
    z-index: 1051;
}
.modal {
    z-index: 1052;
}



 .wrapper {
    position: relative;
    padding: 0 5px;
    overflow-y: auto;
}



.blocked {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 10;
display: inline-flex;
justify-content: center;
align-items: center;
color: #fff;
background: rgba(0, 0, 0, 0.85);
}
.blocked-txt {
text-align: center;
margin-bottom: 4vh;
}
.blocked-txt img,.blocked-txt .fas {
height: 64px;
font-size:64px;
margin-bottom: 20px;
}
.blur {
filter: blur(4px);
}
.h4 {
font-size: 28px;
margin: 0;
}

.fa-level-down
{

transform: rotate(90deg);
}


.calibration {
list-style: none;
margin: 0;
padding: 0;
background: #fff;
}
.calibration li {
padding: 20px;
border-bottom: 1px solid #dee2e6;
padding-bottom: 10px;
}

.red
{
	color:red;
}








  .text-primary {
    color: #368791 !important;
  }
  .calibration-point-box {
    margin: 15px 0;
    padding: 15px;
    background: #fff;
  }
  .calibration-point-box .calibration-label {
    display: inline-block;
    margin: 0 0 10px;
  }
  .calibration-point-list {
    list-style: none;
    margin: -10px;
    padding: 0;

    display: flex;
  }
  .calibration-point {
    margin: 10px;
    height: 38px;
    flex: 1 0 42px;            
  }
  .calibration-point button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .calibration-point button:disabled {
    color: #495057;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    opacity: 1;
  }
  
#loading
{
	position:absolute;
	z-index:1100;
	font-size:20px;
	top:64px;
	right:8px;
	opacity:0.5;
}
























body {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  font-size: 18px;
  background-color: var(--light);
}
.header {
  grid-area: hd;
  background: var(--blue800);
}
.main {
  grid-area: mn;
  margin: 20px;
}
.aside {
  grid-area: as;
  overflow-y: scroll;
  height:540px;
}
.grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  grid-template-rows: 0px 1fr;
  grid-template-areas: 
    "hd hd"
    "as mn"
}




.trip {
  margin: 20px 10px;
  line-height: 120%;
}
.trip-num {
  margin-bottom: 10px;
  color: var(--purp50);
  font-weight: 900;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.trip-steps {
  list-style: none;
  margin: 0;
  padding: 0;
}
.trip-steps li {
  display: inline-flex;
  flex-direction: column;
  position: relative;  
  padding: 10px 10px 10px 44px;
  width: 100%;
  border-radius: 4px;
}


.trip-steps li.bordered {
  background: #ddd;
}

.trip-steps li.is_active {
  background: #fff;
}
.trip-steps li:before,
.trip-steps li:after {
  content: '';
  position: absolute;
  left: 22px;
  width: 1px;
  background: var(--purp50);
}
  .trip-steps li:first-child:before,
  .trip-steps li:last-child:after {
    display: none;
  }
  .trip-steps li:before {
    top: 0;
    bottom: 50%;
  }
  .trip-steps li:after {
    top: 50%;
    bottom: 0;
  }
.dote {
  position: absolute;
  top: calc(50% - 7px);
  left: 15px;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid var(--purp50);
  border-radius: 50%;
  background: var(--light);
  z-index: 2;
}
.step-name {
  font-weight: 500;
  margin-bottom: 2px;
}
.step-info {
  color: var(--purp50);
}

.trip-steps li.is_done .dote {
  background: var(--green);
  border-color: var(--green);
}
.trip-steps li.is_active .dote {
  background: #9B51E0;;
  border-color: #9B51E0;;
}


.pecipe {
  list-style: none;
  margin: 20px 0;
  padding: 0;

  display: grid;
  grid-gap: 14px;
  grid-auto-rows: 110px;
  grid-template-columns: 1fr 1fr;
}
.pecipe li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px;
  border-radius: 4px;
  border: 1px solid rgba(31, 32, 65, 0.2);
}
.pecipe li > svg {
  flex: 0 0 100px; 
}
.ingredient-name {
  flex: 1 1 auto; 
  font-size: 30px;
  font-weight: 300;  
  line-height: 100%;
  letter-spacing: -0.02em;
  padding: 10px;
}
.ingredient-name > span {
  display: block;
  font-weight: 500;
  font-size: 24px;
}
.chart-number {
  position: absolute; 
  top: 0;
  bottom: 0;
  right: 0;
  width: 110px;
  z-index: 2;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 3px; /*приподнимает текст*/

  font-size: 22px;
  font-weight: 600;  
  line-height: 100%;
  letter-spacing: -0.2px;
  color: #3E3E50;
}

.pecipe li.is_active {
  background: #fff;
  box-shadow: 0px 0px 20px rgba(31, 32, 65, 0.2);
  border-color: #fff;

}



.next-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 5px rgba(31, 32, 65, 0.2);

  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}

.timer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
  position: relative;
}
.donut-hole {
  box-shadow: 0px 0px 20px rgba(31, 32, 65, 0.2); 
}
.timer-num {
  position: absolute;
  width: 250px;
  height: 250px;
  left: calc(50% - 125px);
  top: calc(50% - 125px);

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.timer-num span {
  font-size: 24px;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -0.2px;
  color: #707683;
}
.timer-num var {
  font-family: monospace;
  font-size: 64px;
  font-weight: 700;  
  line-height: 100%;
  letter-spacing: -0.2px;
  color: #3E3E50;
  margin: 4px auto 14px;
}


.feeding {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  margin: 20px 0;

  position: relative;
  z-index: 2;
  
  color: #3E3E50;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 20px rgba(31, 32, 65, 0.2); 
}
.info {
  display: inline-flex;
  flex-direction: column;
  text-align: center;
}
.info span {
  font-size: 24px;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -0.2px;
}
.info var {
  font-size: 132px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.4px;
}
.feeding  .progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 82%;
  border: 4px solid #fff;
  background: rgba(111, 207, 151, 0.12);

  display: block;
  z-index: -1;
}
.feeding .progress:after {
  content: '';
  position: absolute;
  top: 4px;
  bottom: 4px;
  right: 4px;
  width: 12px;
  display: inline-block;
  background: var(--green);
  border-radius: 4px;
}

.trunk {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 50%;
  height: 127px;
  padding: 20px;

  color: #3E3E50;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 20px rgba(31, 32, 65, 0.2); 
}
.trunk span,
.trunk var {
  flex: 1 1 auto; 
}
.trunk span {
  font-size: 24px;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -0.2px;
}
.trunk var {
  text-align: right;
  font-size: 66px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.3px;
}


