@charset "UTF-8";
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  line-height: 1.4;
  background: none repeat scroll 0 0 #ffffff;
  color: #353535;
}
a {
  cursor: pointer;
}
h1,
.title {
  color: #000000;
  font-size: 1.6rem;
}
h2 {
  color: #000000;
  font-size: 1.4rem;
}
h3 {
  color: #000000;
  font-size: 1.2rem;
}

html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f8f9fb;
}

.form-signin {
  width: 100%;
  max-width: 420px;
  padding: 15px;
  margin: auto;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}
.form-label-group > input,
.form-label-group > label {
  height: 3.125rem;
  padding: .75rem;
}
.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  cursor: text;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

.th div {
  font-weight: bold;
  text-align: center;
}

.table {

}

.th div:first-child {
  text-align: left;
}

.search-line input {
    height: auto;
    padding: 10px 20px;
    font-size: 1.5em;
    line-height: 1.5em;
    width: auto;
}

.td, .th {
    background-color: #FFF;
}

.td div {
  text-align: center;
}

.td:hover {
  background-color: #b8cefb;
}

.btn-primary {
  background-color: #e20001;
  border-radius: 10px;
  border-color: #c80000;
}

.td div:first-child {
  text-align: left;
}

.header {
  background: rgb(220,233,252);
  background: linear-gradient(0deg, rgba(220,233,252,1) 0%, rgba(244,247,254,1) 100%);
  border-bottom: 1px solid #c6d0dc;
}

.tenge {
  font-size: 1.2em;
  font-weight: bold;
}

.euro {
  font-size: 0.8em;
}

.search-wrapper {
  max-width: 1400px;
}

.partnomer {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 5px;
    border-bottom: 1px dashed;
    display: inline-block;
}

.exit, .users, .newuser {
  line-height: 40px;
  text-transform: uppercase;
  background-color: red;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: bold;
}

.users, .newuser {
  background-color: yellow;
  color: black;
  margin-right: 5px;
  cursor: pointer;
}

.users-table .th > div {
  overflow-x: hidden;
}

.fa-dot-circle {
  color: #ddd;
}

.fa-check-circle {
  color: green;
}

.fa-ban {
  color: red;
}

.fa-dot-circle:hover, .fa-check-circle:hover, .fa-ban:hover {
  color: black;
  cursor: pointer;
}