body {
  background: #fafafa;
  color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444444;
}

main {
  padding-top: 25px;
}

#search {
  margin-top: 12px;
  font-size: 24px;
}

.content-section {
  background: #ffffff;
  padding: 10px 20px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin: 20px;
}

a.article-title:hover {
  color: #428bca;
  text-decoration: none;
}

.article-content {
  white-space: pre-line;
}

.article-img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
}

.article-metadata {
  padding-bottom: 1px;
  margin-bottom: 4px;
  border-bottom: 1px solid #e3e3e3;
}

.article-metadata a:hover {
  color: #333;
  text-decoration: none;
}

.article-svg {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

.formcard {
  border: 1px solid;
  margin: 5px;
  padding: 3px;
  height: 100%;
}
.formcard.New {
  border-color: #eeeeee;
  background-color: #fafafa;
  color: #bdbdbd;  
}
.formcard.Started {
  border-color: #ffcc80;
  background-color: #fff3e0;
  color: #ffa726; 
}
.formcard.Submitted {
  border-color: #81d4fa;
  background-color: #e1f5fe;
  color: #29b6f6; 
}
.formcard.Approved {
  border-color: #a5d6a7;
  background-color: #e8f5e9;
  color: #66bb6a ; 
}
.formcard.Denied {
  border-color: #ef9a9a;
  background-color: #ffebee;
  color: #ef5350; 
}
.formcard.Completed {
  border-color: #b39ddb;
  background-color: #ede7f6;
  color: #7e57c2; 
}

.account-img {
  height: 125px;
  width: 125px;
  margin-right: 20px;
  margin-bottom: 16px;
}

.account-heading {
  font-size: 2.5rem;
}

[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: relative;
  opacity: 1;
}

.help-block {
  color: #842029 !important;
  background-color: #f8d7da;
  border-color: #f5c2c7;
  padding: 5px;
  margin-top: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.addComment {
  margin-top: 2rem;
}

.input-field {
  margin-bottom: 30px;
}

.input-field > p {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.input-field > i {
  border-radius: 50%;
  color: #ce93d8;
  cursor: pointer;
}
.input-field > i:hover {
  transition: all 0.25s ease-in-out;;
  transform: scale(1.05);
}

.tab {
  overflow: hidden;
}

.tabs .tab a {
  color: #FFF;
  display: inline-block;
}

.tabs .tab a.active, 
.tabs .tab a:hover {
  background-color: #2196f3 !important;
  color: #FFF;
}

li.tab:not(.disabled) > a:hover:not(.active) {
  background-color: #42a5f5  !important;
  border-bottom: 5px solid #2196f3 ;
}

li > a:hover {
  background-color: #424242 !important;
  color: #FFF;
  transition: all 0.25s ease-in-out;
  transform: scale(1.01);
}

li.disabled,
li.disabled a {
  color: #fafafa!important;
  background-color: #dedede;
  pointer-events: none;
  cursor: not-allowed;
}

.modal {
  max-height: 40% !important;
}

.h5 {
text-decoration: underline;
}
