.fileicon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 0.2em;
  background-color: transparent;
  background-image: url(/s/img/fileicons/file.png);
  background-repeat: no-repeat; }

.attachment {
  min-width: 50px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: -1px;
  background: #f6f6f6;
  color: black;
  display: inline-block;
  padding: 2px;
  border-radius: 4px;
  height: 18px;
  line-height: 18px; }
  .attachment .close {
    display: inline-block;
    vertical-align: text-bottom;
    float: right;
    font-size: 20px; }
  .attachment a {
    display: inline-block;
    vertical-align: text-bottom;
    padding-bottom: 2px;
    cursor: pointer;
    white-space: nowrap; }
    .attachment a.fixed {
      max-width: 170px;
      overflow-x: hidden;
      text-overflow: ellipsis; }
  .attachment:hover {
    background: #a9c9f4; }

.panel {
  padding: 8px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-heading {
  padding: 5px 8px;
  margin: -8px -8px 8px;
  font-weight: bolder;
  background-color: #f5f5f5;
  border-bottom: 1px solid #dddddd;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.panel-footer {
  padding: 10px 15px;
  margin: 15px -15px -15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel-primary {
  border-color: #428bca; }

.panel-primary .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca; }

.panel-success {
  border-color: #d6e9c6; }

.panel-success .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.panel-warning {
  border-color: #fbeed5; }

.panel-warning .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5; }

.panel-danger {
  border-color: #eed3d7; }

.panel-danger .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7; }

.panel-info {
  border-color: #bce8f1; }

.panel-info .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.panel > .table, .panel > .table-responsive > .table {
  margin-bottom: 0; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777; }

.text-primary {
  color: #337ab7; }

a.text-primary:focus, a.text-primary:hover {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:focus, a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:focus, a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:focus, a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:focus, a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff;
  background-color: #337ab7; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #e4b9b9; }

.sr-main {
  position: relative;
  height: 12em;
  background: white;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding-top: 2em;
  overflow: hidden; }
  .sr-main.tfoot-fixed {
    padding-bottom: 2em; }
  .sr-main .sr-body {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%; }
    .sr-main .sr-body table {
      overflow-x: hidden;
      overflow-y: auto;
      width: 100%;
      border-spacing: 0;
      border-collapse: collapse;
      border-radius: 0;
      border: none;
      /* table options */ }
      .sr-main.tfoot-fixed .sr-body table tfoot tr td, .sr-main.tfoot-fixed .sr-body table tfoot tr th,
      .sr-main .sr-body table thead tr td,
      .sr-main .sr-body table thead tr th {
        height: 0;
        margin: 0;
        line-height: 0;
        padding: 0 !important;
        color: transparent;
        border: none;
        white-space: nowrap; }
        .sr-main.tfoot-fixed .sr-body table tfoot tr td div, .sr-main.tfoot-fixed .sr-body table tfoot tr th div,
        .sr-main .sr-body table thead tr td div,
        .sr-main .sr-body table thead tr th div {
          position: absolute;
          background: transparent;
          color: black;
          top: 0;
          line-height: 2em;
          border-left: 1px solid #ccc;
          padding-left: 4px;
          width: 100%;
          z-index: 250;
          height: auto;
          text-align: left; }
        .sr-main.tfoot-fixed .sr-body table tfoot tr td:first-child div, .sr-main.tfoot-fixed .sr-body table tfoot tr th:first-child div,
        .sr-main .sr-body table thead tr td:first-child div,
        .sr-main .sr-body table thead tr th:first-child div {
          border-color: transparent; }
      .sr-main.tfoot-fixed .sr-body table tfoot th div:first-child {
        top: auto;
        bottom: 0;
        z-index: 250; }
      .sr-main .sr-body table tbody tr, .sr-main .sr-body table tfoot tr {
        border: none;
        cursor: default;
        position: relative;
        z-index: 251; }
        .sr-main .sr-body table tbody tr td:first-child, .sr-main .sr-body table tfoot tr td:first-child {
          border-left: 1px solid transparent; }
        .sr-main .sr-body table tbody tr td, .sr-main .sr-body table tfoot tr td {
          position: relative;
          z-index: 251;
          border-radius: 0;
          border-left: 1px solid #ccc;
          padding: 2px 4px; }
        .sr-main .sr-body table tbody tr:nth-child(odd), .sr-main .sr-body table tfoot tr:nth-child(odd) {
          background: rgba(0, 0, 0, 0.05); }
        .sr-main .sr-body table tbody tr:not(.no-hover):hover, .sr-main .sr-body table tfoot tr:not(.no-hover):hover {
          background: rgba(0, 136, 204, 0.15); }
        .sr-main .sr-body table tbody tr.selected, .sr-main .sr-body table tfoot tr.selected {
          background: rgba(0, 136, 204, 0.15); }
          .sr-main .sr-body table tbody tr.selected td, .sr-main .sr-body table tfoot tr.selected td {
            /* war with myself */
            background: transparent !important; }
        .sr-main .sr-body table tbody tr.selected:nth-child(odd), .sr-main .sr-body table tfoot tr.selected:nth-child(odd) {
          background: rgba(0, 136, 204, 0.2); }
        .sr-main .sr-body table tbody tr.selected:hover, .sr-main .sr-body table tfoot tr.selected:hover {
          background: rgba(0, 136, 204, 0.4); }
      .sr-main .sr-body table.striped-columns tbody tr td + td {
        border-left: 1px solid #ccc; }
      .sr-main .sr-body table.striped-rows thead tr td div, .sr-main .sr-body table.striped-rows thead tr th div {
        border-bottom: 1px solid #ccc; }
      .sr-main.tfoot-fixed .sr-body table tfoot tr td div, .sr-main.tfoot-fixed .sr-body table tfoot tr th div {
        border-top: 1px solid #ccc; }
      .sr-main .sr-body table.striped-rows tbody tr td {
        border-bottom: 1px solid #ccc; }

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  user-select: none; }
  .chosen-container * {
    box-sizing: border-box; }
  .chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    clip: rect(0, 0, 0, 0); }
  .chosen-container.chosen-with-drop .chosen-drop {
    clip: auto; }
  .chosen-container a {
    cursor: pointer; }
  .chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #999999; }
    .chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
      content: ":";
      padding-left: 2px;
      vertical-align: top; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 24px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  /*
    background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    */
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 23px; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/chosen/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }
  .chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }
  .chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/chosen/chosen-sprite.png") no-repeat 0px 2px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }
  .chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: url("../img/chosen/chosen-sprite.png") no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0); }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }
  .chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none; }
    .chosen-container .chosen-results li.active-result {
      display: list-item;
      cursor: pointer; }
    .chosen-container .chosen-results li.disabled-result {
      display: list-item;
      color: #ccc;
      cursor: default; }
    .chosen-container .chosen-results li.highlighted {
      background-color: rgba(82, 168, 236, 0.8);
      /*      background-color: #3875d7; */
      /*
      background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
      */
      color: #fff; }
    .chosen-container .chosen-results li.no-results {
      color: #777;
      display: list-item;
      background: #f4f4f4; }
    .chosen-container .chosen-results li.group-result {
      display: list-item;
      font-weight: bold;
      cursor: default; }
    .chosen-container .chosen-results li.group-option {
      padding-left: 15px; }
    .chosen-container .chosen-results li em {
      font-style: normal;
      text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  /*
    background-image: linear-gradient(#eee 1%, #fff 15%);
    */
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }
  .chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap; }
    .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
      margin: 1px 0;
      padding: 0;
      height: 25px;
      outline: 0;
      border: 0 !important;
      background: transparent !important;
      box-shadow: none;
      color: #999;
      font-size: 100%;
      font-family: sans-serif;
      line-height: normal;
      border-radius: 0;
      width: 25px; }
  .chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 1px;
    background-color: #eeeeee;
    /*
      background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
      */
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    line-height: 13px;
    cursor: default; }
    .chosen-container-multi .chosen-choices li.search-choice span {
      word-wrap: break-word; }
    .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
      position: absolute;
      top: 4px;
      right: 3px;
      display: block;
      width: 12px;
      height: 12px;
      background: url("../img/chosen/chosen-sprite.png") -42px 1px no-repeat;
      font-size: 1px; }
      .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
        background-position: -42px -10px; }
  .chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    /*
      background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
      */
    color: #666; }
  .chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4; }
    .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
      background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid rgba(82, 168, 236, 0.8);
  /*    border: 1px solid #5897fb; */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  /*
      background-image: linear-gradient(#eee 20%, #fff 80%);
      */
  box-shadow: 0 1px 0 #fff inset; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }
  .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid rgba(82, 168, 236, 0.8);
  /* border: 1px solid #5897fb; */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
  .chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #222 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }
  .chosen-disabled .chosen-single {
    cursor: default; }
  .chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right; }
  .chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0; }
  .chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl; }
  .chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px; }
  .chosen-rtl .chosen-single div {
    right: auto;
    left: 3px; }
  .chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px; }
  .chosen-rtl .chosen-choices li {
    float: right; }
    .chosen-rtl .chosen-choices li.search-field input[type="text"] {
      direction: rtl; }
    .chosen-rtl .chosen-choices li.search-choice {
      margin: 3px 5px 3px 0;
      padding: 3px 5px 3px 19px; }
      .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
        right: auto;
        left: 4px; }
  .chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0; }
  .chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0; }
  .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none; }
  .chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: url("../img/chosen/chosen-sprite.png") no-repeat -30px -20px;
    direction: rtl; }
  .chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px; }
  .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("../img/chosen/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

/* @end */
.social-icon {
  background-color: transparent;
  background-image: url("/s/img/mini-social-icons.png");
  background-repeat: no-repeat;
  background-size: auto 96px;
  border: 0 none;
  color: white;
  direction: ltr;
  display: inline-block;
  height: 32px;
  overflow: hidden;
  text-align: left;
  text-decoration: none;
  text-indent: -999em;
  transition: all 0.2s ease 0s;
  opacity: 0.8;
  width: 32px;
  background-position-y: -32px;
  border-radius: 3px;
  vertical-align: top; }
  .social-icon:hover {
    opacity: 1;
    /* transform: translateY(-5px); */
    /* background-position-y: -64px !important; */ }
  .social-icon.facebook {
    background-position-x: 0; }
  .social-icon.google {
    background-position-x: -96px; }

.active .social-icon {
  opacity: 1; }

.payments-table td {
  vertical-align: middle; }

.payments-table input, .payments-table select {
  margin: 0 !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0; }
  .clearfix:after {
    clear: both; }

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.outline {
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.outline-default {
  border-color: #bbb; }

.outline-default-dark {
  border-color: #888888; }

.outline-success {
  border-color: #d6e9c6; }

.outline-success-dark {
  border-color: #a1cd7c; }

.outline-warning {
  border-color: #fbeed5; }

.outline-warning-dark {
  border-color: #f1ca79; }

.outline-error {
  border-color: #eed3d7; }

.outline-error-dark {
  border-color: #d18a96; }

.outline-info {
  border-color: #bce8f1; }

.outline-info-dark {
  border-color: #67cbdf; }

.outline-primary {
  border-color: #08c; }

.outline-primary-dark {
  border-color: #004466; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0; }
  .clearfix:after {
    clear: both; }

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.disable-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0; }
  .clearfix:after {
    clear: both; }

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.modal-backdrop {
  filter: alpha(opacity=10) !important;
  opacity: .1 !important; }
  .modal-backdrop.loading {
    background: center 28% url("/s/img/ajax-loader-bar.gif") no-repeat;
    background-color: #000; }

.modal-content {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4); }

.modal-body {
  position: relative;
  display: block;
  overflow-y: auto;
  padding: 15px; }

.modal table.dataTable td, .modal table.dataTable th {
  padding: 2px 4px !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 14px; }

.modal table.dataTable th {
  font-weight: bold; }

.modal-dialog .modal-header {
  min-height: 14px; }
  .modal-dialog .modal-header h3 {
    margin: 0;
    font-size: 20px; }

.modal-dialog .modal-icon {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px; }

.modal-dialog .modal-footer {
  clear: both; }
  .modal-dialog .modal-footer .btn {
    min-width: 100px; }

.message-box {
  margin-top: 0;
  top: 5%; }
  .message-box .modal-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }

.form-compact .control-group {
  margin-bottom: 0; }

.form-compact .control-label {
  width: 10ch;
  text-align: left; }

.form-compact .controls {
  margin-left: 10ch; }

.form-compact a.btn {
  height: 14px;
  line-height: 14px; }

.csvuploader {
  margin-top: 4px; }
  .csvuploader .previewtittle {
    margin-top: 0.5em;
    margin-bottom: 0.2em; }
  .csvuploader .preview {
    height: 20em;
    overflow-y: scroll; }
    .csvuploader .preview th {
      background: white; }
  .csvuploader .well {
    padding: 0;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden; }
    .csvuploader .well div.header {
      display: block; }
    .csvuploader .well div.data {
      overflow-y: scroll;
      overflow-x: hidden;
      display: none;
      position: absolute;
      bottom: 0;
      left: 0;
      /* all we need is to set top via js :-) */ }
    .csvuploader .well div.tablewrapper {
      position: relative;
      overflow-x: hidden; }
  .csvuploader table {
    border-right-color: transparent;
    table-layout: fixed;
    border-radius: 0;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none; }
    .csvuploader table .dummy {
      padding: 0;
      margin: 0;
      border-top: none;
      border-right: none;
      border-bottom: none; }
    .csvuploader table select {
      font-weight: bolder;
      min-width: 6em; }
    .csvuploader table td {
      width: 10em;
      overflow: hidden; }
    .csvuploader table tr td:last-child {
      border-right: none; }
    .csvuploader table .firstalias, .csvuploader table .firstdata, .csvuploader table .firstcolumn {
      font-style: italic;
      border-left-color: transparent; }
    .csvuploader table .aliases td[class^="alias"] {
      border-color: transparent;
      background: transparent; }
      .csvuploader table .aliases td[class^="alias"].active {
        background: white;
        border: 1px solid gray;
        border-radius: 2px; }
      .csvuploader table .aliases td[class^="alias"] div {
        padding: 4px 4px;
        /* background: white;
         border-radius: 3px;
         border: 1px solid dimgray; */
        color: black;
        font-weight: bolder; }
    .csvuploader table .columns td[class^="column"] {
      border: 1px solid lightgrey;
      /* border-radius: 2px; */
      border-bottom-color: transparent !important; }
      .csvuploader table .columns td[class^="column"] select {
        font-weight: normal;
        background-color: transparent; }
      .csvuploader table .columns td[class^="column"] div {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
        padding: 4px 4px;
        /*    border-radius: 3px;
              border: 1px solid black;
              background: dimgray;
              color: white; */
        font-weight: bolder;
        cursor: pointer !important; }
    .csvuploader table .columns td.active {
      background: white;
      border: 1px solid lightgrey;
      border-radius: 2px; }
      .csvuploader table .columns td.active select {
        color: black;
        font-weight: bold; }
    .csvuploader table .rows td {
      border-bottom-color: transparent !important; }
      .csvuploader table .rows td[class^="data"] {
        color: gray; }
      .csvuploader table .rows td.active {
        color: black;
        background: white;
        border: 1px solid lightgrey;
        border-radius: 2px; }
      .csvuploader table .rows td.dataundefined {
        color: gray;
        background: transparent !important; }
      .csvuploader table .rows td div {
        padding: 0;
        margin: 0;
        /* background: white;
         border-radius: 3px;
         border: 1px solid dimgray; */ }

.undecorate {
  border: none;
  background: none;
  background-color: transparent !important;
  box-shadow: none;
  cursor: default !important; }
  .undecorate:active, .undecorate:hover {
    border: none;
    background: none;
    background-color: transparent !important;
    box-shadow: none;
    cursor: default !important; }

.btn-undecor {
  border: none;
  box-shadow: none;
  background: none; }

.input-highlight {
  border-color: #5BB75B; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(./ready/bs3/fonts/glyphicons-halflings-regular.eot);
  src: url(./ready/bs3/fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(./ready/bs3/fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(./ready/bs3/fonts/glyphicons-halflings-regular.woff) format("woff"), url(./ready/bs3/fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(./ready/bs3/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg"); }

label.checkbox {
  display: inline-block; }

label.disabled {
  color: #999 !important; }

.flip-horizontal {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH"; }

.flip-vertical {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV"; }

.transitionfast {
  transition: .2s;
  -webkit-transition: .2s; }

.transitionnormal, .transition {
  transition: .5s;
  -webkit-transition: .5s; }

.transitionslow {
  transition: 1s;
  -webkit-transition: 1s; }

tr.selected td {
  /* background-color: #dbebff !important; */
  background-color: #a9c9f4 !important; }

tr.selected:hover td {
  background-color: #a9c9f4 !important; }

.nav-tabs-tiny li a {
  padding-top: 4px !important;
  padding-bottom: 4px !important; }

.nav-tabs li.nav-tab-text {
  color: black; }
  .nav-tabs li.nav-tab-text a {
    color: black; }
    .nav-tabs li.nav-tab-text a:active, .nav-tabs li.nav-tab-text a:hover, .nav-tabs li.nav-tab-text a:visited {
      color: black; }
    .nav-tabs li.nav-tab-text a:hover {
      background: transparent;
      border-color: transparent; }
  .nav-tabs li.nav-tab-text a.active {
    font-weight: bolder; }

.nav-tabs-no-border {
  border-bottom-color: transparent; }

.tab-content-bordered {
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-top: -15px;
  padding-top: 0.7em;
  padding-bottom: 0.3em; }

.btn-toolbar {
  background: #f6f6f6; }

.offset1em {
  margin-left: 1em; }

select, .select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  border-radius: 3px !important;
  height: 24px;
  line-height: 14px !important;
  background: #fff url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIgogICB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIKICAgaWQ9IkxheWVyXzEiCiAgIGRhdGEtbmFtZT0iTGF5ZXIgMSIKICAgdmlld0JveD0iMCAwIDQuOTUgMTAiCiAgIHZlcnNpb249IjEuMSIKICAgc29kaXBvZGk6ZG9jbmFtZT0ic2VsZWN0LnN2ZyIKICAgaW5rc2NhcGU6dmVyc2lvbj0iMC45Mi4yIDVjM2U4MGQsIDIwMTctMDgtMDYiPgogIDxtZXRhZGF0YQogICAgIGlkPSJtZXRhZGF0YTM4NjgiPgogICAgPHJkZjpSREY+CiAgICAgIDxjYzpXb3JrCiAgICAgICAgIHJkZjphYm91dD0iIj4KICAgICAgICA8ZGM6Zm9ybWF0PmltYWdlL3N2Zyt4bWw8L2RjOmZvcm1hdD4KICAgICAgICA8ZGM6dHlwZQogICAgICAgICAgIHJkZjpyZXNvdXJjZT0iaHR0cDovL3B1cmwub3JnL2RjL2RjbWl0eXBlL1N0aWxsSW1hZ2UiIC8+CiAgICAgIDwvY2M6V29yaz4KICAgIDwvcmRmOlJERj4KICA8L21ldGFkYXRhPgogIDxzb2RpcG9kaTpuYW1lZHZpZXcKICAgICBwYWdlY29sb3I9IiNmZmZmZmYiCiAgICAgYm9yZGVyY29sb3I9IiM2NjY2NjYiCiAgICAgYm9yZGVyb3BhY2l0eT0iMSIKICAgICBvYmplY3R0b2xlcmFuY2U9IjEwIgogICAgIGdyaWR0b2xlcmFuY2U9IjEwIgogICAgIGd1aWRldG9sZXJhbmNlPSIxMCIKICAgICBpbmtzY2FwZTpwYWdlb3BhY2l0eT0iMCIKICAgICBpbmtzY2FwZTpwYWdlc2hhZG93PSIyIgogICAgIGlua3NjYXBlOndpbmRvdy13aWR0aD0iNjQwIgogICAgIGlua3NjYXBlOndpbmRvdy1oZWlnaHQ9IjQ4MCIKICAgICBpZD0ibmFtZWR2aWV3Mzg2NiIKICAgICBzaG93Z3JpZD0iZmFsc2UiCiAgICAgaW5rc2NhcGU6em9vbT0iMjMuNiIKICAgICBpbmtzY2FwZTpjeD0iMi40NzQ5OTk5IgogICAgIGlua3NjYXBlOmN5PSI1IgogICAgIGlua3NjYXBlOndpbmRvdy14PSIwIgogICAgIGlua3NjYXBlOndpbmRvdy15PSIwIgogICAgIGlua3NjYXBlOndpbmRvdy1tYXhpbWl6ZWQ9IjAiCiAgICAgaW5rc2NhcGU6Y3VycmVudC1sYXllcj0iTGF5ZXJfMSIgLz4KICA8ZGVmcwogICAgIGlkPSJkZWZzMzg1NSI+CiAgICA8c3R5bGUKICAgICAgIGlkPSJzdHlsZTM4NTMiPi5jbHMtMXtmaWxsOiNmZmY7fS5jbHMtMntmaWxsOiM0NDQ7fTwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZQogICAgIGlkPSJ0aXRsZTM4NTciPmFycm93czwvdGl0bGU+CiAgPHBvbHlnb24KICAgICBjbGFzcz0iY2xzLTIiCiAgICAgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciCiAgICAgaWQ9InBvbHlnb24zODYxIiAvPgogIDxwb2x5Z29uCiAgICAgY2xhc3M9ImNscy0yIgogICAgIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIgogICAgIGlkPSJwb2x5Z29uMzg2MyIgLz4KPC9zdmc+Cg==") no-repeat 100% 50% !important;
  padding: 4px;
  padding-right: 1em;
  background-color: white !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }
  select:focus, .select:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); }
  select[multiple], .select[multiple] {
    background-image: none !important; }
  select[disabled], .select[disabled] {
    background-color: #eee !important; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

pre.undecorate {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0;
  font-size: inherit !important; }

pre.pre-content-wrapped {
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */ }
