.mafsi_blue {
  color: #5AB7DE;
}

.bodycopy {
  font-size: 13px;
  width: 65%;
}

.dark-grey {
  background-color: #9c9898;
  border-color: #646060;
}

.dropdown-menu.dark-grey > li.active > a {
  background-color: #767171;
}

input.dark-grey::-webkit-input-placeholder {
  color: #767171;
}

input.dark-grey::-moz-placeholder {
  color: #767171;
}

input.dark-grey:-moz-placeholder {
  color: #767171;
}

input.dark-grey:-ms-input-placeholder {
  color: #767171;
}

.display-none {
  display: none;
}

.text-large {
  font-size: 13px;
}

.lowercase {
  text-transform: lowercase;
}

.text-highlighted {
  color: #A12740;
}

.text-striked {
  text-decoration: line-through;
}

.text-underlined {
  text-decoration: underline;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.no-padding {
  padding: 0;
}

.comma-separated-container span + span:before,
.comma-separated-container small + small:before {
  content: ", ";
}

#specFilenameInput {
  display: none;
}

.captionhint {
  font-size: x-small;
  color: #999999;
}

.same-width-filling-elements {
  display: flex;
}

.same-width-filling-elements > * {
  flex: 1;
}

.collapse-head {
  display: block;
  position: relative;
}

.collapse-head:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  content: "\f077";
  font-family: FontAwesome;
  line-height: 1;
}

.collapse-head.collapsed:after {
  content: "\f078";
}

.row-small-padding {
  margin-right: -5px;
  margin-left: -5px;
}

.row-small-padding [class*="col-"] {
  padding: 5px;
}

.margin-bottom {
  margin-bottom: 1em;
}

@font-face {
  font-family: gotham-light;
  src: url('/content/build/fonts/Gotham-Light.otf') format("opentype");
}

@font-face {
  font-family: gotham-book;
  src: url('/content/build/fonts/GothaProReg.otf') format("opentype");
  src: url('/content/build/fonts/GothaProReg.woff') format("woff");
  font-weight: 400;
}

@font-face {
  font-family: gotham-book;
  src: url('/content/build/fonts/GothaProMed.otf') format("opentype");
  src: url('/content/build/fonts/GothaProMed.woff') format("woff");
  font-weight: 700;
}

@font-face {
  font-family: gotham-book;
  src: url('/content/build/fonts/GothaProBol.otf') format("opentype");
  font-weight: 900;
}

@font-face {
  font-family: gotham-medium;
  src: url('/content/build/fonts/GothaProMed.otf') format("opentype");
  src: url('/content/build/fonts/GothaProMed.woff') format("woff");
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #A12740;
  text-transform: lowercase;
}

h1 {
  font-family: gotham-light;
  font-size: 40px;
  font-weight: normal;
  color: #3d3d3d;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: gotham-light;
  font-size: 19px;
}

h2 {
  font-size: 24px;
  color: #3d3d3d;
  font-weight: normal;
}

h3 {
  font-family: gotham-light;
  font-size: 14px;
  color: #3d3d3d;
}

h4.media-heading {
  margin-bottom: 8px;
  text-transform: none;
}

.bg-primary a {
  color: white;
}

.list-group-item.active {
  background-color: white;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: transparent;
}

.nav-tabs > li > a {
  font-weight: bold;
}

#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled {
  padding-left: 250px;
}

#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  left: 250px;
  width: 0;
  height: 100%;
  margin-left: -250px;
  overflow: hidden;
  overflow-y: auto;
  background-color: white;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-right: 1px solid #9d9d9d;
}

#wrapper.toggled #sidebar-wrapper {
  width: 250px;
}

#page-content-wrapper {
  width: 100%;
  position: absolute;
  padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
  position: absolute;
  top: 80px;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: gotham-book;
  font-size: 12.5px;
}

.sidebar-nav.sidebar-nav-alt {
  position: relative;
  top: 0;
  width: 100%;
}

.sidebar-nav li {
  line-height: 50px;
  position: relative;
}

.sidebar-nav li .mmicon {
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  top: 9px;
  left: 20px;
  pointer-events: none;
}

.sidebar-nav li .mmicon.mmicon-home {
  background: url('/content/images/navigation_icons/home_gray.svg') no-repeat 0 0;
}

.sidebar-nav li:hover .mmicon.mmicon-home,
.sidebar-nav li.active .mmicon.mmicon-home {
  background: url('/content/images/navigation_icons/home_white.svg') no-repeat 0 0;
}

.sidebar-nav li .mmicon.mmicon-upload {
  background: url('/content/images/navigation_icons/upload_gray.svg') no-repeat 0 0;
}

.sidebar-nav li:hover .mmicon.mmicon-upload,
.sidebar-nav li.active .mmicon.mmicon-upload {
  background: url('/content/images/navigation_icons/upload_white.svg') no-repeat 0 0;
}

.sidebar-nav li .mmicon.mmicon-projects {
  background: url('/content/images/navigation_icons/myprojects_gray.svg') no-repeat 0 0;
}

.sidebar-nav li:hover .mmicon.mmicon-projects,
.sidebar-nav li.active .mmicon.mmicon-projects {
  background: url('/content/images/navigation_icons/myprojects_white.svg') no-repeat 0 0;
}

.sidebar-nav li .mmicon.mmicon-manufacturers {
  background: url('/content/images/navigation_icons/mybrands_gray.svg') no-repeat 0 0;
}

.sidebar-nav li:hover .mmicon.mmicon-manufacturers,
.sidebar-nav li.active .mmicon.mmicon-manufacturers {
  background: url('/content/images/navigation_icons/mybrands_white.svg') no-repeat 0 0;
}

.sidebar-nav li .mmicon.mmicon-reps {
  background: url('/content/images/navigation_icons/myreps_gray.svg') no-repeat 0 0;
}

.sidebar-nav li:hover .mmicon.mmicon-reps,
.sidebar-nav li.active .mmicon.mmicon-reps {
  background: url('/content/images/navigation_icons/myreps_white.svg') no-repeat 0 0;
}

.sidebar-nav li .mmicon.mmicon-consultants {
  background: url('/content/images/navigation_icons/myconsultants_gray.svg') no-repeat 0 0;
}

.sidebar-nav li:hover .mmicon.mmicon-consultants,
.sidebar-nav li.active .mmicon.mmicon-consultants {
  background: url('/content/images/navigation_icons/myconsultants_white.svg') no-repeat 0 0;
}

.sidebar-nav li .mmicon.mmicon-dealers {
  background: url('/content/images/navigation_icons/mydealers_gray.svg') no-repeat 0 0;
}

.sidebar-nav li:hover .mmicon.mmicon-dealers,
.sidebar-nav li.active .mmicon.mmicon-dealers {
  background: url('/content/images/navigation_icons/mydealers_white.svg') no-repeat 0 0;
}

.sidebar-nav li .mmicon.mmicon-msegments {
  background: url('/content/images/navigation_icons/mymarketsegments_gray.svg') no-repeat 0 0;
}

.sidebar-nav li:hover .mmicon.mmicon-msegments,
.sidebar-nav li.active .mmicon.mmicon-msegments {
  background: url('/content/images/navigation_icons/mymarketsegments_white.svg') no-repeat 0 0;
}

.sidebar-nav li .mmicon.mmicon-credittracking {
  background: url('/content/images/navigation_icons/credittracking_gray.svg') no-repeat 0 0;
}

.sidebar-nav li:hover .mmicon.mmicon-credittracking,
.sidebar-nav li.active .mmicon.mmicon-credittracking {
  background: url('/content/images/navigation_icons/credittracking_white.svg') no-repeat 0 0;
}

.sidebar-nav li .mmicon.mmicon-minispecs {
  background: url('/content/images/navigation_icons/myminispecs_gray.svg') no-repeat 0 0;
}

.sidebar-nav li:hover .mmicon.mmicon-minispecs,
.sidebar-nav li.active .mmicon.mmicon-minispecs {
  background: url('/content/images/navigation_icons/myminispecs_white.svg') no-repeat 0 0;
}

.sidebar-nav li .mmicon.mmicon-adddealertoproject {
  background: url('/content/images/navigation_icons/myminispecs_gray.svg') no-repeat 0 0;
}

.sidebar-nav li:hover .mmicon.mmicon-adddealertoproject,
.sidebar-nav li.active .mmicon.mmicon-adddealertoproject {
  background: url('/content/images/navigation_icons/myminispecs_white.svg') no-repeat 0 0;
}

.sidebar-nav li .mmicon.mmicon-repfinder {
  background: url('/content/images/navigation_icons/search_gray.svg') no-repeat 0 0;
}

.sidebar-nav li:hover .mmicon.mmicon-repfinder,
.sidebar-nav li.active .mmicon.mmicon-repfinder {
  background: url('/content/images/navigation_icons/search_white.svg') no-repeat 0 0;
}

.sidebar-nav li .mmicon.mmicon-reports {
  background: url('/content/images/navigation_icons/myreports_gray.svg') no-repeat 0 0;
}

.sidebar-nav li:hover .mmicon.mmicon-reports,
.sidebar-nav li.active .mmicon.mmicon-reports {
  background: url('/content/images/navigation_icons/myreports_white.svg') no-repeat 0 0;
}

.sidebar-nav li .mmicon.mmicon-about {
  background: url('/content/images/navigation_icons/about_gray.svg') no-repeat 0 0;
}

.sidebar-nav li:hover .mmicon.mmicon-about,
.sidebar-nav li.active .mmicon.mmicon-about {
  background: url('/content/images/navigation_icons/about_white.svg') no-repeat 0 0;
}

.sidebar-nav li .mmicon.mmicon-users {
  background: url('/content/images/navigation_icons/users_gray.svg') no-repeat 0 0;
}

.sidebar-nav li:hover .mmicon.mmicon-users,
.sidebar-nav li.active .mmicon.mmicon-users {
  background: url('/content/images/navigation_icons/users_white.svg') no-repeat 0 0;
}

.sidebar-nav li .mmicon.mmicon-contacts {
  background: url('/content/images/navigation_icons/contact_gray.svg') no-repeat 0 0;
}

.sidebar-nav li:hover .mmicon.mmicon-contacts,
.sidebar-nav li.active .mmicon.mmicon-contacts {
  background: url('/content/images/navigation_icons/contact_white.svg') no-repeat 0 0;
}

.sidebar-nav li .mmicon.mmicon-admin {
  background: url('/content/images/navigation_icons/admin_gray.svg') no-repeat 0 0;
}

.sidebar-nav li:hover .mmicon.mmicon-admin,
.sidebar-nav li.active .mmicon.mmicon-admin {
  background: url('/content/images/navigation_icons/admin_white.svg') no-repeat 0 0;
}

.sidebar-nav .sidebar-link-mixin:hover {
  text-decoration: none;
  background-color: #cecece;
  color: white;
}

.sidebar-nav .sidebar-link-mixin.active {
  background-color: #9d9d9d;
  color: white;
}

.sidebar-nav .sidebar-link-mixin:active,
.sidebar-nav .sidebar-link-mixin:focus {
  text-decoration: none;
}

.sidebar-nav li a {
  display: block;
  padding-left: 64px;
  text-decoration: none;
  text-indent: 0;
  color: #9d9d9d;
  text-transform: uppercase;
  background-color: transparent;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  background-color: #cecece;
  color: white;
}

.sidebar-nav li a.active {
  background-color: #9d9d9d;
  color: white;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav.only-mct-mode li a:not(:hover):not(.active) {
  color: #c6c6c6;
  background-color: #efefef;
}

.sidebar-nav.only-mct-mode li a:hover {
  color: #e9e9e9;
}

.sidebar-nav.only-mct-mode li a.mct-enable:not(:hover):not(.active) {
  background-color: transparent;
  color: #767171;
}

.sidebar-nav.only-mct-mode li a.mct-enable:hover {
  color: white;
}

.sidebar-nav .MyUploadsMenuItem a.active {
  background-color: #704E46;
}

.sidebar-nav .ConsultantsMenuItem a.active {
  background-color: #E87722;
}

.sidebar-nav .CreditTrackingMenuItem a.active {
  background-color: #BC105E;
}

.sidebar-nav .DealersMenuItem a.active {
  background-color: #C4D600;
}

.sidebar-nav .MyRepFirmsConsultant a.active {
  background-color: #6f4789;
}

.sidebar-nav .ProjectsMenuItem a.active {
  background-color: #A12740;
}

.sidebar-nav .MiniSpecMenuItem a.active {
  background-color: #A12740;
}

.sidebar-nav .AddDealerToProjectMenuItem a.active {
  background-color: #A12740;
}

.sidebar-nav .ReportsMenuItem a.active {
  background-color: #A12740;
}

.sidebar-nav .BrandsMenuItem a.active {
  background-color: #894e47;
}

.sidebar-nav .MarketSegmentsMenuItem a.active {
  background-color: #888b8d;
}

.sidebar-nav > .sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
  padding-left: 20px;
  color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

@media (min-width: 768px) {
  #wrapper {
    padding-left: 250px;
  }

  #wrapper.toggled {
    padding-left: 0;
  }

  #sidebar-wrapper {
    width: 250px;
  }

  #wrapper.toggled #sidebar-wrapper {
    width: 0;
  }

  #page-content-wrapper {
    padding: 20px;
    position: relative;
  }

  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
  }
}

.bs-callout {
  padding: 20px;
  margin: 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
  background-color: white;
  /* Variations */
}

.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}

.bs-callout p:last-child {
  margin-bottom: 0;
}

.bs-callout code {
  border-radius: 3px;
}

.bs-callout + .bs-callout {
  margin-top: -5px;
}

.bs-callout-danger {
  border-left-color: #dd4b39;
}

.bs-callout-danger h4 {
  color: #c23321;
}

.bs-callout-warning {
  border-left-color: #f1e7bc;
}

.bs-callout-warning h4 {
  color: #ba9e27;
}

.bs-callout-info {
  border-left-color: #d0e3f0;
}

.bs-callout-info h4 {
  color: #3b86b9;
}

ul.ui-autocomplete {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  border-bottom: 0;
  box-shadow: 2px 2px 5px 0 #b3b3b3;
  z-index: 99;
  position: absolute;
  background-color: whitesmoke;
}

ul.ui-autocomplete li {
  line-height: 1.4;
  cursor: pointer;
  border-bottom: 1px solid #d9d9d9;
}

ul.ui-autocomplete li.ui-state-focus {
  color: white;
  background-color: #4d90fe;
  border-bottom: 1px solid #337ab7;
}

ul.ui-autocomplete li.ui-state-focus .text-muted {
  color: #dddddd;
}

ul.ui-autocomplete li .ui-state-hover,
ul.ui-autocomplete li .ui-state-active {
  color: white;
  background-color: #4d90fe;
}

ul.ui-autocomplete li .ui-state-hover .text-muted,
ul.ui-autocomplete li .ui-state-active .text-muted {
  color: #dddddd;
}

ul.ui-autocomplete li > span,
ul.ui-autocomplete li > small {
  display: block;
  padding: 2px 6px;
}

.ui-helper-hidden-accessible {
  display: none;
}

.ui-autocomplete-loading {
  background: url('/content/images/autocomplete-spinner.gif') no-repeat right center;
}

.ui-autocomplete-loading.no-spinner {
  background-image: none;
}

.orderby {
  cursor: pointer;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAARAgMAAACUU6UxAAAACVBMVEV10Pb///910PZPnUSZAAAAAnRSTlMAAHaTzTgAAAAzSURBVHheVYkhFgAQAMX+2URJmeAITqG4B+0/pxQEhIVtAi4d5YmKUV1P53g0CgOl9r0NkYMTP0vfv3kAAAAASUVORK5CYII=')  no-repeat right center;
}

.orderby.orderbyacs {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAARAgMAAACUU6UxAAAADFBMVEV10Pb///910Pb///8XlhnIAAAAAnRSTlMAAHaTzTgAAAA2SURBVHheVckhEgAQFIbB/2yipHwj6i7BUUTjPo4iviGaFzatgG+jfFAx1C7u6kJxojBQ6u4e1KgUqItZmZUAAAAASUVORK5CYII=') ;
}

.orderby.orderbydesc {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAARAgMAAACUU6UxAAAADFBMVEV10Pb///910Pb///8XlhnIAAAAAnRSTlMAAHaTzTgAAAA0SURBVHheVcmxDQARAEDRv+S/SzR6S6gMohP7GEUplKJ41UO9inxVQpPUfS5viUv+KY7nDrIHFNdyncOjAAAAAElFTkSuQmCC') ;
}

.project-dates-filter .period-slider {
  display: table;
  display: flex;
  width: 100%;
}

.project-dates-filter .period-slider > * {
  display: table-cell;
}

.project-dates-filter .period-slider > .slide-prev,
.project-dates-filter .period-slider > .slide-next {
  font-size: 2em;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: -1px;
  cursor: pointer;
}

.project-dates-filter .period-slider > .slide-prev:active,
.project-dates-filter .period-slider > .slide-next:active {
  opacity: 0.6;
}

.date-filter-custom-color {
  color: #A12740;
}

.date-filter-custom-color.slide-prev.disabled,
.date-filter-custom-color.slide-next.disabled {
  color: #808080;
  cursor: not-allowed;
}

.date-filter-custom-color.slide-prev.disabled:active,
.date-filter-custom-color.slide-next.disabled:active {
  opacity: 1;
}

.info-block {
  border: 0 solid #eee;
  background-color: white;
  margin-top: 24px;
}

.info-block-head {
  padding: 8px 14px;
  font-size: 15px;
  font-family: gotham-medium;
}

.info-block-body {
  padding: 8px 14px;
  font-size: 14px;
  text-transform: lowercase;
  position: relative;
}

.info-block-body table {
  width: 100%;
}

.info-block-body table > tbody > tr > td {
  padding: 4px 0;
}

.info-block-body table > thead {
  font-size: 13px;
  font-family: gotham-medium;
  text-transform: uppercase;
}

.info-block-body .shade {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.info-block-body .shade.shade-collapsed {
  display: none;
}

.info-block-body .shade p {
  text-align: center;
  padding-top: 28px;
  font-size: 11px;
  line-height: 28px;
  text-transform: uppercase;
}

.info-block.all-projects .info-block-head {
  background-color: #515151;
  color: #fff;
}

.info-block.all-projects .info-block-body {
  color: #515151;
}

.info-block.all-projects .info-block-body .shade {
  background-color: #fff;
  color: #58b7dd;
}

.info-block.my-projects .info-block-head {
  background-color: #888B8D;
  color: #fff;
}

.info-block.my-projects .info-block-body {
  color: #888B8D;
}

.info-block.my-projects .info-block-body .shade {
  background-color: #fff;
  color: #bed73b;
}

.info-block.top-company {
  background-color: #82544e;
  color: #fff;
}

.info-block.top-company .info-block-head {
  background: url('/content/images/top3.png') no-repeat 8px 8px;
  padding: 18px 14px 18px 48px;
  font-size: 15px;
  font-family: gotham-medium;
}

.info-block.top-company .info-block-body {
  text-transform: none;
  height: 122px;
  font-size: 12px;
  font-family: gotham-medium;
}

.info-block.top-company .info-block-body .shade {
  background-color: #82544e;
  color: #fff;
}

.info-block.top-company table > tbody > tr {
  border-bottom: 1px solid white;
}

.info-block.top-company table > tbody > tr:last-child {
  border: none;
}

.info-block.top-consultants {
  background-color: #df782b;
  color: #fff;
}

.info-block.top-consultants .info-block-head {
  background: url('/content/images/top3.png') no-repeat 8px 8px;
  padding: 18px 14px 18px 48px;
  font-size: 15px;
  font-family: gotham-medium;
}

.info-block.top-consultants .info-block-body {
  text-transform: none;
  height: 122px;
  font-size: 12px;
  font-family: gotham-medium;
}

.info-block.top-consultants .info-block-body .shade {
  background-color: #df782b;
  color: #fff;
}

.info-block.top-consultants table > tbody > tr {
  border-bottom: 1px solid white;
}

.info-block.top-consultants table > tbody > tr:last-child {
  border: none;
}

.info-block.top-dealers {
  background-color: #becf07;
  color: #fff;
}

.info-block.top-dealers .info-block-head {
  background: url('/content/images/top3.png') no-repeat 8px 8px;
  padding: 18px 14px 18px 48px;
  font-size: 15px;
  font-family: gotham-medium;
}

.info-block.top-dealers .info-block-body {
  text-transform: none;
  height: 122px;
  font-size: 12px;
  font-family: gotham-medium;
}

.info-block.top-dealers .info-block-body .shade {
  background-color: #becf07;
  color: #fff;
}

.info-block.top-dealers table > tbody > tr {
  border-bottom: 1px solid white;
}

.info-block.top-dealers table > tbody > tr:last-child {
  border: none;
}

.info-block.top-markets {
  background-color: #8b8b8b;
  color: #fff;
}

.info-block.top-markets .info-block-head {
  background: url('/content/images/top3.png') no-repeat 8px 8px;
  padding: 18px 14px 18px 48px;
  font-size: 15px;
  font-family: gotham-medium;
}

.info-block.top-markets .info-block-body {
  text-transform: none;
  height: 122px;
  font-size: 12px;
  font-family: gotham-medium;
}

.info-block.top-markets .info-block-body .shade {
  background-color: #8b8b8b;
  color: #fff;
}

.info-block.top-markets table > tbody > tr {
  border-bottom: 1px solid white;
}

.info-block.top-markets table > tbody > tr:last-child {
  border: none;
}

img.mafsi_map {
  border: 0px solid #eee;
  margin-top: 24px;
}

.abc_button {
  color: gray;
  padding: 5px 5px 5px 5px;
  border-bottom-color: transparent;
  background-color: transparent;
  border-color: transparent;
}

.abc_button.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.abc_button.btn-primary:focus,
.abc_button.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.abc_button.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.abc_button.btn-primary:active,
.abc_button.btn-primary.active,
.open > .dropdown-toggle.abc_button.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.abc_button.btn-primary:active:hover,
.abc_button.btn-primary.active:hover,
.open > .dropdown-toggle.abc_button.btn-primary:hover,
.abc_button.btn-primary:active:focus,
.abc_button.btn-primary.active:focus,
.open > .dropdown-toggle.abc_button.btn-primary:focus,
.abc_button.btn-primary:active.focus,
.abc_button.btn-primary.active.focus,
.open > .dropdown-toggle.abc_button.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.abc_button.btn-primary:active,
.abc_button.btn-primary.active,
.open > .dropdown-toggle.abc_button.btn-primary {
  background-image: none;
}

.abc_button.btn-primary.disabled:hover,
.abc_button.btn-primary[disabled]:hover,
fieldset[disabled] .abc_button.btn-primary:hover,
.abc_button.btn-primary.disabled:focus,
.abc_button.btn-primary[disabled]:focus,
fieldset[disabled] .abc_button.btn-primary:focus,
.abc_button.btn-primary.disabled.focus,
.abc_button.btn-primary[disabled].focus,
fieldset[disabled] .abc_button.btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.abc_button.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.abc_button.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.abc_button.btn-primary:focus,
.abc_button.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.abc_button.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.abc_button.btn-primary:active,
.abc_button.btn-primary.active,
.open > .dropdown-toggle.abc_button.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.abc_button.btn-primary:active:hover,
.abc_button.btn-primary.active:hover,
.open > .dropdown-toggle.abc_button.btn-primary:hover,
.abc_button.btn-primary:active:focus,
.abc_button.btn-primary.active:focus,
.open > .dropdown-toggle.abc_button.btn-primary:focus,
.abc_button.btn-primary:active.focus,
.abc_button.btn-primary.active.focus,
.open > .dropdown-toggle.abc_button.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.abc_button.btn-primary:active,
.abc_button.btn-primary.active,
.open > .dropdown-toggle.abc_button.btn-primary {
  background-image: none;
}

.abc_button.btn-primary.disabled:hover,
.abc_button.btn-primary[disabled]:hover,
fieldset[disabled] .abc_button.btn-primary:hover,
.abc_button.btn-primary.disabled:focus,
.abc_button.btn-primary[disabled]:focus,
fieldset[disabled] .abc_button.btn-primary:focus,
.abc_button.btn-primary.disabled.focus,
.abc_button.btn-primary[disabled].focus,
fieldset[disabled] .abc_button.btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.abc_button.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.abc_button.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.abc_button.btn-primary:focus,
.abc_button.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.abc_button.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.abc_button.btn-primary:active,
.abc_button.btn-primary.active,
.open > .dropdown-toggle.abc_button.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.abc_button.btn-primary:active:hover,
.abc_button.btn-primary.active:hover,
.open > .dropdown-toggle.abc_button.btn-primary:hover,
.abc_button.btn-primary:active:focus,
.abc_button.btn-primary.active:focus,
.open > .dropdown-toggle.abc_button.btn-primary:focus,
.abc_button.btn-primary:active.focus,
.abc_button.btn-primary.active.focus,
.open > .dropdown-toggle.abc_button.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.abc_button.btn-primary:active,
.abc_button.btn-primary.active,
.open > .dropdown-toggle.abc_button.btn-primary {
  background-image: none;
}

.abc_button.btn-primary.disabled:hover,
.abc_button.btn-primary[disabled]:hover,
fieldset[disabled] .abc_button.btn-primary:hover,
.abc_button.btn-primary.disabled:focus,
.abc_button.btn-primary[disabled]:focus,
fieldset[disabled] .abc_button.btn-primary:focus,
.abc_button.btn-primary.disabled.focus,
.abc_button.btn-primary[disabled].focus,
fieldset[disabled] .abc_button.btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.abc_button.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.abc_button.btn-primary {
  color: #fff;
  background-color: #6f4e47;
  border-color: #4186e6;
}

.abc_button.btn-primary:focus,
.abc_button.btn-primary.focus {
  color: #fff;
  background-color: #503833;
  border-color: #134994;
}

.abc_button.btn-primary:hover {
  color: #fff;
  background-color: #503833;
  border-color: #1b66cf;
}

.abc_button.btn-primary:active,
.abc_button.btn-primary.active,
.open > .dropdown-toggle.abc_button.btn-primary {
  color: #fff;
  background-color: #503833;
  border-color: #1b66cf;
}

.abc_button.btn-primary:active:hover,
.abc_button.btn-primary.active:hover,
.open > .dropdown-toggle.abc_button.btn-primary:hover,
.abc_button.btn-primary:active:focus,
.abc_button.btn-primary.active:focus,
.open > .dropdown-toggle.abc_button.btn-primary:focus,
.abc_button.btn-primary:active.focus,
.abc_button.btn-primary.active.focus,
.open > .dropdown-toggle.abc_button.btn-primary.focus {
  color: #fff;
  background-color: #3a2925;
  border-color: #134994;
}

.abc_button.btn-primary:active,
.abc_button.btn-primary.active,
.open > .dropdown-toggle.abc_button.btn-primary {
  background-image: none;
}

.abc_button.btn-primary.disabled:hover,
.abc_button.btn-primary[disabled]:hover,
fieldset[disabled] .abc_button.btn-primary:hover,
.abc_button.btn-primary.disabled:focus,
.abc_button.btn-primary[disabled]:focus,
fieldset[disabled] .abc_button.btn-primary:focus,
.abc_button.btn-primary.disabled.focus,
.abc_button.btn-primary[disabled].focus,
fieldset[disabled] .abc_button.btn-primary.focus {
  background-color: #6f4e47;
  border-color: #4186e6;
}

.abc_button.btn-primary .badge {
  color: #6f4e47;
  background-color: #fff;
}

.filter-panel {
  /*first display property is for browsers which do not support flex*/
  display: table;
  display: flex;
  width: 100%;
}

.filter-panel .filter-container {
  /*first display property is for browsers which do not support flex*/
  display: table-cell;
  display: flex;
  padding: 0 10px;
  position: relative;
}

.filter-panel .filter-container > .btn {
  height: 100%;
  white-space: normal;
}

.filter-panel.project-filters .filter-container {
  /*there are 6 filters on 'my projects' page*/
}

@media (max-width: 992px) {
  .filter-panel {
    display: block;
  }

  .filter-panel.project-filters .filter-container {
    display: block;
    width: 80%;
    margin: auto;
    padding: 0;
  }
}

.favourite-mark {
  font-size: 1.5em;
  color: #A12740;
}

.favourite-mark i {
  cursor: pointer;
}

.favourite-mark i:hover {
  color: #e6af41;
  -ms-opacity: 0.5;
  opacity: 0.6;
}

.favourite-filter {
  display: inline-block;
  margin-top: 0;
}

.favourite-filter label {
  padding: 7px 40px;
  background-color: #ccc;
  text-align: center;
  border-radius: 7px;
  white-space: nowrap;
}

ul.dashed-list {
  list-style-type: none;
  padding: 0 0 0 10px;
}

ul.dashed-list > li:before {
  content: "-";
  padding-right: 4px;
  display: inline-block;
  margin-left: -13px;
  padding-left: 3px;
}

.bootstrap-select.default-select .btn-default {
  color: #767171;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
  border: 1px solid #c1bfbf;
  height: 23px;
  line-height: 23px;
  vertical-align: middle;
  padding-top: 0;
  padding-bottom: 0;
  outline: 0!important;
}

.bootstrap-select.default-select .btn-default:focus,
.bootstrap-select.default-select .btn-default.focus {
  color: #767171;
  background-color: #dad9d9;
  border-color: #b5b2b2;
}

.bootstrap-select.default-select .btn-default:hover {
  color: #767171;
  background-color: #dad9d9;
  border-color: #d5d3d3;
}

.bootstrap-select.default-select .btn-default:active,
.bootstrap-select.default-select .btn-default.active,
.open > .dropdown-toggle.bootstrap-select.default-select .btn-default {
  color: #767171;
  background-color: #dad9d9;
  border-color: #d5d3d3;
}

.bootstrap-select.default-select .btn-default:active:hover,
.bootstrap-select.default-select .btn-default.active:hover,
.open > .dropdown-toggle.bootstrap-select.default-select .btn-default:hover,
.bootstrap-select.default-select .btn-default:active:focus,
.bootstrap-select.default-select .btn-default.active:focus,
.open > .dropdown-toggle.bootstrap-select.default-select .btn-default:focus,
.bootstrap-select.default-select .btn-default:active.focus,
.bootstrap-select.default-select .btn-default.active.focus,
.open > .dropdown-toggle.bootstrap-select.default-select .btn-default.focus {
  color: #767171;
  background-color: #c9c6c6;
  border-color: #b5b2b2;
}

.bootstrap-select.default-select .btn-default:active,
.bootstrap-select.default-select .btn-default.active,
.open > .dropdown-toggle.bootstrap-select.default-select .btn-default {
  background-image: none;
}

.bootstrap-select.default-select .btn-default.disabled:hover,
.bootstrap-select.default-select .btn-default[disabled]:hover,
fieldset[disabled] .bootstrap-select.default-select .btn-default:hover,
.bootstrap-select.default-select .btn-default.disabled:focus,
.bootstrap-select.default-select .btn-default[disabled]:focus,
fieldset[disabled] .bootstrap-select.default-select .btn-default:focus,
.bootstrap-select.default-select .btn-default.disabled.focus,
.bootstrap-select.default-select .btn-default[disabled].focus,
fieldset[disabled] .bootstrap-select.default-select .btn-default.focus {
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}

.bootstrap-select.default-select .btn-default .badge {
  color: #f3f3f3;
  background-color: #767171;
}

.popover.popover-danger {
  background-color: #c23321;
  color: white;
}

.popover.popover-danger.top .arrow:after {
  border-top-color: #c23321;
}

.popover.popover-danger.right .arrow:after {
  border-right-color: #c23321;
}

.btn.btn-grey {
  color: #fff;
  background-color: #767171;
  border-color: #4f4c4c;
  padding: 8px 14px 4px 14px;
  border-width: 0 0 4px 0;
  text-transform: uppercase;
}

.btn.btn-grey:focus,
.btn.btn-grey.focus {
  color: #fff;
  background-color: #5c5858;
  border-color: #0e0d0d;
}

.btn.btn-grey:hover {
  color: #fff;
  background-color: #5c5858;
  border-color: #302e2e;
}

.btn.btn-grey:active,
.btn.btn-grey.active,
.open > .dropdown-toggle.btn.btn-grey {
  color: #fff;
  background-color: #5c5858;
  border-color: #302e2e;
}

.btn.btn-grey:active:hover,
.btn.btn-grey.active:hover,
.open > .dropdown-toggle.btn.btn-grey:hover,
.btn.btn-grey:active:focus,
.btn.btn-grey.active:focus,
.open > .dropdown-toggle.btn.btn-grey:focus,
.btn.btn-grey:active.focus,
.btn.btn-grey.active.focus,
.open > .dropdown-toggle.btn.btn-grey.focus {
  color: #fff;
  background-color: #4a4747;
  border-color: #0e0d0d;
}

.btn.btn-grey:active,
.btn.btn-grey.active,
.open > .dropdown-toggle.btn.btn-grey {
  background-image: none;
}

.btn.btn-grey.disabled:hover,
.btn.btn-grey[disabled]:hover,
fieldset[disabled] .btn.btn-grey:hover,
.btn.btn-grey.disabled:focus,
.btn.btn-grey[disabled]:focus,
fieldset[disabled] .btn.btn-grey:focus,
.btn.btn-grey.disabled.focus,
.btn.btn-grey[disabled].focus,
fieldset[disabled] .btn.btn-grey.focus {
  background-color: #767171;
  border-color: #4f4c4c;
}

.btn.btn-grey .badge {
  color: #767171;
  background-color: #fff;
}

.btn.btn-standard-width {
  width: 120px;
}

.btn.dark-grey {
  background-color: #9c9898;
  border-color: #646060;
}

.dropdown-menu.btn.dark-grey > li.active > a {
  background-color: #767171;
}

input.btn.dark-grey::-webkit-input-placeholder {
  color: #767171;
}

input.btn.dark-grey::-moz-placeholder {
  color: #767171;
}

input.btn.dark-grey:-moz-placeholder {
  color: #767171;
}

input.btn.dark-grey:-ms-input-placeholder {
  color: #767171;
}

.removebutton {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  color: #777;
  cursor: pointer;
}

.removebutton:hover {
  color: black;
}

.removebutton i {
  padding: 7px;
}

.grid-button {
  border: 1px solid #AF31129;
  padding: 3px 10px 3px 10px;
  cursor: pointer;
  color: #A12740;
  border-radius: 3px;
  font-size: 80%;
  background-color: white;
}

.grid-button:hover {
  text-decoration: none;
  color: #A12740;
}

.table {
  font-variant: tabular-nums;
}

.table.text-links a {
  color: #808080;
}

.table td.mm,
.table th.mm {
  text-align: right;
}

.table td.orderby,
.table th.orderby {
  padding-right: 15px;
}

.table.vertical-increased-paddings tr:last-child td {
  padding-top: 2em;
}

.table.vertical-increased-paddings tr:not(:first-child) td {
  padding-top: 2em;
}

.table.vertical-increased-paddings tr td {
  padding-bottom: 2em;
}

.table-striped > tbody > tr {
  background-color: ghostwhite;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: white;
}

.table-striped > tbody > tr.total {
  background-color: #d9d9d9;
  font-weight: bold;
}

.table-striped > tbody > tr .total {
  background-color: #d9d9d9;
  font-weight: bold;
}

td.valuekey {
  font-weight: bold;
}

td.mm {
  text-align: right;
}

td.mm.mm-empty {
  color: #9d9d9d;
}

td.numeric {
  font-family: gotham-light;
  font-variant: tabular-nums;
  text-align: right;
}

th.itemno {
  min-width: 70px;
}

td.thick-left,
th.thick-left {
  border-left-width: 4px!important;
}

td.thick-right,
th.thick-right {
  border-right-width: 4px!important;
}

.footer1,
.footer2 {
  background-color: #383838;
  margin: 0 -20px;
  padding: 20px 34px 20px 49px;
}

.footer1 p,
.footer2 p {
  line-height: 1.6em;
}

.footer1 p,
.footer2 p,
.footer1 a,
.footer2 a {
  font-family: gotham-book;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0;
  color: #bfbfbf;
}

.footer2 {
  height: 256px;
  margin-top: -8px;
  margin-bottom: -20px;
  background-color: #515151;
}

.footer2 a {
  font-family: gotham-book;
  font-size: 11px;
  text-transform: uppercase;
}

.footer-heading {
  color: white;
  font-weight: bold;
}

a.logolink {
  display: block;
  position: relative;
  top: 10px;
  left: 20px;
  width: 200px;
  height: 60px;
}

.logo_container {
  background-color: #F2F2F2;
  border-bottom: 1px solid gray;
  height: 80px;
}

.container-fluid.page-min-height {
  min-height: 560px;
}

.general_page_header {
  background: #9D9D9D url('/content/images/header.svg') no-repeat right;
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 20px;
  height: 80px;
  color: white;
}

#wrapper,
#page-content-wrapper {
  background-color: #F0F0F0;
}

html {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

body {
  line-height: 1.5em;
  background-color: #515151;
  font-family: gotham-book;
  color: #808080;
  font-size: 13px;
}

.pagination {
  margin: 0;
}

.user-label {
  font-family: gotham-book;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
}

div.user-label span.text-info,
div.user-label a,
div.user-label .active-element {
  color: #fff;
}

h1.headerblue {
  color: #A12740;
}

.active-element {
  color: #A12740;
  cursor: pointer;
}

.active-element:hover {
  color: #23527c;
  text-decoration: underline;
}

.modal-main-content.hidden {
  display: block;
}

.modal-wait {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
}

.modal-wait h3 {
  text-align: center;
  font-weight: 100;
  line-height: 2em;
}

.modal-wait.hidden {
  display: none;
}

.project-status {
  display: table-row;
}

.project-status .status-mark {
  display: table-cell;
  vertical-align: middle;
}

.project-status .status-description {
  display: table-cell;
  vertical-align: middle;
}

.page-loading {
  position: absolute;
  left: -15px;
  right: -15px;
  top: 0;
  bottom: 0;
  background-color: #F0F0F0;
  z-index: 2;
}

.page-loading > img {
  width: 100%;
}

.page-loading.not-visible {
  -webkit-transition: visibility 0.8s, opacity 0.5s;
  transition: visibility 0.8s, opacity 0.5s;
  visibility: hidden;
  opacity: 0;
}

.table > thead > tr > th,
.table > tfoot > tr > th {
  vertical-align: middle;
  background-color: #A12740;
}

.table > thead > tr > th.text-left,
.table > tfoot > tr > th.text-left {
  text-align: left;
}

.table > thead > tr > th.text-center,
.table > tfoot > tr > th.text-center {
  text-align: center;
}

.table > tbody > tr {
  cursor: pointer;
}

.table > tbody > tr > td .active {
  color: #A12740;
}

.table > tbody > tr > td .inactive {
  color: #dddddd;
}

.table.non-clickable > tbody > tr {
  cursor: default;
}

.btn-default {
  color: #fff;
  background-color: #A12740;
  border-color: #A12740;
}

.btn-default:focus,
.btn-default.focus {
  color: #fff;
  background-color: #A12740;
  border-color: #A12740;
}

.btn-default:hover {
  color: #fff;
  background-color: #A12740;
  border-color: #A12740;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #102344;
  border-color: #1b66cf;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #fff;
  background-color: #091427;
  border-color: #134994;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #A12740;
  border-color: #4186e6;
}

.btn-default .badge {
  color: #A12740;
  background-color: #fff;
}

.btn-primary {
  color: #fff;
  background-color: #6f4e47;
  border-color: #4186e6;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #503833;
  border-color: #134994;
}

.btn-primary:hover {
  color: #fff;
  background-color: #503833;
  border-color: #1b66cf;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #503833;
  border-color: #1b66cf;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #3a2925;
  border-color: #134994;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #6f4e47;
  border-color: #4186e6;
}

.btn-primary .badge {
  color: #6f4e47;
  background-color: #fff;
}

.abc_button {
  color: gray;
  padding: 5px 5px 5px 5px;
  border-bottom-color: transparent;
  background-color: transparent;
  border-color: transparent;
}

.abc_button.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.abc_button.btn-primary:focus,
.abc_button.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.abc_button.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.abc_button.btn-primary:active,
.abc_button.btn-primary.active,
.open > .dropdown-toggle.abc_button.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.abc_button.btn-primary:active:hover,
.abc_button.btn-primary.active:hover,
.open > .dropdown-toggle.abc_button.btn-primary:hover,
.abc_button.btn-primary:active:focus,
.abc_button.btn-primary.active:focus,
.open > .dropdown-toggle.abc_button.btn-primary:focus,
.abc_button.btn-primary:active.focus,
.abc_button.btn-primary.active.focus,
.open > .dropdown-toggle.abc_button.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.abc_button.btn-primary:active,
.abc_button.btn-primary.active,
.open > .dropdown-toggle.abc_button.btn-primary {
  background-image: none;
}

.abc_button.btn-primary.disabled:hover,
.abc_button.btn-primary[disabled]:hover,
fieldset[disabled] .abc_button.btn-primary:hover,
.abc_button.btn-primary.disabled:focus,
.abc_button.btn-primary[disabled]:focus,
fieldset[disabled] .abc_button.btn-primary:focus,
.abc_button.btn-primary.disabled.focus,
.abc_button.btn-primary[disabled].focus,
fieldset[disabled] .abc_button.btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.abc_button.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.abc_button.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.abc_button.btn-primary:focus,
.abc_button.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.abc_button.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.abc_button.btn-primary:active,
.abc_button.btn-primary.active,
.open > .dropdown-toggle.abc_button.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.abc_button.btn-primary:active:hover,
.abc_button.btn-primary.active:hover,
.open > .dropdown-toggle.abc_button.btn-primary:hover,
.abc_button.btn-primary:active:focus,
.abc_button.btn-primary.active:focus,
.open > .dropdown-toggle.abc_button.btn-primary:focus,
.abc_button.btn-primary:active.focus,
.abc_button.btn-primary.active.focus,
.open > .dropdown-toggle.abc_button.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.abc_button.btn-primary:active,
.abc_button.btn-primary.active,
.open > .dropdown-toggle.abc_button.btn-primary {
  background-image: none;
}

.abc_button.btn-primary.disabled:hover,
.abc_button.btn-primary[disabled]:hover,
fieldset[disabled] .abc_button.btn-primary:hover,
.abc_button.btn-primary.disabled:focus,
.abc_button.btn-primary[disabled]:focus,
fieldset[disabled] .abc_button.btn-primary:focus,
.abc_button.btn-primary.disabled.focus,
.abc_button.btn-primary[disabled].focus,
fieldset[disabled] .abc_button.btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.abc_button.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.abc_button.btn-primary {
  color: #fff;
  background-color: #6f4e47;
  border-color: #4186e6;
}

.abc_button.btn-primary:focus,
.abc_button.btn-primary.focus {
  color: #fff;
  background-color: #503833;
  border-color: #134994;
}

.abc_button.btn-primary:hover {
  color: #fff;
  background-color: #503833;
  border-color: #1b66cf;
}

.abc_button.btn-primary:active,
.abc_button.btn-primary.active,
.open > .dropdown-toggle.abc_button.btn-primary {
  color: #fff;
  background-color: #503833;
  border-color: #1b66cf;
}

.abc_button.btn-primary:active:hover,
.abc_button.btn-primary.active:hover,
.open > .dropdown-toggle.abc_button.btn-primary:hover,
.abc_button.btn-primary:active:focus,
.abc_button.btn-primary.active:focus,
.open > .dropdown-toggle.abc_button.btn-primary:focus,
.abc_button.btn-primary:active.focus,
.abc_button.btn-primary.active.focus,
.open > .dropdown-toggle.abc_button.btn-primary.focus {
  color: #fff;
  background-color: #3a2925;
  border-color: #134994;
}

.abc_button.btn-primary:active,
.abc_button.btn-primary.active,
.open > .dropdown-toggle.abc_button.btn-primary {
  background-image: none;
}

.abc_button.btn-primary.disabled:hover,
.abc_button.btn-primary[disabled]:hover,
fieldset[disabled] .abc_button.btn-primary:hover,
.abc_button.btn-primary.disabled:focus,
.abc_button.btn-primary[disabled]:focus,
fieldset[disabled] .abc_button.btn-primary:focus,
.abc_button.btn-primary.disabled.focus,
.abc_button.btn-primary[disabled].focus,
fieldset[disabled] .abc_button.btn-primary.focus {
  background-color: #6f4e47;
  border-color: #4186e6;
}

.abc_button.btn-primary .badge {
  color: #6f4e47;
  background-color: #fff;
}

.orderby {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAARCAYAAADpPU2iAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QUTBic1E3sfcgAAADZJREFUKM9jYBj8IG/u3f/45BlxKZ6UrMyIVwM2k7FpYiTkDFw2DSJAsh/ICyVS4oHkmB6EAAB7Rh3VhEh0hQAAAABJRU5ErkJggg==") no-repeat right center;
}

.orderby.orderbyacs {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAARCAYAAADpPU2iAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QUTBioHbgIwvwAAAExJREFUKM9jYBj84PTtT//xyTPiUmyqyseIVwM2k7FpYiTkDFw2DSLAyMDAwJA35y5OP0xKUWbEGkrYNKErxogHZE3YFGMF+Jw3SAEAbz4ehOOhSkEAAAAASUVORK5CYII=");
}

.orderby.orderbydesc {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAARCAYAAADpPU2iAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QUTBi80rKWl7AAAAExJREFUKM9jYBj8IG/O3f/45BlxKZ6UosyIVwM2k7FpYiTkDFw2DSLAyMDAwHD69iecfjBV5WPEGkrYNKErxogHZE3YFGMF+Jw3SAEAHGUehP3FgegAAAAASUVORK5CYII=");
}

.block-ui {
  background-color: #A12740 !important;
  border-color: #4186e6 !important;
}

.date-filter-custom-color {
  color: #A12740;
}

.text-striked {
  text-decoration: line-through;
}

.grid-button {
  border-color: #A12740;
  color: #A12740;
}

.grid-button:hover {
  color: #A12740;
}

.general_page_header {
  background-image: url('/content/images/header.png');
  background-size: auto 100%;
}

.text-red {
  color: #231F20;
}

.text-orange {
  color: #fc8118;
}

.rep-finder-header {
  font-family: gotham-light;
  margin-bottom: 30px;
}

.rep-finder-header > img {
  height: 120px;
  margin-bottom: -10px;
  margin-left: -15px;
}

.rep-finder-header > span {
  line-height: 1em;
}

.rep-finder-header > span.title {
  font-size: 50px;
  text-transform: uppercase;
  color: #231F20;
  vertical-align: bottom;
}

.rep-finder-header > span.description {
  display: block;
  font-size: 38px;
  text-transform: lowercase;
  color: #A12740;
}

.mafsi-region-map .header {
  text-align: center;
}

.mafsi-region-map .header > svg {
  display: block;
  margin: auto;
  width: 20%;
  height: auto;
}

.mafsi-region-map .header > svg * {
  fill: #A12740;
}

.mafsi-region-map .header > span {
  font-size: 30px;
  display: inline-block;
  color: #231F20;
  margin-top: 0.5em;
  margin-bottom: 1em;
}

#map * {
  fill: #A12740;
}

#map-container .st2 {
	fill: #A12740;	
}