html {
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  background: #121519;
  color: #d2d5d9;
  font-family: 'Source Sans Pro', sans-serif;
  -webkit-overflow-scrolling: touch;
}

a,
a:hover,
a:active {
  color: inherit;
  text-decoration: none;
}

.header {
  width: 100%;
  height: 69px;
  border-bottom: 1px solid transparent;
}

.navfooter {
  width: 100%;
  border-top: 1px solid transparent;
}

.header[data-category="refine"] {
  /*animation: refineborderbottomcolor 12s infinite;
  -webkit-animation: refineborderbottomcolor 12s infinite;*/
}

.aside-left {

}

/**/
[data-category="objective"] {
  border-color: #126BC9;
}

[data-category="decision"] {
  border-color: #489A34;
}

[data-category="experiment"] {
  border-color: #A83A7F;
}

[data-category="explore"] {
  border-color: #626569;
}

[data-category="collection"] {
  border-color: #d2d5d9;
}

[data-category="experience"] {
  border-color: #D53E29;
}

[data-category="discuss"] {
  border-color: #EE6B30;
}

[data-category="refine"] {
  /*  animation: refinebordercolor 12s infinite;
  -webkit-animation: refinebordercolor 12s infinite;*/
}

/**/
.header-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo img {
  height: 28px;
  width: auto;
}

.bg-experiment {
  background: #A83A7F;
}

.bg-explore {
  background: #020509;
}

.bg-collection {
  background: #d2d5d9;
}

.bg-objective {
  background: #126BC9;
}

.bg-decision {
  background: #489A34;
}

.bg-experience {
  background: #D53E29;
}

.bg-discuss {
  background: #EE6B30;
}

.btn-outline-objective {
  border-color: #126BC9;
  color: #c2c5c9;
}

.btn-outline-decision {
  border-color: #489A34;
  color: #c2c5c9;
}

.btn-outline-experience {
  border-color: #D53E29;
  color: #c2c5c9;
}

.btn-outline-discuss {
  border-color: #EE6B30;
  color: #c2c5c9;
}

.btn-outline-objective:hover {
  color: #fff
}

.btn-outline-decision:hover {
  color: #fff
}

.btn-outline-experience:hover {
  color: #fff
}

.btn-outline-discuss:hover {
  color: #fff
}

.objective {
  color: #126BC9;
}

.decision {
  color: #489A34;
}

.experiment {
  color: #A83A7F;
}

.explore {
  color: #020509;
}

.collection,
.explore {
  color: #d2d5d9;
}

.experience {
  color: #D53E29;
}

.discuss {
  color: #EE6B30;
}

.main-nav {
  display: block;
  width: 100%;
  padding-top: 1.5rem;
}

.main-nav>a {
  width: 100%;
  display: block;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  padding: 0.8rem 0.4rem;
  line-height: 1;
  transition: all ease 220ms;
}

.main-nav>a.mini {
  font-size: 1.2rem;
  padding-left: 2rem;
}

.objective-hover:hover,
.objective-hover.active {
  background: #126BC9;
}

.decision-hover:hover,
.decision-hover.active {
  background: #489A34;
}

.experiment-hover:hover,
.experiment-hover.active {
  background: #A83A7F;
}

.explore-hover:hover,
.explore-hover.active {
  background: #020509;
}

.collection-hover:hover,
.collection-hover.active,
.explore-hover:hover,
.explore-hover.active,
.refine-hover:hover,
.refine-hover.active,
.refine-btn {
  background: #d2d5d9;
  color: #222529;
}

.experience-hover:hover,
.experience-hover.active {
  background: #D53E29;
}

.discuss-hover:hover,
.discuss-hover.active {
  background: #EE6B30;
}

.refine-hover:hover,
.refine-hover.active,
.refine-btn {
  /*animation: refinebackgroundcolor 12s infinite;
  -webkit-animation: refinebackgroundcolor 12s infinite;
  color: #d2d5d9;*/
}

.main-nav>a .far {
  font-size: 1.2rem;
  margin-right: 0.5rem;
}

.main-nav>:hover .far,
.main-nav>:hover .fas,
.main-nav>.active .far,
.main-nav>.active .fas {
  color: #d2d5d9;
}

.collection-hover:hover .far,
.explore-hover:hover .far,
.collection-hover.active .far,
.explore-hover.active .far {
  color: #222529;
}


.refine {
  /*animation: refinecolor 12s infinite;
  -webkit-animation: refinecolor 12s infinite;*/
}

.refine-hover.active .refine {
  color: #d2d5d9;
  animation: none;
  -webkit-animation: none;
}

@-webkit-keyframes refinecolor {
  0% {
    color: #126bc9;
  }

  33% {
    color: #489a34;
  }

  66% {
    color: #d53e29;
  }

  100% {
    color: #126bc9;
  }
}

@keyframes refinecolor {
  0% {
    color: #126bc9;
  }

  33% {
    color: #489a34;
  }

  66% {
    color: #d53e29;
  }

  100% {
    color: #126bc9;
  }
}

@-webkit-keyframes refinebackgroundcolor {
  0% {
    background-color: #126bc9;
  }

  33% {
    background-color: #489a34;
  }

  66% {
    background-color: #d53e29;
  }

  100% {
    background-color: #126bc9;
  }
}

@keyframes refinebackgroundcolor {
  0% {
    background-color: #126bc9;
  }

  33% {
    background-color: #489a34;
  }

  66% {
    background-color: #d53e29;
  }

  100% {
    background-color: #126bc9;
  }
}

/**/
@-webkit-keyframes refinebackgroundcolor {
  0% {
    background-color: #126bc9;
  }

  33% {
    background-color: #489a34;
  }

  66% {
    background-color: #d53e29;
  }

  100% {
    background-color: #126bc9;
  }
}

@keyframes refinebackgroundcolor {
  0% {
    background-color: #126bc9;
  }

  33% {
    background-color: #489a34;
  }

  66% {
    background-color: #d53e29;
  }

  100% {
    background-color: #126bc9;
  }
}

/**/
@-webkit-keyframes refinebordercolor {
  0% {
    border-color: #126bc9;
  }

  33% {
    border-color: #489a34;
  }

  66% {
    border-color: #d53e29;
  }

  100% {
    border-color: #126bc9;
  }
}

@keyframes refinebordercolor {
  0% {
    border-color: #126bc9;
  }

  33% {
    border-color: #489a34;
  }

  66% {
    border-color: #d53e29;
  }

  100% {
    border-color: #126bc9;
  }
}

.main {
  width: 660px;
  display: block;
  height: 100%;
  flex-grow: 0;
  flex-shrink: 0;
}

.badge-experience {
  border: 1px solid #ff857c;
  color: #fff;
  padding: 2px 4px;
  border-radius: 4px;
  margin-right: 4px;
}

.badge-explore {
  border: 1px solid #707070;
  color: #fff;
  padding: 2px 4px;
  font-size: 12px;
  border-radius: 4px;
  margin-right: 4px;
  margin-top: 6px;
}

.badge-objective {
  border: 1px solid #126BC9;
  color: #fff;
  padding: 2px 4px;
  border-radius: 4px;
  margin-right: 4px;
  margin-top: 6px;
}

.badge-decision {
  border: 1px solid #489A34;
  color: #fff;
  padding: 2px 4px;
  border-radius: 4px;
  margin-right: 4px;
  margin-top: 6px;
}

.link-objective,
.text-light-objective {
  color: #55cee5;
}

.link-objective:hover {
  color: #126BC9;
  text-decoration: none;
}

.link-decision,
.text-light-decision {
  color: #9ce863;
}

.link-decision:hover {
  color: #489A34;
  text-decoration: none;
}

.link-explore,
.text-light-explore {
  color: #fff;
}

.link-explore:hover {
  color: #040554;
  color: #0F12CB;
  color: #020509;
  text-decoration: none;
}

.link-experience,
.text-light-experience {
  color: #ff857c;
}

.link-experience:hover {
  color: #D53E29;
  text-decoration: none;
}

.link-discuss,
.text-light-discuss {
  color: #F5A36C;
}

.link-discuss:hover {
  color: #F5530A;
  text-decoration: none;
}

.list-group-item {
  border-radius: 0 !important;
  border-top: 0;
}

.list-group {
  border-top: 1px solid #444;
}

.list-style-none {
  list-style: none;
}

.card {
  border-radius: 0;
  border: 1px solid #444;
}

.image-input-label {
  width: 36px;
  height: 36px;
  display: block;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.image-input-file {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}

.image-input-preview {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-align: center;
}

.btn-decision {
  color: #fff;
  cursor: pointer;
  border: 1px solid rgba(72, 154, 52, 1);
}

.btn-decision.active {
  background: rgba(72, 154, 52, 1);
}

.btn-objective {
  color: #fff;
  cursor: pointer;
  background: rgba(18, 107, 201, 0.4);
}

.btn-objective.active {
  background: rgba(18, 107, 201, 1);
}

.decision-checkbox:checked+.card-s {
  background: #489A34;
}

.cursor-pointer {
  cursor: pointer;
}

.bg-darken {
  background: rgba(0, 0, 0, 1);
  /*transition: all ease 220ms;*/
}

.form-control.btn-dark {
  color: #222529;
}

.form-control.btn-dark::-webkit-input-placeholder {
  color: #323539;
}

.form-control.btn-dark::-moz-placeholder {
  color: #323539;
}

.form-control.btn-dark:-ms-input-placeholder {
  color: #323539;
}

.form-control.btn-dark::-ms-input-placeholder {
  color: #323539;
}

.datetimepicker::placeholder {
  color: #323539;
}

.sort {
  cursor: pointer;
}

.sort.asc,
.sort.desc {
  text-decoration: underline;
}

.card {
border: 1px solid #444;
border-radius: 4px;
padding-top: 0.5rem;
background: #444;
}

.card .input-group-prepend .input-group-text  {
background-color: #777;
}

.header-fixed {
  position: fixed;
  background: #121519;
  z-index: 99;
  top: 0;
  left:0;
  right: 0;
}

.aside-fixed {
  position: fixed;
}
@media (min-width:768px) {
.main-container {
padding-top: 69px;
}
.main {
border-left: 1px solid #626569;
}

}

.card-s {
cursor:pointer;
}

.card-s:hover {
border:solid 1px #489A34;
}

@media(max-width:768px) {
.body {
  padding-top: 69px;
}
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #fff;
    text-decoration: none;
    background-color: #000;
}

.word-break {
 word-break: break-all;
}

.img-responsive {
	max-width: 100%;
	height: auto;
	display: block;
}

.btn-outline-primary {
  color: #c2c5c9;
  border-color: #929599;
}
