body {
  padding-top: 97px;
}

#admin_body {
  padding-bottom: 75px;
}

.section_header {
  padding: 6px 3px;
}

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

.panel-heading a.collapsed:before {
  content: "\e080";
}

.panel-heading a, a:hover, a:visited {
  text-decoration: none !important;
}

#my_account_menu {
  min-width: 200px;
}

.xml_search_result {
  display: none;
}
.xml_search_result pre {
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}

#custom_search_api_functions,
#custom_search_api_options,
.xml_search_searching,
.xml_search_error {
  display: none;
}

.api-options {
  min-height: 250px;
}

.succulent-panel-table tr:first-child td, .succulent-panel-table tr:first-child th {
  border-top: 0;
}

#xml_response_md5 {
  font-size: 85%;
  color: #777;
}

.fake-navbar-brand {
  font-size: 18px;
  font-weight: bold;
}
.fake-navbar-brand .caret {
  margin-left: 4px;
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.row_expander {
  font-size: 12px;
}

#time-container {
  background: transparent;
  right: 0;
  color: #777777;
  background: rgba(0, 0, 0, 0.07);
  font-size: 12px;
}
#time-container > span {
  padding: 2px 15px 2px 5px;
}
#time-container > span .prefix {
  padding: 0 8px 0 0;
  border-right: 1px solid #ccc;
}
#time-container > span .date {
  border-right: 1px solid #ccc;
  padding: 0 8px;
}
#time-container > span .time {
  padding-left: 8px;
}

#crm_splash {
  opacity: 0.4;
  width: 90%;
  margin-top: 10%;
  display: block;
  margin: 0 auto;
}

.sweet_loader {
  width: 140px;
  height: 140px;
  margin: 0 auto;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: ro;
  transform-origin: 50% 50%;
  transform: rotate(0) translate(0, 0);
}

@keyframes ro {
  100% {
    transform: rotate(-360deg) translate(0, 0);
  }
}

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