@media print {
  .menu {
    display: none;
  }
}
  
.selectize-input input[type='text'] {
  width: 100% !important;
}

.wf-loading, .wf-materialicons-n4-inactive {
    display: none;
}

.menu {
  background: #0648A6;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  width: 63px;
}

.menu > .wrap {
  position: relative;
  height: 100%;
  width: 63px;
}

.menu > .wrap > ul {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
  margin: 0;
  padding: 0;
}

.menu > .wrap > ul > li {
  list-style: none;
  line-height: normal;
  margin-bottom: 20px;
}

.menu > .wrap > ul > li > a {
  display: block;
  color: #ffffff;
  padding: 8px 20px 7px 19px;
  margin-bottom: 8px;
}

.tickets {
  background: #F4F5F7;
  position: fixed;
  left: 63px;
  top: 0;
  bottom: 0;
  width: 300px;
}

header {
  padding: 30px 0;
}

header h2 {
  margin: 0;
  padding: 0;
}

.selectize-custom {
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 10px 5px 10px !important;
}

.selectize-batch {
  display: block;
  font-weight: bold;
  margin-bottom: 0px !important;
  font-size: 11px !important;
  line-height: 11px !important;
}

.selectize-name {
  display: block;
  margin-bottom: 5px;
}

.selectize-data {
  font-size: 11px !important;
  line-height: 11px !important;
  display: inline-block !important;
  vertical-align: top !important;
  margin: 0 10px 0 0 !important;
  line-height: normal !important;
  font-weight: normal !important;
}

.selectize-batch label, .selectize-data label {
  display: inline-block !important;
  color: inherit !important;
  font-size: 11px !important;
  padding: 0 !important;
  line-height: normal !important;
  font-weight: normal !important;
}

.selectize-dropdown .active .selectize-data label {
  color: white !important;
}

.pagination {
  display: block;
  padding: 20px 0;
  text-align: right;
}

.pagination .pgn-block {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

.pagination .pgn-btn {
  background: #ffffff;
  color: inherit;
  border: 0;
  padding: 5px 15px;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  font-style: normal;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

html {
  height: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #373737;
  background: #ffffff;
	-webkit-font-smoothing: subpixel-antialiased !important;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
  position: relative;
  font-weight: 400;
}

.avatar {
  border-radius: 100%;
  overflow: hidden;
}

.avatar img {
  width: 100%;
  height: auto;
}

.avatar.avatar-sm {
  width: 30px;
  height: auto;
}

/* typography */
/*a {
  color: #333;
  text-decoration: none;
}

a:hover, a:focus {
  color: #222;
  text-decoration: none;
}*/

/* icongraphy */
.icon {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}

/* form */
.form label {
  display: block;
  color: #6B778C;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3333333333333333;
  padding: 20px 0px 4px 0px;
}

.form input[type="text"], .form input[type="email"], .form input[type="date"],  .form input[type="time"], .form input[type="number"], .form input[type="password"], .form textarea, .form select {
  -webkit-appearance: none;
  background: #f7f8f9;
  width: 100%;
  border: 2px solid #f4f5f7;
  padding: 6px 11px;
  margin-bottom: 10px;
  border-radius: 4px;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.form input[type="text"]:focus, .form input[type="email"]:focus, .form input[type="date"]:focus, .form input[type="number"]:focus, .form input[type="password"]:focus, .form textarea:focus, .form select:focus {
  border: 2px solid #4C9AFF;
  background-color: #FFFFFF;
  outline: 0;
  padding: 5px 10px;
}

.form input[type="text"], .form input[type="email"], .form input[type="date"], .form input[type="number"], .form input[type="password"], .form select {
  height: 35px;
}

.table-alt {
  width: 100%;
  border-collapse: collapse;
  background: white;
  line-height: normal;
}

.table-alt th {
  padding: 8px 10px;
  text-align: left;
  font-weight: 500;
  color: #adadad;
  letter-spacing: 0.3px;
}

.table-alt td {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px 10px;
}

.table-alt td:first-child {
  border-left: 0;
}

.table-alt td:last-child {
  border-right: 0;
}

.table-alt tbody tr:hover {
  background: rgba(0, 0, 0, 0.02);
}

.table-alt .td-fit {
  width:1%;
  white-space:nowrap;
}

.btn-action {
  float: left;
  margin: 0 10px;
  cursor: pointer;
  font-size: 12px;
  white-space: nowrap;
}

a.btn-action {
  color: inherit;
  text-decoration: none;
}

.btn-action i {
  font-size: 18px;
  white-space: nowrap;
}

.btn-rounded i {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  margin-top: -4px;
}

.tooltip {
  pointer-events: none;
}

/* content */
.container {
  width: 80%;
  margin: auto;
}

.container.cozy {
  width: 70%;
}

.container.compact {
  width: 60%;
}

/* scrollbar */
::-webkit-scrollbar {
  width: 6px;
  height:8px;
  background:#eee;
}

::-webkit-scrollbar-button {
  width: 8px;
  height:8px;
}

::-webkit-scrollbar-track {
  background:#eee;
  border: none;
  box-shadow: 0px 0px 3px #dfdfdf inset;
}

::-webkit-scrollbar-thumb {
  background:#BDBDBD;
  border: none;
  border-radius:15px;
}

::-webkit-scrollbar-thumb:hover {
  background:#CCCCCC;
}

/* pace loader */
/*.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  background: rgba(255, 255, 255, 0.5);
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background-color: rgba(0, 0, 0, 0.05);
  position: fixed;
  z-index: 1001;
  top: 0;
  right: 100%;
  bottom: 0;
  width: 100%;
}*/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #29d;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
  0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
  0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
  0% { transform: rotate(0deg); transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}
