@charset "UTF-8";

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}

.ui-container-row {
	max-width: 980px;
}

.ui-card {
	padding: 40px 0;
}

.user-identification .user-info {
	width: 100%;
	display: flex;
	align-items: center;
}

.user-identification .user-info figure {
	margin: 0 30px 0 0;
}

.user-identification .user-info figure img {
	border: 2px solid #F2F6CA;
	border-radius: 3px;
	width: 123px;
	height: 123px;
}

.user-identification .user-info .user-short-info {
	color: #056838;
	font-weight: 700;
}

.user-identification .user-info .user-short-info div.user-name {
	font-style: normal;
	font-size: 24px;
	line-height: 1.5em;
	text-rendering: optimizeLegibility;
}

.user-identification .user-resume {
	margin-top: 30px;
}

.user-identification .user-resume .show-more {
	padding-top: 10px;
}

.user-identification .user-resume .hide-content {
    overflow: hidden;
    height: 103px;
}

.user-identification .user-resume .show-content {
    height: auto;
}

label {
	color: #4A4A4A;
	display: block;
	font-weight: 600;
	margin-bottom: 0.3125rem;
}

.complementary-info {
	margin-bottom: 20px;
}

.complementary-info div {
	color: #777;
	display: block;
}

.complementary-info div mark {
	color: #4A4A4A;
	background-color: #d5ebfd;
	padding: 4px;
	border-radius: 3px;
	margin-right: 8px;
}

.content {
	margin-bottom: 50px;
}

.content .ui-container-content {
	margin: 30px 0;
}

.content h1 {
	margin: 0 0 10px;
	color: #056838;
	font-size: 24px;
	font-weight: 300;
	line-height: 32px;
}

.content h3 {
	margin: 40px 0 15px;
	color: #81A80A;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	line-height: 21px;
}

.content h4 {
	margin: 40px 0 15px;
	color: #92b305;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	line-height: 18px;
}

.content h3.ui-elem-top-5,
.content h4.ui-elem-top-5 {
	margin-top: 5px;
}

.content h3.ui-elem-top-10,
.content h4.ui-elem-top-10 {
	margin-top: 10px;
}

.content h3.ui-elem-top-15,
.content h4.ui-elem-top-15 {
	margin-top: 15px;
}

.content h3.ui-elem-top-25,
.content h4.ui-elem-top-25 {
	margin-top: 25px;
}

.content ul {
	list-style: none;
}

.content dl dt:first-child {
	margin-top: 0;
}

.content dl dt {
	margin-top: 20px;
	color: #9b9b9b;
}

.content dl dd {
	margin: 0;
}

.content table {
	border-collapse: collapse;		
	margin-bottom: 40px;
	width: 100%;
	word-break: break-word;
}

.content table tr td {
	vertical-align: baseline;
	padding: 12px;
}

.content table tr {
	border-bottom: 1px solid #ddd;
}

.content table tr th {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	text-align: left;
	padding: 12px;
	color: #9B9B9B;
	border-bottom: 2px solid #ddd;
}

.content table tr th:not(:first-child) {
	font-size: 12px;
	line-height: 18px;
}

.content table tr td.ui-list-numbered ol {
	counter-reset: foo;
    display: table;
    border-spacing: 0 10px;
    border-collapse: separate;
}

.content table tr td.ui-list-numbered ol li {
    list-style: none;
    counter-increment: foo;
    display: table-row;
    /*word-break: break-word;*/
}

.content table tr td.ui-list-numbered ol li::before {
	color: #9b9b9b;
	content: counter(foo) " ";
    display: table-cell;
    text-align: right;
    padding-right: 1.3em;
    width: 55px;  
}

.single-output {
	margin: 20px 0;
	padding: 20px;
}