.navbar {
  background-color: #941333;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.navbar .nav-link {
  color: #fff;
}

.navbar .navbar-brand {
  color: #fff;
}

@media screen and (max-width: 400px) {
  .navbar .navbar-brand {
    display: inline;
    white-space: normal;
    word-wrap: break-word;
  }
}

.navbar .navbar-brand img {
  min-height: 3rem;
  width: auto;
}

.navbar .nav-item {
  list-style-type: none;
}

.breadcrumb {
  background-color: #941333;
  border-radius: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.breadcrumb li a {
  /* This is for each of the items in the breadcrumb not active */
  color: #c8caca;
}

.breadcrumb>.active {
  /* This is for the active if there's no dropdown */
  color: #fff;
}

.breadcrumb .dropdown-toggle {
  /* This is for the option with the dropdown */
  color: #fff;
}

.breadcrumb>.active li a {
  /* This is for the options under the dropdown */
  color: #000;
  margin-left: 1rem;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
  border-color: #fff;
}


.page-header {
  margin: 3rem;
}

.footer {
  background-color: #1f1d1c;
  margin-top: 3rem;
  padding-top: 2rem;
  color: #636e74;
  font-weight: 400;
  font-size: 17px;
}

.footer a,
a.link {
  color: rgba(255, 255, 255, 0.95);
  border-bottom: 1px dotted;
}

.footer-line {
  border-color: #555;
}

.footer-widget {
  padding-bottom: 0px;
}

.footer-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 44px;
  color: #fff;
}

.footer-widget ul li a {
  text-transform: capitalize;
  font-size: 17px;
  color: #636e74;
  display: block;
  font-weight: 600;
}

.footer-widget ul li a:hover {
  color: #fff;
}

.newsletter-form {
  padding-top: 15px;
}

.newsletter-form .form-control {
  background-color: #1e2e38;
  border-color: #1e2e38;
}

.newsletter-form .form-control:focus {
  color: #fff;
}

.newsletter-form input::-webkit-input-placeholder {
  color: #fff !important;
}

.newsletter-form input:focus::-webkit-input-placeholder {
  color: #fff !important;
}


.tiny-footer {
  font-size: 14px;
  padding: 14px 0px;
  font-weight: 600;
  background-color: transparent;
  color: #888d90;
  line-height: 1;
}

.module h2 {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: #941333;
}

.text-pre-wrap {
  white-space: pre-wrap;
}

#id_labels__tagautosuggest {
  height: 2rem !important;
}

caption {
  caption-side: top;
}

body.dragging,
body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  top: 0;
  opacity: 0.5;
  z-index: 2000;
}

ol.vertical {
  margin: 0 0 9px 0;
  min-height: 10px;
}

ol.vertical li {
  display: block;
  margin: 5px;
  padding: 5px;
  border: 1px solid #cccccc;
  color: #0088cc;
  background: #eeeeee;
}

ol.vertical li.placeholder {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
}

ol.vertical li.placeholder:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  margin-top: -5px;
  left: -5px;
  top: -4px;
  border: 5px solid transparent;
  border-left-color: red;
  border-right: none;
}

ol {
  list-style-type: none;
}

ol i.icon-move {
  cursor: pointer;
}

ol li.highlight {
  background: #333333;
  color: #999999;
}

ol li.highlight i.icon-move {
  background-image: url("../img/glyphicons-halflings-white.png");
}

ol.nested_with_switch,
ol.nested_with_switch ol {
  border: 1px solid #eeeeee;
}

ol.nested_with_switch.active,
ol.nested_with_switch ol.active {
  border: 1px solid #333333;
}

ol.nested_with_switch li,
ol.simple_with_animation li,
ol.serialization li,
ol.default li {
  cursor: pointer;
}

ol.simple_with_animation {
  border: 1px solid #999999;
}

.switch-container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
}

.navbar-sort-container {
  height: 200px;
}

ol.nav li,
ol.nav li a {
  cursor: pointer;
}

ol.nav .divider-vertical {
  cursor: default;
}

ol.nav li.dragged {
  background-color: #2c2c2c;
}

ol.nav li.placeholder {
  position: relative;
}

ol.nav li.placeholder:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: red;
  top: -6px;
  margin-left: -5px;
  border-bottom: none;
}

ol.nav ol.dropdown-menu li.placeholder:before {
  border: 5px solid transparent;
  border-left-color: red;
  margin-top: -5px;
  margin-left: none;
  top: 0;
  left: 10px;
  border-right: none;
}

.sorted_table tr {
  cursor: pointer;
}

.sorted_table tr.placeholder {
  display: block;
  background: red;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
}

.sorted_table tr.placeholder:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: red;
  margin-top: -5px;
  left: -5px;
  border-right: none;
}

.sorted_head th {
  cursor: pointer;
}

.sorted_head th.placeholder {
  display: block;
  background: red;
  position: relative;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

.sorted_head th.placeholder:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: red;
  top: -6px;
  margin-left: -5px;
  border-bottom: none;
}

.btn-custom {

  color:#fff;
  background-color: #aa1438;
  border-color: #aa1438;
}

.btn-custom:hover {

  color:#fff;
  background-color: #800f26;
  border-color: #800f26;
  box-shadow: 0 0 0 0;
}
.btn-custom:focus,
.btn-custom:active,
.btn-custom:active:focus
{
  color:#fff;
  background-color: #800f26;
  border-color: #800f26;
  box-shadow: 0 0 0 0;
}

.page-item.active .page-link{
  color:#fff;
  background-color: #800f26;
  border-color: #800f26;
  box-shadow: 0 0 0 0;
}

.page-link {

  color:#fff;
  background-color: #aa1438;
  border-color: #aa1438;
}