.projects-title {
	background-color: #fff;
	margin-left: 0;
	margin-bottom: 0;
	padding-top: 30px;
}

.projects-section .bi-button {
	position: relative;
}

.projects-section button.add-bi {
	position: absolute;
	left: 5px;
	top: -16px;
}

.project-count {
	padding: 0px 10px;
	border-radius: 2px;
	border: 1px solid #000;
}

.count-red {
	background-color: #d94546;
}

.count-green {
	background-color: #17e842;
}

.count-blue {
	background-color: #39dcdd;
}

.projects-collaps {
	background-color: #fff;
	padding: 0 5px;
}

.projects-collaps-status {
	border-radius: 50%;
	background-color:  #3897d3;
	width: 13px;
	height: 13px;
	display: inline-block;
	background: url('../image/icon/collapse-up.png') no-repeat 3px 4px #3897D5;
}

.collapsed .projects-collaps-status {
	background: url('../image/icon/collapse-down.png') no-repeat 3px 4px #3897D5;
}

.bi-statistics.projects-statistics span {
	/*line-height: inherit;*/
}

.bi-statistics.projects-statistics {
	justify-content: center;
    margin-bottom: 30px;
}

.bi-statistics.projects-statistics > div{
	margin: 0 2%;
}

.project-content {
	padding: 20px 5px;
}

.projects-filter {
	background: #ddd;
	padding: 3px 20px;
    align-items: center;
}

.projects-filter .bi-select {
	justify-content: space-between;
    width: 60%;
}

.projects-filter .bi-select > * {
	/*margin: 0 3%;*/
}

.project-item {
	background-color: #fff;
	padding: 15px;
	position: relative;
	margin: 25px auto 0;
	display: flex;
	justify-content: flex-start;
	text-align: center;
	width: 75%;
	border-radius: 5px;
}

.project-col-img {
	margin-right: 3%;
}

.project-col {
	width: 13%;
	margin: 0 1%;
}

.project-item img {
	max-width: 100%;
}

.project-item-info {
	position: absolute;
	font-family: Arial;
	color:  #ffffff;
	font-size: 12px;
	left: 15px;
	top: -10px;
	background-color: #f0a007;
	line-height: 20px;
	border-radius: 2px;
	padding: 0 5px;
}

.project-item-title {
	font-family: Arial;
	color:  #000000;
	font-size: 14px;
	font-weight: bold;
}

.project-item-content {
	font-family: Arial;
	color:  #000000;
	font-size: 14px;
	text-align: left;
}

/*modal*/
.modal-project.modal-idea .modal-dialog {
	max-width: 1340px;
}

.modal-project.modal-idea .modal-content {
	background-color: #eee;
}

.modal-project .modal-body {
	padding-bottom: 5px;
}

.details-item > a {
	text-align: center;
	padding: 3px 0;
	background-color: #fff;
	width: 100%;
	text-transform: uppercase;
	font-family: Arial;
	color:  rgba(0, 0, 0, 0.55);
	font-size: 14px;
	font-weight: 700;
	position: relative;
    display: inline-block;
    text-decoration: none;
}
.details-item > a i {
	position: absolute;
	left: 0;
	width: 30px;
	height: 78%;
    border-right: 1px solid #dddddd;
	background: url('../image/icon/pd-dropdown-up.png') no-repeat center center;
}

.details-item .collapse {
	margin-top: 10px;
}

.details-item > a.collapsed i {
	background: url('../image/icon/pr-details-down.png') no-repeat center center;
}

.details-item {
	margin-bottom: 10px;
}

.project-plan-tab {
	position: relative;
}

a.project-plan-tab-add {
	position: absolute;
	right: 0px;
	border-radius: 50%;
	background-color:  #3897d7;
	width: 29px;
	height: 29px;
	text-align: center;
    color: #fff;
    font-size: 28px;
    line-height: 29px;
    text-decoration: none;
}

a.project-plan-tab-add:not([href]):not([tabindex]) {
	color: #fff;
}

.project-plan-tab .nav-tabs {
    display: flex;
    justify-content: space-between;
    max-width: 97%;
}

.project-plan-tab .nav-tabs .nav-item {
	text-align: center;
	width: 33%;
}

.project-plan-tab .nav-tabs .nav-link {
    background-color: transparent;
    border-color: #cacaca;
    border-radius: 0;
    font-family: Arial;
	color: rgba(0, 0, 0, 0.55);;
	font-size: 14px;
	padding: 3px 5px;
}

.project-plan-tab .nav-tabs .nav-link.active {
	background-color: #efa206;
	color: #fff;
}

.pd-month {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pd-week {
	width: 24%;
	margin-top: 5px;
}
.small-plan.s5s-plan-block {
	box-shadow: none;
}

.small-plan .plan-img img{
	width: 22px;
	height: 23px;
}

.small-plan .plan-date {
	display: none;
}

.small-plan .plan-text-bottom {
	bottom: 9px;
    left: 9px;
}

.small-plan .plan-background-red, .small-plan .plan-background-green, .small-plan .plan-background-blue {
	margin-left: 0;
}

.small-plan .plan-text {
	font-size: 9.5px;
}

.small-plan .plan-text {
	padding-bottom: 40px;
    padding-top: 4px;
}

.small-plan .plan-nav i {
	border: 2px solid #fff;
}

.pd-week-title {
	line-height: 29px;
	background-color: #fff;
	font-family: Arial;
	color: rgba(0, 0, 0, 0.55);
	font-size: 14px;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	border-bottom: 5px solid #eee;
}

.pd-week-add {
	min-height: 280px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pd-week-add {
	font-family: Arial;
	color: rgba(0, 0, 0, 0.55);
	font-size: 14px;
	background-color: #e4e4e4;
	text-transform: uppercase;
}
.pd-week-add a {
	line-height: 29px;
	background-color: #fff;
	font-family: Arial;
	color: rgba(0, 0, 0, 0.55);
	font-size: 14px;
	text-align: center;
	padding: 2px 10px;
	text-transform: uppercase;
}

.is-tasks {
	background-color: #fff;
}

.work-results {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.work-result {
	width: 33%;
}

.work-result-title {
	background-color: transparent;
    border-radius: 0;
    font-family: Arial;
	font-size: 14px;
	padding: 3px 5px;
	background-color: #efa206;
	color: #fff;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}

.work-result-photos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 0;
}

.work-result-photos .custom-file-photo {
	width: 100%;
	margin-bottom: 5px;
}

.work-result-photos .custom-file.custom-file-photo label.add-s5s-label {
	min-height: 100%;
}

.work-result-text textarea, .work-result-file {
	min-height: 313px;
}

.work-result-file {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: space-between;
}

.work-result-file .custom-file{
	width: 30%;
}

.work-result-file .idea-add-file.custom-file label {
	padding: 21px 12px;
	margin-bottom: 0;
}

.work-result-file .idea-add-file.custom-file {
	height: 84px;
}

.custom-file img {
	max-width: 100%;
}

.modal-idea .modal-add-task {
	max-width: 651px;
}

.modal-add-task textarea {
	width: 90%;
}

.add-task-radio {
	width: 10%;
}

.add-task-form-texarea-radio {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.add-task-radio .form-radio {
	width: 100%;
	text-align: right;
}

.add-task-radio .form-radio input {
	display: none;
}

.add-task-radio .form-radio label {
	width: 61px;
	height: 61px;
	border-radius: 50%;
	position: relative;
}
.add-task-radio .form-radio.form-radio-red label {background-color: #e47375;}
.add-task-radio .form-radio.form-radio-green label {background-color: #50ef71;}
.add-task-radio .form-radio.form-radio-blue label {background-color: #6be6e4;}

.add-task-radio .form-radio input[type="radio"]:checked+label:before {
	background: url('../image/icon/radio-select.png') no-repeat center center;
	content: '';
	width: 20px;
	height: 15px;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.add-task-users {
	width: 50%;
	margin-top: 10px;
    margin-bottom: 0;
}

.add-task-users .idea-form-field > label {
	margin-left: 5px;
}

.add-task-users .idea-form-field > label {
	width: 36px;
	height: 36px;
	background: #fff;
	border-radius: 50%;
}

.add-task-users .idea-form-field > div {
	margin-bottom: 10px;
}

.add-task-users select {
	height: 100%;
}

.add-task-buttons {
	display: flex;
	justify-content: space-between;
}

.add-task-buttons a.project-plan-tab-add {
	position: initial;
}

.jq-selectbox__trigger {
	border-left: none;
}

.jq-selectbox__trigger-arrow {
	width: 6px;
    height: 6px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(-45deg);
    border-top: none;
    border-right: none;
    top: 6px;
}

.jq-selectbox {
	margin: 0.3% 2%;
}

.jq-selectbox__select {
	line-height: 20px;
	height: 22px;
}

.participants, .goal {
	display: flex;
}

.participants-title {
	color:  rgba(0, 0, 0, 0.55);
	font-size: 14px;
	font-weight: 900;
	line-height: 30px;
	text-transform: uppercase;
    text-align: center;
}

.participants .jq-selectbox__trigger-arrow, .goal .jq-selectbox__trigger-arrow {
	border-left: 2px solid #3897d7;
    border-bottom: 2px solid #3897d7;
}

.participants .jq-selectbox__trigger-arrow {
	top: 12px;
}

.participants .jq-selectbox {
	width: 47%;
	margin-bottom: 6px;
	margin-right: 0;
}

.participants-select {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.participants .jq-selectbox__select {
	height: 36px;
	line-height: 36px;
	background: #fff;
}

.goal .jq-selectbox__select {
	background: #fff;
}

.goal {
	justify-content: space-between;
}

.goal-item-1 {
	width: 45%;
}

.goal-item-2 {
	width: 52%;
}

.goal .participants-title {
	line-height: 25px;
}

.projects-filter .bi-select-btn {
	margin: 0;
}
    

@media (max-width: 1400px) {
	.project-item {
		width: 90%;
	}
	.project-plan-tab .nav-tabs {
		max-width: 95%;
	}

	.project-item-content {
		font-size: 9px;
	}

	.project-item-title {
		font-size: 11px;
	}

	.project-item-info {
		font-size: 11px;
	}

	.project-item img {
		max-width: 90%;
	}

	.jq-selectbox {
		margin: 0.3% 1%;
	}

  	.project-content .bi-select-btn {
    	width: 100%;
  	}

  	.project-content .jq-selectbox {
    	margin: 0.3% 1%;
  	}

  	.projects-filter .bi-select {
    	display: flex;
    	align-items: center;
  	}

  	.projects-filter {
  		padding-top: 0;
  	}

  	.projects-section .jq-selectbox__select{
  		padding: 0 30px 0 5px;
  	}
}

@media (max-width: 767px) {
	.bi-statistics.projects-statistics span {
		line-height: 1;
	}

	.projects-section button.add-bi {
		position: initial;
		font-size: 12px;
		padding: 4px;
		margin-bottom: 20px;
	}

	.projects-filter {
		flex-direction: column;
	    text-align: center;
	}

	.bi-statistics.projects-statistics {
		margin-bottom: 20px;
	}

	.projects-section .bi-container-row {
		padding: 0;
		border: none; 
	}

	.projects-collaps-status {
		margin: 5px 0;
	}

	.projects-collaps .bi-container-row {
		padding: 5px 0;
		margin: 0;
	}

	.projects-collaps .bi-container-row > div {
		padding: 2px 0;
	}

	.projects-filter .bi-select > select {
		margin-bottom: 5px;
	}

	.project-item {
		flex-direction: column;
		width: 100%;
	}

	.project-col, .project-col-img {
		width: 100%;
		margin: 0;
	}

	.pd-week {
		width: 100%;
	}

	.project-plan-tab .nav-tabs {
		max-width: 88%;
	}

	.work-result {
		width: 100%;
	}

	.modal-add-task textarea {
		width: 100%;
	}

	.add-task-radio {
	    display: flex;
	    width: 100%;
	    margin-top: 10px;
	    justify-content: space-around;
	}

	.add-task-users {
		width: 100%;
	}

	.add-task-radio .form-radio {
		width: auto;
	}

	.participants, .goal {
		display: block;
	}

	.participants-photo {
		text-align: center;
	}

	.goal-item-1, .goal-item-2 {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.participants-photo img {
		width: 100%;
}