#clientProfile {

}
#klientskyUcet {

}

#ucetVZ {

}

#ucetIZ {


}
.authDescription h3 {
	font-size: 14px;
}
.mainContainer {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;

}
.messageBoxRemoveButton {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #A00;
	cursor: pointer;
}

.messageBox {
	position: relative;
	width: 100%;
	padding: 5px 20px;
	margin: 30px 0px;

	border: 2px solid black;
	border-radius: 10px;
	box-sizing: border-box;

	line-height: 1.5;

}


.messageBox.notice {
	border-color: #00F;
	background-color: rgba(0,0,255,0.1);
}
.messageBox.great {
	border-color: #0F0;
	background-color: rgba(0,255,0,0.1);
}
.messageBox.info {
	border-color: #777;
	background-color: rgba(0,0,0,0.1);
}
.messageBox.warning {
	border-color: #FA0;
	background-color: rgba(255,127,0,0.1);
}
.messageBox.caution,
.messageBox.error,
.messageBox.critical {
	border-color: red;
	background-color: rgba(255,0,0,0.1);
}

.messageBox.caution h3,
.messageBox.error h3,
.messageBox.critical h3 {
	color: #A00;
}

.messageBox h3 {
	margin: 12px 0px;
}

 
.messageBox.notice h3 {
	color: #00A;
}

.messageBox.great h3 {
	color: #0A0;
}
.messageBox.info h3 {
	color: #333;
}
.messageBox.warning h3{
	color: #A70;
}
.messageBox a::after {
	content: none !important;
	padding-left: 0px !important;
    padding-right: 0px !important;
}
.detailsContainer.messageBox a {
	position: static;
}

.detailsContainer.messageBox h3 {
	flex-grow: initial;
}

.detailsContainer.messageBox header {
	align-items: flex-start;
	flex-flow: row nowrap;
	justify-content: space-between;

	padding: 25px 10px;
}
.messageBox h3 {

}

.messageBox small {
	color: black;
}

.mainContainer > section > article,
.mainContainer > article {
	width: calc(50% - 15px);
	background-color:white;

	margin-bottom: 30px; 
	margin-left: 0px;

	break-inside: avoid;
  	page-break-inside: avoid;
  	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);

  	overflow: hidden;

  	border-radius: 4px;


}
section.mainContainer > #left > article,
section.mainContainer > #right > article,
section.mainContainer > article {
 	border-radius: 4px;
 	width: calc(100% - 3px);
}
section.mainContainer > #left {
	width: 50%;
	/*flex-grow: 6;*/

}
section.mainContainer > #right {
	width: 50%;
	flex-grow: 5;
	margin-left: 30px;
}

.mainContainer > article.fullContainer {
	width: calc(100% - 5px);
}




.detailsContainer > header {
	display: flex;
	width: 100%;
	position: relative;

	flex-wrap: nowrap;
	align-items: center;

	padding: 23px 30px;
	margin: 0px;


	border-bottom: 1px solid #eaedf3;
	


}
.detailsContainer .borderBottom {
	border-bottom: 1px solid #eaedf3;
}

.detailsContainer > header h3 {

	color: #3e3f42;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;

	margin: 0px;

	flex-grow: 3;

}

.detailsContainer > header a {
	display: inline-block;
	position: absolute;
	right: 0px;

	color: #9ea0a5;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;

	
}

.detailsContainer > header a::after {
	content: url("/img/sign-arrow-right2.png");
	padding-left: 10px;
	padding-right: 30px; 
} 


.detailsContainer > header.borderTop {
	border-top: 1px solid #eaedf3;
}
.detailsContainer .control {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px;
}
.detailsContainer .paddinged {
	padding: 30px 30px;
}


.detailsContainer table.table-ocp {
 	width: 100%;

}
.detailsContainer table.table-ocp th,
.detailsContainer table.table-ocp td {
	border-top: 1px solid #eaedf3;
	padding: 10px 20px;
}
.detailsContainer table.table-ocp tr td:first-child {
	border-left: 1px solid #eaedf3;
	text-align: left;
}
.detailsContainer table.table-ocp tr th {
	padding: 10px 20px;
	/*background-color: #fbfbfd;*/
	/*border-right: 1px solid #eaedf3;*/

}
.detailsContainer table.table-ocp tr td:last-child {
	text-align: left;
}
.detailsContainer table.table-ocp tr:last-child th,
.detailsContainer table.table-ocp tr:last-child td {
	border-bottom: 1px solid #eaedf3;
}
.detailsContainer table.table-ocp tr:nth-child(odd) th,
.detailsContainer table.table-ocp tr:nth-child(odd) td {
	background-color: #fbfbfd;
}


.mainContainer .messageBody {
	padding: 30px;

	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	overflow: auto;
}
.mainContainer .messageBox .attachments h4 {
	padding: 5px 30px;
}
.mainContainer .messageBox .attachments {
	padding: 0px;
}
.mainContainer .messageBox .attachments td {
	padding: 10px 20px;
	vertical-align: middle;
}
.mainContainer .messageBox .attachments thead:first-child > tr:first-child > th:first-child,
.mainContainer .messageBox .attachments thead:first-child > tr:first-child > th:last-child,
.mainContainer .messageBox .attachments td {
	border-right: none;
	border-left: none;
}
.mainContainer .messageBox .attachments table {
	margin: 0px;
}
.mainContainer .messageBox footer {
	padding: 20px 30px;	
}
.mainContainer .messageBox footer p {
	margin: 0px;
}


.mainContainer article.efektaContactBox {


}
.mainContainer article.efektaContactBox > section {
	display: flex;
	justify-content: flex-start;

	width: 100%;

	padding: 30px;
	

}
.mainContainer article.efektaContactBox > section > section {
	padding: 0px;
	padding-left: 30px;
} 
.mainContainer article.efektaContactBox > section > section h4 {
	color: #3e3f42;
	
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	text-transform: initial;

	margin-top: 0px;
} 
.mainContainer article.efektaContactBox > section > section p {
	width: 100%;
	color: #3e3f42;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;

	margin-bottom: 0px;
}

.mainContainer article.efektaContactBox > section > section p.margin {
	
	margin-bottom: 10px;
}
.mainContainer article.efektaContactBox  .profileImageContainer {
	display: flex;
	
	flex-flow: column;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	


	padding: 0px;

}
.mainContainer article.efektaContactBox  .profileImageContainer #removeUserPictureButton {
	position: absolute;
	display: block;
	top: 0px;
	right: 0px;
	width: 20px;
	height: 20px;

	font-weight: bold;

	color: white;
	background-color: rgb(200, 0, 0);
	border-radius: 10px;
	border: 1px solid #eaedf3;
	text-align: center;
	font-size: 12px;

	padding-top: 2px;
	

}
.mainContainer article.efektaContactBox  .profileImageContainer #removeUserPictureButton:hover {
	color: rgb(200, 0, 0);
	background-color: white;
}

.mainContainer article.efektaContactBox .profileImageContainer > img {
	width: 80px;
	height: 80px;
	padding: 1px;
	border: 1px solid #eaedf3;

	border-radius: 40px;
} 
.detailsContainer.noBottomMargin {
	margin-bottom: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.detailsTab {
	width: 100%;
	border-spacing: 0px;
    border-collapse: collapse;
	
}

.detailsTab {
 	width: 100%;

}
.detailsTab th {
	background-color: #fbfbfd;
}

.detailsTab td {
	border-top: 1px solid #eaedf3;
	padding: 10px 30px;
}

.detailsTab tr td:first-child {
	border-left: 1px solid #eaedf3;
	text-align: left;
}

.detailsTab tr td:last-child {
	border-right: 1px solid #eaedf3;
	text-align: right;
}

.detailsTab tr:last-child td {
	border-bottom: 1px solid #eaedf3;
}

.detailsTab tr:nth-child(odd) td {
	background-color: #fbfbfd;
}

@media only screen and (max-width: 1350px) {
	.mainContainer {
	
		width: 100%;
		flex-direction: column;

	}
	section.mainContainer > #left {
		width: 100%;
		/*flex-grow: 6;*/

	}
	section.mainContainer > #right {
		width: 100%;
		margin-left: 0px;
	}

	.mainContainer article {
		width: 100%;
		margin-left: 0px;

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

	}
	.detailsContainer > article {
		width: 100%;
		margin-left: 0px;

	}
	section.mainContainer > #left > article,
	section.mainContainer > #right > article
	{
 		border-radius: 0px;
 		width: 100%;
	}
	
}
@media only screen and (max-width: 900px) {
	.mainContainer article {
		border-radius: 0px;
	}
	.attachments table.dataTable td.right {
		width: 55px;
	}
	.detailsContainer .paddinged {
		padding: 0px 0px;
	}


}

@media only screen and (max-width: 550px) {
	
	.detailsContainer > header {
 		flex-direction: column;
 		height: 90px;
 		padding: 20px;

	}
}

