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: "\e151"; }

a.desc:after {
  content: "\e152"; }

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

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

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

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

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

.grid-view .filters input,
.grid-view .filters select {
  min-width: 50px; }

.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; }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

.update-ajax {
  margin-right: 10px; }

.delete-ajax span {
  color: red; }

iframe {
  border: none; }

.color-value {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  border-radius: 50%; }

.pagination li.active a {
  z-index: 1;
  color: #a94442; }
.pagination li a, .pagination li span {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
.pagination li:first-child a, .pagination li:first-child span {
  margin-left: 0;
  border-radius: 5px 0px 0px 5px; }
.pagination li:last-child a, .pagination li:last-child span {
  border-radius: 0px 5px 5px 0px; }
.pagination li.disabled .page-link {
  pointer-events: none;
  cursor: auto; }

.feature_image {
  width: 300px;
  max-width: 100%;
  display: block;
  margin-top: 10px; }

.thumb {
  max-width: 100px; }

img {
  max-width: 100%; }

img.small {
  max-width: 50px; }

table td a {
  margin-right: 12px; }
  table td a:last-child {
    margin-right: 0px; }

.pl5 {
  padding-left: 5px; }

.mt5 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mb5 {
  margin-bottom: 5px; }

.mb20 {
  margin-bottom: 20px; }

.mt20 {
  margin-top: 20px; }

.m-gallery {
  margin-top: 10px; }
  .m-gallery ul {
    display: inline-block;
    list-style: none;
    margin: 0px;
    padding: 0px; }
    .m-gallery ul li {
      position: relative;
      display: inline-block;
      padding: 5px;
      background: #a6f1b7;
      margin: 3px; }
      .m-gallery ul li p {
        position: relative;
        margin: 0px; }
        .m-gallery ul li p img {
          max-width: 96px; }
        .m-gallery ul li p a.remove {
          cursor: pointer;
          position: absolute;
          padding-top: 4px;
          right: 0px;
          top: 0px;
          background: #ff0000b0;
          display: block;
          width: 30px;
          height: 30px;
          color: white;
          text-align: center; }

div.ui-sortable-handle {
  padding: 5px 10px 13px 10px;
  background: #f2f2f2;
  cursor: move;
  border: 1px solid #dee2e6; }
  div.ui-sortable-handle span {
    float: right; }
    div.ui-sortable-handle span a {
      color: #fff !important; }

.menu-box ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.menu-box ul.ui-sortable li {
  display: block;
  margin-bottom: 5px;
  background: #fff; }

.menu-box ul.ui-sortable ul {
  margin-left: 20px;
  margin-top: 5px; }

.menu-box li.menu-highlight {
  border: 1px dashed red !important;
  background: #f5f5f5; }

.size-50-50 {
  width: 50px;
  height: 50px; }

.no-margin {
  margin: 0px; }

.control-label {
  font-weight: bold; }

.save-section {
  position: fixed;
  display: none;
  bottom: 0px;
  left: 0px;
  margin: 0px !important;
  width: 100%;
  background: #ffffffe6;
  padding: 5px 10px;
  text-align: right;
  z-index: 3;
  border-top: 1px solid #999; }
  .save-section.show {
    display: block; }

.checkbox-list label {
  margin-right: 10px; }

a.btn.btn-primary {
  color: white; }

.block {
  display: block; }

.hide {
  display: none; }

.modal {
  z-index: 1999; }

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