/* line 2, ../sass/screen.scss */
body {
  background: url(../../../images/back.svg);
  background-size: cover;
  background-position: top right;
  background-attachment: fixed;
  font-size: 14px;
}

/* line 10, ../sass/screen.scss */
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
/* line 15, ../sass/screen.scss */
a:hover {
  text-decoration: none;
}

/* line 24, ../sass/screen.scss */
button:hover, button:active, button:focus,
a:hover, a:active, a:focus {
  outline: 0;
  text-decoration: none;
  color: inherit;
}

/* line 31, ../sass/screen.scss */
.list-group {
  background: #CCC;
}

/* line 35, ../sass/screen.scss */
h1, h2, h3, h4 {
  line-height: 1em;
}

/* line 40, ../sass/screen.scss */
h3 {
  font-size: 1.8em;
}

/* line 44, ../sass/screen.scss */
header {
  position: fixed;
  height: 100px;
  width: 100%;
  background: #ccc;
  z-index: 999;
  left: 0px;
  top: 0px;
  background-color: #333333;
  border-bottom: solid 5px #019edc;
  padding-left: 30px;
}
/* line 56, ../sass/screen.scss */
header ul {
  position: absolute;
  right: 30px;
  bottom: 0px;
  list-style: none;
  color: #fff;
}
/* line 62, ../sass/screen.scss */
header ul li {
  display: inline-block;
  margin-right: 15px;
  opacity: 0.7;
}
/* line 66, ../sass/screen.scss */
header ul li:hover {
  opacity: 1;
}
/* line 69, ../sass/screen.scss */
header ul li:last-child {
  margin-right: 0px;
}

/* line 76, ../sass/screen.scss */
#event_total {
  text-align: right;
}
/* line 78, ../sass/screen.scss */
#event_total ul {
  list-style: none;
}
/* line 81, ../sass/screen.scss */
#event_total strong {
  font-size: 1.3em;
}

/* line 86, ../sass/screen.scss */
main {
  padding: 30px;
  margin-top: 100px;
  position: relative;
  padding-bottom: 200px;
}

/* line 93, ../sass/screen.scss */
.ticket-container {
  margin-top: 30px;
}

/* line 98, ../sass/screen.scss */
h4 {
  border-bottom: solid 1px #ccc;
}

/* line 102, ../sass/screen.scss */
#green h3 {
  background: green;
  color: #fff;
}

/* line 109, ../sass/screen.scss */
#gray h3 {
  background: #7d7d7d;
  color: #fff;
}

/* line 116, ../sass/screen.scss */
#red-wp h3,
#red-np h3 {
  background: #be0000;
  color: #fff;
}

/* line 122, ../sass/screen.scss */
#yellow h3 {
  background: #edc300;
  color: #000;
}

/* line 129, ../sass/screen.scss */
#black h3,
#black-preferred h3 {
  background: #454545;
  color: #fff;
}

/* line 135, ../sass/screen.scss */
.check_container {
  display: none;
}

/* line 139, ../sass/screen.scss */
.check_box {
  background: #ffba00;
  margin-bottom: 30px;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  height: 100%;
}
/* line 148, ../sass/screen.scss */
.check_box h4,
.check_box div {
  width: 100%;
}
/* line 152, ../sass/screen.scss */
.check_box h4 {
  padding-bottom: 5px;
  border-bottom: solid 1px #000;
  margin-bottom: 30px;
}
/* line 158, ../sass/screen.scss */
.check_box strong {
  font-size: 1.3em;
  font-weight: 700;
}

/* line 165, ../sass/screen.scss */
.ticket_title {
  padding: 5px;
  padding-left: 15px;
  margin-bottom: 0px;
  background: #454545;
  color: #fff;
  position: relative;
}
/* line 173, ../sass/screen.scss */
.ticket_title.banker {
  cursor: pointer;
}
/* line 177, ../sass/screen.scss */
.ticket_title.banker.active:after {
  position: absolute;
  right: 30px;
  top: 8px;
  width: 10px;
  height: 10px;
  font-family: FontAwesome;
  font-size: 0.8em;
  text-align: right;
  content: "\f077";
  color: #fff;
}
/* line 190, ../sass/screen.scss */
.ticket_title.banker:after {
  position: absolute;
  right: 30px;
  top: 8px;
  width: 10px;
  height: 10px;
  font-family: FontAwesome;
  font-size: 0.8em;
  text-align: right;
  content: "\f078";
  color: #fff;
}

/* line 206, ../sass/screen.scss */
.badge {
  background: #0090ff;
  color: #fff;
}

/* line 211, ../sass/screen.scss */
#authorized_clients {
  margin-bottom: 60px;
}

/* line 217, ../sass/screen.scss */
#users_wrapper {
  margin-bottom: 30px;
}
/* line 219, ../sass/screen.scss */
#users_wrapper button {
  float: left;
  margin-right: 5px;
}

/* line 225, ../sass/screen.scss */
#categories_wrapper {
  margin-bottom: 30px;
}

/* line 229, ../sass/screen.scss */
#myChart {
  margin-bottom: 30px;
  display: block;
}
