﻿/* Convert over all style tags to css classes*/

/* UL list style */
.heritageList {
  list-style-type: circle;
}

.label.large {
  font-size: larger;
  font-weight: bold;
  color: forestgreen;
}

.toast-top-center {
  top: 25%;
  left: 50%;
  margin-left: -150px;
}

/*Inactive Status*/
.statusFalse {
  color: lightgray;
}

/*Active Status*/
.statusTrue {
  color: black;
}

.peasePallette {
  color: #1976b1;
  color: #dde9ed;
  color: #314d5d;
  color: #d9e9f1;
  color: #d0e5f1;
}

.officalFooter {
  position: fixed;
  bottom: 5px;
  right: 5px;
  opacity: .95;
  z-index: 99;
  color: white;
  background-color: cornflowerblue;
}
/*end new*/

.itemHover:hover {
  background-color: #d9e9f1;
  color: #ffffff;
  font-weight: bold;
}

.itemHover {
  background-color: #1976b1;
  color: white;
}

.roundContain {
  border-style: solid;
  border-color: black;
  border-radius: 25px;
  margin: 5px;
  padding: 10px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.roundDashItem {
  border-style: solid;
  border-color: #314d5d;
  background-color: #1976b1;
  border-radius: 25px;
}

  .roundDashItem > h4 {
    color: white;
  }

.roundDashSubItem {
  border-style: solid;
  border-color: #dde9ed;
  background-color: #d9e9f1;
  border-radius: 25px;
  margin: 5px;
  padding-top: 10px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.scrollIt {
  overflow-y: scroll;
}

.highlight {
  color: #fff;
  background: #1976b1;
  font-weight: bold;
}

.highlightGreen {
  color: indianred;
  background: #4fb400 !important;
  font-weight: bold;
}

.highlight2 {
  color: red;
  font-weight: bold;
  background: #d9e9f1;
  font-size: larger;
}

.greeting {
  color: #fff;
  font-weight: bold;
}

.ccItem {
  border-bottom: solid;
  border-top: solid;
  border-color: #314d5d;
  border-radius: 15px;
  background-color: #d0e5f1;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 15px;
  text-align: center;
}

.noteItem {
  border-bottom: solid;
  border-top: solid;
  border-color: #314d5d;
  border-radius: 15px;
  background-color: #d0e5f1;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 5px;
}

  .noteItem:hover {
    border-color: black;
    background-color: white;
  }

  .noteItem > a {
  }

.dcnrInfoBadge {
  border-bottom: solid;
  border-top: solid;
  border-color: #314d5d;
  border-radius: 15px;
  background-color: #d9e9f1;
  padding-top: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  text-align: left;
}

.inventoryItem {
  margin: 15px;
  border-bottom: solid;
  border-top: solid;
  border-color: #314d5d;
  border-radius: 15px;
  background-color: #d0e5f1;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 5px;
}

  .inventoryItem:hover {
    border-color: black;
    background-color: white;
  }

.black {
  color: black;
  font-weight: bolder;
}

.gray {
  color: gray;
  font-weight: bolder;
}

.gold {
  color: goldenrod;
  font-weight: bold;
}

.yellow {
  color: yellow;
  font-weight: bold;
}

.blue {
  color: cornflowerblue;
}

.white {
  color: white;
}

.green {
  color: green;
  font-weight: bolder;
}

.red {
  color: red;
  font-weight: bolder;
}