.content {
	max-width:100%;
}

.resume-table {
	width:100%;
	min-width:900px;
	table-layout:fixed;
	border-top:solid 1px #979797;
}
.resume-table tr {
	background:#f9f9f9;
}
.resume-table tr:nth-child(even) {
	background:#ffffff;
}
.resume-table td {
	vertical-align:top;
	padding:15px 6px 20px 6px;
	box-sizing: content-box;
	line-height:1.5em;
	border-bottom: 1px solid #ddd;
}

.resume-table .col1 {
	width:60px;
	font-size:11px;
}
.resume-table .col2 {
	width:111px;
}
.resume-table .col3 {
	width:300px;
}
.resume-table .col4 {
	width:150px;
}
.resume-table .col5 {
	width:100px;
	padding-right:15px;
}
.resume-table .col6 {
	width:140px;
	padding-right:25px;
}
.resume-table .col7 {
	width:140px;
}

.resume-table .col8 {
	width:20px;
}

.resume-table .col8 .checkbox {
	margin-top:0px;
}

.resume-table .col5 select {
	width:100px;
}

.inline {
	display:inline-block;
}
.small-sep {
	margin-top:10px;
}

.nowrap {
	white-space:nowrap;
}

.editable {
	display:inline;
	position:relative;
	min-width:20px;
	max-width:100%;
	border-bottom:dashed 1px #999999;
	cursor:pointer;
}
.editable:empty:after {
	/*content: 'âžœâžœâžœ';*/
	content: attr(data-title);
	color: #6D6C6C;
}
.editable:hover {
	border-bottom:dashed 1px #FF1B21;
}
.editable.dots {
	display:inline-block;
	overflow:hidden;
	text-overflow:ellipsis;
}
.editable.editmode-on {
	display:inline-block;
	overflow:visible;
	border-bottom:none;
	padding:2px 0px;
}
.editable.editmode-on[data-type="textarea"] {
	width:100%;
}
.editable.editmode-on:hover {
	border-bottom:none;
}
.editable-ok {
	display:none;
	content: "";
	position:absolute;
	left: -22px;
	top:-10px;
	width: 20px;
	height: 20px;
	/*border-radius:6px;*/
	margin-bottom: -2px;
	background: #ffffff url('/assets/img/fl_ok.png') no-repeat center center;
	/*border:solid 1px #00b6ae;*/
}
.editable input[type=submit] {
	position:absolute;
	width:30px;
	right:0px;
	top:-33px;
	border-radius:20px;
	padding:2px 3px;
	border:solid 1px #333333;
}
.editable input[type=text] {
	display:inline-block;
	padding:0px 3px;
	max-width:100%;
	font-size:13px;
	height:22px;
	line-height:20px;
	font-weight:normal;
}
.editable textarea {
	display:block;
	padding:1px 3px;
	width:100%;
	height:80px;
}
.editable.ed-short input[type=text] {
	width:30px;
}
.editable.ed-med input[type=text] {
	width:80px;
}
.editable.ed-normal input[type=text] {
	width:120px;
}
.editable.ed-long input[type=text] {
	width:150px;
}
.editable.ed-wide, .editable.ed-wide input[type=text] {
	width:100%
}
.editable {
	max-width:100%;
}

.logo-source img {
	width:16px;
	height:16px;
	margin-right:5px;
	display:inline-block;
}

.resume-photo {
	max-width:100%;
	margin-bottom:10px;
}

.resume-salary {

}

.resume-salary span {
    display: block;
    font-weight: bold;
    font-size: 14px;
    line-height: 36px;
    color: #32281c;
    padding-bottom: 8px;
}

.resume-salary span:before {
    content: "";
    display: inline-block;
    margin-right: 14px;
    width: 13px;
    height: 13px;
    background: url('/assets/img/icon_3.png') no-repeat center bottom;
}

.resume-mphone {
    display: block;
    white-space:nowrap;
    font-weight: bold;
    font-size: 14px;
    line-height: 36px;
    color: #32281c;
    padding-bottom: 8px;
}

.resume-email {
    white-space:nowrap;
}

.resume-email span {
    margin-right:5px;
    vertical-align: middle;
    font-size: 15px;
}

.resume-fio div {
    font-size: 15px;
    font-weight:bold;
}

.resume-age {
    font-size: 15px;
}

.resume-email a:link, .resume-email a:visited {
    text-decoration:none;
}
.btn-action {
	margin-top:5px;
}
.modal-dialog.resume-more {
	width:900px;
	font-size:14px;
	line-height:1.5em;
}
.but-saveready {
	box-shadow:0 2px rgba(16, 140, 134, 1) !important;
	display:block;
	margin-bottom:5px;
}
.newResume {
	text-decoration:none;
	float:right;
	margin:5px;
}
.livecomment {
	margin-top:20px;
}
.livecomment small {
	color:#999999;
}
.resume-act-icons a span {
	font-size:18px;
	margin:8px 2px;
}

.loaded-files-area {
	margin-bottom: 10px;
}
.loaded-file-box {
	font-size: 30px;
	display: flex;
	align-items: flex-start;
}
.loaded-file-box+.loaded-file-box {
	border-top: 1px dashed #eee;
	padding-top: 10px;
}
.loaded-file-box .file-link {
	text-decoration: none;
	flex-basis: 40px;
}
.loaded-file-box .file-desc {
	flex-basis: calc(100% - 70px);
}
.loaded-file-box h4 {
	margin-top: 0;
	margin-bottom: 0;
    font-size: 14px;
}
.loaded-file-box .btn-delete {
	flex-basis: 30px;
	margin-left: 15px;
}
.work-sortable {
	background: #fff;
	cursor: move;
}
.ui-sortable .ui-presentation-sortable-item {
	cursor: move;
}

.file-list {
	list-style-type: none;
}
.files-area {
	border: 1px solid #ccc;
	margin-top: 10px;
	padding: 10px;
}
.iconized[href*=".xls"]:before, .iconized[href*=".xlsx"]:before {
	content: url('/images/file-icons/16/xls.png');
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-right: 5px;
}
.iconized[href*=".doc"]:before, .iconized[href*=".docx"]:before {
	content: url('/images/file-icons/16/doc.png');
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-right: 5px;
}
.iconized[href*=".pdf"]:before {
	content: url('/images/file-icons/16/pdf.png');
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-right: 5px;
}
.iconized[href*=".txt"]:before {
	content: url('/images/file-icons/16/txt.png');
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-right: 5px;
}
.iconized[href*=".ppt"]:before, .iconized[href*=".pptx"]:before {
	content: url('/images/file-icons/16/ppt.png');
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-right: 5px;
}
.iconized[href*=".jpeg"]:before, .iconized[href*=".jpg"]:before {
	content: url('/images/file-icons/16/jpg.png');
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-right: 5px;
}
.iconized[href*=".png"]:before {
	content: url('/images/file-icons/16/png.png');
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-right: 5px;
}

.new-presentation_certificate-area {
	font-size: 14px;
}
.ui-presentation-sortable-item {
	background: #fff;
}

.skill_set {
	display: flex;
}
.skill_set div {
	padding-right: 20px;
}

.presentation-created {
	font-style: italic;
	padding-left: 5px;
	margin-top: -20px;
    margin-bottom: 5px;
}
.yellowed-btn {
	background: #fffb17;
	color: #333;
}
.greened-btn {
	background: #48ff4f;
	color: #333;
}
.red-delete-btn .glyphicon-remove {
	color: red;
}
.star-btn {
	background-color: #f08c1a;
    color: #354052;
}
.pr-btns {
	width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.pr-btns>a {
	margin-bottom: 5px;
}

.vacancy-sel-wrapper {
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
}
.vacancy-sel-container {
	margin-left: 10px;
}

.vacancy-sel-dropdown.select2-dropdown--below {
	left: -183px !important;
}
.vacancy-sel-container .select2-selection {
	border: none !important;
}