@charset "UTF-8";
/****************General*/
a {
  color: #20a3c4;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.no-padding {
  padding: 0 !important;
}

.red {
  color: #DE696F !important;
}

.block {
  display: block !important;
}

.celonis-logo {
  position: relative;
  z-index: 2;
  margin: 19px 15px 0 15px;
  float: left;
  text-indent: -9999px;
  width: 142px;
  height: 21px;
  background: url("../logo.svg");
  background-size: 142px 21px;
}

.flex-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flex-valign {
  align-items: center;
}

.flex {
  flex: 1 1 auto;
}

.vertical {
  flex-direction: column;
}

.justify-between {
  justify-content: space-between;
}

/********** Loading via css ********************/
.loading {
  display: inline-block;
  overflow: hidden;
  height: 1.3em;
  margin-top: -0.3em;
  line-height: 1.5em;
  vertical-align: text-bottom;
}

.loading::after {
  display: inline-table;
  white-space: pre;
  text-align: left;
}

.loading.dots2::after {
  content: "⠋\a⠙\a⠚\a⠞\a⠖\a⠦\a⠴\a⠲\a⠳";
  animation: spin9 1s steps(9) infinite;
}

@keyframes spin1 {
  to {
    transform: translateY(-1.5em);
  }
}
@keyframes spin2 {
  to {
    transform: translateY(-3em);
  }
}
@keyframes spin3 {
  to {
    transform: translateY(-4.5em);
  }
}
@keyframes spin4 {
  to {
    transform: translateY(-6em);
  }
}
@keyframes spin5 {
  to {
    transform: translateY(-7.5em);
  }
}
@keyframes spin6 {
  to {
    transform: translateY(-9em);
  }
}
@keyframes spin7 {
  to {
    transform: translateY(-10.5em);
  }
}
@keyframes spin8 {
  to {
    transform: translateY(-12em);
  }
}
@keyframes spin9 {
  to {
    transform: translateY(-13.5em);
  }
}
@keyframes spin10 {
  to {
    transform: translateY(-15em);
  }
}
@keyframes spin11 {
  to {
    transform: translateY(-16.5em);
  }
}
@keyframes spin12 {
  to {
    transform: translateY(-18em);
  }
}
.section-title {
  font-family: Din Light;
  font-size: 30px;
  margin: 30px 0 20px;
  text-align: center;
  color: #5F7488;
}

.panel {
  display: table;
  margin: 0 auto;
  min-width: 650px;
  padding: 0 40px 120px;
  box-sizing: border-box;
}

.panel-tabs {
  border-bottom: 4px solid #80c25b;
  padding-right: 200px;
  box-sizing: border-box;
  min-width: 900px;
}

.panel-tabs a, .panel-tabs div {
  display: inline-block;
  padding: 12px 20px;
  box-sizing: border-box;
  color: #434f56;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
}
.panel-tabs a.active, .panel-tabs div.active {
  color: #fff;
  background: #80c25b;
}

.nav-category {
  position: absolute;
  background: #5F7488;
  z-index: 10;
  padding: 0;
  margin: 0;
  list-style: none;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
  min-width: 240px;
  top: -40px;
  transition: 0.2s;
  visibility: hidden;
  opacity: 0;
  background: url("../images/icons.svg") -132px -112px;
}
.nav-category.open {
  visibility: visible;
  opacity: 1;
  transform: translateY(40px);
}
.nav-category li {
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
}
.nav-category li a {
  color: #fff;
}

.download-panel {
  display: block;
  width: 790px;
}

.download-main .section-title {
  color: #6d8398;
  font-size: 20px;
  text-align: left;
  padding-left: 55px;
  margin: 50px 0 5px 0;
}

.download-tiles {
  justify-content: center;
  position: relative;
}
.download-tiles img {
  width: 84%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 180px;
  z-index: -1;
}
.download-tiles .download-tiles__item:first-of-type {
  display: block;
  width: 100%;
}
.download-tiles:after {
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  left: -40px;
  margin: auto;
  top: -41px;
  border: 5px solid #e9eff5;
  border-radius: 50%;
  z-index: 3;
  background-size: cover;
  background-color: #20a3c4;
  animation: move_up 0.2s;
  animation-delay: 0.2s;
  animation-fill-mode: both;
  -webkit-animation: move_up 0.3s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-delay: 0.2s;
}

.demo-tiles__item {
  width: 260px;
  padding: 114px 20px 100px;
  margin: 0 15px;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  text-align: center;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.14), 0 6px 0 -4px rgba(0, 0, 0, 0.05);
}
.demo-tiles__item h1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 94px;
  color: #fff;
  margin: 0;
  padding: 0 20px;
  line-height: 94px;
  font-size: 21px;
  box-sizing: border-box;
  font-family: Din Light;
  text-align: left;
  border-radius: 2px 2px 0 0;
}
.demo-tiles__item p {
  margin: 0;
}
.demo-tiles__item .btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  bottom: 30px;
}

.demo-tiles {
  position: relative;
  justify-content: center;
}
.demo-tiles .demo-tiles__item:nth-child(odd) h1 {
  background: #8cc639 url("../images/process-img-1.png") right top no-repeat;
}
.demo-tiles .demo-tiles__item:nth-child(odd) .btn {
  box-shadow: inset 0 0 0 2px #8cc639;
  color: #8cc639;
}
.demo-tiles .demo-tiles__item:nth-child(odd) .btn:hover {
  background: #8cc639;
  color: #fff;
}
.demo-tiles .demo-tiles__item:nth-child(even) h1 {
  background: #20a3c4 url("../images/process-img-2.png") right top no-repeat;
}
.demo-tiles .demo-tiles__item:nth-child(even) .btn {
  box-shadow: inset 0 0 0 2px #20a3c4;
  color: #20a3c4;
}
.demo-tiles .demo-tiles__item:nth-child(even) .btn:hover {
  background: #20a3c4;
  color: #fff;
}

.video-container {
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  color: #34495e;
  width: 100%;
  overflow: auto;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.14), 0 6px 0 -4px rgba(0, 0, 0, 0.05);
}
.video-container h3 {
  color: #20a3c4;
  font-size: 30px;
  margin: 30px 0 10px;
}
.video-container p {
  max-width: 650px;
  float: left;
  color: #3D3F40;
}
.video-container .btn {
  float: right;
}
.video-container > div {
  width: 100%;
  display: none;
}
.video-container > div.current {
  display: block;
}
.video-container > div video {
  box-shadow: 0 0 0 10px rgba(109, 131, 152, 0.42);
}
.video-container > div h5 {
  color: #34495E;
  display: table;
  margin: 10px auto 20px;
  padding: 5px 30px;
  text-transform: uppercase;
}

.content-tabs {
  position: relative;
  top: 1px;
  z-index: 1;
}

.content-tabs span {
  background: #6D8398;
  display: inline-block;
  padding: 9px 15px;
  font-size: 13px;
  color: #FFF;
  cursor: pointer;
  min-width: 60px;
  text-align: center;
}
.content-tabs span.current {
  background: #fff;
  color: #34495E;
  padding-top: 17px;
  border: 1px solid gainsboro;
  border-bottom: none;
}
.content-tabs span:hover {
  opacity: 0.9;
}

.tutorial-tile {
  width: 100%;
  background: #6D8398;
  padding: 20px;
  box-sizing: border-box;
  color: #fff;
  text-align: left;
  margin-top: 20px;
}
.tutorial-tile h1 {
  font-size: 22px;
  margin-top: 0;
  font-family: Din Light;
}
.tutorial-tile p {
  margin: 0;
  max-width: 60%;
}

.download-tiles__item {
  padding: 20px 20px 20px 20px;
  box-sizing: border-box;
  min-width: 50%;
  background: #fff;
  color: #34495e;
  position: relative;
  text-align: center;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.14), 0 6px 0 -4px rgba(0, 0, 0, 0.05);
}
.download-tiles__item:first-child {
  margin-right: 10px;
}
.download-tiles__item:only-of-type {
  margin-right: 0;
}
.download-tiles__item.current {
  display: block;
}
.download-tiles__item .btn-container {
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
}
.download-tiles__item .btn {
  width: 45%;
  margin-top: 10px;
}
.download-tiles__item .btn:active {
  line-height: 35px;
}
.download-tiles__item > span {
  position: relative;
  color: #8cc639;
}
.download-tiles__item h1 {
  font-size: 18px;
  color: #5f7488;
  margin: 0;
}
.download-tiles__item .text-warning {
  font-style: italic;
  clear: both;
  margin-bottom: 15px;
}
.download-tiles__item .text-warning p {
  display: inline-block;
  vertical-align: middle;
  max-width: 80%;
}
.download-tiles__item i {
  margin-right: 5px;
  width: 30px;
  height: 34px;
  background: url("../images/icons.svg") -49px -52px;
  display: inline-block;
  vertical-align: middle;
}

.single-tiles:after {
  background-image: url("../images/single-user.png");
}

.enterprise-tiles:after {
  background-image: url("../images/enterprise-user.png");
}

.empty-tile {
  background: transparent;
  color: #434E56;
  text-align: center;
  margin-top: 80px;
}
.empty-tile h1 {
  font-family: Din Light;
  text-shadow: none;
  margin: 30px 0 10px;
  color: #434E56;
}
.empty-tile p {
  max-width: 620px;
  margin: 0 auto;
  line-height: 20px;
}
.empty-tile a {
  color: #20a3c4 !important;
}
.empty-tile .warning-icon {
  display: block;
  width: 75px;
  height: 75px;
  margin: 0 auto;
  background: url("../images/icons.svg") -97px 0;
}
.empty-tile:after {
  display: none;
}

.demo-tiles {
  clear: both;
}

.warning-tooltip {
  position: fixed;
  display: none;
  bottom: 30px;
  right: 0;
  z-index: 10;
  left: 0;
  margin: auto;
  font-size: 15px;
  max-width: 870px;
  background: #f27835;
  padding: 20px;
  box-sizing: border-box;
  color: #FFFFFF;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 5px 1px rgba(0, 0, 0, 0.2);
  animation: move_up 0.2s;
  animation-delay: 0.2s;
  animation-fill-mode: both;
  -webkit-animation: move_up 0.3s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-delay: 0.5s;
}

.notice-tooltip {
  display: block;
  z-index: 10;
  margin: auto;
  font-size: 15px;
  max-width: 870px;
  background: #2c806f;
  padding: 20px;
  box-sizing: border-box;
  color: #FFFFFF;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 5px 1px rgba(0, 0, 0, 0.2);
  animation: move_up 0.2s;
  animation-delay: 0.2s;
  animation-fill-mode: both;
  -webkit-animation: move_up 0.3s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-delay: 0.5s;
  text-align: center;
}
.notice-tooltip a {
  color: #fff;
}
.notice-tooltip a:hover {
  color: #fff;
}
.notice-tooltip a:active {
  color: #fff;
}

@font-face {
  font-family: Din UltraLight;
  src: url("../fonts/DIN Next UltraLight.woff");
}
@font-face {
  font-family: Din Light;
  src: url("../fonts/DIN Next Light.woff");
}
@font-face {
  font-family: Din Regular;
  src: url("../fonts/DIN Next Regular.woff");
}
@font-face {
  font-family: Fontawesome;
  src: url("../fonts/fontawesome-webfont.woff");
}
html,
body {
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  background: #e9eff5;
  font-family: Din Regular;
  font-weight: 400;
  font-size: 14px;
}

h1, h2, h3 {
  font-weight: normal;
}

input, textarea, .contenteditable, .cke_editable * {
  -webkit-touch-callout: default;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

*:focus {
  outline: 0 !important;
}

header {
  background-color: #14A9D5;
  z-index: 2;
  position: relative;
  height: 40px;
  line-height: 40px;
}
header .celonis-logo {
  margin: 10px 0 0 0;
  height: 20px;
  background-size: 139px 20px;
  background-repeat: no-repeat;
}
header .container-fluid {
  display: block;
}
header.open ul {
  visibility: visible;
  opacity: 1;
  transform: none;
}
header.open ul li {
  animation-name: list-anim;
  animation-duration: 0.2s;
  -webkit-animation-name: list-anim;
  -webkit-animation-duration: 0.2s;
}
header.open ul li:nth-child(2) {
  -webkit-animation-name: list-anim;
  -webkit-animation-duration: 0.25s;
}
header.open ul li:nth-child(3) {
  -webkit-animation-name: list-anim;
  -webkit-animation-duration: 0.3s;
}
header.open ul li:nth-child(4) {
  -webkit-animation-name: list-anim;
  -webkit-animation-duration: 0.35s;
}

.user-profile {
  vertical-align: middle;
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

.user-info {
  float: right;
  position: relative;
  cursor: pointer;
}
.user-info ul {
  width: 230px;
  list-style: none;
  border-radius: 2px;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
  right: 33px;
  top: -3px;
  z-index: 2;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.14), 0 0px 7px 0 rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  transform: scale(0.5) translateX(-20px);
  transform-origin: right top;
  transition: 0.2s;
}
.user-info ul li {
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.12);
  animation-delay: 0.1s;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.1s;
  -webkit-animation-fill-mode: both;
}
.user-info ul li:hover a {
  padding-left: 20px;
}
.user-info ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 13px;
  color: #3e3e3e;
  padding: 0 15px;
  line-height: 45px;
  font-weight: 600;
  box-sizing: border-box;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.2s;
}
.user-info ul li:last-child {
  box-shadow: inset 0 2px 0 0 #5F7488;
}
.user-info ul li:last-child a {
  text-align: right;
}
.user-info:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: url("../images/icons.svg") -23px -45px;
}

.navbar {
  background: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  clear: both;
  overflow: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.navbar ul {
  margin: 0;
  padding: 0;
  overflow: auto;
}

.navbar ul > li {
  list-style: none;
  float: left;
  text-transform: none;
  height: 100%;
  line-height: 46px;
}
.navbar ul > li ul {
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  padding: 4px 20px 5px;
  box-sizing: border-box;
  overflow: visible;
  z-index: 6;
  position: absolute;
  margin-top: 10px;
  min-width: 200px;
  visibility: hidden;
  opacity: 0;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.14), 0 0px 7px 0 rgba(0, 0, 0, 0.1);
  transition: 0.2s;
  transform: scale(0.6) translateX(20px);
  transform-origin: left top;
  -webkit-transform: scale(0.6) translateX(20px);
  -webkit-transform-origin: left top;
}
.navbar ul > li ul > li {
  float: none;
  margin: 0;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  height: 40px;
  line-height: 40px;
}
.navbar ul > li ul > li:last-child {
  box-shadow: none;
}
.navbar ul > li ul > li:hover {
  padding-left: 5px;
}
.navbar ul > li.open ul {
  visibility: visible;
  opacity: 1;
  transform: none;
  -webkit-transform: none;
}
.navbar ul > li.open ul li {
  animation-name: list-anim;
  animation-duration: 0.35s;
  animation-fill-mode: both;
  -webkit-animation-name: list-anim;
  -webkit-animation-duration: 0.35s;
  -webkit-animation-fill-mode: both;
}
.navbar ul > li.open ul li:last-child {
  animation-name: list-anim;
  animation-duration: 0.4s;
  -webkit-animation-name: list-anim;
  -webkit-animation-duration: 0.4s;
}

.navbar li > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #3e3e3e;
  text-decoration: none;
  font-size: 13px;
  padding: 0 10px;
  box-sizing: border-box;
  cursor: pointer;
  transition: box-shadow 0.2s;
}

.navbar button {
  width: 100%;
  height: 45px;
  color: #3e3e3e;
  text-decoration: none;
  font-family: Din Regular;
  font-size: 13px;
  box-shadow: none;
  border: none;
  cursor: pointer;
  background: transparent;
}

.navbar .container-fluid > ul > li > a:hover, .navbar button:hover, .navbar .container-fluid > ul > li > a.active {
  box-shadow: inset 0 -3px 0 0 #14A9D5;
}

.navbar-toggle {
  display: none;
}

.label-link {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 8px;
  border-radius: 15px;
  background: #5F7488;
  color: #fff;
}

.form-group {
  margin-bottom: 8px;
  position: relative;
}
.form-group .control-label + div, .form-group .twitter-typeahead {
  display: inline-block;
  vertical-align: middle;
}

.form-pair input[type=text], .form-pair input[type=password] {
  width: 145px;
}
.form-pair input[type=text]:first-child, .form-pair input[type=password]:first-child {
  margin-right: 6px;
}

.user-container {
  box-shadow: 0 5px 0 -2px rgba(0, 0, 0, 0.1);
}
.user-container > div {
  box-sizing: border-box;
  background: #fff;
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.19);
}
.user-container > div:first-child {
  background: #20a3c4;
  padding: 20px 120px 20px 20px;
  color: #fff;
}
.user-container > div:first-child h1 {
  font-weight: 300;
  margin: 0;
}
.user-container > div:first-child h1 b {
  font-weight: 400;
}
.user-container > div .form-group {
  margin: 0;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  padding: 3px 0px;
}
.user-container > div label.control-label {
  min-width: 100px;
  display: inline-block;
  font-weight: 600;
  text-align: left;
  padding: 0 0 0 30px;
  margin-right: 30px;
  line-height: 30px;
  box-shadow: 1px 0 0 0 rgba(0, 0, 0, 0.15);
}
.user-container > div .btn {
  position: absolute;
  bottom: 0;
  right: 30px;
  margin: auto;
  top: 0;
}

.form-control {
  width: 245px;
  height: 35px;
  background: #E9EFF5;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 10px;
  box-sizing: border-box;
}

.form-inline .form-control {
  width: 82px;
}
.form-inline .form-control:not(:last-child) {
  border-right: none;
}

.tt-menu {
  width: 100%;
  color: black;
}

.tt-dataset {
  padding: 5px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.17);
}

.tt-suggestion, .empty-message {
  padding: 6px 10px;
  box-sizing: border-box;
  min-height: 35px;
  background: #fff;
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.12);
}

.tt-suggestion:last-child, .empty-message {
  box-shadow: none;
}

.tt-suggestion:hover, .tt-cursor {
  cursor: pointer;
  background: #20a3c4;
  color: #fff;
}

textarea.license {
  resize: none;
  height: 100px;
  width: 100%;
  color: #434E56;
  background: rgb(233, 239, 245);
  border: none;
  padding: 10px;
  box-sizing: border-box;
}

input[type=text], input[type=password], input[type=email] {
  background: #e9eff5;
  border-radius: 1px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  padding: 0 15px;
  box-sizing: border-box;
  border: none;
  outline: none;
}
input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder {
  transition: 0.2s;
}
input[type=text]:focus::-webkit-input-placeholder, input[type=password]:focus::-webkit-input-placeholder, input[type=email]:focus::-webkit-input-placeholder {
  transform: translateY(10px);
  opacity: 0;
}

.checkbox {
  display: inline-block;
  margin: 20px 0;
}
.checkbox span {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  box-shadow: inset 0 0 0 2px #5F7488;
  border-radius: 2px;
  vertical-align: middle;
  margin: -2px 5px 0;
}
.checkbox span:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #20a3c4;
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.checkbox label {
  cursor: pointer;
  color: #48545C;
}
.checkbox label:active span:after {
  transform: scale(2.5);
  opacity: 0.3;
}
.checkbox input[type=checkbox] {
  display: none;
}
.checkbox input[type=checkbox]:checked + span {
  box-shadow: none;
  background: #20a3c4 url("../images/icons.svg") -9px -71px;
}

.form-horizontal, .form {
  background: #fff;
  padding: 20px;
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.19), 0 5px 0 -2px rgba(0, 0, 0, 0.1);
}

.expandable-search-container .form-horizontal {
  position: static;
}

.btn {
  height: 35px;
  line-height: 35px;
  min-width: 90px;
  text-align: center;
  display: inline-block;
  border: none;
  outline: none;
  padding: 0 10px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 2px;
  text-decoration: none;
  color: #5F7488;
  font-size: 14px;
  font-family: Din Regular;
  cursor: pointer;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 -2px rgba(0, 0, 0, 0.14);
}
.btn:active {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  line-height: 37px;
}

.btn-icon {
  min-width: 35px;
  padding: 0;
  background-color: #363F46;
  background-image: url("../images/icons.svg");
  position: relative;
}
.btn-icon:after {
  position: absolute;
  left: 0;
  top: 45px;
  padding: 0px 10px;
  box-sizing: border-box;
  min-width: 110px;
  border-radius: 2px;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.2s;
  transition-delay: 0.15s;
  font-weight: 400;
  height: 30px;
  line-height: 30px;
}
.btn-icon:hover:after {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
}

.blue {
  background: #20a3c4;
  color: #fff;
}

.green {
  background: #8cc639;
  color: #fff;
}

.gray {
  background: #EAEAEA;
  color: #979797;
}

.dark-blue {
  background: #1283A0;
  color: #fff;
}

.transparent {
  background: transparent;
  box-shadow: none;
  color: #fff;
}
.transparent:hover {
  background: #fff;
  color: #5F7488;
}

.btn-success {
  background: #80c25b;
  color: #fff !important;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
}

.btn-danger {
  background: #c64c52;
  color: #fff !important;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
}

.btn-icon-success {
  background-position: -23px -20px;
}
.btn-icon-success:after {
  content: "Accept License";
  background: #80c25b;
}

.btn-icon-danger {
  background-position: -50px -20px;
}
.btn-icon-danger:after {
  content: "Reject License";
  background: #DE696F;
}

.btn-add {
  width: 48px;
  height: 48px;
  display: block;
  border-radius: 50%;
  background: #82c35e;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 1px 0 rgba(0, 0, 0, 0.12);
  border: none;
  outline: none;
  color: #fff;
  text-align: center;
  line-height: 48px;
  font-weight: bold;
  font-size: 25px;
  cursor: pointer;
}

.btn-add-fullwidth {
  width: 100%;
  height: 35px;
  display: block;
  border-radius: 5px;
  background: #82c35e;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 1px 0 rgba(0, 0, 0, 0.12);
  border: none;
  outline: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  margin-top: 20px;
}

label.control-label {
  min-width: 200px;
  display: inline-block;
  font-weight: 600;
  text-align: right;
  padding-right: 20px;
  line-height: 30px;
}

.search-input {
  margin: 20px 0;
}
.search-input input {
  width: 100%;
  background: #fff;
  height: 50px;
  font-size: 17px;
}

.container-fluid {
  max-width: 1200px;
  display: table;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-title {
  color: #3e3e3e;
  margin: 30px 0;
  max-width: 510px;
  display: inline-block;
  vertical-align: middle;
}
.page-title h1 {
  font-family: Din Light;
  font-size: 30px;
  margin: 0;
}
.page-title h4 {
  font-size: 13px;
  margin: 0;
}

.back {
  width: 35px;
  height: 35px;
  background: rgba(32, 163, 196, 0.72) url("../images/icons.svg") 4px -21px;
  vertical-align: middle;
  display: inline-block;
  border-radius: 50%;
  margin-right: 15px;
}
.back:hover {
  background: #20a3c4 url("../images/icons.svg") 4px -21px;
}

.panel-footer {
  background: #5F7488;
  padding: 15px 20px;
  display: table;
  border-radius: 0 0 3px 3px;
  width: 100%;
  margin: 20px 0 -20px -20px;
  line-height: 35px;
}
.panel-footer .btn {
  float: right;
  margin-left: 10px;
}
.panel-footer .btn-icon {
  float: left;
}
.panel-footer .btn-danger, .panel-footer .btn-success {
  float: left;
  margin: 0 10px 0 0;
}

.grid-list .grid-list__item {
  display: block;
  position: relative;
  /*         max-width: 500px; */
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
  padding: 15px 130px 15px 15px;
  text-decoration: none;
  background: #fff;
  transition: 0.2s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.grid-list .grid-list__item:hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 3px 10px 0px rgba(0, 0, 0, 0.15);
  z-index: 1;
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
}
.grid-list p {
  margin: 0;
  color: #063C4A;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.grid-list span {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto !important;
}
.grid-list h2 {
  font-family: Din Light;
  padding: 7px 15px;
  margin: 0;
  background: #5F7488;
  color: #fff;
  font-size: 20px;
}

.link-icon {
  visibility: hidden;
  float: right;
  text-decoration: none;
}

.category-list__item {
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 3px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 10px;
}

.category-list__desc {
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
  background: #fff;
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
}
.category-list__desc > div {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
  padding: 0 15px;
  box-sizing: border-box;
}
.category-list__desc > div:first-child {
  width: 30%;
}
.category-list__desc > div:last-child {
  width: 70%;
}
.category-list__desc:hover .link-icon {
  visibility: visible;
}

.category-list__additional-info {
  padding: 5px 15px;
}
.category-list__additional-info .additional-info-single {
  margin-top: 10px;
}
.category-list__additional-info .additional-info-single__profile-name {
  font-weight: bold;
  font-size: 15px;
}

.category-list__links {
  padding: 15px 10px;
  box-sizing: border-box;
  background: #e5ebef;
  overflow: auto;
}
.category-list__links a {
  display: block;
  height: 100%;
  padding: 0 10px;
  float: left;
  color: #4E4E4E;
  text-decoration: none;
}
.category-list__links a:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.category-list__links a i {
  font-family: "Fontawesome";
  margin-right: 10px;
}
.category-list__links .category-automatic-member-links {
  float: right;
}

.category_form {
  padding: 15px;
  margin-bottom: 10px;
}
.category_form .checkbox {
  width: 33%;
  margin: 5px 0;
}
.category_form > div {
  position: relative;
}
.category_form input {
  background: #fff;
  min-width: 0;
  width: auto;
}
.category_form input:first-child {
  width: 30%;
  margin-right: 10px;
}
.category_form input:last-child {
  width: 70%;
}
.category_form input:only-child {
  width: 100% !important;
}
.category_form .btn-add {
  position: absolute;
  right: -70px;
  top: 10px;
}
.category_form .btn-add:after {
  content: "Add category";
  position: absolute;
  left: 130%;
  top: 6px;
  background: #5F7488;
  color: #fff;
  height: 35px;
  line-height: 35px;
  text-align: center;
  transition: 0.2s;
  transform: translateX(10px);
  font-size: 12px;
  white-space: nowrap;
  padding: 0 10px;
  border-radius: 2px;
  visibility: hidden;
  opacity: 0;
}
.category_form .btn-add:hover {
  opacity: 0.9;
}
.category_form .btn-add:hover:after {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}

.section_desc {
  padding: 10px 20px;
  font-style: italic;
  color: #566873;
  margin-bottom: 20px;
  background: rgba(130, 195, 94, 0.17);
  border-radius: 3px;
}

.profiles-form .checkbox {
  width: 20%;
  margin: 5px 0;
}

.category-profiles-form .checkbox {
  width: 33%;
  margin: 5px 0;
}

.profiles-list-item {
  cursor: pointer;
  margin-top: 10px;
}
.profiles-list-item-description {
  padding: 10px 15px;
}

.categories-profiles-no-profiles {
  background: #fff;
  padding: 20px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.19), 0 5px 0 -2px rgba(0, 0, 0, 0.1);
}

.roles-form .checkbox {
  margin: 0;
}

.table {
  width: 100%;
  border-collapse: collapse;
  box-shadow: inset 0 0 0 1px #dae5ea, 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  clear: both;
}
.table tr {
  height: 48px;
  cursor: pointer;
  border-bottom: 1px solid #dae5ea;
}
.table tr:nth-child(even) {
  background: #edf1f3;
}
.table tr:nth-child(odd) {
  background: #fff;
}
.table tr td {
  color: #5F7488;
  padding: 0 20px;
  transition: 0.2s;
  box-shadow: inset 1px 0 0 0 #dae5ea;
}
.table tr td a {
  text-decoration: none;
  color: #118FAF;
  font-weight: 600;
}
.table tr td .btn {
  min-width: 0;
  height: 30px;
  line-height: 30px;
}
.table tr td .btn:first-child {
  margin-left: 0;
}
.table tr.selected {
  background: #C5DBE2;
  border-bottom: 1px solid #BCD1D7;
}
.table tr.selected td {
  box-shadow: inset 1px 0 0 0 #BCD1D7;
}
.table tr:hover td:first-child, .table tr.selected td:first-child {
  box-shadow: 1px 0 0 0 #dae5ea, inset 4px 0 0 0 #20a3c4;
}
.table tr:active td:first-child, .table tr.selected:active td:first-child {
  box-shadow: 1px 0 0 0 #dae5ea, inset 8px 0 0 0 #20a3c4;
}
.table tr .dataTables_empty {
  font-size: 27px;
  padding: 80px 0;
  text-align: center;
  color: #AFAFAF;
  font-weight: 300;
}
.table th {
  padding: 0 25px 0 20px;
  background: #4A5D6F;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  position: relative;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);
}
.table th i {
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url("../images/icons.svg") -25px -50px;
}
.table th.sorting_desc i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.table-buttons {
  white-space: nowrap;
}
.table-buttons .btn {
  min-width: 0;
  height: 30px;
  line-height: 30px;
}
.table-buttons .btn:first-child {
  margin-left: 0;
}

.dataTables_wrapper {
  position: relative;
  overflow-x: auto;
  width: 100%;
}

.dataTables_filter {
  padding: 10px;
  overflow: auto;
  background: #5F7488;
  box-sizing: border-box;
  transition: 0.3s;
}
.dataTables_filter label {
  font-size: 0;
}
.dataTables_filter input {
  width: 100%;
  height: 34px;
  margin: 0;
  border: none;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: none;
  color: #fff;
  border-radius: 2px;
  padding: 0 10px;
  box-sizing: border-box;
  float: right;
}
.dataTables_filter input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.expandable-search-container {
  position: relative;
}
.expandable-search-container .dataTables_filter {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  position: relative;
  z-index: 2;
}
.expandable-search-container .dataTables_filter input {
  background: transparent;
}
.expandable-search-container .dataTables_filter.expanded {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.expandable-search-container .dataTables_filter.expanded input {
  background: rgba(255, 255, 255, 0.15);
}

.search-right .dataTables_filter.expanded {
  float: right;
  width: calc(100% - 110px);
}

.custom-control .form-control {
  width: 0;
  padding: 0;
}
.custom-control.open {
  z-index: 5;
}
.custom-control.open .half {
  width: 50%;
  margin-right: 10px;
}
.custom-control.open .form-control {
  width: 100%;
  padding: 0 15px;
}
.custom-control.open .twitter-typeahead {
  width: 100%;
}

.grid-control {
  padding: 10px;
  box-sizing: border-box;
  background: #5F7488;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 1;
  padding-right: 50px;
}
.grid-control > .btn {
  margin: 0 5px;
}
.grid-control input[type=text] {
  background: #fff;
  transition: width 0.2s;
}
.grid-control .fa-search {
  position: absolute;
  right: 16px;
  top: 18px;
  color: #fff;
  z-index: 10;
  font-size: 18px;
  cursor: pointer;
}

.grid-control-text {
  background: #FFFFFF;
  display: table;
  margin: 0 auto;
  padding-left: 10px;
  border-radius: 2px;
  margin-bottom: 10px;
  height: 23px;
  line-height: 23px;
  border-radius: 0 2px 2px 0;
}
.grid-control-text span {
  display: inline-block;
  background: #F27835;
  height: 100%;
  color: #fff;
  padding: 0 10px;
}

.control-bar {
  visibility: hidden;
  opacity: 0;
}
.control-bar .checkbox {
  margin: 0 10px;
  background: rgba(255, 255, 255, 0.48);
  padding: 9px;
}
.control-bar .checkbox span {
  box-shadow: inset 0 0 0 2px #FFFFFF;
}
.control-bar .checkbox label {
  color: #fff;
}
.control-bar .form-control {
  background: #fff;
}

.paging_simple_numbers {
  margin-top: 50px;
  text-align: center;
}
.paging_simple_numbers > a {
  color: transparent;
  transition: 0.2s;
  background: url("../images/icons.svg") -4px -50px;
}
.paging_simple_numbers > a:hover {
  color: transparent;
  background: url("../images/icons.svg") -4px -50px;
}
.paging_simple_numbers > a.previous {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.paging_simple_numbers > a.previous:hover {
  transform: rotate(90deg) translateY(5px);
  -webkit-transform: rotate(90deg) translateY(5px);
}
.paging_simple_numbers > a.next {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.paging_simple_numbers > a.next:hover {
  transform: rotate(-90deg) translateY(5px);
  -webkit-transform: rotate(-90deg) translateY(5px);
}

.paginate_button {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border-radius: 2px;
  color: #828587;
  font-size: 13px;
  margin: 0px 5px;
  cursor: pointer;
}
.paginate_button:hover {
  color: #5F7488;
  background: #dbe4e8;
}
.paginate_button.current {
  background: #20a3c4;
  color: #fff;
}

.dataTables_info, .dataTables_length {
  display: none;
}

.messages {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 10;
  background: #FAF7E8;
  padding: 30px 30px 30px 50px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 10px 1px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: table;
  max-height: 20px;
  max-width: 300px;
  font-weight: 600;
  color: #4D4D4D;
  transition: 0.2s;
}

.appear {
  visibility: visible;
  opacity: 1;
}

i.state {
  position: absolute;
  left: 10px;
  top: 25px;
  width: 30px;
  height: 30px;
  background-image: url("../images/icons.svg");
}

.state.success {
  background-position: 3px -101px;
}

.state.error {
  background-position: -27px -103px;
}

.state.process {
  background-position: -53px -102px;
  animation: rotate infinite 2s;
  -webkit-animation: rotate infinite 2s;
}

span.status {
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 20px;
  line-height: 21px;
  color: #fff;
  text-transform: lowercase;
  background: #80C25B;
  text-align: center;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}
span.status:first-letter {
  text-transform: uppercase;
}

.status.success {
  background: #5F7488;
}

.status.activated {
  background: #80c25b;
}

.status.warning {
  background: #f27835;
}

.status.danger {
  background: #DE696F;
}

.note {
  width: 100%;
  background: #e9eff5;
  position: relative;
  padding: 10px 15px 10px 70px;
  box-sizing: border-box;
  margin: 20px 0;
  color: #5F7488;
}
.note:before {
  content: "";
  position: absolute;
  width: 55px;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 2px 0 0 2px;
  background: teal;
}
.note.success:before {
  background: #6C7B8A url("../images/icons.svg") -47px -141px no-repeat;
}
.note.activated:before {
  background: #80c25b url("../images/icons.svg") -47px -141px no-repeat;
}
.note.danger:before {
  background: #c64c52 url("../images/icons.svg") -98px -141px no-repeat;
}
.note.warning:before {
  background: #f27835 url("../images/icons.svg") 4px -141px no-repeat;
}

.help-block {
  color: #F9F9F9;
  display: block;
  border-radius: 2px;
  padding: 5px 10px;
  box-sizing: border-box;
  background: #DE696F;
  z-index: 10;
  position: relative;
  left: 223px;
  max-width: 245px;
  margin: 10px 0;
  animation: move_up 0.2s;
  animation-delay: 0.2s;
  animation-fill-mode: both;
  -webkit-animation: move_up 0.3s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-delay: 0.2s;
}

.help-block:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #DE696F transparent;
}

.help-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.alert {
  padding: 8px 10px;
  max-width: 300px;
  margin: 7px 0;
  color: #F9F9F9;
  display: block;
  border-radius: 2px;
  box-sizing: border-box;
  background: #E06C6C;
  animation: move_up 0.2s;
  animation-delay: 0.2s;
  animation-fill-mode: both;
  -webkit-animation: move_up 0.3s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-delay: 0.2s;
}
.alert ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-alert .alert {
  max-width: 100%;
}

.login-body {
  background-image: url("/public/login/world-map-pixelated2.png");
  background-color: #2E3B48;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center;
  display: table;
  padding-top: 80px;
}
.login-body .checkbox {
  margin: 20px 0 0;
  line-height: 20px;
}
.login-body .celonis-logo {
  margin: 30px auto 0;
  float: none;
}
.login-body header {
  background: transparent;
  position: absolute;
  top: 0;
  width: 100%;
}
.login-body .panel {
  min-width: 0;
  padding: 0;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  animation: appear 0.2s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-animation: appear 0.2s cubic-bezier(0.55, 0, 0.1, 1);
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}
.login-body .panel .btn {
  animation: slide_down 0.25s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-animation: slide_down 0.25s cubic-bezier(0.55, 0, 0.1, 1);
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -webkit-appearance: none;
}
.login-body .form-control {
  height: 40px;
  width: 300px;
}
.login-body .btn {
  min-width: 120px;
  height: 35px;
}
.login-body form {
  display: table;
  margin: 0 auto;
  overflow: auto;
  padding: 0;
  background: transparent;
}
.login-body .login-welcome {
  color: #434f56;
  font-size: 28px;
  font-weight: 300;
  margin: 0 0 20px 0;
  font-family: Din Light;
}
.login-body .panel-signup {
  background: #fff;
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.19), 0 5px 0 -2px rgba(0, 0, 0, 0.1);
}
.login-body .panel-signup .form-horizontal {
  padding: 0;
}
.login-body .panel-body {
  display: table-cell;
  position: relative;
  background: #fff;
  z-index: 2;
  overflow: auto;
  padding: 20px 20px 0px 20px;
  max-width: 300px;
}
.login-body .panel-body .btn {
  float: right;
  margin: 30px 4px;
}
.login-body .panel-body .login-desc {
  color: #444f57;
  max-width: 300px;
}
.login-body .panel-body .login-link {
  margin-top: 35px;
  display: inline-block;
  color: #20A3C4;
  border-bottom: 1px solid;
  text-decoration: none;
}
.login-body .login-center {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.login-body .lead {
  padding-bottom: 20px;
}
.login-body .lead b {
  font-weight: 700;
}

.panel-text {
  background: #fff;
  display: inline-block;
  padding: 20px 40px;
  text-align: left;
  box-sizing: border-box;
  vertical-align: middle;
  max-width: 980px;
  margin: 30px 0;
  color: #48545C;
  counter-reset: section;
}
.panel-text h1 {
  text-align: center;
  color: #20a3c4;
}
.panel-text h2 {
  counter-reset: subsection;
  font-size: 17px;
}
.panel-text h2:before {
  counter-increment: section;
  content: " " counter(section) ". ";
}
.panel-text p {
  margin: 15px 0;
}
.panel-text p:before {
  font-weight: 700;
  counter-increment: subsection;
  content: counter(section) "." counter(subsection) " ";
}
.panel-text i {
  display: block;
}

.panel-additional {
  background: #20a3c4;
  padding: 20px 20px 85px 20px;
  display: table-cell;
  min-width: 230px;
  color: #fff;
  height: 100%;
  position: relative;
  text-align: center;
  box-shadow: inset 2px 0 0 0 rgba(0, 0, 0, 0.15);
  animation: slide_right 0.4s cubic-bezier(0.55, 0, 0.1, 1), text_opacity 1s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-animation: slide_right 0.4s cubic-bezier(0.55, 0, 0.1, 1), text_opacity 1s cubic-bezier(0.55, 0, 0.1, 1);
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}
.panel-additional .btn {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  width: 90px;
  bottom: 30px;
  margin: auto;
}
.panel-additional .login-welcome {
  color: #fff;
}
.panel-additional p {
  max-width: 200px;
}

.login-slogan {
  color: #fff;
  font-size: 17px;
  text-align: center;
  margin-bottom: 90px;
  font-weight: 300;
  margin-top: 0px;
}

.side-account {
  display: none;
}

@media all and (max-width: 1150px) {
  .video-container > div {
    width: 100%;
    margin: 0;
  }
}
@media all and (max-width: 980px) {
  .panel {
    display: block;
    width: 100%;
  }
  .panel-tabs {
    min-width: 0;
  }
  .panel-tabs a {
    padding: 15px;
  }
  .category-list__desc > div, .category_form input {
    width: 50% !important;
  }
  .category-list__desc > div:only-child, .category_form input:only-child {
    margin: 0;
  }
  .category-list__links span {
    display: none;
  }
  .category-list__links i {
    margin-left: 10px;
  }
  .category_form .btn-add {
    position: relative;
    right: auto;
    top: auto;
    border-radius: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    color: #82C35E;
    font-size: 0;
    font-weight: normal;
  }
  .category_form .btn-add:after {
    position: relative;
    left: auto;
    height: auto;
    line-height: 0;
    visibility: visible;
    opacity: 1;
    font-size: 14px;
    transform: none;
    background: transparent;
  }
}
@media all and (max-width: 650px) {
  .panel {
    min-width: auto;
  }
  .download-main .section-title {
    margin: 20px 0 15px 0;
    padding: 0;
  }
  .download-tiles {
    display: block;
  }
  .download-tiles__item.current {
    display: table;
    margin: 0 0 10px;
  }
  .demo-tiles__item {
    width: 100%;
    margin: 0 0 10px 0;
  }
  label.control-label {
    min-width: 150px;
  }
  .tutorial-tile p {
    padding: 0 20px;
  }
  .download-tiles img {
    display: none;
  }
  .download-tiles:after {
    right: 20px;
    left: auto;
    top: 199px;
  }
  .download-tiles__item {
    margin-bottom: 5px;
    margin-right: 0 !important;
  }
  .download-panel .flex-container {
    display: block;
  }
  .tutorial-tile {
    text-align: center;
  }
  .tutorial-tile p {
    max-width: 100%;
    padding: 0 0 20px 0;
  }
  .video-container {
    padding: 10px;
  }
  .video-container > div video {
    box-shadow: 0 0 0 2px rgba(109, 131, 152, 0.42);
  }
  .grid-control-text {
    padding: 0;
    text-align: center;
  }
  .grid-control-text span {
    display: block;
  }
  .expandable-search-container .fa-search {
    display: none;
  }
  .expandable-search-container .dataTables_filter {
    width: 100%;
    visibility: visible;
    opacity: 1;
  }
  .grid-control {
    position: relative;
  }
  .dataTables_filter input {
    background: rgba(255, 255, 255, 0.15) !important;
  }
}
@media all and (max-width: 565px) {
  header .celonis-logo {
    left: 20px;
  }
  .panel {
    padding: 0 20px 40px !important;
  }
  .container-fluid {
    padding: 0;
  }
  .navbar {
    position: absolute;
    height: auto;
    width: 100%;
    z-index: 10;
    visibility: hidden;
  }
  .navbar button {
    color: #fff;
    text-align: right;
    padding: 10px 30px;
    font-size: 17px;
    font-weight: 400;
  }
  .navbar ul {
    height: 0;
    overflow: hidden;
    background: #353E44;
    text-align: right;
    width: 100%;
    float: none;
  }
  .navbar ul li {
    float: none;
    transform: translateX(70px);
  }
  .navbar ul li:nth-child(1) {
    transition: transform 0.2s;
  }
  .navbar ul li:nth-child(2) {
    transition: transform 0.25s;
  }
  .navbar ul li:nth-child(3) {
    transition: transform 0.3s;
  }
  .navbar ul li:nth-child(4) {
    transition: transform 0.35s;
  }
  .navbar ul li a {
    color: #fff;
    padding: 6px 30px;
    font-size: 17px;
    font-weight: 400;
  }
  .navbar ul li a.active {
    box-shadow: inset -8px 0 0 0 #14A9D5 !important;
  }
  .navbar ul li:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  .navbar ul li ul {
    position: inherit;
    background: rgba(0, 0, 0, 0.3);
    transform: scale(1);
    box-shadow: none;
    transition: none;
    margin: 0;
    padding: 0;
  }
  .navbar ul li ul a {
    padding-right: 30px;
  }
  .user-profile, .user-info ul {
    display: none;
  }
  .side-account {
    display: block;
    padding-top: 50px;
  }
  header.open + .navbar {
    visibility: visible;
  }
  header.open + .navbar ul, header.open.user-info ul {
    height: auto;
  }
  header.open + .navbar ul li {
    transform: translateX(0);
    height: auto;
  }
  header.open + .navbar ul li ul {
    visibility: visible;
    opacity: 1;
  }
  .user-info {
    transition: 0.2s;
  }
  .user-info:after {
    width: 50px;
    background: url("../images/icons.svg") -80px -102px;
  }
  .user-info:active {
    transform: translateY(0px);
  }
  .navbar a, .navbar button:hover {
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1) !important;
  }
  label.control-label {
    text-align: left;
  }
  input[type=text], input[type=password], input[type=email], .form-group .control-label + div {
    width: 100%;
  }
  .user-container .form-group .control-label + div {
    width: auto;
  }
  .panel-tabs {
    padding: 0;
  }
  .panel-tabs a {
    padding: 10px;
    width: 100%;
    font-size: 13px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.08);
  }
  .login-body .panel-body {
    display: block;
    max-width: 100%;
  }
  .login-body .panel-body .btn {
    width: 100%;
    height: 50px;
  }
  .login-body .panel-additional {
    display: block;
    min-width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  .login-body .panel-additional p {
    max-width: 100%;
    margin: 0 auto;
  }
  .login-body .panel-additional .btn {
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: relative;
    margin-top: 40px;
  }
  .login-body input[type=text], .login-body input[type=password], .login-body input[type=email] {
    width: 100%;
  }
  .form-group.form-pair input {
    margin-bottom: 8px;
  }
  .demo-tiles {
    display: block;
  }
  .panel-footer .btn {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
  }
  .form-pair {
    margin-bottom: 0;
  }
  .form-group .control-label + div, .form-group .twitter-typeahead {
    width: 100%;
  }
  .form-inline .form-control {
    width: 33.3%;
  }
  .control-bar {
    display: block;
  }
  .control-bar .checkbox {
    display: block;
    margin: 10px 0;
  }
  .control-bar .btn {
    width: 100%;
  }
  .requirments-section ul li:before {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .download-tiles:after {
    display: none;
  }
}
@-webkit-keyframes list-anim {
  from {
    -webkit-transform: translateY(-20px);
    opacity: 0;
  }
}
@keyframes list-anim {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }
}
@keyframes slide_right {
  from {
    transform: translateX(-50px);
  }
}
@-webkit-keyframes slide_right {
  from {
    -webkit-transform: translateX(-50px);
  }
}
@keyframes slide_down {
  from {
    transform: translateY(-10px);
    opacity: 0;
  }
}
@-webkit-keyframes slide_down {
  from {
    -webkit-transform: translateY(-10px);
    opacity: 0;
  }
}
@keyframes appear {
  from {
    opacity: 0;
  }
}
@-webkit-keyframes appear {
  from {
    opacity: 0;
  }
}
@keyframes scale {
  from {
    transform: scaleX(0.7);
    opacity: 0;
  }
}
@-webkit-keyframes scale {
  from {
    -webkit-transform: scaleX(0.7);
    opacity: 0;
  }
}
@keyframes text_opacity {
  0% {
    color: transparent;
  }
}
@-webkit-keyframes text_opacity {
  0% {
    color: transparent;
  }
}
@keyframes move_up {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
}
@-webkit-keyframes move_up {
  from {
    -webkit-transform: translateY(20px);
    opacity: 0;
  }
}
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
  }
}
.fullscreen-form {
  width: auto;
}

.fullscreen-form .form-horizontal {
  padding: 0;
  background: transparent;
}

.form-trial.form-horizontal {
  padding: 10px;
  box-shadow: none;
}

.panel-trial {
  padding: 0 70px 0 0;
}

.panel-trial label.control-label {
  color: #6D6D6D;
  margin-bottom: 0;
  padding-bottom: 3px;
  min-width: 0;
  text-align: left;
  display: block;
  line-height: 17px;
  font-weight: 700;
}

.panel-trial input[type=text], .panel-trial input[type=password], .panel-trial input[type=email] {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #666666;
  box-shadow: none;
  background-color: #F1F1F1;
  background-image: none;
  box-shadow: inset 0 0 0 1px #DBDBDB;
  border-radius: 3px;
}

.panel-trial .btn {
  background-color: #76DB40;
  float: initial;
  margin: 15px auto 0;
  display: block;
  height: 40px;
  width: 100%;
  line-height: 40px;
  font-weight: bold;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
}

.panel-trial p {
  color: #666;
}

.panel-trial a:link,
.panel-trial a {
  text-decoration: underline;
}

.panel-trial .minicol {
  position: relative;
  padding: 0 10px;
  width: 50%;
  float: left;
  box-sizing: border-box;
}

.panel-trial .minicol-check {
  display: block;
  clear: both;
  cursor: pointer;
  padding-left: 10px;
}

.panel-trial .minicol-check .checkbox {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
}

.panel-trial .minicol-check input[type=checkbox] {
  display: inline-block;
  vertical-align: middle;
}

.panel-trial .minicol-check span {
  display: none;
}

.panel-trial .minicol-check p {
  display: table-cell;
  vertical-align: middle;
}

.panel-trial .panel-trial .minicol .form-group {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 5px;
}

.panel-trial .help-block {
  position: absolute;
  top: 109%;
  right: 0;
  left: auto;
}

@media all and (max-width: 480px) {
  .panel-trial .minicol {
    width: 100%;
  }
}
.not-found {
  text-align: center;
  color: #fff;
  background: radial-gradient(ellipse at center, #48545c 0%, #283036 100%);
}
.not-found > div {
  margin: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.not-found h1 {
  font-size: 170px;
  font-weight: 800;
  border-bottom: 1px solid #fff;
  display: table;
  margin: 0 auto;
  line-height: 0;
  padding-bottom: 40px;
  letter-spacing: 10px;
}
.not-found h1 i {
  font-weight: 300;
  font-style: normal;
}
.not-found h4 {
  font-weight: 300;
  font-size: 80px;
  margin: 0 0 20px 0;
}
.not-found p {
  max-width: 690px;
  margin: 0 auto;
  line-height: 1.5;
  font-size: 15px;
}

.form-search {
  padding: 0;
}
.form-search .input-search {
  width: 80%;
  float: left;
  margin-right: 10px;
}
.form-search .btn-search {
  width: 15%;
  float: left;
}
.form-search .btn-search .btn {
  width: 100%;
}

.inactive-user-row {
  background-color: #ffdcea !important;
}

.pagination {
  margin-top: 10px;
}
.pagination span {
  display: inline-block;
  background: lightgray;
  padding: 10px;
  border-radius: 4px;
}

.table__holder-no-search #grid-license_filter {
  display: none;
}

.download-tiles .checkbox {
  margin: 0;
}

div.download-tiles.enterprise-tiles.flex-container > div > form > div > a {
  margin: 0 3px;
}

div.panel.download-panel > div.download-tiles.enterprise-tiles.flex-container > div > form > div {
  justify-content: center;
  align-items: center;
}

body > div.panel.download-panel > div.download-tiles.enterprise-tiles.flex-container > div > form {
  box-shadow: none;
}

/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.5.0#iefix") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.tm-row {
  background: #5f7488;
  padding: 5px 10px 0;
}

.tm-tag {
  color: #555555;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.17);
  display: inline-block;
  border-radius: 3px;
  font-size: 13px;
  margin: 5px 5px 5px 0;
  padding: 5px 23px 5px 10px;
  position: relative;
  animation: move_up 0.15s;
  animation-delay: 0.1s;
  animation-fill-mode: both;
}
.tm-tag .tm-tag-remove {
  margin-left: 5px;
  text-decoration: none;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("../images/icons.svg") -19px -75px;
  background-size: 140px 140px;
  position: absolute;
  right: 5px;
}
.tm-tag .tm-tag-remove:hover {
  opacity: 0.4;
}
.tm-tag.tm-tag-warning {
  color: #945203;
  background-color: #f2c889;
  border-color: #f0a12f;
}
.tm-tag.tm-tag-error {
  color: #84212e;
  background-color: #e69ca6;
  border-color: #d24a5d;
}
.tm-tag.tm-tag-success {
  color: #638421;
  background-color: #cde69c;
  border-color: #a5d24a;
}
.tm-tag.tm-tag-info {
  color: #4594b5;
  background-color: #c5eefa;
  border-color: #5dc8f7;
}
.tm-tag.tm-tag-inverse {
  color: #ccc;
  background-color: #555555;
  border-color: #333333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
}
.tm-tag.tm-tag-inverse .tm-tag-remove {
  color: #ffffff;
}
.tm-tag.tm-tag-large {
  font-size: 16.25px;
  border-radius: 4px;
  padding: 11px 7px;
}
.tm-tag.tm-tag-small {
  font-size: 11.05px;
  border-radius: 3px;
  padding: 2px 4px;
}
.tm-tag.tm-tag-mini {
  font-size: 9.75px;
  border-radius: 2px;
  padding: 0px 2px;
}
.tm-tag.tm-tag-plain {
  color: #333333;
  box-shadow: none;
  background: none;
  border: none;
}
.tm-tag.tm-tag-disabled {
  color: #aaa;
  background-color: #e6e6e6;
  border-color: #ccc;
  box-shadow: none;
}
.tm-tag.tm-tag-disabled .tm-tag-remove {
  display: none;
}

.control-group.tm-group {
  margin-bottom: 5px;
}

.form-horizontal .control-group.tm-group {
  margin-bottom: 15px;
}