@charset "UTF-8";
html, body {
  height: 100%;
}

.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}

.wrap > .container {
  padding: 70px 15px 20px;
}

.footer {
  height: 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.jumbotron {
  text-align: center;
  background-color: transparent;
}

.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

.not-set {
  color: #c55;
  font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}

a.asc:after {
  content: "";
}

a.desc:after {
  content: "";
}

.sort-numerical a.asc:after {
  content: "";
}

.sort-numerical a.desc:after {
  content: "";
}

.sort-ordinal a.asc:after {
  content: "";
}

.sort-ordinal a.desc:after {
  content: "";
}

.grid-view th {
  white-space: nowrap;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
  padding: 15px;
  border: none;
}

@media (max-width: 767px) {
  .nav li > form > button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 15px;
  }
}
.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
  text-decoration: none;
}

.nav > li > form > button.logout:focus {
  outline: none;
}

.loader {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  margin: 50px auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn-clipboard-copy {
  margin-right: 24px;
}
.btn-clipboard-copy button {
  margin-bottom: 16px;
}

.action-button-container {
  margin-bottom: 16px;
  display: flex;
  margin-right: 14px;
}

.account-ajax-detail .fb-outer-link {
  margin-bottom: 15px;
  margin-right: 25px;
}

.grid-fb-outer-link {
  margin-right: 20px;
}

#custom-tabs-logs .log-index .grid-view {
  max-height: 600px;
  overflow: scroll;
}

.field-tags-change-select {
  display: flex;
  flex-direction: column;
}

.accounts-index {
  display: none;
}
.accounts-index.shown {
  display: block;
}
.accounts-index .summary-buttons {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}
.accounts-index .summary-buttons .refresh-button {
  margin-left: 20px;
}
.accounts-index .summary-buttons .right-context-menu {
  margin-left: auto;
  display: flex;
}
.accounts-index .summary-buttons .right-context-menu .dropdown {
  margin-left: 20px;
}
.accounts-index table thead tr td {
  position: relative;
}
.accounts-index table thead tr td.has-clear button.clear-input {
  right: 12px;
  position: absolute;
  top: 12px;
}
.accounts-index table thead tr td .range-inputs {
  display: flex;
}
.accounts-index table thead tr td .range-inputs input {
  padding: 0px;
  text-align: center;
}
.accounts-index table thead tr td .select2-container .select2-selection {
  max-height: 39px;
  overflow: hidden;
}
.accounts-index table thead tr td .select2-container ul.select2-selection__rendered {
  display: flex;
}
.accounts-index table thead tr td .select2-container ul.select2-selection__rendered .select2-selection__clear {
  order: 3;
}
.accounts-index table thead tr td .select2-container ul.select2-selection__rendered li.select2-selection__choice {
  margin-bottom: 30px;
  order: 1;
}
.accounts-index table thead tr td .select2-container ul.select2-selection__rendered li.hidden-overflow-tag {
  display: none;
}
.accounts-index table thead tr td .select2-container ul.select2-selection__rendered li.select2-search--inline {
  order: 4;
}
.accounts-index table thead tr th[data-col-seq="7"] a {
  margin-top: 6px;
  display: inline-block;
}
.accounts-index table thead tr th[data-col-seq="7"] #status-group-statistic {
  float: right;
}
.accounts-index table thead tr td[data-col-seq="9"] {
  width: 200px;
}
.accounts-index table tbody tr td {
  position: relative;
}
.accounts-index table tbody tr td .kv-editable {
  text-align: center;
  width: 100%;
}
.accounts-index table tbody tr td .kv-editable .kv-editable-inline {
  position: absolute;
  top: 0px;
  z-index: 10;
  height: 100px;
  background-color: #fff;
  padding: 0px 15px;
  width: 220px;
}
.accounts-index table tbody tr td .kv-editable .kv-editable-inline .kv-editable-form-inline {
  display: flex;
  flex-direction: column;
}
.accounts-index table tbody tr td .kv-editable .kv-editable-inline .kv-editable-form-inline .inline-editable-my-buttons {
  display: flex;
  justify-content: flex-end;
}
.accounts-index table tbody tr td .kv-editable .kv-editable-inline .kv-editable-form-inline .inline-editable-my-buttons .kv-editable-close {
  margin-top: 0px;
  margin-right: 5px;
}
.accounts-index table tbody tr td[data-col-seq="9"] {
  display: flex;
  align-items: center;
}

/*select 2*/
.select2-dropdown ::-webkit-scrollbar {
  width: 8px;
}
.select2-dropdown ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.select2-dropdown ::-webkit-scrollbar-thumb {
  background: #888;
}
.select2-dropdown ::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.select2-dropdown .select2-results__options {
  max-height: 400px !important;
}

/*# sourceMappingURL=custom.css.map */
