/* /////////////////////////////////////////////// */
/* ///////////////// initiate Project //////////// */
/* /////////////////////////////////////////////// */

#initiateProject .modal-body {
  min-height: 350px;
}

#initiateProject .modal-body #project_cat .the_radio label {
  line-height: 40px;
}

/* /////////////////////////////////////////////// */
/* ////////////// edit project Welcome ///////////// */
/* /////////////////////////////////////////////// */

#editProject #welcome_box {
  padding: 15px 20px;
  background: #fff;
  border: none;
}

#editProject #welcome_box .welcome .media-body {
  padding-right: 10px;
}

#editProject #welcome_box .welcome img {
  width: 96px;
  height: 96px;
}

#editProject #welcome_box .welcome h1 {
  font-size: 24px;
}

#editProject #welcome_box .welcome h2 {
  font-family: var(--nice_font_2);
  font-size: 18px;
  margin-top: 20px;
}

#editProject #welcome_box .welcome h4 {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 30px;
}
#editProject #welcome_box .contact_sales {
  margin-top: 30px;
}
@media (max-width: 767px) {
  #editProject #welcome_box .welcome h1 {
    font-size: 22px;
    margin: 0px !important;
  }

  #editProject #welcome_box .welcome h2 {
    font-size: 14px;
    margin-top: 15px;
  }

  #editProject #welcome_box .contact_sales {
    margin-top: 0px;
    margin-bottom: 10px;
  }
}

/* /////////////////////////////////////////////// */
/* //////////////////// Edit Project ///////////// */
/* /////////////////////////////////////////////// */

#editProject .tile {
  padding: 20px 15px 30px 15px;
}

#editProject .tile h2.tile_title {
  font-size: 22px;
  padding: 15px 5px 15px 5px;
  margin: 0px;
}

#editProject .tile .data_details {
  height: 300px;
}

#editProject .btn-div {
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 35px;
}

#editProject .btn-div .tag {
  display: inline-block;
  background-color: #fbfbfb;
  padding: 3px 6px;
  border-radius: 6px;
  margin: 5px 0 0 6px;
  font-size: 13px;
  line-height: 19px;
}

#editProjectDelivery .delivery_container {
  padding: 25px 15px;
  max-width: 350px;
  margin: auto;
}

#editProjectDelivery .delivery_container .counter {
  margin-bottom: 15px;
}

#editProjectDelivery .delivery_container .counter #delivery_count {
  border-radius: 8px;
  padding: 30px 10px;
  font-size: 30px;
  font-weight: bold;
  border: 2px dashed #eee;
}

/* /////////////////////////////////////////////// */
/* //////////////////// Project Details ///////////// */
/* /////////////////////////////////////////////// */

#project_details .tile {
  padding: 20px 15px 30px 15px;
}
#project_details .tile h2.tile_title {
  font-size: 22px;
  padding: 15px 5px 15px 5px;
  margin: 0px;
  line-height: 36px;
}

#project_details .list_widget .title {
  font-size: 13px;
  font-family: var(--nice_font_2);
}

#project_details .list_widget .the_status {
  font-size: 11px;
  font-family: var(--nice_font_2);
}

#project_details .uploadedFile {
  padding: 10px;
  border-radius: 6px;
  background-color: #e1ffe6;
  display: block;
  border: 1px solid #c6f0cd;
  color: #2f6f0c;
}

#project_details .uploadedFile .file_ext {
  background: #5bc421;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}
#project_details .uploadedFile .file_name {
  margin-top: 9px;
  font-size: 16px;
}

#project_details .tile .tile_lite .title {
  font-size: 13px;
  font-family: var(--nice_font_2);
  font-weight: bold;
  color: #6a6a6a;
}
#project_details .tile .tile_lite .the_status {
  font-size: 11px;
  font-family: var(--nice_font_2);
  background-color: transparent !important;
}
#project_details .tile .tile_lite .the_status.bordered {
  border-width: 1px;
  border-style: solid;
}

/* /////////////////////////////////////////////// */
/* //////////////////// list_projects ///////////// */
/* /////////////////////////////////////////////// */

#list_projects .jumbo_header {
  background-image: url("../images/backgrounds/bg_15.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  margin-top: -20px;
  text-shadow: 0.5px 0.5px 0.1px rgba(0, 0, 0, 0.4);
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

#list_projects.archived .jumbo_header {
  background-image: url("../images/backgrounds/bg_12.jpg");
  background-position: bottom;
}

#list_projects .jumbo_header .overlay {
  background: rgba(0, 0, 0, 0.3);

  padding: 30px 15px 90px 15px;
}

#list_projects .jumbo_header .header_container {
  max-width: 700px;
  margin: auto;
  position: relative;
}

#list_projects .jumbo_header .page_title {
  margin: 50px 0 70px 0;
  text-align: center;
  color: #fff;
}

#list_projects .jumbo_header .page_title .pre_title {
  font-size: 16px;
  font-weight: bold;
  font-family: var(--nice_font_2);
}

#list_projects .jumbo_header .page_title .title {
  font-size: 30px;
  line-height: 30px;
}
#list_projects .jumbo_header .page_title .desc {
  font-size: 16px;
  line-height: 30px;
  font-family: var(--nice_font_2);
  max-width: 500px;
  margin: 20px auto 0 auto;
}

#list_projects .jumbo_header .action_btn {
  max-width: 200px;
  margin: auto;
  transition: all 0.5s ease-in-out;
}

#list_projects .jumbo_header .action_btn:hover {
  max-width: 250px;
  transition: all 0.5s ease-in-out;
}

#list_projects .jumbo_header .action_btn .btn {
  background-color: #2da85d;
  color: #fff !important;
  border: none !important;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28) !important;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28) !important;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28) !important;
  transition: all 0.5s ease-in-out;
}

#list_projects .jumbo_header .action_btn .btn:hover {
  background-color: #f03e07;
  border-radius: 30px !important;
  padding: 20px 0;

  transition: all 0.5s ease-in-out;
}

#list_projects .contents {
  margin-top: -50px;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.09);
}

#list_projects .contents .navbar {
  background: #fafafa;
  border: none;
  padding: 20px 10px;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
  border-radius: 20px 20px 0 0;
}

#list_projects .contents .navbar ul li {
  margin-left: 5px;
}

#list_projects .contents .navbar ul li a {
  font-size: 16px;
  border-radius: 18px;
  margin: 7px 0;
  padding: 8px 10px;
}
#list_projects .contents .navbar ul li a.helpCenter {
  background: #10a768;
  color: #fff;
}

#list_projects .contents .navbar ul li a.archive {
  background: #5c0d6c;
  color: #fffafa;
}

#list_projects .contents .navbar ul li a.openProjects {
  background: #b65505;
  color: #fffafa;
}

#list_projects .contents .navbar ul li.active a {
  background: #f2fbd4 !important;
  color: #357d0c !important;
  border-radius: 18px;
  margin: 7px 0;
  padding: 8px 10px;
  transition: all 0.5s ease 0s;
}

#list_projects .contents .navbar ul.content_types:hover li a {
  background: transparent;
  transition: all 0.5s ease 0s;
  color: #555;
}

#list_projects .contents .navbar ul.content_types li:hover a {
  background: #fff5ea;
  color: #b5813e;
  transition: all 0.5s ease 0s;
}

#list_projects .contents .projects {
  padding: 30px 15px;
}

#list_projects .contents .projects .single_project {
  margin-bottom: 30px;
  transition: all 0.5s ease 0s;
}

#list_projects .contents .projects .single_project:hover {
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease 0s;
}

#list_projects .contents .projects .single_project .heading {
}

#list_projects .contents .projects .single_project .breadcrumb {
  background: transparent;
  padding: 5px;
  margin: 0px;
  font-size: 12px;
  font-family: var(--nice_font_2);
}
#list_projects .contents .projects .single_project .project_date {
  padding: 5px;
  font-size: 12px;
  font-family: var(--nice_font_2);
}
#list_projects .contents .projects .single_project .project_title {
  font-size: 20px;
  line-height: 1;
  font-family: var(--nice_font_2);
  font-weight: bold;
  padding: 0px 0;
}

@media (max-width: 769px) {
  #list_projects .contents .projects .single_project {
    text-align: center !important;
  }
  #list_projects .contents .projects .single_project .project_title {
    font-size: 16px;
    line-height: 26px;
  }
}

#list_projects .contents .projects .single_project .details {
  margin-top: 20px;
}
#list_projects .contents .projects .single_project .details .user {
  font-size: 16px;
  line-height: 30px;
}
#list_projects .contents .projects .single_project .details .user img {
  width: 16px;
  height: 16px;
  border-radius: 12px;
  display: inline-block;
  vertical-align: middle;
}
#list_projects .contents .projects .single_project .details .user span {
  display: inline-block;
  vertical-align: middle;
}
#list_projects .contents .projects .single_project .details .badge.tag {
  padding: 5px 10px;
  min-width: 35px;
  height: 30px;
  border-radius: 15px;
  line-height: 20px;
  text-align: center;
}

#list_projects .contents .projects .empty {
  padding: 50px 15px;
  margin-bottom: 30px;
}

#side_widgets .side_widget {
  padding-bottom: 20px !important;
}

#side_widgets .side_widget .widget_title {
  font-size: 22px;
  padding: 20px 5px 0px 5px;
  margin: 0px;
}

#side_widgets .side_widget .title {
  font-size: 18px;
  font-weight: bold;
  font-family: var(--nice_font_2);
  margin: 0px 0 10px 0;
}

#side_widgets .side_widget .content {
  font-size: 14px;
  line-height: 28px;
  font-family: var(--nice_font_2);
}

#side_widgets .side_widget .property {
  padding-right: 10px;
  font-size: 14px;
  font-family: var(--nice_font_2);
}
