/* pt-mono-regular - latin */
@font-face {
  font-family: 'PT Mono';
  font-style: normal;
  font-weight: 400;
  src: local('PT Mono'), local('PTMono-Regular'),
       url('/css/font/pt-mono-v7-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/css/font/pt-mono-v7-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* 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 */
}

@media (min-width: 992px) {
  .container {max-width: 994px;} /*планшет 1024 - 30px на отступы*/
}

: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/499973944.jpg) 100% 100% no-repeat;
  background-size: cover;
}
.setup-image {
  background: url(/image/499973944.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;    
}

.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
{
	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: "›";
}
.breadcrumb-dropdown {  /* 0 */
  background: #1b3847;
}
.breadcrumb-dropdown .dropdown-item.active,
.breadcrumb-dropdown .dropdown-item:active {
  background-color: #368791
}

.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;
  padding-bottom: 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;
  line-height:19px;
}
.subnav a {
  color: #fff;
}
.top-subnav {
  background-color: var(--blue800);
}
.top-subnav .nav-pills .nav-link {
  border-radius: 0;
}
.top-subnav .nav-pills .nav-link.active,
.top-subnav .nav-pills .show > .nav-link {
  background: none;
  border-bottom: 3px solid var(--orange);
}

.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/738795880.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;
}
.indiactors td.indicator-yellow{
  border: 4px solid yellow;
}
.indiactors td.indicator-green{
  border: 4px solid green;
}

.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: 34px;
  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;
  border-radius: 0.25rem;
}




.gauge-col 
{
    position: fixed;
    top: 60px;
    bottom: 0;
    right: 0;
}
.gauge-col-left
{
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
}
.gauge {
  position: relative;
  width: 15px;
  height: calc(100% - 60px);
  background: rgb(255,255,255);
}
.gauge-meter {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.gauge-meter li {
  width: 100%;
  background: #ccc;
}
  .gauge-meter li:nth-child(3) {
    height: 3%;
    background: var(--red); 
  }
  .gauge-meter li:nth-child(2),
  .gauge-meter li:nth-child(4) {
    height: 4%;
    background: var(--yellow);
  }
  .gauge-meter li:nth-child(1) {
    height: 60%;
  background: var(--green);
  }
  .gauge-meter li:nth-child(5) {
    background: var(--green);
    height: 29%;
  }
.gauge-arrow {
  display: inline-block;
  width: 20px;
  height: 3px;
  background: var(--gray-dark);
  position: absolute;
  left: -5px;
  top: 20%;
}
.gauge-arrow > var {
  position: absolute;
  margin: 0;
  left: -40px;
  bottom: -13px;
  width: 40px;
  height: 30px;
  line-height: 30px;    
  font-size: 16px;
  font-weight: 600;
  text-align: center;    
  color: #fff;
  background: var(--gray-dark);
  border-radius: 10px 20px 20px 10px;    
}
.gauge-arrow > var:after
{
  content:'В°';
}
.gauge-col-left .gauge-arrow-left {
  display: inline-block;
  width: 20px;
  height: 3px;
  background: var(--gray-dark);
  position: absolute;
  left: 0px;
  top: 20%;
}
.gauge-col-left .gauge-arrow-left > var {
  position: absolute;
  margin: 0;
  left: 20px;
  bottom: -13px;
  width: 40px;
  height: 30px;
  line-height: 30px;    
  font-size: 16px;
  font-weight: 600;
  text-align: center;    
  color: #fff;
  background: var(--gray-dark);
  border-radius: 20px 10px 10px 20px;    
}
.gauge-arrow-left > var:after
{
  content:'В°';
}





.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 {
  display: flex;
  font-size: 25px;
}
.instruction {
  font-size: 20px;
}
.calibration-status {
  /*height: 80px;*/
  height: 60px;
}
.calibration-status i.fas {
  font-size: 16px;
  color: var(--primary);
}
.calibration-status li {
  font-size: 24px;
}
.calibration-status li:first-child span {
  display: inline-flex;
  font-size: 30px;
  margin-left: 1px;
  font-weight: 500;
}


.weighting-status
{
	height: 80px;
}
.weighting-status li {
  font-size: 24px;
}
.weighting-status button {
    font-size: 28px !important;
}

.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 .fa,.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;
}

.red {
  color:red;
}



#loading
{
	position:absolute;
	z-index:1100;
	font-size:20px;
	top:64px;
	right:8px;
	opacity:0.5;
}