.modal-header {
	padding: 12px;
	border-bottom: none;
}

.modal-body {
	padding-top: 5px;
}

.buttons-list {
	display: flex;
	justify-content: flex-start;
}

.buttons-list button {
	margin-right: 20px;
}

.add-icon::before {
    content: '';
    display: inline-block;
    background: url(../image/icon/add-idea.png) no-repeat;
    width: 21px;
    height: 21px;
    padding-right: 1px;
}

.s5s-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
}

.zone-item {
	border-radius: 3px;
	border: 1px solid #cacaca;
	box-sizing: border-box;
	background-color:  #ffffff;
	box-shadow: 1px 3px 4px 0px rgba(121, 121, 121, 0.65);
	max-width: 395px;
	width: 25%;
	margin-bottom: 60px;
	padding-right: 5px;
	padding-left: 5px;
	transition: all 0.2s;
}
.zone-item:hover {
	/*padding-top: 20px;*/
}
.zone-item:hover .zone-item-img-cont{
	margin-top: -40px;
	margin-bottom: 30px;
}

.zone-item-img-cont {
	position: relative;
	margin-top: -10px;
	transition: all 0.2s;
}

.zone-item img {
	width: 100%;
	transition: all 0.2s;
	z-index: 2;
    position: inherit;
}

.zone-item-title {
	font-family: Calibri;
	color:  #d94446;
	font-size: 20px;
	font-weight: 700;
	line-height: 15px;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

.zone-item-info {
	display: flex;
	justify-content: space-between;
	text-transform: uppercase;
	font-family: Arial Regular;
	color:  #000000;
	font-size: 12px;
	font-weight: 400;
	line-height: 40px;
}

.s5s-btn-open {
    display: flex;
    font-size: 12px;
    text-transform: uppercase;
    border: none;
    border-radius: 3px;
    background-color: #3897d7;
    font-family: ArialRegular;
    color: #ffffff;
    padding: 1px 30px;
    line-height: 15px;
    margin: 0 auto 15px;
    position: absolute;
    left: 50%;
    top: -25px;
    transform: translateX(-50%);
}

.zone-item-button {
	position: relative;
}

/*MODAL WINDOW STAST*/
.modal-s5s .modal-dialog {
	box-sizing: border-box;
	border: 1px solid #cacaca;
	box-shadow: 0px 0px 12px 0px rgba(121, 121, 121, 0.65);
	max-width: 1318px;
	width: 95%;
	margin: 0 auto;
}

.modal-s5s .modal-content {
	background-color:  #eeeeee;
}

.s5s-zone-header, .s5s-zone-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.s5s-zone-header {
	margin-bottom: 15px;
}

.s5s-zone {
	font-family: Arial Bold;
	color: rgba(0, 0, 0, 0.55);
	font-size: 24px;
	font-weight: 700;
	line-height: 15px;
	text-transform: uppercase;
}

.s5s-response {
	font-family: Arial Bold;
	color:  #000000;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;;
}

.s5s-response span {
	color: #3897d7;
}

.s5s-zone-item .btn-red {
	padding: 0 30px;
	font-size: 20px;
	font-family: Arial Regular;
}

.s5s-steps {
	font-family: Arial Bold;
	color:  rgba(0, 0, 0, 0.55);
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	border-bottom: 2px solid #dddddd;
}

.s5s-steps-done {
	padding: 5px 0;
	align-items: center;
}

.s5s-steps-done, .s5s-steps-date{
	border-bottom: 1px solid #dddddd;
	font-family: Arial Regular;
	color:  rgba(0, 0, 0, 0.55);
	font-size: 14px;
	font-weight: 400;
	line-height: 40px;
	padding: 5px 0;
	align-items: center;
}

.tooltip.fade.bs-tooltip-top {
	top: 10px!important;
}

.tooltip-inner {
	background-color: #efa208;
	font-family: Arial;
	color:  #ffffff;
	font-size: 10px;
	font-weight: 400;
	line-height: 12px;
	text-align: justify;
}

.tooltip .arrow:before {
	border-top-color: #efa208;
	border-bottom-color: #efa208;
	left: -50px;
}

.s5s-steps-date { 
	padding: 0;
}

.custom-file.custom-file-photo label.add-s5s-label {
	padding: 20px 0;
	font-size: 16px;
	margin-bottom: 0;
}

.s5s-audit {
	font-family: Arial;
	color:  rgba(0, 0, 0, 0.55);
	font-size: 28px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	padding-top: 15px;
	text-transform: uppercase;
}

.s5s-audit-btn {
	display: flex;
	justify-content: space-between;
	font-family: Arial Regular;
	font-weight: 400;
}

.btn-audit-general {
	margin-top: 26px;
	height: 53px;
}

.btn-fill {
	display: inline-flex;
	color:  #ffffff;
	font-size: 10px;
	background-color:  #3897d7;
	border-radius: 0;
	box-shadow: 0px 2px 1px 0px rgba(166, 166, 166, 0.65);
	width: 100%;
	max-width: 100%;
	justify-content: center;
	text-align: right;
	padding: 8px 0;
	line-height: 15px;
	position: relative;
}

.btn-empty {
	display: inline-block;
	color: rgba(0, 0, 0, 0.55);
	font-size: 14px;
	background-color: #ffffff;
	border-radius: 0;
	box-shadow: 0px 2px 1px 0px rgba(166, 166, 166, 0.65);
	width: 100%;
	max-width: 100%;
	text-transform: none;
	padding: 8px 0;
	line-height: 15px;
}

.s5s-audit-items {
	width: 13%;
}

.s5s-audit-now {
	display: flex;
	flex-direction: column;
}

.s5s-audit-now .custom-file.custom-file-photo label.add-s5s-label {
	padding: 23px 0;
}

.audit-now-title {
	font-family: Calibri;
	color: rgba(0, 0, 0, 0.55);
	font-size: 20px;
	font-weight: 400;
	line-height: 15px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.s5s-add-margin {
	margin-top: 18px;
}

.s5s-container-list {
	display: none;
}

.s5s-audit-items button > span {
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0px 2px 1px 0px rgba(166, 166, 166, 0.65);
	width: 27px;
	height: 27px;
	font-family: Arial Regular;
	color:  #d94446;
	font-size: 10px;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -15px;
	left: -2px;
}

/*Modal window mark start*/
.modal-mark .modal-dialog {
	max-width: 1200px;
	border: 1px solid #cacaca;
	box-shadow: 0px 0px 12px 0px rgba(121, 121, 121, 0.65);
}

.modal-mark .modal-content {
	background-color:  #eeeeee;
}

.mark-container-content {
	display: flex;
}

.mark-container-list, .mark-container-plan {
	padding-left: 0;
}

.mark-container-plan {
	padding-right: 0;
	background-color: #fff;
	box-shadow: 0px 2px 1px 0px rgba(166, 166, 166, 0.65);
}

.mark-list-title {
	display: flex;
	justify-content: space-around;
	padding: 0;
	background-color: #eee;
	box-shadow: -1px -1px 1px 5px rgba(238, 238, 238 , 1);
}

.mark-title-list > div {
	text-transform: uppercase;
}

.mark-title-list .s5s-response {
	margin-left: 0;
}

.title-width {
	width: 33%;
}

.s5s-mark-block {
	display: flex;
	justify-content: space-between;
	background-color:  #ffffff;
	box-shadow: 0px 2px 1px 0px rgba(166, 166, 166, 0.65);
	max-width: 100%;
	font-family: Arial;
	color:  rgba(0, 0, 0, 0.55);
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	margin-bottom: 15px;
	padding-right: 10px;
}

.s5s-mark-block:last-child {
	margin-bottom: 0;
}

.s5s-mark-row {
	margin-left: -30px;
	padding: 10px 0 10px 15px;
	max-width: 75%;
	text-align: justify;
}

.s5s-mark-side {
	font-family: Arial Regular;
	color:  #ffffff;
	font-size: 13px;
	font-weight: 700;
	background-color: #3897d7; 
	width: 26px;
	max-width: 100%; 
	align-items: center;
    display: flex;
    justify-content: center;
    writing-mode: tb-rl;
    padding: 10px 4px;
}

.s5s-mark-side span {
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
}

.s5s-mark-block  .jq-selectbox.jqselect, .s5s-mark-block .jq-selectbox__select{
	background-color:  #f1a008;
	width: 88px;
	height: 82px;
	font-family: Calibri;
	color: #ffffff;
	font-size: 60px;
	font-weight: 700;
	line-height: 15px;
	padding: 0;	
}

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

.s5s-mark-select .jq-selectbox__trigger {
	top: 40px;
	right: 50%;
	border: none;
	transform: translateX(50%);
}

.s5s-mark-select .jq-selectbox__select-text {
	height: 100%;
    background-color: #f1a008;
    font-family: Calibri;
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    padding-top: 10px;
}

.s5s-mark-select .jq-selectbox__dropdown {
	background-color: #f1a008;
    width: 88px;
    font-family: Calibri;
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    line-height: 40px;
}

.s5s-plan-block {
	display: flex;
	background-color:  #ffffff;
	max-width: 100%;
	font-size: 14px;
	padding: 10px 15px 0;
	flex-wrap: wrap;
	justify-content: space-between;
}

.plan-background-red, .plan-background-green, .plan-background-blue  {
	box-shadow: 0px 2px 1px 0px rgba(166, 166, 166, 0.65);
	width: 32%;
	padding: 0 6px;
	flex-wrap: wrap;
	display: flex;
	position: relative;
	margin-left: 5px;
	margin-bottom: 20px;
}

.plan-background-red {
	background-color: rgba(228, 115, 117, 0.85);
}

.plan-background-green {
	background-color:  rgba(80, 239, 113, 0.85);
}

.plan-background-blue {
	background-color:  rgba(107, 230, 228, 0.85);
}

.plan-text-bottom {
	display: flex;
	position: absolute;
	bottom: 5px;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}

.plan-nav {
	width: 100%;
    text-align: right;
    line-height: 7px;
    padding: 3px 0;
}
.plan-nav a {
	text-decoration: none;
}

.plan-nav i{
	border-radius: 50%;
	border: 3px solid #fff;
	display: inline-flex;
}

.plan-text {
	font-family: Arial Regular;
	color:  rgba(0, 0, 0, 0.55);
	font-size: 11px;
	font-weight: 400;
	line-height: 1;
	text-align: justify;
	padding-bottom: 60px;
}

.plan-date {
	font-family: Arial;
	color:  #ffffff;
	font-size: 14px;
	font-weight: 700;
    padding-right: 10px;
}

.plan-img {
	margin-left: -12px;
	margin-bottom: -12px;
}

.s5s-btn-red {
	font-family: Calibri;
	color:  #ffffff;
	font-size: 48px;
	font-weight: 700;
	line-height: 15px;
	text-align: center;
	border-radius: 3px;
	background-color:  #d94446;
	box-shadow: 0px 2px 1px 0px rgba(166, 166, 166, 0.65);
	padding: 15px;
	margin-right: 8px;
}

.general-mark {
	font-family: Calibri;
	color:  rgba(0, 0, 0, 0.55);
	font-size: 24px;
	font-weight: 700;
	line-height: 15px;
	text-transform: uppercase;
	margin-right: 15px;
}

.general-result {
	display: flex;
	align-items: center;
    justify-content: flex-end;
}

.plan-btn-save {
	font-family: Arial Regular;
	color:  #ffffff;
	font-size: 20px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	border-radius: 3px;
	background-color:  #3897d7;
	box-shadow: 1px 3px 4px 0px rgba(121, 121, 121, 0.65);
	height: 50px;
}

.modal-footer .col-6 {
	display: flex;
	justify-content: flex-end;
	padding-right: 0;
}

.s5s-footer {
	padding-top: 0;
}

.s5s-mark-select {
	display: flex;
	align-items: center;
}








/*Modal window mark end*/



@media (max-width: 1400px) {
	.s5s-zone-item .btn-red {
		font-size: 17px;
		padding: 0 15px;
		margin-right: 20px;
	}

	.s5s-response {
		font-size: 16px;
	}

	.btn-audit-general {
	    margin-top: 20px;
	    height: 50px;
	}

	.audit-now-title {
		margin-bottom: 5px;
	}

	.s5s-audit-now .custom-file.custom-file-photo label.add-s5s-label {
    	padding: 17px 0;
	}


	.s5s-audit-items {
		width: 13%;
	}
}

@media (max-width: 1050px) {
	.btn-fill {
		padding: 0 14px;
		font-size: 9px;
	}

	.btn-empty {
		font-size: 12px;
	}

	.s5s-zone-item .btn-red {
		font-size: 14px;
	}

	.s5s-response {
		font-size: 14px;
	}

	.s5s-steps {
		font-size: 12px;
		line-height: 15px;
	}

	.custom-file.custom-file-photo label.add-s5s-label {
		padding: 5px 0;
		font-size: 12px;
	}

	.s5s-steps-done {
		padding-top: 2px;
	}

	.s5s-steps-date {
		line-height: 18px;
	}

	.s5s-steps-done .col-2, .s5s-steps-date .col-2 {
		padding-left: 2px;
	}

	.tooltip.fade.bs-tooltip-top {
		top: 0!important;
	}

	.more-photo img {
		max-width: 45%;
	}

	.general-mark {
		font-size: 20px;
		font-weight: 600;
	}

	.s5s-btn-red {
		font-size: 44px;
    	font-weight: 600;
    	padding: 12px 8px;
	}

	.plan-btn-save {
		height: 40px;
		font-weight: 600;
		font-size: 18px;
	}

	.s5s-mark-block {
		font-size: 12px;
	}
}

@media (max-width: 769px) {
	.zone-item {
		width: 100%;
		min-width: 100%;
	}

	.buttons-list > button{
		margin-bottom: 10px;
	}

	.s5s-audit-btn {
		flex-direction: column;
	}

	.s5s-audit-items {
		display: flex;
		width: 100%;
		justify-content: space-around;
	}

	.s5s-audit-content {
		flex-direction: column;
	}

	.audit-now-title {
		margin-top: 10px;
	}

	.btn-audit-general {
		padding: 0 20px;
	}

	.s5s-tooltip {
		padding-left: 0;
	}

	.s5s-zone-item .btn-red, .s5s-response {
		font-size: 12px;
	}

	.custom-file.custom-file-photo label.add-s5s-label {
		font-size: 10px;
	}

	.s5s-container-list .bi-container-row {
		padding: 0;
	}

	.s5s-container-list .row-title {
		display: inline-flex;
		align-items: center;
	}

	.s5s-container-list .custom-file.custom-file-photo label.add-s5s-label {
		padding-left: 30px;
		padding-right: 30px;
		margin-bottom: 3px;
	}

	.s5s-container-list {
		display: block;
	}

	.s5s-steps, .s5s-steps-done, .s5s-steps-date {
		display: none;
	}

	.s5s-container-list .bi-container-row > div {
		border-bottom: 0;
	}

	.s5s-mobile-list .s5s-container-list:last-child {
		border-bottom: 1px solid #cacaca;
	}

	.modal-s5s .modal-dialog {
		max-width: 550px;
	}

	.s5s-audit-items {
		width: 100%;
	}

	.tooltip.fade.bs-tooltip-top {
		top: 7px!important;
	}

	.tooltip .arrow:before {
		left: 0px;
	}

	.plan-background-red, .plan-background-green, .plan-background-blue  {
		width: 48%;
	}

	.s5s-mark-block {
		font-size: 10px;
	}

	.s5s-mark-row {
		padding-left: 25px;
		width: 100%;
		text-align: left;
	}

	.plan-btn-save {
		font-size: 14px;
	}

	.s5s-btn-red {
		font-size: 35px;
	}

	.general-mark {
		font-size: 16px;
	}

	.mark-container-content {
		display: flex;
		flex-direction: column;
	}

	.plan-background-red, .plan-background-green, .plan-background-blue  {
		width: 48%;
	}



}

@media (max-width: 480px) {
	.btn-empty {
		padding: 0 6px;
	}

	.btn-fill {
		padding: 0 10px;
	}

	.s5s-zone-item .btn-red, .s5s-response {
		font-size: 8px;
	}

	.s5s-mark-row {
		padding-left: 40px;
		padding-right: 10px;
	}

	.s5s-mark-select {
		display: flex;
		align-items: center;
	}

	.plan-background-red, .plan-background-green, .plan-background-blue  {
		width: 100%;
	}

	.general-mark {
		font-size: 14px;
	}

	.s5s-btn-red {
		font-size: 33px;
	}

	.plan-btn-save {
		height: 38px;
	}
}

