
  .wrapper {
    background: url(../img/fon.jpg) center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .wrapper.form-success .container h1 {
    transform: translateY(85px);
  }
  .container {
    max-width: 600px;
    margin: 0 auto;
    padding: 80px 0;
    height: 400px;
    text-align: center;
  }
  .container h1 {
    font-size: 40px;
    transition-duration: 1s;
    transition-timing-function: ease-in-put;
    font-weight: 200;
  }

  .bg-bubbles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding:0px;
  }
  .bg-bubbles li {
    position: absolute;
    list-style: none;
    display: block;
    width: 40px;
    height: 40px;
    background-color: unset!important;
    bottom: -160px;
    -webkit-animation: square 25s infinite;
    animation: square 25s infinite;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
  }
      li img {
          width:100%;
          height:100%;
      }

      .bg-bubbles li {
        user-select: none;
        pointer-events: none;
      }
      
  
  .bg-bubbles li:nth-child(1) {
    left: 10%;
  }
  .bg-bubbles li:nth-child(2) {
    left: 20%;
    width: 80px;
    height: 80px;
    animation-delay: 2s;
    animation-duration: 17s;
  }
  .bg-bubbles li:nth-child(3) {
    left: 25%;
    animation-delay: 4s;
  }
  .bg-bubbles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-duration: 22s;
    background-color: rgba(255, 255, 255, 0.25);
  }
  .bg-bubbles li:nth-child(5) {
    left: 70%;
  }
  .bg-bubbles li:nth-child(6) {
    left: 80%;
    width: 120px;
    height: 120px;
    animation-delay: 3s;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .bg-bubbles li:nth-child(7) {
    left: 32%;
    width: 160px;
    height: 160px;
    animation-delay: 7s;
  }
  .bg-bubbles li:nth-child(8) {
    left: 55%;
    width: 20px;
    height: 20px;
    animation-delay: 15s;
    animation-duration: 40s;
  }
  .bg-bubbles li:nth-child(9) {
    left: 25%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 40s;
    background-color: rgba(255, 255, 255, 0.3);
  }
  .bg-bubbles li:nth-child(10) {
    left: 90%;
    width: 160px;
    height: 160px;
    animation-delay: 11s;
  }
  @-webkit-keyframes square {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-1200px) rotate(600deg);
    }
  }
  @keyframes square {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-1200px) rotate(600deg);
    }
  }
  

  .az-card-signin {
    position: relative!important;
    z-index: 10!important;
    border-radius: 7px;
    height: 450px;
  }

  .fa-check-square {
    color: rgb(47, 168, 22) !important;
    font-size: 16px;
  }

  .fa-minus-square {
    color: rgb(231, 78, 78) !important;
    font-size: 16px;
  }

  .reesrt-zakaz-icon {
    text-align: center;
    font-size: 16px;
  }

  .table th,
  .table td {
     padding: 9px !important; 
    }

    #reesrt-zakaz-icon-edit > a > img {
      color:#948b70 !important;
      width: 16px;
    } 
   
    #reesrt-zakaz-icon-print > a > img{
     color:#2f7726 !important;
     width: 16px;
   }


   #reesrt-zakaz-icon-delete > a > img {
    color:#a75b62 !important;
    width: 16px;
  }
   
    #print-analiz-result  > i{
     position: relative;
     right: -8px;
   
    }
   
    #reesrt-zakaz-icon-edit, #reesrt-zakaz-icon-print {
     width: 40px;
   } 
   
    #reesrt-zakaz-icon-edit, #reesrt-zakaz-icon-print {
     width: 40px;
   }  

td {
  vertical-align	: middle !important;
}

th {
  color: black !important;
  
}

#container_registration {
  padding: 0px 20px 20px;
}

.container-fluid {
  position: absolute;
  bottom: 0;
  max-height: 60px;
}

.az-content-header {
  padding-left: 20px !important;
  padding-right: 20px !important;
}


#zakazy_table_reestr {
	height: calc(100vh - 200px);
    overflow: scroll;
        margin-right: 15px;
}

html {
	overflow: overlay;
}

.az-footer {
	display: none;
}

.active-tr {
	background-color: #e4e4e4!important;
}


.main-print-result {
  height: 100%;
    display: flex;
}

.left-print-result {
  width: 300px;
  margin-right: 10px;
}

.right-print-result {
  width: 70%;
  margin-right: 10px;
}

.print-az-card-signin {
  width: 100%!important;
  height: 300px!important;
}

.print-wrapper {
        height: 100vh;
    background-attachment: fixed!important;
    position: unset!important;
   overflow-y: scroll;
       display: flex;
    flex-direction: column;
}

.print-form-control {
      color: #212229;
    font-weight: 500;
    border-width: 1px!important;
    border-color: #dee2e6;
    border-radius: 7px!important;
}

.swal2-icon.swal2-info {
    border-color: #f64f59!important;
    color: #f64f59!important;
}

.swal2-title {
  font-size: 1.3em!important;
}

.info-print {
  text-align: initial;
      background-color: rgba(255, 255, 255, 0.5);
    padding: 10px;
}

.info-print p {
margin: 0px;
}


/*Маленькие девайсы до 576 пикселя Айфон 5/SE*/
@media (max-width: 576px) {
  .main-print-result {
    flex-direction: column;
  }

  .left-print-result {
    width: 100%;
    margin-right: 0px;
}

.right-print-result {
    width: 100%;
    margin-right: 0px;
}

.right-print-result iframe {
  height: 500px!important;
}

.container-print-new {
  max-width: 100%!important;
}

.print-az-card-signin {
  width: 100%!important;
  height: 360px;
}

}


/*============================================================================================*/
/*============================================================================================*/
/*============================================================================================*/
/*============================================================================================*/


@media  screen and  (min-width: 576px)  {
  @media  screen and  (max-width: 768px)  {
  .main-print-result {
    flex-direction: column;
  }

  .left-print-result {
    width: 100%;
    margin-right: 0px;
}

.right-print-result {
    width: 100%;
    margin-right: 0px;
}

.right-print-result iframe {
  height: 500px!important;
}

.container-print-new {
  max-width: 90%!important;
}

.print-az-card-signin {
  width: 100%!important;
  height: 360px;
}

}
}


/*============================================================================================*/
/*============================================================================================*/
/*============================================================================================*/
/*============================================================================================*/


@media  screen and  (min-width: 768px)  {
  @media  screen and  (max-width: 992px)  {

.container-print-new {
  max-width: 90%!important;
  height: 96% !important;
}

.print-az-card-signin {
    width: 100%!important;
    height: 360px;
        padding: 15px 10px;
}

.right-print-result {
    width: 100%;
    margin-right: 0px;
}
  
}
}

/*============================================================================================*/
/*============================================================================================*/
/*============================================================================================*/
/*============================================================================================*/

@media  screen and  (min-width: 992px)  {
  @media  screen and  (max-width: 1200px)  {
 
  }
}

/*============================================================================================*/
/*============================================================================================*/
/*============================================================================================*/
/*============================================================================================*/

@media (min-width: 1200px) {


}

