.navbar {
  z-index: 5;
  position: fixed;
  width: 100%;
  top: 0;
}

.custom-main {
  margin-top: 80px;
}

.text-color {
  color: rgba(0, 0, 0, 0.55);
}

.dropdown-color {
  background-color: white !important;
  color: #6c757d !important;
  border: none;
}

.dropdown-link {
  background-color: white;
  border: none;
}

.dropdown-options {
  margin-left: auto;
  margin-right: 0;
}

.project-list {
  margin-bottom: 0 !important;
}

.btn-custom {
  background-color: #86c03f;
  border-color: #86c03f;
}

.hideMembersPlusSign, .hideMaterialsInfo {
  display: none;
}

.form-group {
  margin-left: auto !important;
  margin-right: auto !important;
}

.form-auth-custom {
  margin-bottom: 10px !important;
  text-align: right !important;
}

.form-style-custom {
  margin-bottom: 10px !important;
  text-align: left !important;
}

.form-dropdown-custom {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-text-custom {
  padding-bottom: 0 !important;
  padding-left: 5px !important;
}

.submit-custom {
  margin-left: auto !important;
  margin-right: auto !important;
}

/*
.header-custom{
    padding: 10px;
    border: 1px solid $primary;;
    border-radius: 20px;
    margin-bottom: 10px;
}
*/
.header-custom {
  padding: 10px;
  border: 1px solid #86c03f;
  background-color: #86c03f;
  border-radius: 20px;
  margin-bottom: 10px;
}
.header-custom h3 {
  padding: 0;
  margin: 0;
  color: white;
}

.search-btn-custom {
  width: 10%;
  margin-bottom: 5px;
  border: 1px solid rgba(0, 0, 0, 0.55);
  text-align: center;
  border-radius: 10px;
  padding: 17px 0;
}

.search-btn-custom:hover {
  cursor: pointer;
}

.search-custom {
  width: 90%;
  margin-bottom: 5px;
}

.search-result {
  text-decoration: underline;
  color: #0d6efd;
}

.search-result:hover {
  cursor: pointer;
}

.paginate_button {
  color: white;
}
.paginate_button .page-link {
  background-color: #86c03f;
  border: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.paginate_button:hover {
  background-color: none !important;
}

.pagination ul li:hover {
  background-color: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: none;
  border: none;
  margin-left: 2px;
  /*change the hover text color*/
}

/*below block of css for change style when active*/
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background: none;
  margin-left: 2px;
}

.dropdown-item {
  padding: 8px !important;
}

.project_view .header-custom, .project_add .header-custom {
  padding: 10px;
  border: 1px solid #86c03f;
  background-color: #86c03f;
  border-radius: 20px;
  margin-bottom: 10px;
}
.project_view .header-custom h3, .project_add .header-custom h3 {
  padding: 0;
  margin: 0;
  color: white;
}

.project_view .content .desc .att {
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 5px;
  border-bottom: 1px solid grey;
}
.project_view .content .desc .att label span {
  font-weight: bold;
}
.project_view .content .links {
  margin-top: 30px;
}
.project_view .content .links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding: 0px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.project_view .content .links ul li {
  padding: 0px;
  border: 1px solid;
  margin-right: 5px;
  margin-bottom: 5px;
  list-style: none;
  border-radius: 5px;
  border: 1px solid #86c03f;
  -webkit-transition: 400ms;
  transition: 400ms;
  background-color: none;
}
.project_view .content .links ul li a {
  margin: 0px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 4px;
  text-decoration: none;
  -webkit-transition: 400ms;
  transition: 400ms;
  color: rgba(0, 0, 0, 0.55);
}
.project_view .content .links ul li:hover {
  background-color: #86c03f;
  -webkit-transition: 400ms;
  transition: 400ms;
  cursor: pointer;
}
.project_view .content .links ul li:hover a {
  color: white;
  -webkit-transition: 400ms;
  transition: 400ms;
}
.project_view .all-content .custom-row {
  margin-bottom: 50px;
}
.project_view .all-content .custom-row:last-of-type {
  margin-bottom: 0px;
}
.project_view .all-content .custom-row .form-style-custom {
  padding-left: 10px;
  margin: 0px !important;
}
.project_view .all-content .custom-row .form-style-custom label span {
  font-weight: bold;
}
.project_view .all-content .custom-row .form-style-custom .form-text-custom {
  padding: 0px !important;
  margin-top: 5px;
}
.project_view .all-content .custom-row .in-between-header {
  height: 40px;
}
.project_view .all-content .custom-row .in-between-header h6 {
  margin-top: auto;
  margin-bottom: auto;
}
.project_view .side-footer {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 5;
  background-color: white;
}
.project_view .side-footer .back-btn {
  display: hidden;
  padding: 0px;
  border: 1px solid;
  list-style: none;
  border-radius: 5px;
  border: 1px solid #86c03f;
  -webkit-transition: 400ms;
  transition: 400ms;
  background-color: none;
}
.project_view .side-footer .back-btn a {
  margin: 0px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 4px;
  text-decoration: none;
  -webkit-transition: 400ms;
  transition: 400ms;
  color: rgba(0, 0, 0, 0.55);
}
.project_view .side-footer .back-btn:hover {
  background-color: #86c03f;
  -webkit-transition: 400ms;
  transition: 400ms;
  cursor: pointer;
}
.project_view .side-footer .back-btn:hover a {
  color: white;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.project_add .form-style-custom, .project_view .form-style-custom {
  margin-bottom: 0 !important;
  text-align: left !important;
}
.project_add .form-style-custom ul, .project_view .form-style-custom ul {
  padding-top: 5px;
  padding-bottom: 0px;
}
.project_add .form-style-custom ul li, .project_view .form-style-custom ul li {
  padding-left: 15px;
  list-style: inside;
}
.project_add .form-style-custom .material-btn, .project_view .form-style-custom .material-btn {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
  border: 1px solid rgba(0, 0, 0, 0.55);
  text-align: center;
  border-radius: 10px;
  padding: 17px 0;
}
.project_add .in-between-header, .project_view .in-between-header {
  border: 1px solid #86c03f;
  text-align: center;
  border-radius: 5px;
  background-color: #86c03f;
  padding: 5px;
  margin-top: 60px;
}
.project_add .in-between-header:first-of-type, .project_view .in-between-header:first-of-type {
  margin-top: 0;
}
.project_add .in-between-header h6, .project_view .in-between-header h6 {
  margin: 0;
  padding: 0;
  color: white;
}
.project_add .form-current-image, .project_view .form-current-image {
  max-height: 500px;
}