a {
  color: #6818ac;
}
a:hover {
  text-decoration: none;
  color: #c480fd;
}
.step-indicator {
  border-collapse: separate;
  display: table;
  margin-left: 0;
  position: relative;
  table-layout: fixed;
  vertical-align: middle;
}
.step-indicator li {
  display: table-cell;
  float: none;
  padding: 0;
  width: 1%;
}
.step-indicator li:before {
  background-color: #e5e5e5;
  content: "";
  display: block;
  height: 1px;
  position: relative;
  top: 18px;
}
.step-indicator li:first-child:before {
  left: 50%;
}
.step-indicator li:last-child:before {
  right: 50%;
}
.step-indicator .complete .step {
  border-color: #008d4c;
  color: #008d4c;
}
.step-indicator .complete .step:hover {
  background-color: #59c594;
  color: #ffffff;
}
.step-indicator .complete .caption {
  color: rgba(0, 141, 76, 0.5);
}
.step-indicator .incomplete .step {
  border-color: #d33724;
  color: #d33724;
}
.step-indicator .incomplete .step:hover {
  background-color: #e98a7e;
  color: #ffffff;
}
.step-indicator .incomplete .caption {
  color: rgba(211, 55, 36, 0.5);
}
.step-indicator .active .step,
.step-indicator .active.complete .step,
.step-indicator .active.incomplete .step {
  border-color: #6ae2ff;
  background-color: #d0f6ff;
  color: #00a7d0;
}
.step-indicator .active .step:hover,
.step-indicator .active.complete .step:hover,
.step-indicator .active.incomplete .step:hover {
  background-color: #59d6f5;
  color: #ffffff;
}
.step-indicator .active .caption,
.step-indicator .active.complete .caption,
.step-indicator .active.incomplete .caption {
  color: #007e9d;
}
.step-indicator .inactive .caption {
  color: #e5e5e5;
}
.step-indicator .step {
  display: block;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  font-size: 18px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  -webkit-transition: background-color 0.2s, color 0.5s;
  /* Safari */
  transition: background-color 0.2s, color 0.5s;
}
.step-indicator .step.disabled {
  color: #aaaaaa;
}
.step-indicator .caption {
  box-sizing: border-box;
  color: #e5e5e5;
  margin-top: 6px;
  padding: 8px 16px;
}
.page-container .page-content {
  background-color: #f9f9f9;
}
/* ###################### END-WIZARD ###################### */
.fa-refresh.fa-spin {
  transform-origin: 49% 48.5%;
}
.x-navigation.x-navigation-minimized > li.xn-logo > a:first-child {
  padding: 0px;
  width: 50px;
  background-image: url("/img/logo50x50.png");
}
.x-navigation > li.xn-logo > a:first-child {
  text-indent: -9999px;
  background: url("/img/logo.png") top center no-repeat #dbb2fe;
  color: #FFF;
  height: 50px;
}
.x-navigation > li.xn-logo > a:first-child:hover {
  background-color: #f3e4ff;
}
.login-container.login-bg {
  background: url('/img/background.png') left top no-repeat #6818ac;
  color: #ffffff;
}
.login-input-group-addon {
  border-color: rgba(23, 1, 70, 0.2);
  background-color: #f3e4ff;
  font-size: 13px;
  padding: 0px 10px;
  line-height: 28px;
  color: #6818ac;
  text-align: center;
  min-width: 50px;
}
.login-button {
  border-color: rgba(23, 1, 70, 0.2);
  background-color: #6818ac;
}
.login-button:hover {
  border-color: rgba(23, 1, 70, 0.2);
  background-color: #9b45e5;
}
.btn.btn-xxs {
  font-size: 10px;
  padding: 2px 3px;
  line-height: 10px;
  border-radius: 2px;
  margin-bottom: 2px;
}
.btn.btn-xxs i.fa {
  font-size: 10px;
}
.btn .fa {
  margin-right: 0;
}
.btn.btn-rounded {
  border-radius: 16px;
  padding: 2px 9px;
}
.btn.btn-rounded .fa {
  font-weight: bold;
  line-height: 22px;
}
.select2-container .select2-selection--single {
  height: 30px;
  padding: 5px 12px 6px 12px;
  font-size: 12px;
}
.select2-container--krajee .select2-selection--single .select2-selection__arrow {
  height: 28px;
}
.select2-container--krajee .select2-selection__clear {
  line-height: 1.0;
  margin-right: 14px;
}
.kv-grid-loading {
  opacity: 0.5;
  background: #ffffff center center no-repeat !important;
  position: relative;
}
.kv-grid-loading:before {
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 2.4em;
  top: 50%;
  left: 50%;
  content: "\f021";
  transform-origin: 49% 48.5%;
  -webkit-animation: fa-spin 1.5s infinite linear;
  animation: fa-spin 1.5s infinite linear;
}
@-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);
  }
}
.kv-grid-loading tr,
.kv-grid-loading td {
  background: transparent !important;
}
.kv-grid-table th {
  position: relative;
}
.kv-grid-table th a {
  margin-right: 12px;
  color: #170146;
}
.kv-grid-table th a:before {
  font-family: 'FontAwesome';
  position: absolute;
  right: 10px;
  content: "\f0dc";
}
.kv-grid-table th a:hover {
  text-decoration: none;
  color: #6818ac;
}
.kv-grid-table th .asc {
  color: #c480fd;
}
.kv-grid-table th .asc:before {
  content: "\f0dd";
}
.kv-grid-table th .desc {
  color: #c480fd;
}
.kv-grid-table th .desc:before {
  content: "\f0de";
}
table.detail-view {
  margin-bottom: 0;
}
tr.unread td {
  font-weight: bold;
}
tr.selectable {
  background: transparent;
}
tr.selectable:hover {
  background: rgba(89, 197, 148, 0.2);
}
.form-horizontal .form-group-separated .detail-label {
  margin: 0;
  padding: 15px 16px 10px !important;
  text-align: right;
  font-weight: bold;
}
.form-horizontal .form-group-separated .detail-field {
  padding: 12px 16px 12px !important;
}
.form-horizontal .detail-label {
  margin: 0;
  padding: 15px 0 10px !important;
  text-align: right;
  font-weight: bold;
}
.form-horizontal .detail-field {
  padding: 12px 16px 8px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form-horizontal .panel-title-detail {
  padding-top: 10px;
}
.list-tags li {
  display: block;
  float: left;
  background: #F5F5F5;
  border: 1px solid #D5D5D5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 11px;
  margin: 0 5px 5px 0;
  padding: 2px 8px;
  color: #656d78;
}
.h-padding-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.margin-0 {
  margin: 0 !important;
}
.noty_text h1,
.noty_text h2,
.noty_text h3,
.noty_text h4 {
  color: white;
}
.pagination {
  width: auto;
}
@media screen and (min-width: 768px) {
  #it-modal .modal-dialog {
    width: 740px;
  }
}
@media screen and (min-width: 905px) {
  #it-modal .modal-dialog {
    width: 900px;
  }
}
@media screen and (min-width: 1205px) {
  #it-modal .modal-dialog {
    width: 1200px;
  }
}
.switch.switch-small {
  margin: 1px 0 2px;
  height: 20px;
  line-height: 20px;
}
.switch.switch-small span {
  width: 32px;
  height: 18px;
}
.switch.switch-small input:checked + span:after {
  left: 13px;
}
.showModalButton {
  cursor: pointer;
}
.btn.btn-rounded.btn-search {
  border-color: #170146;
  background-color: #6818ac;
  color: white;
}
.btn.btn-rounded.btn-search:hover {
  background-color: transparent;
  border-color: #89ad4d;
  color: #89ad4d;
}
.panel-body-h-0 {
  padding: 15px 0;
}
.panel {
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
}
.row [class^='col-xs-'],
.row [class^='col-sm-'],
.row [class^='col-md-'],
.row [class^='col-lg-'] {
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.tab-content {
  padding: 0;
}
.kv-form-horizontal .form-sub-attributes .form-group {
  padding: 5px 0;
}
thead tr.filtros td {
  padding: 0;
}
thead tr.filtros td input {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: 0;
}
thead tr.filtros td .select2-container--krajee .select2-selection {
  /* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); */
  /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); */
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #F9F9F9;
  /* border: 1px solid #ccc; */
  border-radius: 0;
  border: 0;
  color: #555555;
  font-size: 10px;
  outline: 0;
}
thead tr.filtros td .select2-container--krajee .select2-selection--single {
  height: 30px;
  line-height: 1;
  padding: 8px 12px;
}
thead tr.filtros td .select2-container--krajee .select2-selection--single .select2-selection__arrow {
  border: none;
  border-left: 1px solid #aaa;
  border-radius: 0;
  position: absolute;
  height: 30px;
  top: 1px;
  right: 1px;
  width: 20px;
}
thead tr.filtros td .select2-container--krajee .select2-selection__clear {
  float: right;
  color: #000;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  line-height: .8;
  opacity: 1;
  filter: none;
  position: absolute;
  right: 14px;
  /*margin-right: 5px; */
  background-color: #F9F9F9;
  padding: 0 6px;
}
.form-control[disabled],
.form-control[readonly] {
  color: #333333;
}
.form-group-separated {
  border-top: 1px dashed #E9E9E9;
}
.form-group-separated .form-group {
  border-bottom: 1px dashed #E9E9E9;
  margin-bottom: 0;
}
.form-group-separated .form-group label.control-label {
  clear: left;
}
@media only screen and (min-width: 1024px) {
  .form-group-separated .form-group label.control-label {
    clear: none;
  }
}
.form-group-separated .form-group [class^="col-md-"] {
  border-left: 1px dashed #E9E9E9;
  padding: 2px 2px;
}
.form-group-separated .form-group [class^="col-md-"]:first-child {
  border-left: 0;
}
@media only screen and (max-width: 1024px) {
  .form-group-separated .form-group [class^="col-md-"] {
    padding: 2px 4px;
  }
}
@media only screen and (min-width: 1024px) {
  .form-group-separated .form-group [class^="col-md-"] {
    padding: 4px 8px;
  }
}
.form-group-separated .form-group:last-child {
  border-bottom: 0;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
  padding-bottom: 0;
}
.form-horizontal .control-label {
  line-height: 32px;
  padding-top: 0;
}
