* {
  box-sizing: border-box;
}

[v-cloak] {
    display: none !important;
}

body.signin {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eee;
  min-height: 100vh;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-control {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.table-wrp {
  overflow-x: auto;
  min-height: 80vh;
}

.btn-row {
  margin: 10px 0;
}

.tm-m10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.tm-m5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.btn-waiting {
  padding: 3px 12px;
}

.btn-waiting img{
  height: 24px;
}

body {
  min-height: 100vh;
  padding-bottom: 10px;
}

body,
.modal-bl {
  background-image: linear-gradient(#038d8f, #0d1137);
}

.col-block-wrp {
  border-radius: 15px;
  margin-left: 0;
  margin-right: 0;
  background-image: linear-gradient(#fefefe, #a1b2bc);
}

.col-block {
  padding-left: 0;
  padding-right: 0;
}

.table {
  border-radius: 30px;
  -webkit-border-radius: 30px;
}

.color-white {
  color: #ffffff;
}


.field_notif {
  margin-bottom: 15px;
  font-size: 12px;
  color: #c9c9c9;
}


.navbar-transparent {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.navbar-transparent .navbar-brand,
.navbar-transparent .navbar-brand:hover,
.navbar-transparent .nav > li > a,
.navbar-transparent .nav > li > a:hover,
.navbar-transparent .nav > li > a:active {
  color: #fff;
}

.video-modal {
  min-width: 345px;
  min-height: 340px;
  padding: 10px;
}

.video-modal iframe {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
}

.pre-field-wrp {
  padding-left: 30px;
}

.pre-field {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.pre-field-1 {
  left: 15px;  
}

.pre-field-2 {
  left: 5px;  
}

.side strong {
  color: #11002c;
}

.modal-bl #modaltitle {
  margin-top: 0;
  font-size: 2.5em;
}

.modal-bl .modal-header {
  border-bottom: 0;
}

.modal-bl .modal-footer {
  border-top: 0;
}

.modal-bl .modal-person-info,
.modal-bl .modal-field-label {
  font-size: 1.5em;
}

.modal-bl .modal-person-info {
  font-weight: bold;
}

.btn-main,
.btn-main:hover {
  color: white;
  background-color: #038d8f;
}

.btn-wr,
.btn-wr:hover {
  color: white;
  background-color: #e0706c;
}

.table-row-repeat-panel {
  text-align: right;
}

.table-hover>tbody>tr.row-active,
.table-hover>tbody>tr.row-active:hover {
  background-color: lightgray;
}

.btn-pos {
  display: flex;
  justify-content: start;
}
.search {
  position: relative;
  /* margin-left: 15px; */
}
.search-block-back{
    border: 0px;
    border-radius: 0px;
    float: none;
    letter-spacing: normal;
    outline: none;
    text-decoration: none;
    text-indent: 0px;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    line-height: 1;
    font-family: Arial, sans-serif;
    box-shadow: none;
    -webkit-font-smoothing: antialiased;
    appearance: none;
    position: absolute;
    inset: 0px;
    left: -10000px;
    opacity: 0;
    z-index: 88;
    zoom: 1;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow: auto;
    background: rgba(76, 76, 76, 0.88);
    display: block;
}
.search-block {
  width: 320px;
  background-image: linear-gradient(#fefefe, #a1b2bc);
  border: 2px solid #03888b;
  z-index: 99;
  border-radius: 10px;
  padding: 7px;
  opacity: 0;
  transition: opacity 0.7s;
  top: 0;
  margin: 90px auto 0;
}
.search-block-active {
  opacity: 1;
  transition: opacity 0.7s;
}
.search-block-back-active {
  opacity: 1;
  left: 0;
  transition: opacity 0.7s;
}