.flag-icon.flag-icon-bordered {
  border: solid 1px #bbb; }

.ace-editor {
  border: solid 1px #ccc;
  height: 600px; }
  .ace-editor div {
    font: 12px/normal 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace; }
    .ace-editor div .ace_line {
      font: 12px/normal 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace; }
      .ace-editor div .ace_line span {
        font: 12px/normal 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace; }

.charts-loadable {
  transition: opacity 0.3s ease-in-out; }
  .charts-loadable.loading {
    opacity: 0.2; }

.angular-google-map-container {
  height: 400px;
  width: 100%; }

.map-searchbox {
  width: 60%;
  margin: 4px 0; }

.label-has-error {
  color: #a94442; }

.input-group .input-group-btn .btn {
  font-size: 14px; }

.adt-info-icon {
  max-height: 20px;
  margin-right: 10px; }

table.table.dashboard {
  font-size: 1.1em;
  max-width: 1000px; }
  table.table.dashboard td {
    vertical-align: middle;
    transition: background-color 0.3s ease-out; }
  table.table.dashboard .header {
    border-bottom: solid 2px #ddd; }
    table.table.dashboard .header td {
      font-size: 14px;
      font-weight: bolder; }
  table.table.dashboard .response-icon {
    font-size: 42px; }
  table.table.dashboard .load {
    display: none; }
  table.table.dashboard .ko {
    display: none; }
  table.table.dashboard .ok {
    display: none; }
  table.table.dashboard .success .ok {
    display: block; }
  table.table.dashboard .success .response-icon {
    color: #006621; }
    table.table.dashboard .success .response-icon:before {
      content: "\f058"; }
  table.table.dashboard .danger .ko {
    display: block; }
  table.table.dashboard .danger .response-icon {
    color: #660000; }
    table.table.dashboard .danger .response-icon:before {
      content: "\f057"; }
  table.table.dashboard .warning .ko {
    display: block; }
  table.table.dashboard .warning .response-icon {
    color: #664300; }
    table.table.dashboard .warning .response-icon:before {
      content: "\f057"; }
  table.table.dashboard .loading td,
  table.table.dashboard .loading.warning td,
  table.table.dashboard .loading.success td,
  table.table.dashboard .loading.danger td {
    background-color: #e7e9ff; }
  table.table.dashboard .loading .ko,
  table.table.dashboard .loading.warning .ko,
  table.table.dashboard .loading.success .ko,
  table.table.dashboard .loading.danger .ko {
    display: none; }
  table.table.dashboard .loading .ok,
  table.table.dashboard .loading.warning .ok,
  table.table.dashboard .loading.success .ok,
  table.table.dashboard .loading.danger .ok {
    display: none; }
  table.table.dashboard .loading .load,
  table.table.dashboard .loading.warning .load,
  table.table.dashboard .loading.success .load,
  table.table.dashboard .loading.danger .load {
    display: block; }
  table.table.dashboard .loading .response-icon,
  table.table.dashboard .loading.warning .response-icon,
  table.table.dashboard .loading.success .response-icon,
  table.table.dashboard .loading.danger .response-icon {
    color: #b4baff;
    animation: my-spin 2s infinite linear; }
    table.table.dashboard .loading .response-icon:before,
    table.table.dashboard .loading.warning .response-icon:before,
    table.table.dashboard .loading.success .response-icon:before,
    table.table.dashboard .loading.danger .response-icon:before {
      content: "\f110"; }

.thumbnail {
  position: relative; }
  .thumbnail .img-overlay {
    opacity: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 0.1s ease-in-out; }
    .thumbnail .img-overlay.img-overlay-top {
      top: 0; }
    .thumbnail .img-overlay.img-overlay-bottom {
      bottom: 0; }

.thumbnail:hover .img-overlay {
  opacity: 1;
  display: block; }

#gritter-notice-wrapper {
  top: 70px; }

.btn.ui-select-toggle {
  text-align: left;
  height: 34px; }

.ta-editor {
  min-height: 100px;
  overflow: auto;
  font-family: inherit;
  font-size: 100%;
  margin: 10px 0; }
  .ta-editor.ta-xshort-text {
    height: 130px; }
  .ta-editor.ta-short-text {
    height: 180px; }
  .ta-editor.ta-long-text {
    height: 500px; }

.ta-scroll-window > .ta-bind {
  height: 90%; }

.bigger-font {
  font-size: 2.4em; }

.block-dropdown .dropdown-menu {
  left: auto; }
  .block-dropdown .dropdown-menu.dropdown-block {
    left: 0;
    width: 100%; }

.loading-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 80px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 500; }
  .loading-overlay .inner-text {
    width: 100%;
    height: 0;
    overflow: visible;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

.img-thumbnail.img-xs {
  max-width: 100px;
  max-height: 100px; }
  .img-thumbnail.img-xs.has-changed {
    border-color: #5bc0de; }

/* Google SEO preview */
.google-seo-preview {
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 18.2px; }
  .google-seo-preview h3 {
    line-height: 1.2em;
    font-size: 18px;
    margin: 0;
    padding: 0; }
  .google-seo-preview a:hover {
    text-decoration: underline; }
  .google-seo-preview a {
    text-decoration: none;
    color: #1a0dab;
    cursor: pointer; }
  .google-seo-preview a:visited {
    color: #609; }
  .google-seo-preview cite,
  .google-seo-preview cite a:link,
  .google-seo-preview cite a:visited,
  .google-seo-preview .cite,
  .google-seo-preview .cite:link,
  .google-seo-preview #_bGc > i,
  .google-seo-preview .bc a:link {
    color: #006621;
    font-style: normal; }
  .google-seo-preview .s {
    color: #545454; }

.shifted-timepicker {
  position: relative;
  margin-top: -23px;
  margin-bottom: -23px; }
  .shifted-timepicker.no-arrows td a.btn {
    display: none; }

.form-horizontal .form-group .form-group {
  margin-left: 0;
  margin-right: 0; }

.form-group .btn-group-input {
  margin-bottom: 5px; }

.thumbnail.has-warning {
  border-color: #eea236; }

.social-login-title {
  text-align: center;
  margin-bottom: 0.5em; }

.btn-social.btn-facebook {
  color: #fff;
  background-color: #3B5998; }
  .btn-social.btn-facebook:hover {
    background-color: #2d4373; }

.btn-social.btn-google {
  color: #fff;
  background-color: #dd4b39; }
  .btn-social.btn-google:hover {
    background-color: #c23321; }

.btn-social.btn-twitter {
  color: #fff;
  background-color: #4099FF; }
  .btn-social.btn-twitter:hover {
    background-color: #0d7eff; }

/* Fix bug https://github.com/angular-ui/ui-select/issues/533 */
.ui-select-multiple input.ui-select-search {
  min-width: 200px; }

/* animations */
@-webkit-keyframes my-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes my-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.ttt-grid-item {
  position: relative;
  width: 367px;
  color: black; }
  .ttt-grid-item:before {
    content: " ";
    display: block;
    padding-top: 62.5%; }
  .ttt-grid-item h1,
  .ttt-grid-item h2,
  .ttt-grid-item h3,
  .ttt-grid-item h4,
  .ttt-grid-item h5,
  .ttt-grid-item h6,
  .ttt-grid-item p {
    color: black; }
  .ttt-grid-item p {
    line-height: 1.35em;
    margin: 0 0 10px; }
  .ttt-grid-item.text .item-box {
    line-height: 1.428571429em; }
  .ttt-grid-item .item-box {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #cfcbc6;
    padding: 20px; }
    .ttt-grid-item .item-box.box-menu h3 {
      font-size: 14px;
      color: #000;
      margin: 0 0 .5em;
      text-align: center;
      text-transform: uppercase;
      font-weight: 700;
      line-height: 1.1;
      display: block; }
    .ttt-grid-item .item-box .item-caption {
      position: absolute;
      left: 0;
      right: 0;
      padding: 10px 20px 6px;
      bottom: -1px;
      background: white; }
  .ttt-grid-item.image .item-caption {
    position: absolute;
    left: 0;
    right: 0;
    padding: 10px 20px 6px;
    bottom: -1px;
    background: white; }
    .ttt-grid-item.image .item-caption .category {
      font-weight: 700;
      font-size: .9em;
      text-transform: uppercase; }
    .ttt-grid-item.image .item-caption .title {
      font-size: 1.15em; }
  .ttt-grid-item.image a {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    left: 10px;
    color: #222222;
    overflow: hidden; }
    .ttt-grid-item.image a img {
      width: 100%;
      vertical-align: middle;
      max-width: 100%; }
    .ttt-grid-item.image a:hover .item-caption {
      background: #a18c6d;
      color: white; }
  .ttt-grid-item.buttons .btn.btn-taller {
    margin: 0;
    height: 32px;
    border: 0;
    font-size: 14px;
    border-radius: 0;
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    color: #ffffff;
    background-color: #a18c6d;
    text-transform: uppercase;
    border-color: rgba(0, 0, 0, 0);
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 4px 10px;
    line-height: 1.428571429; }
    .ttt-grid-item.buttons .btn.btn-taller:hover {
      background-color: #7f6d52; }

.preview-wrapper {
  padding: 20px 0;
  background: #f1f0ed; }

.font-family-1 {
  font-family: 'BrandonGrotesque';
}
.font-family-2 {
  font-family: 'DINNext';
}
.t10w-print-area .t10w-header .t10w-logo .t10w-logo-weekly {
  bottom: 1mm;
}
