h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 44px;
  font-weight: 400;
}

.body {
  height: 100%;
  padding-left: 70px;
  font-family: 'PT Sans', sans-serif;
}

.navbat {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 3px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ddd;
}

.date-info-span {
    font-size: 1.5em;
}

.brand {
  padding: 5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  opacity: 0.5;
}

.brand:hover {
  opacity: 0.7;
}

.image-link {
  width: 25px;
  height: 25px;
}

.navmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.linkmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.5;
}

.linkmenu:hover {
  opacity: 0.85;
}

.linkmenu.w--current {
  position: relative;
  z-index: 999;
  margin-right: -1px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #fff;
  opacity: 1;
}

.section {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 1%;
}

.h1 {
  margin-bottom: 0px;
  color: #3d4147;
  font-size: 21px;
  font-weight: 400;
}

.content {
  max-width: 1000px;
}

.tablink {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.tablink:hover {
  background-color: #c1d5d2;
}

.tablink.w--current {
  padding-top: 0px;
  padding-bottom: 10px;
  background-color: #ddd;
}
.tablink:hover {
    padding-bottom: 10px;  
}

.tabpane {
  height: 100%;
}

.tabs {
  height: 100%;
}

.tabscont {
  height: 100%;
  border-top: 2px solid #ddd;
  border-top-right-radius: 20px;
}

.filtress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.filtres {
  display: inline-block;
  margin-left: 25px;
}

.filtres-category {
  display: inline-block;
  margin: 5px;
  padding: 5px;
  background-color: #ddd;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #3d4147;
  text-decoration: none;
}

.filtres-category:hover {
  background-color: #bdbdbd;
}

.filtres-category:focus {
  background-color: #4ac2a4;
}

.filtress-name {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 25px;
}

.tmc-name {
  margin-bottom: 5px;
  margin-left: 7px;
  font-size: 16px;
  font-weight: 400;
}

.checknox {
  width: 17px;
  height: 17px;
  margin-top: 0px;
}

.checkboxfiled {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tmcnumber {
  display: inline-block;
  margin-left: 30px;
  font-size: 12px;
  line-height: 15px;
}

.txtprice {
  display: inline-block;
  font-size: 18px;
}

.txt-namecat {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: rgba(74, 194, 164, .5);
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}

.txt-namecat.categotes {
  margin-top: 10px;
  background-color: hsla(0, 0%, 74%, .5);
  text-transform: none;
}

.formtcm {
  margin-bottom: 0px;
}

.rowtmc {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, .23);
}

.rowtmc:hover {
  background-color: rgba(61, 65, 71, .15);
}

.rowtmc.ready {
  background-color: rgba(74, 194, 164, .3);
}

.rowtmc.noready {
  background-color: rgba(179, 45, 45, .15);
}

.link-tmc-other {
  display: inline;
  margin-right: 10px;
  margin-left: 10px;
  border-bottom: 1px dotted #4ac2a4;
  color: #4a6cc2;
  font-size: 16px;
  text-decoration: none;
}

.link-tmc-other:hover {
  border-bottom-style: none;
  text-decoration: none;
}

.dv-tmc-other {
  
  margin-top: 10px;
}

.txt-journal {
  margin-left: 10px;
  font-size: 16px;
  line-height: 22px;
}

.span-time {
  color: #b32d2d;
}

.col2 {
  height: 100%;
  padding-top: 10px;
  padding-bottom: 5px;
}

.span-in {
  color: #16a07d;
}

.link-in {
  margin-left: 10px;
  color: #4a6cc2;
}

.link-in:hover {
  text-decoration: none;
}

.link-zapros {
  display: inline-block;
  margin: 5px;
  padding: 5px;
  border: 2px solid #3d4147;
  background-color: #3d4147;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  text-decoration: none;
}

.link-zapros:hover {
  background-color: transparent;
  color: #3d4147;
}

.txt-date {
  display: inline-block;
  font-style: italic;
  font-weight: 700;
}

.txt-stat {
  display: inline-block;
  margin-left: 12px;
}

.filtres-zayav {
  display: inline-block;
}

.dv-zayvka {
  position: fixed;
  z-index: 999;
  display: none;
  width: 90%;
  max-width: 600px;
  margin-top: 44px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(61, 65, 71, .2);
  border-radius: 10px;
  background-color: #dedfe2;
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

.text-field-name-tmc {
  display: inline-block;
  width: 70%;
}

.text-field-kolvo {
  display: inline-block;
  width: 20%;
  margin-bottom: 10px;
  margin-left: 10px;
}

.link-close {
  display: inline-block;
  float: right;
  color: #3d4147;
}

.link-close:hover {
  text-decoration: none;
}

.link-add-tmc {
  display: inline-block;
  width: 20px;
  margin-left: 10px;
  color: #3d4147;
  text-align: center;
  text-decoration: none;
}

.link-add-tmc:hover {
  font-size: 16px;
}

.tmc-perenos {
  position: fixed;
  margin-left: 25px;
  bottom: 85px;
  z-index: 999;
  display: none;
  opacity: 0;
  -webkit-transform: translate(-30px, 0px);
  -ms-transform: translate(-30px, 0px);
  transform: translate(-30px, 0px);
}

.link-perenos {
  display: block;
  padding: 10px;
  border: 2px solid #3d4147;
  background-color: #3d4147;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.link-perenos:hover {
  background-color: #fff;
  color: #3d4147;
}

.dv-perenos-tmc {
  position: fixed;
  bottom: 10px;
  margin-left: 20px;
  z-index: 999;
  display: none;
  width: 90%;
  max-width: 600px;
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(61, 65, 71, .2);
  border-radius: 10px;
  background-color: #dedfe2;
  -webkit-transform: translate(-30px, 0px);
  -ms-transform: translate(-30px, 0px);
  transform: translate(-30px, 0px);
}

.txt-field-perenos {
  display: inline-block;
  width: 75%;
  font-size: 15px;
  font-weight: 400;
}

.dv-prenos-tmc-spisok {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.h3-username {
  display: inline-block;
  margin-top: 0px;
}

.userlink {
  margin-right: 10px;
  margin-left: 10px;
}

.dv-pane-users {
  padding: 10px;
}

.text-field-user {
  width: 350px;
}

.history-col3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  padding-top: 9px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.stat-name {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}

.stat-col2 {
  padding-top: 20px;
}

.link-all-save:hover {
  text-decoration: none;
}

.snab-name-obj {
  font-size: 16px;
}

.snab-nn {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

.dv-snab-in {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
}

.dv-snab-add {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: rgba(74, 194, 164, .3);
}

.dv-snab-delet {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: rgba(179, 45, 45, .15);
}

.field-select {
  display: inline-block;
  width: 250px;
  margin-top: 11px;
  margin-left: 12px;
}

.field-add {
  display: inline-block;
  width: 200px;
  margin-bottom: 0px;
}

.field-add.name-tmc {
  margin-right: 20px;
  margin-left: 20px;
}

.link-add-snab {
  margin-left: 7px;
  border: 2px solid #000;
  background-color: #3d4147;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.link-add-snab:hover {
  background-color: transparent;
  color: #3d4147;
}

.field-saht {
  display: inline-block;
  width: 50px;
  margin-top: 10px;
  margin-left: 10px;
}

.txt-name {
  margin-left: 20px;
}

.snab-link-add {
  display: inline-block;
  margin-top: 7px;
  margin-left: 10px;
}

.pr-other {
  margin-top: -10px;
  margin-left: 15px;
  color: #b32d2d;
}

.add-fields {
  display: inline-block;
  width: 250px;
  margin-right: 15px;
  margin-bottom: 0px;
}

.form-add {
  padding: 15px;
}
.bl-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.zv-link {
  color: #3d4147;
  font-size: 17px;
}

.zv-link:hover {
  text-decoration: none;
}

.zv-link.span-red {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #b32d2d;
}

.zv-link.span-new {
  color: #4ac2a4;
}

.bl2-home {
  margin: 10px 15px;
}

.bl3-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .filtres {
    margin-right: 10px;
    margin-left: 10px;
  }
  .checknox {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

@media (max-width: 767px) {
  .dv-zayvka {
    max-width: 450px;
  }
}

@media (max-width: 479px) {
  .body {
    padding-left: 0px;
  }
  .navbat {
    position: static;
    width: 100%;
    height: 70px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .brand {
    height: 50px;
  }
  .h1 {
    font-size: 20px;
  }
  .tablink {
    padding-right: 10px;
    padding-left: 10px;
  }
}