

/*Estructure*/
.privatDetail{
	top: 0;
	left: 0;
}
	.privatDetail .desple{
		width: 65%;
		max-width: 678px;
		transform: translate(-50%,-50%);
		top: 50%;
		left: 50%;
		position: absolute;
		margin: 0;
		text-align: left;
		border-radius: 5px;
		padding: 20px 2%;
	}
		.privatDetail .desple.partext{
			width: 70%;
		}
		.popup.privatDetail .desple header .extraHead{
			margin-top: 7px;
		}
		.popup.privatDetail .desple.active.scrollable header{
			height: 43px;
		}
			.popup.privatDetail .desple.active.scrollable header h3{
				font-size: 2rem;
			}

		.privatDetail .desple .content{
			padding: 20px 10px 0;
			box-sizing: border-box;
		}
			.privatDetail .desple .content label{
				text-align: left;
				font-size: 1.3rem;
				margin-bottom: 6px;
				display: block;
			}

/*link*/
.privatDetail .link{
	margin: 0;
}

.privatDetail a{
    pointer-events: none;
}

/*Part*/
.privatDetail .desple .part{
	text-align: left;
}
	/*title*/
	.privatDetail .desple .part > .title{
		text-align: left;
		font-size: 1.6rem;
		border-bottom: 1px solid #e8e8e8;
		width: 80%;
		padding-bottom: 8px;
		padding-left: 3px;
		box-sizing: border-box;
		margin-bottom: 10px;
	}
	.privatDetail .desple .part > .content{
		padding: 0 5px;
	}
		/*descrip*/
		.privatDetail .desple .part > .content .descrip{
			font-size: 1.2rem;
			font-weight: bold;
			margin-top: 14px;
		}	


/*WhatShow*/
.privatDetail .part .whatShow{
	margin-top: 13px;

}
	.privatDetail .part .whatShow > div{
		margin-bottom: 25px;
	}
		.privatDetail .part .whatShow > div.downloadFile{
			margin-bottom: 30px;
		}

/*cHead*/
.privatDetail .part .cHead{
	margin-top: 15px;
}
	.privatDetail .part .cHead > .title{
		padding: 9px 2% 9px;
		width: 100%;
		margin: 0 auto;
		background: #F39C12;
		box-sizing: border-box;
		font-size: 1.3rem !important;
		font-weight: bold;
		color: white;
	}
	.privatDetail .part .cHead > .content{
		padding: 5px 10px 0;
		box-sizing: border-box;
		overflow: hidden;
		margin: 0 auto;
		border: 1px solid #e8e8e8;
		border-top: 0;
		height: auto;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
	}


/*BoxTextPrivat*/
.privatDetail .part .boxTextPrivat{
	height: auto;
	width: 100%;
	position: relative;
}
	.privatDetail .part.simplePart .boxTextPrivat{
		height: auto;
	}
	/*InfoDocument*/
	.privatDetail .part .boxTextPrivat .infoDocument-edit{
		height: 300px;
		width: 100%;
		border: 2px solid #e8e8e8;
		overflow: auto;
		padding: 27px 22px;
		box-sizing: border-box;
		border-radius: 2px;
		color: #6a6a6a !important;
	}
		.privatDetail .part.simplePart .boxTextPrivat .infoDocument-edit{
			height: auto;
			border: none;
			padding: 26px 10px 0px;
		}
		.privatDetail .part .boxTextPrivat .infoDocument-edit p{
		    margin-bottom: 10px !important;
		    line-height: 1;
		}
		.privatDetail .part.simplePart .boxTextPrivat .infoDocument-edit label{
		    padding-right: 6px;
		}

	/*boxAction*/
	.privatDetail .part .whatShow .boxAction {
		position: absolute;
		right: 27px;
		top: 8px;
		width: 119px;
		height: 21px;
		background: #F39C12;
		color: white;
		flex-direction: column;
		justify-content: center;
		z-index: 10;
		font-size: 1.1rem;
		font-weight: bold;
		cursor: pointer;
		border-radius: 3px;
		cursor: pointer;
		display: flex;
		z-index: 600;
	}
		.privatDetail .part.simplePart .whatShow .boxAction{;
			right: 2px;
		}
		.privatDetail .part.simplePart .whatShow .boxAction[data-type='2']{
		    top: 10px;
    		right: 23px;
		}
		
		.privatDetail .part.simplePart .whatShow .note-editor.note-frame .note-editing-area .note-editable{
			padding-top: 32px;
		}

		.privatDetail .part .whatShow .boxAction:hover{
			background: #EAA033;
		}
		.privatDetail .part .whatShow .boxAction  .wrap{
			display: flex;
			flex-direction: row;
			justify-content: center;
		}
			.privatDetail .part .whatShow .boxAction  .wrap .ico{
				background-size: auto 15px;
				width: 15px;
				height: 15px;
				margin-right: 4px;
			}

/*BoxDown*/
.privatDetail .boxDown{
	width: 167px;
	border: 1px solid #ccc;
	height: 45px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	border-radius: 2px;
	cursor: pointer;
	padding-right: 4px;
	margin-top: 11px;
	box-sizing: border-box;
}
	.privatDetail .boxDown:hover{
		background: #eee;
	}
	.privatDetail .boxDown .ico{
		width: 32px;
		height: 100%;
		margin-right: 10px;
	}
	.privatDetail .boxDown span{
		display: flex;
		flex-direction: column;
		justify-content: center;
		font-weight: bold;
		font-size: 1.2rem;
	}

/*CheckFilter*/
.privatDetail .checkPrivat{
}
.privatDetail .checkPrivat .checkFilter{
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 8px 0 0 0;
	border: 2px solid #e8e8e8;
	padding: 9px 0px 9px 10px;
    border-radius: 4px;
	color: #6a6a6a;
}
	.privatDetail .checkPrivat .checkFilter.checked{
		border-color: #28B779;
	}
	.privatDetail .checkPrivat .checkFilter .wrap{
		display: flex;
		flex-direction: row;
		padding: 0 !important;
		justify-content: flex-start;
	}
	.privatDetail .checkPrivat .checkFilter i{
		height: 22px;
		width: 22px;
		cursor: pointer;
		background-size: auto 41px;
		margin-right: 4px;

	}
		.privatDetail .checkPrivat .checkFilter i.check{
			background-position: 0 -22px;
		}
	.privatDetail .checkPrivat .checkFilter span{
		font-size: 1.3rem;
		height: 22px;
		font-weight: bold;
	}

/*Button*/
.privatDetail .desple .content .part .actionComand{
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 0 auto 4px;
}
	.privatDetail .desple .content .part .actionComand > div{
		margin: 0 10px;
	}
	.privatDetail .desple .content .part .actionComand button{
		display: block;
		width: auto;
		padding: 13px 37px;
	}

/*errorHours*/
.privatDetail span.error.hoursDetails{
	font-weight: bold;
	text-align: left;
	display: block;
	position: relative;
	bottom: 7px;
}


@media screen and (max-width: 1200px){

	/*input*/
	.privatDetail .desple .content .hoursZone .wrapInput{
		width: 100%;
	}
	.popup.privatDetail .desple.active.scrollable header{
		height: auto;
	}

}

@media screen and (max-width: 768px){

	/*Desple*/
	.popup.privatDetail .desple.active.scrollable{
		max-width: 566px;
	}

	.privatDetail .desple.partext{
		overflow: visible;
	}

	/*cHead*/
	.privatDetail .part .cHead > .title{
		font-size: 1.2rem !important;
	}

	/*boxAction*/
	.privatDetail .part.simplePart .whatShow .boxAction, .privatDetail .part .whatShow .boxAction {
		position: static;
		width: 100%;
		height: 28px;
		margin: 7px auto 12px;
		max-width: 250px;
	}

	/*Check*/
	.privatDetail .checkPrivat .checkFilter i{
		width: 31px;
	}

	/*boxText*/
	.privatDetail .part .boxTextPrivat{
		height: auto;
	}
		.privatDetail .part .boxTextPrivat .infoDocument-edit{
			height: 250px;
		}

	/*checkFilter*/
	.privatDetail .checkPrivat .checkFilter span{
		font-size: 1.2rem;
		padding-left: 7px;
		box-sizing: border-box;
		text-align: left;
	}


}
		

@media screen and (max-width: 480px){

	/*Estructure*/
	.privatDetail .desple .content{
		padding: 20px 0 0;
	}
}

@media screen and (max-width: 360px){
	
}