@font-face {
    font-family: ProximaNova;
    src: url('../font/ProximaNova-Regular.otf') format('opentype');
  }
  
  @font-face {
    font-family: ProximaNova-Bold;
    src: url('../font/ProximaNova-Bold.otf') format('opentype');
  }
  
  html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
  
  ::selection {
    background: #e4e5e6; /* WebKit/Blink Browsers */
  }
  ::-moz-selection {
    background: #e4e5e6; /* Gecko Browsers */
  }
  
  body {
    margin: 0;
    font-family: 'ProximaNova', sans-serif;
    color: #455560;
  }
  
  
  article,
  aside,
  footer,
  header,
  nav,
  section {
    display: block;
  }
  
  h1 {
    font-size: 2em;
    font-family: 'ProximaNova-Bold', sans-serif;
  }
  
  .heading-1 {
    margin: 2em 0;
  }
  
  .bar {
    color: #455560;
  }
  
  h2 {
    font-family: 'ProximaNova-Bold', sans-serif;
  }
  
  h3 {
    font-style: italic;
  }
  
  figcaption,
  figure,
  main {
    display: block;
  }
  
  figure {
    margin: 1em 40px;
  }
  
  hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
  }
  
  pre {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  
  a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
  }
  
  abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
  }
  
  b,
  strong {
    font-weight: inherit;
  }
  
  b,
  strong {
    font-weight: bolder;
  }
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  
  dfn {
    font-style: italic;
  }
  
  mark {
    background-color: #ff0;
    color: #000;
  }
  
  small {
    font-size: 80%;
  }
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  audio,
  video {
    display: inline-block;
  }
  
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  
  
  img {
    border-style: none;
  }
  
  svg:not(:root) {
    overflow: hidden;
  }
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
  }
  
  button,
  input {
    overflow: visible;
  }
  
  button,
  select {
    text-transform: none;
  }
  
  button,
  html [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
    /* 2 */
  }
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
  }
  
  progress {
    display: inline-block;
    vertical-align: baseline;
  }
  
  textarea {
    overflow: auto;
  }
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box;
    padding: 0;
  }
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  [type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
  }
  
  [type="search"]::-webkit-search-cancel-button,
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
  }
  
  main {
    padding: .5em 0 0.5em 1.5em;
    display: flex;
  }
  
  a {
    color: #455560;
  }
  
  a:hover {
    color: inherit;
    opacity: 0.7;
    text-decoration: none;
  }
  
  button {
    border: 0;
    padding: 1em 2em;
    font-family: 'ProximaNova', sans-serif;
  }
  
  .js-add-loe {
    height:20%
  }

  .js-edit-activity {
    height:20%
  }
.js-view-report{
  cursor:pointer;
}
.js-add-file{
  cursor:pointer;
}
  .js-profile-edit {
    height:60%;
  }

  button:active, button:focus {
    outline: none;
  }
  
  .button-light, .button-dark:hover, .delete-button:hover   {
    background-color: #e4e5e6;
    color: #455560;
  }
  button {
    cursor:pointer;
  }
  .button-dark, .button-light:hover, .button-accent {
    background-color: #455560;
    border: 0;
    color: #e4e5e6;
  }
  
  .green:hover {
    color: #455560;
    background-color: #8fc73e;
  }
  
  .blue:hover {
    color: #fff;
    background-color:#1D81BF;
  }
  
  .purple:hover {
    background-color: #8060A9;
    color: #fff;
  }
  
  .turqoise:hover {
    background-color: #96d5d2;
    color: #455560;
  }
  
  .sea-foam:hover {
    background-color: #b0dbbc;
    color: #455560;
  }
  
  .yellow:hover {
    background-color: #f9cc73;
    color: #455560;
  }
  
  .orange:hover {
    background-color: #f36c23;
    color: #fff;
  }
  
  .red:hover, .delete-button {
    background-color: #da1d45;
    color: #fff;
  }
  
  /****************************/
  /*          Navbar          */
  /****************************/
  
  .nav-dark {
    background-color: #455560;
  }
  
  .nav-dark a {
    color: #e4e5e6;
  }
  
  .nav-light {
    background-color: #e4e5e6;
  }
  
  .nav-light a, .dropdown-menu a  {
    color: #455560;
  }
  
  .active {
    font-family: 'ProximaNova-Bold', sans-serif;
    font-weight: bold;
  }
  
  /****************************/
  /*           Form           */
  /****************************/
  
  form {
    color: #455560;
    width: 50%;
    margin: 1em 0;
  }

  form.reg-form{
    color: #455560;
    margin: 0;
    width:100%;
  }
  
  form .inner-form h1, form .inner-form h2, form .inner-form h3, form .inner-form h4, form .inner-form p {
    margin: 0.5em 0;
  }
  
  form .input-field {
    display: block;
  }
  
  form .input-field input {
    padding: 0.5em;
    border: 0;
    border-bottom: 1px solid #e4e5e6;
    width: 100%;
  }
  
  form .input-field input:focus, form .input-field input:active,
  form .input-field select:focus, form .input-field select:active {
    outline: none;
  }
  
  form .input-field input::placeholder {
    font-family: 'ProximaNova', sans-serif;
  }
  
  form .input-field select {
    border: 0;
    width: 100%;
  }
  
  .potential {
    border-style:dotted;
  }
  
  form .input-field select option {
    font-family: 'ProximaNova', sans-serif;
    padding: 0.5em;
    font-size: 14px;
  }
  
  form .input-field select option::selection,
  form .input-field select option:active,
  form .input-field select option:focus,
  form .input-field select option:checked {
    background-color: #e4e5e6;
  }
  
  /****************************/
  /*           List           */
  /****************************/
  
  ul {
    list-style-type: none;
  }
  
  ul.square {
    list-style-type:square;
  }
  .nb li::before {
    content: "• ";
    color: #8fc73e; /* or whatever color you prefer */
  }
  /****************************/
  /*          Footer          */
  /****************************/
  
  footer {
    background-color: #455560;
    padding: 1em 1em;
    justify-content: center;
  }
  
  .footer-nav {
    display: inline-block;
    vertical-align: top;
    margin: 0.5em 3em;
    text-align: left;
  
  }
  
  .footer-nav--header {
    font-size: 16px;
    color: #a1c7e3;
  }
  
  .footer-nav--list {
    list-style: none;
    padding-left: 0;
  }
  
  .footer-nav--list li a {
    font-size: 12px;
    color: #e4e5e6;
  }
  
  .icon {
    height: 20px;
    width: 20px;
    border: none;
  }
  .icon-md {
    height: 30px;
    width: 30px;
    border: none;
  }
  
  /****************************/
  /*       Month Header       */
  /****************************/
  
  .not-bold {
    font-family: 'ProximaNova', sans-serif;
  }
  
  .month {
    display: inline-block;
    text-align: center;
    margin-top: 2em;
  }
  
  .month .button-dark {
    display: block;
    margin: auto;
    width: 100%;
  }
  
  .month ul {
    display: inline-block;
    padding-left: 0;
    margin: 0;
  }
  
  .month ul li {
    background-color: #e4e5e6;
    padding: 0.5em 1.0em;
    font-size: 18px;
  }
  
  .month ul li:hover, .month ul li:active, .month ul li:checked, .month ul li::selection {
    background-color: #455560;
    color: #fff;
  }
  
  /****************************/
  /*          Card            */
  /****************************/
  
  .project-dash {
    display: inline-block;
    margin: 0 1.5em 0 2em;
    width: 100%;
  }
  
  .project-list {
    margin: 0;
    padding: 0;
  }
  
  .category {
    font-size: 18px;
    padding: 0.5em 0 0.5em 1em;
    border-radius: 0.2em;
    font-weight: bold;
  }
  
  .projects {
    background-color: #a1c7e3;
  }
  
  .projects-card {
    border: 2.5px solid #a1c7e3;
  }

  .projects-card.potential{
    border: 2.5px solid #a1c7e3;
    border-style:dotted;

  }
  
  .nb {
    background-color: #8fc73e;
  }
  
  .nb-card {
    border: 2.5px solid #8fc73e;
  }
  
  .nb-card.potential {
    border: 2.5px solid #8fc73e;
    border-style:dotted;
  }

  .overhead {
    background-color: #f9cc73;
  }
  
  .overhead-card {
    border: 2.5px solid #f9cc73;
  }

  .overhead-card.potential {
    border: 2.5px solid #f9cc73;
    border-style:dotted;
  }
  
  .leave {
    background-color: #e4e5e6;
  }
  
  .leave-card{
    border: 2.5px solid #e4e5e6;
  }

  .leave-card.potential{
    border: 2.5px solid #e4e5e6;
    border-style:dotted;
  }

  .leave-card.potential {
    border: 2.5px solid #e4e5e6;
    border-style:dotted;
  }
  
  .card {
    margin: 1em 0;
  }
  
  .card-body {
    padding: 1em;
  }
  
  .card-title, .card-subtitle, .card-text, .card-footer {
    display: block;
  }
  
  .card-title {
    font-size: 18px;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .card-subtitle {
      font-size: 15px;
      height: 18px;
  }
  
  .card-footer {
    border: none;
    background: none;
    margin-top: 1em;
    padding: 0;
  }
  
  .card-footer button {
    background-color: #fff;
    padding: 0;
  }
  
  i.edit:before {
    content:url('../images/icons/copywriting 2.svg');
    display: inline-block;
    height: 20px;
    width: 20px;
    border: none;
  }
  
  i.delete:after {
    content:url('../images/icons/delete.svg');
    display: inline-block;
    height: 20px;
    width: 20px;
    border: none;
  }
  
  .newbus {
    content:url('../images/icons/Growth.svg');
    margin:0px;
  }
  
  .proj-icon {
    content:url('../images/icons/implement-1.svg');
  }
  /****************************/
  /*          Table           */
  /****************************/
  
  .activity-table table {
    width: 100%;
    table-layout: fixed;
  }
  
  .activity-table tr {
    padding: 1em 0em;
  }
  
  .activity-table td {
    padding: 1em 1em 1em 0;
  }
  
  .activity-table span {
    display: inline-block;
    max-width: 70%;
    margin:0;
    vertical-align: middle;
  }
  
  .sorter {
    display: inline-block;
    width: 10%;
    vertical-align: middle;
    margin-left: 0.3em;
  }
  
  .sorter span {
    margin: 0;
  }
  
  /****************************/
  /*        Search Bar        */
  /****************************/
  
  /*=====  Search Boxes  ======*/
* {
  box-sizing: border-box;
}

.search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-family: 'ProximaNova', sans-serif;
  padding: 15px;
}

.search form {
  width: 100%;
  max-width: 1000px;
  margin-bottom: 0;
}

.search form .inner-form {
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}

.search form .inner-form .input-field {
  height: 40px;
}

.search form .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 32px;
  font-size: 14px;
  color: #555;
  font-family: 'ProximaNova', sans-serif;
}

.search form .inner-form .input-field select {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 32px;
  font-size: 14px;
  color: #555;
  font-family: 'ProximaNova', sans-serif;
}

.search form .inner-form .input-field input.placeholder {
  color: #888;
  font-size: 14px;
}

.search form .inner-form .input-field input:-moz-placeholder {
  color: #888;
  font-size: 14px;
}

.search form .inner-form .input-field input::-webkit-input-placeholder {
  color: #888;
  font-size: 14px;
}

.search form .inner-form .input-field input:hover, .search form .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
  border-color: #fff;
}

.search form .inner-form .input-field.first-wrap {
  width: 200px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.search form .inner-form .input-field.first-wrap .choices__inner {
  background: transparent;
  border-radius: 0;
  border: 0;
  height: 100%;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
}

.search form .inner-form .input-field.first-wrap .choices__inner .choices__list.choices__list--single {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
}

.search form .inner-form .input-field.first-wrap .choices__inner .choices__item.choices__item--selectable.choices__placeholder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  opacity: 1;
  color: #888;
}

.search form .inner-form .input-field.first-wrap .choices__inner .choices__list--single .choices__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  color: #555;
}

.search form .inner-form .input-field.first-wrap .choices[data-type*="select-one"]:after {
  right: 30px;
  border-color: #e5e5e5 transparent transparent transparent;
}

.search form .inner-form .input-field.first-wrap .choices__list.choices__list--dropdown {
  border: 0;
  background: #fff;
  padding: 20px 30px;
  margin-top: 2px;
  border-radius: 4px;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
}

.search form .inner-form .input-field.first-wrap .choices__list.choices__list--dropdown .choices__item--selectable {
  padding-right: 0;
}

.search form .inner-form .input-field.first-wrap .choices__list--dropdown .choices__item--selectable.is-highlighted {
  background: #fff;
  color: #63c76a;
}

.search form .inner-form .input-field.first-wrap .choices__list--dropdown .choices__item {
  color: #555;
  min-height: 24px;
}

.search form .inner-form .input-field.second-wrap {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.search form .inner-form .input-field.third-wrap {
  width: 74px;
}

.search form .inner-form .input-field.third-wrap .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  color: #fff;
  border: 0;
  cursor: pointer;
  padding-top:14px;
  background: #455560;
  transition: all .2s ease-out, color .2s ease-out;
}

.search form .inner-form .input-field.third-wrap .btn-search svg {
  width: 16px;
}

.search form .inner-form .input-field.third-wrap .btn-search:hover {
  background: #8fc73e;
}

.search form .inner-form .input-field.third-wrap .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
  
  /****************************/
  /*     Actiivity Profile    */
  /****************************/
  
  .profile {
    padding: 0;
    margin: 0;
    vertical-align: text-top;
    display: inline-block;
  }
  
  .profile-left {
    width: 40%;
  }
  
  .profile-right {
    width: 59%;
  }
  
  .profile-title {
    width: 30%;
    display: inline-block;
    font-family: 'ProximaNova-Bold', sans-serif;
    margin: 0;
    vertical-align: text-top;
    padding-left: 0;
  }
  
  .profile-content {
    display: inline-block;
    width: 65%;
    margin: 0;
    vertical-align: text-top;
  }
  
  .profile-content-item {
    height: 6em;
    margin-bottom: 1rem;
  }
  
  .profile-content-item td {
    padding: 0.5em 1em 0.5em 0;
    vertical-align: text-top;
  }
  
  .edit-dash {
    cursor:pointer;
  }
  
  .projectColor {
    background-color: rgba(161,199,227,0.2)
  }
  
  .bidColor {
    background-color: rgba(143,199,62,0.1)
  }
  
  .overheadColor {
    background-color:   rgba(108,71,19,0.1)
  }
  
  .leaveColor {
    background-color: rgba(45,55,60,0.1)
  }
  
  .pbidiv {
    position: absolute;
    position: fixed;
    min-width: 100%;
    min-height: 500px;
    bottom: 0;
    top: 130px;
    right: 0;
    left: 0;
}
  .avatar {
    border-radius:50%; 
    max-height:30px;
  }

  .avatar-md {
    border-radius:50%; 
    max-height:60px;
  }
  
  img.avatar-lg {
    border-radius:50%; 
    max-height:100px;
  }
   .body-top-80{
    margin-top:60px;
   }
  .h-15{
    height:15px;
  }