:root {
  --blue: #00B5E2;
  --bluet: #2C2D65;
  --bluef: #E4F0F3;
  --bluenew:#F3F8F9;
}
@font-face {
    font-family: 'pt_sansbold';
    src: url('../fonts/ptsans/ptsans-bold.woff2') format('woff2'),
          url('../fonts/ptsans/ptsans-bold.ttf') format("truetype"),
          url('../fonts/ptsans/ptsans-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pt_sansbold_italic';
    src:  url('../fonts/ptsans/ptsans-bolditalic.woff2') format('woff2'),
          url('../fonts/ptsans/ptsans-bolditalic.ttf') format("truetype"),
          url('../fonts/ptsans/ptsans-bolditalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pt_sansitalic';
    src:  url('../fonts/ptsans/ptsans-italic.woff2') format('woff2'),
          url('../fonts/ptsans/ptsans-italic.ttf') format("truetype"),
          url('../fonts/ptsans/ptsans-italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pt_sansregular';
    src:  url('../fonts/ptsans/ptsans-regular.ttf') format("truetype"),
          url('../fonts/ptsans/ptsans-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*
Bootstrap 4 Admin Template
*/

body {
  overflow-x: hidden;
  font-family: 'pt_sansregular', arial;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  background-color: var(--bluenew);
}

a,
i,
span {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover, a:focus,
i:hover,
i:focus,
span:hover,
span:focus {
  text-decoration: none;
}

section {
  padding: 50px 0;
}
:focus {
    outline: -webkit-focus-ring-color  0px;
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 0px;
}
canvas {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.background-login {
  background-image:  url('/image/background-login.png') ; 
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  
}
.background-login:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(44, 45, 101, 0.7);
  z-index: 2;
}
@media (max-width: 975px) {
  .background-login {
    background-image:  url('/image/background-login.webp') ; 
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}
@media (min-width: 1400px) {
  .background-login {
    background-image:  url('/image/background-login.webp') ; 
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
.grid {
    vertical-align: middle;
    display: grid;
    width: 100%; 
    height: 100vh;
    justify-items: center;
    align-items: center;
}
.grid-finance-filter {
  display: grid;
  width: 100%;
  grid-template-columns: 100px 1fr 1fr; 
  justify-items: center;
  align-items: center;
  margin-bottom: 20px;
}
.grid-finance-tabs {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr; 
}
.grid-finance-users {
  display: grid;
  width: 100%;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr 250px;
  padding: 11px 0;
}
.grid-lidshow {
  display: grid;
  width: 100%; 
  height: 100%;
  justify-items: center;
  align-items: center;
  grid-template-columns: 50% 50%;
  grid-gap: 20px;
}
.grid-lidshow-tabs {
  display: grid;
  width: 100%; 
  justify-items: center;
  align-items: center;
  /*grid-template-columns: repeat(3, 1fr);*/
}
.grid-lidshow-tabs div, .grid-lidshow div {
  width: 100%; 
}
.grid-lidshow .border-lidshow {
  height: 100%;
}
.grid-lidshow-history {
  display: grid;
  width: 100%; 
  justify-items: center;
  align-items: center;
}
.grid-history-lidpayments {
  display: grid;
  width: 100%;
  grid-template-columns: 5fr 5fr 3fr 5fr;
}
.grid-history-lidpayments.header{
  font-weight: bold;
}
.grid-history-lidpayments.inform{
  border-bottom: 1px solid #fff;
  align-items: center;
}
.grid-form-lidpayment {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr;
  grid-gap: 15px;
  text-align: left;
}
.grid-lidpayment1 {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr;
}
.grid-lidpayment2 {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
}
.grid-lidshow-history h3 {
  color: var(--bluet);
  margin: 0;
  width: 100%;
  border: 1px solid var(--blue);
  height: 40px;
  text-align: center;
  padding-top: 10px;
  background: #fff;
}
.grid-lidorder1 {
  display: grid;
  width: 100%; 
  justify-items: left;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr;
}
.grid-lid-tab {
  display: grid;
  width: 100%; 
  justify-items: left;
  align-items: center;
  grid-template-columns: 1fr 1fr 65px;
  padding: 20px;
}
.grid-lid-tab div {
  min-height: 40px;
  display: grid;
  align-content: center;
  justify-items: left;
  align-items: center;
  border-bottom: 1px solid #fff;
}
.grid-lid-tab .group-control {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.grid-fonds {
  display: grid;
  width: 100%; 
  justify-items: center;
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(320px, 360px));
  grid-gap: 20px;
}
.grid-kassa {
  display: grid;
  width: 100%; 
  justify-items: left;
  align-items: start;
  grid-template-columns: minmax(200px, 250px) 1fr;
  grid-gap: 20px;
}
.grid-order-tovar-show {
  display: grid;
  width: 100%; 
  justify-items: left;
  align-items: start;
  grid-template-columns: repeat(auto-fit, minmax(420px, 460px));
  grid-gap: 20px;
  margin-top: 20px;
}
.grid-order-tovar-edit {
    display: grid;
    width: 100%;
    justify-items: left;
    align-items: start;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    margin-top: 20px;
    height: 100%;
}
.grid-order-tovar-edit-2 {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr; 
  grid-gap: 20px;
}
.grid-order-tovar-add {

}
.grid-2.grid-order-tovar {
  grid-gap: 30px;
}
.grid-kassa-btn {
  display: grid;
  width: 100%; 
  justify-items: center;
  align-items: center;
  grid-template-columns: 1fr;
  grid-gap: 5px;
}
.fonds-block {
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  padding: 25px 25px 40px;
}
.fonds-block p{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
}
.fonds-block p span {
  font-weight: bold;
} 
.grid-2 {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr; 
}
.grid-3 {
  display: grid; 
  width: 100%; 
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  padding: 0;
}
.grid-5 {
  display: grid; 
  width: 100%; 
  grid-template-columns: repeat(5, 1fr);
}
.grid-3-ope {
  display: grid; 
  width: 100%; 
  grid-template-columns: 1fr 1fr 40px;
  grid-gap: 20px;
  align-items: center;
  padding: 0;
  margin-bottom: 20px;
}
.grid-tovar {
  display: grid; 
  width: 400px; 
  grid-template-columns: 90% 10%;
  padding: 11px 0;
}
.grid-kontakt {
  display: grid; 
  width: 100%; 
  grid-template-columns: 30px 1fr 1fr 1fr 1fr 1fr 30px;
  padding: 11px 0;
}
.grid-kompany {
  display: grid; 
  width: 100%; 
  grid-template-columns: 1fr 1fr 1fr 1fr 7%;
  padding: 11px 0;
}
.grid-atribut {
  display: grid; 
  width: 100%; 
  grid-template-columns: 1fr 7%;
  padding: 11px 0;
}
.grid-users {
  display: grid; 
  width: 100%; 
  grid-template-columns: 25% 16% 22% 22% 10% 5%;
  padding: 11px 0;
}
.grid-kompany div, .grid-atribut div{
  padding: 0px 0;
  align-self: center;
}
.grid-kompany div span.span, .grid-atribut div span.span{
  padding: 10px 0;
  align-self: center;
}
.grid-users div span.span {
    padding: 10px 0;
    align-self: center;
}
.grid-kontakt div span.span {
    padding: 10px 0;
    align-self: center;
}
.grid-tovar div span.span {
    padding: 10px 0;
    align-self: center;
}
.grid-users div{
  align-self: center;
}
.grid-tovar div{
  align-self: center;
}
.grid-kontakt div{
  align-self: center;
}
.grid-manufacturer {
  display: grid; 
  width: 100%; 
  grid-template-columns: 33% 23% 29%  10% 5%;
  padding: 11px 0;
}
.grid-manufacturer div span.span {
    padding: 10px 0;
    align-self: center;
}
.grid-manufacturer div{
  align-self: center;
}
.grid-login-new {
  display: grid; 
  width: 100%; 
  grid-template-columns: 40px 1fr;
  padding: 11px 0;

}
.grid-numerindex {
  display: grid; 
  width: 100%; 
  grid-template-columns: 100px 1fr 80px 1fr 80px 1fr 80px 1fr;
  grid-column-gap: 10px;
}
.grid-numerindex .numerindexshow {
    height: 40px;
    display: grid;
    align-content: center;
    justify-items: left;
    align-items: center;
    border-bottom: 1px solid #fff;
}
.grid-calls {
  display: grid; 
  width: 100%; 
  grid-template-columns: 5% 1fr 1fr 1fr 1fr 1fr 1fr;
  padding: 11px 0;
}
.grid-calls div span.span {
    padding: 10px 0;
    align-self: center;
}
.grid-calls div{
  align-self: center;
}
.grid-order {
  display: grid; 
  width: 100%; 
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding: 0px 0;
}
.grid-order div span.span {
    padding: 10px 0;
    align-self: center;
}
.grid-order div{
  align-self: center;
}
.grid-order-atribut-new {
  display: grid; 
  width: 100%; 
  grid-template-columns: 1fr 1fr 1fr;
  margin: 20px 0;
  grid-gap: 20px;
}
.grid-lid-show {
  display: grid; 
  width: 100%; 
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  padding: 11px 0;
}
.grid-lid-show div span.span {
    padding: 10px 0;
    align-self: center;
}
.grid-lid-show div{
  align-self: center;
}
.grid-check {
  display: grid; 
  grid-template-columns: 1fr 1fr;
  margin: 17px calc(71px - 13px) 25px;
}
.grid-login {
  display: grid; 
  grid-template-columns: 1fr;
  margin: 0 calc(71px - 13px);
}
.grid-login button {
  width: 100%;
  height: 40px;
  color: #fff;
  font-size: 16px;
}
.grid-login button:hover {
  width: 100%;
  height: 40px;
  color: var(--bluet);
  border: 1 solid var(--blue);
}
.table-user {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 10px;
}
.table-manufacturer {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 10px;
}
.table-order {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 10px;
}
.border-user {
    border-bottom: 1px solid var(--bluet);
}
.border-user-body {
    border-bottom: 1px solid #fff;
}
.border-manufacturer {
    border-bottom: 1px solid var(--bluet);
}
.border-manufacturer-body {
    border-bottom: 1px solid #fff;
}
.border-order {
    border-bottom: 1px solid var(--bluet);
}
.border-order-body {
    border-bottom: 1px solid #fff;
}
@media (max-width: 575px) {
  .grid-login {
    margin: 0 calc(15% - 13px);
  }
  .grid-check {
    margin: 17px calc(15% - 13px) 25px;
  }
}

.container-fluid {
  padding: 0 30px;
}

@media (max-width: 575px) {
  .container-fluid {
    padding: 0 15px;
  }
}

header.page-header {
  padding: 20px 0;
}

table {
  font-size: 0.9em;
  color: #666;
}



.content-inner {
  position: relative;
  width: calc(100% - 250px);
  min-height: calc(100vh - 70px);
  padding-bottom: 0px;
}
.content-inner-login {
  position: relative;
  width: calc(100%);
  height: calc(100vh - 70px);
  padding-bottom: 70px;
}
.content-inner.active {
  width: calc(100% - 70px);
}

.page-header {
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 8;
}

*[class*="icon-"] {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

button,
input {
  outline: none !important;
}

.breadcrumb {
  background: var(--bluenew);
  font-size: 12px;
  position: relative;
  z-index: 7;
  border-radius: 0;
  padding: 30px 0;
  margin-bottom: 0;
}

.breadcrumb li a {
  color: var(--bluet);
  padding-right: 5px;
}
.breadcrumb li:not(:first-child):before {
    content: " | ";
}
.breadcrumb li:hover a {
  color: var(--blue);
  padding-right: 5px;
}
.breadcrumb li.breadcrumb-item {
  color: #aaa;
  font-weight: 300;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.page {
  overflow-x: hidden;
}

.has-shadow {
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px 0 2px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px 0 2px rgba(0, 0, 0, 0.05);
}

.badge {
  font-weight: 400;
}

.badge-rounded {
  border-radius: 50px;
}

.list-group-item {
  border-right: 0;
  border-left: 0;
}

.list-group-item:first-child, .list-group-item:last-child {
  border-radius: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.tile-link {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 30;
}

/*
* ==========================================================
*     SIDEBAR
* ==========================================================
*/
nav.side-navbar {
  background: #fff;
  min-width: 250px;
  max-width: 250px;
  color: #686a76;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  z-index: 9;
  /*==== Sidebar Header ====*/
  /*==== Sidebar Menu ====*/
  /*==== Shrinked Sidebar ====*/
  overflow: hidden;
  text-overflow: ellipsis;
}

nav.side-navbar a {
  color: inherit;
  position: relative;
  font-size: 0.9em;
}

nav.side-navbar a[data-toggle="collapse"]::before {
  content: '\f104';
  display: inline-block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  right: 20px;
}

nav.side-navbar a[aria-expanded="true"] {
  background: #EEF5F9;
}

nav.side-navbar a[aria-expanded="true"]::before {
  content: '\f107';
}

nav.side-navbar a i {
  font-size: 1.2em;
  margin-right: 10px;
  -webkit-transition: none;
  transition: none;
}

nav.side-navbar a .badge {
  vertical-align: middle;
}

nav.side-navbar .sidebar-header {
  padding: 30px 19px;
}

nav.side-navbar .avatar {
  width: 55px;
  height: 55px;
}

nav.side-navbar .title {
  margin-left: 10px;
}

nav.side-navbar .title h1 {
  color: #333;
}

nav.side-navbar .title p {
  font-size: 0.9em;
  font-weight: 200;
  margin-bottom: 0;
  color: #aaa;
}

nav.side-navbar span.heading {
    text-transform: uppercase; 
    font-weight: 400;
    margin-left: 20px;
    color: #000;
    font-size: 0.8em;
}

nav.side-navbar ul {
  padding: 15px 0;
}

nav.side-navbar ul li {
  /* submenu item active */
}

nav.side-navbar ul li a {
  padding: 10px 15px;
  text-decoration: none;
  display: block;
  font-weight: 300;
  border-left: 4px solid transparent;
}

nav.side-navbar ul li a:hover {
  background: var(--blue);
  border-left: 4px solid var(--bluet);
  color: #fff;
}

nav.side-navbar ul li li a {
  padding-left: 50px;
  background: #EEF5F9;
}

nav.side-navbar ul li.active > a {
  background: #796AEE;
  color: #fff;
  border-left: 4px solid #3b25e6;
}

nav.side-navbar ul li.active > a:hover {
  background: #796AEE;
}

nav.side-navbar ul li li.active > a {
  background: #8e81f1;
}

nav.side-navbar ul li ul {
  padding: 0;
}

nav.side-navbar.shrinked {
  min-width: 66px;
  max-width: 66px;
  text-align: center;
}

nav.side-navbar.shrinked span.heading {
  margin: 0;
  margin-left: 5px;
  margin-right: 5px;
}

nav.side-navbar.shrinked ul li a {
  padding: 15px 2px;
  border: none;
  font-size: 0.8em;
  color: #aaa;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
}

nav.side-navbar.shrinked ul li a[data-toggle="collapse"]::before {
  content: '\f107';
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  position: absolute;
  top: auto;
  right: 50%;
  bottom: 0;
  left: auto;
}

nav.side-navbar.shrinked ul li a[data-toggle="collapse"][aria-expanded="true"]::before {
  content: '\f106';
}

nav.side-navbar.shrinked ul li a:hover {
  color: #fff;
  border: none;
}

nav.side-navbar.shrinked ul li a:hover i {
  color: #fff;
}

nav.side-navbar.shrinked ul li a i {
  margin-right: 0;
  margin-bottom: 2px;
  display: block;
  font-size: 1rem;
  color: #333;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

nav.side-navbar.shrinked ul li.active > a {
  color: #fff;
}

nav.side-navbar.shrinked ul li.active > a i {
  color: #fff;
}

nav.side-navbar.shrinked .sidebar-header .title {
  display: none;
}

/* SIDEBAR MEDIAQUERIES ----------------------------------- */
@media (max-width: 900px) {
  nav.side-navbar {
    /*margin-left: -90px;
    min-width: 90px;
    max-width: 90px;
    text-align: center;*/
    overflow: hidden;
  }
  nav.side-navbar span.heading {
    /*margin: 0;*/
  }
  nav.side-navbar ul li a {
    /*padding: 15px 2px;*/
    border: none;
    font-size: 0.8em;
    color: #aaa;
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
  }
  nav.side-navbar ul li a[data-toggle="collapse"]::before {
    content: '\f107';
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    position: absolute;
    top: auto;
    /*right: 50%;*/
    bottom: 0;
    left: auto;
  }
  nav.side-navbar ul li a[data-toggle="collapse"][aria-expanded="true"]::before {
    content: '\f106';
  }
  nav.side-navbar ul li a:hover {
    color: #fff;
    border: none;
  }
  nav.side-navbar ul li a:hover i {
    color: #fff;
  }
  nav.side-navbar ul li a i {
    /*margin-right: 0;
    margin-bottom: 5px;
    display: block;*/
    font-size: 1.6em;
    color: #333;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  nav.side-navbar ul li.active > a {
    color: #fff;
  }
  nav.side-navbar ul li.active > a i {
    color: #fff;
  }
  nav.side-navbar .sidebar-header .title {
    display: none;
  }
  nav.side-navbar.shrinked {
    margin-left: 0;
  }
  .content-inner {
    width: 100%;
  }
  .content-inner.active {
    width: calc(100% - 90px);
  }
}

/*
* ==========================================================
*     MAIN NAVBAR
* ==========================================================
*/
nav.navbar {
  background: var(--bluet);
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  position: relative;
  border-radius: 0;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  z-index: 10;
  padding-left: 0;
  padding-right: 0;
  height: 70px;
  /*==== Toggle Sidebar Btn ====*/
  /*==== Navbar Items ====*/
  /*==== Search Box ====*/
  /*==== Dropdowns ====*/
}

nav.navbar .badge {
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  padding: 0;
  border-radius: 50%;
}

nav.navbar .navbar-holder {
  width: 100%;
  margin: 0 36px;
}
@media (max-width: 575px) {
  nav.navbar .navbar-holder {
    margin: 0 15px;
  }
}
nav.navbar a {
  color: inherit;
}

nav.navbar .container-fluid {
  width: 100%;
}

.sidebar-header .menu-btn {
  /*margin-right: 20px;
  font-size: 1.2em;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;*/
}
 .sidebar-header .menu-btn span.open {
  display: none;
}
.shrinked .sidebar-header .menu-btn span.open {
  width: 29px;
  border: 1.5px solid var(--blue);
  display: block;
  margin: 6.5px auto 0;
}
.shrinked .sidebar-header span.close {
  display: none;
}
.sidebar-header span.close {
position: static;
right: 32px;
top: 32px;
width: 32px;
height: 32px;
opacity: 1;
}
.sidebar-header span.close:hover {
opacity: 0.9;
}
.sidebar-header span.close:before, .close:after {
position: absolute;
left: 15px;
content: ' ';
height: 33px;
width: 2px;
background-color: var(--blue);
}
.sidebar-header span.close:before {
transform: rotate(45deg);
}
.sidebar-header span.close:after {
transform: rotate(-45deg);
}
/*.sidebar-header .menu-btn span:nth-of-type(2) {
  position: relative;
  width: 35px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.sidebar-header .menu-btn span:nth-of-type(2)::before, .sidebar-header .menu-btn span:nth-of-type(2)::after {
  content: '';
  width: 6px;
  height: 2px;
  display: block;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.sidebar-header .menu-btn span:nth-of-type(2)::after {
  -webkit-transform: rotate(145deg);
  transform: rotate(145deg);
  position: absolute;
  top: -2px;
  left: 0;
}

.sidebar-header .menu-btn.active span:first-of-type {
  -webkit-transform: translateY(12px);
  transform: translateY(12px);
}

.sidebar-header .menu-btn.active span:nth-of-type(2) {
  -webkit-transform: none;
  transform: none;
}

.sidebar-header .menu-btn.active span:last-of-type {
  -webkit-transform: translateY(-12px);
  transform: translateY(-12px);
}
*/
nav.navbar .nav-link {
  position: relative;
}

nav.navbar .nav-link span.badge-corner {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 400;
  font-size: 0.7em;
}

nav.navbar .nav-link.language span {
  margin-left: .3rem;
  vertical-align: middle;
}

nav.navbar .nav-link.logout i {
  margin-left: 10px;
}

nav.navbar .nav-menu {
  margin-bottom: 0;
}

nav.navbar .search-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  background: #fff;
  z-index: 12;
  border-radius: 0;
  display: none;
}

nav.navbar .search-box .dismiss {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.5em;
  color: #999;
}

nav.navbar .search-box form {
  height: 100%;
}

nav.navbar .search-box form input {
  height: 100%;
  border: none;
  padding: 20px;
}

nav.navbar .dropdown-toggle::after {
  border: none !important;
  content: '\f107';
  vertical-align: baseline;
  font-family: 'FontAwesome';
  margin-left: .3rem;
}

nav.navbar .dropdown-menu {
  right: 0;
  min-width: 250px;
  left: auto;
  margin-top: 15px;
  margin-bottom: 0;
  padding: 15px 0;
  max-width: 400px;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -2px 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -2px 0 2px rgba(0, 0, 0, 0.1);
}

nav.navbar .dropdown-menu .dropdown-item {
  background: #fff;
  padding: 10px 20px;
  font-size: 0.8rem;
  color: #777;
  width: 100%;
}

nav.navbar .dropdown-menu .dropdown-item:hover {
  background: #f5f5f5;
}

nav.navbar .dropdown-menu .dropdown-item i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #796AEE;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  margin-right: 10px;
}

nav.navbar .dropdown-menu .dropdown-item small {
  margin-left: 40px;
}

nav.navbar .dropdown-menu span {
  position: static;
  font-size: 0.9em;
  color: #999;
}

nav.navbar .dropdown-menu strong {
  font-weight: 700;
}

nav.navbar .dropdown-menu .msg-profile {
  width: 45px;
  height: 45px;
  margin-right: 10px;
}

nav.navbar .dropdown-menu h3 {
  font-weight: 500;
}

/* MAIN NAVBAR MEDIAQUERIES ----------------------------------- */
@media (max-width: 1199px) {
  nav.navbar {
    /*==== Toggle Sidebar Btn ====*/
  }
  nav.navbar .menu-btn {
    margin-right: 20px;
    font-size: 1.2em;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
  }
  nav.navbar .menu-btn span:first-of-type {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
  nav.navbar .menu-btn span:nth-of-type(2) {
    -webkit-transform: none;
    transform: none;
  }
  nav.navbar .menu-btn span:nth-of-type(2)::before, nav.navbar .menu-btn span:nth-of-type(2)::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  nav.navbar .menu-btn span:nth-of-type(2)::after {
    -webkit-transform: rotate(145deg);
    transform: rotate(145deg);
    position: absolute;
    top: -2px;
    left: 0;
  }
  nav.navbar .menu-btn span:last-of-type {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  nav.navbar .menu-btn.active span:first-of-type {
    -webkit-transform: none;
    transform: none;
  }
  nav.navbar .menu-btn.active span:nth-of-type(2) {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  nav.navbar .menu-btn.active span:last-of-type {
    -webkit-transform: none;
    transform: none;
  }
}

@media (max-width: 575px) {
  nav.navbar {
    height: 100%;
  }
  nav.navbar .badge {
    width: 19px;
    height: 19px;
  }
  .navbar-header {
    float: left;
  }
  .navbar-brand {
    padding-top: 10%;
  }
  nav.navbar .dropdown {
    position: static;
  }
  nav.navbar .dropdown-menu {
    width: 90vw;
    right: 2.5vw;
    left: 2.5vw;
    margin: 0 auto;
  }
  nav.navbar .d-flex {
    display: block !important;
    float: right;
  }
}




/*
* ==========================================================
*     FOOTER
* ==========================================================
*/
footer.main-footer {
  position: relative;
  bottom: 0;
  width: 100%;
  background: #2f333e;
  color: #fff;
  padding: 20px 10px;
}

footer.main-footer a {
  color: inherit;
}

footer.main-footer p {
  margin: 0;
  font-size: 0.8em;
}

/* FOOTER MEDIAQUERIES  --------------------------------- */
@media (max-width: 575px) {
  footer.main-footer div[class*='col'] {
    text-align: center !important;
  }
}

/*
* ==========================================================
*       UTILITIES
* ==========================================================
*/
.bg-cover {
  background-size: cover;
}

section.charts div[class*="col-"] {
  margin-bottom: 30px;
}

section.charts header {
  padding: 30px 0;
}

section.charts div[class*="col-"] {
  margin-bottom: 0;
}

/*
* ==========================================================
*     LINE CHART
* ==========================================================
*/
.line-chart-example .card-block {
  padding: 20px;
}

/*
* ==========================================================
*     POLAR CHART
* ==========================================================
*/
/*
* ==========================================================
*     POLAR CHART
* ==========================================================
*/
.polar-chart-example canvas {
  max-width: 350px;
  max-height: 350px;
  margin: 20px auto;
}

/*
* ==========================================================
*     PIE CHART
* ==========================================================
*/
.pie-chart-example canvas {
  max-width: 350px;
  max-height: 350px;
  margin: 15px auto;
}

/*
* ==========================================================
*     RADAR CHART
* ==========================================================
*/
.radar-chart-example canvas {
  max-width: 350px;
  max-height: 350px;
  margin: 20px auto;
}

/* FORMS MEDIAQUERIES -------------------------- */
@media (max-width: 991px) {
  section.charts h2 {
    font-size: 1rem;
  }
}

/*
* ==========================================================
*     FORMS
* ==========================================================
*/
.form-control {
  border: 1px solid var(--bluet);
  box-sizing: border-box;
  border-radius: 4px; 
  height: 40px;
}
.form-register {
  margin-bottom: 20px;
}
.form-register-button {
  margin-top: 30px;
}
.form-control::-moz-placeholder {
  font-size: 0.9em;
  font-weight: 300;
  
  color: #aaa;
}

.form-control::-webkit-input-placeholder {
  font-size: 0.9em;
  font-weight: 300;
  color: #aaa;
}

.form-control:-ms-input-placeholder {
  font-size: 0.9em;
  font-weight: 300;
  color: #aaa;
}



.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.input {
  border: 1px solid var(--bluet);
  box-sizing: border-box;
  border-radius: 4px; 
}
.input:focus {
  border: 1px solid var(--blue);
}
.input-login {
  width: 100%;
  margin: auto 71px;
}
input.input::placeholder {
  color: var(--bluet);
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
}
input.input::-webkit-input-placeholder {
  color: var(--bluet);
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
}

input.input:-ms-input-placeholder {
  color: var(--bluet);
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
}
textarea.form-control {
  height: auto;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

select.form-control option {
  color: #999;
}

.input-group .dropdown-menu {
  padding: 15px;
  color: #777;
  border-radius: 0;
}

.input-group .dropdown-menu a {
  padding: 5px 0;
  color: inherit;
  text-decoration: none;
}

.input-group .dropdown-menu a:hover {
  color: #796AEE;
  background: none;
}

.input-group-text {
  color: #868e96;
  background: #f8f9fa;
  border-color: #dee2e6;
  border-radius: 0;
}

.input-group-text .checkbox-template, .input-group-text .radio-template {
  -webkit-transform: none;
  transform: none;
}

.form-control-label {
  font-size: .9rem;
  color: #777;
}

button, input[type='submit'] {
  cursor: pointer;
  font-family: inherit;
  font-weight: 300 !important;
}

.input-group .dropdown-toggle {
  background: #f5f5f5;
  color: #777;
}

.checkbox-template, .radio-template {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  position: relative;
}

.checkbox-template + label, .radio-template + label {
  margin-left: 10px;
}

.checkbox-template::before, .radio-template::before {
  margin-right: 10px;
  content: '';
  display: inline-block;
  -webkit-transform: translate(-2px, -2px);
  transform: translate(-2px, -2px);
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background: #dae2e7;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.checkbox-template::after, .radio-template::after {
  content: '\f00c';
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  display: block;
  font-family: 'FontAwesome';
  position: absolute;
  top: 1px;
  left: 1px;
  font-size: 0.7em;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
}

.checkbox-template:checked::before, .radio-template:checked::before {
  background: #796AEE;
}

.checkbox-template:checked::after, .radio-template:checked::after {
  opacity: 1;
}

.radio-template::before {
  border-radius: 50%;
  -webkit-transform: translate(-3px, -3px);
  transform: translate(-3px, -3px);
}

.radio-template::after {
  width: 6px;
  height: 6px;
  line-height: 6px;
  text-align: center;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 50%;
  content: '';
}

.radio-template:checked::after {
  background: #fff;
}

input.input-material {
  width: 100%;
  border: none;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}

input.input-material.is-invalid {
  border-color: #dc3545 !important;
}

input.input-material:focus {
  border-color: #796AEE;
}

input.input-material ~ label {
  color: #aaa;
  position: absolute;
  top: 14px;
  left: 0;
  cursor: text;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-weight: 300;
}

input.input-material ~ label.active {
  font-size: 0.8rem;
  top: -10px;
  color: #796AEE;
}

input.input-material.is-invalid ~ label {
  color: #dc3545;
}

.form-group-material {
  position: relative;
  margin-bottom: 30px;
}

.modal-content {
  border-radius: 0;
}

/*
* ==========================================================
*     FORM PAGE
* ==========================================================
*/
.forms p {
  font-size: 0.9em;
  color: #555;
}

.forms form small {
  font-size: 0.8em;
  color: #999;
  font-weight: 300;
}

.forms .line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #eee;
  margin: 30px 0;
}



/* ========================================= 
   THEMING OF BOOTSTRAP COMPONENTS           
   ========================================= */
/*
 * 1. NAVBAR
 */
.navbar {
  padding: 0.5rem 1rem;
}

/*.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
}*/

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}




/*
 * 2. BUTTONS
 */
.btn {
  background: var(--blue);
  border: 1px solid var(--blue);
  padding: 7px 20px 7px;
  line-height: 21px;
  border-radius: 4px;
}
.btn-a {
  background: var(--blue);
  border: 1px solid var(--blue);
  padding: 9px 20px 7px;
  line-height: 21px;
  border-radius: 4px;
}
.btn:hover {
  background: var(--blue);
  color: var(--bluet);
  border: 1px solid #fff;
}
.btn-a:hover {
  background: var(--blue);
  color: var(--bluet);
  border: 1px solid #fff;
}
.btn:focus, .btn.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.25);
}
.nav-item .btn-login {
  color: var(--blue);
  padding: 6px 40px 7px;
}
.nav-item .btn-login:hover {
  color: #fff;
}
.btn.disabled, .btn:disabled {
  opacity: .65;
}
.btn.btn-st:disabled:hover {
  background: var(--blue);
  color: #fff;
  border: 1px solid var(--blue);
  cursor: auto;
}
btn btn-st 
.btn:not([disabled]):not(.disabled):active, .btn:not([disabled]):not(.disabled).active {
  background-image: none;
}


/*
 * 3. TYPE  
 */

hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
  font-size: 1.25rem;
  border-left: 5px solid #796AEE;
}

.blockquote-footer {
  color: #868e96;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

.text-primary {
  color: #796AEE !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #503ce9 !important;
}

/*
 * 4. PAGINATION
 */
.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  color: #fff;
  background-color: #796AEE;
  border-color: #796AEE;
}

.page-item.disabled .page-link {
  color: #868e96;
  background-color: #fff;
  border-color: #ddd;
}

.page-link {
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #796AEE;
  background-color: #fff;
  border: 1px solid #ddd;
}

.page-link:hover {
  z-index: 2;
  color: #3b25e6;
  background-color: #e9ecef;
  border-color: #ddd;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}




/*
* 7. NAV
*/
.nav-link {
  padding: 0.5rem 1rem;
}

.nav-link.disabled {
  color: #868e96;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #868e96;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #796AEE;
}

/*
* 8. CARD
*/
.card {
  background-color: #fff;
  border: 0 solid #eee;
  border-radius: 0;
  width: 430px;
  z-index: 3;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .card {
    width: 90%;
  }
  .input-login {
    margin: auto 15%;
  }
}
.check-login {
  justify-self: start;
  font-size: 13px;
}
.check-login-password {
  justify-self: end;
  font-size: 13px;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-body {
  padding: 66px 0;
}

.card-title {
  margin-bottom: 1rem;
}

.card-subtitle {
  margin-top: -0.5rem;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 1rem 1.25rem;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.card-header:first-child {
  border-radius: 0 0 0 0;
}

.card-header-transparent {
  background-color: rgba(0, 0, 0, 0.3);
  border-bottom: none;
}

.card-footer {
  padding: 1rem 1.25rem;
  background-color: #f8f9fa;
  border-top: 1px solid #eee;
}

.card-footer:last-child {
  border-radius: 0 0 0 0;
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -1rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  padding: 1.25rem;
}

.card-img-overlay-opacity {
  background: rgba(0, 0, 0, 0.2);
}

.card-img {
  border-radius: 0;
}

.card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card-img-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    margin-right: 15px;
    margin-left: 15px;
  }
}

.custom-select {
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #796AEE;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(121, 106, 238, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(121, 106, 238, 0.5);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #868e96;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #e3342f;
    text-align: center;
}

.grid-order-show {
  display: grid; 
  width: 100%; 
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  padding: 0px 0;
}
.grid-order-show div span.span {
    padding: 10px 0;
    align-self: center;
}
.grid-order-show div{
  align-self: center;
}