.compBox {
    border: 1px solid #e1e8ed;
    border-radius: 6px;
}
.compCover {
    background-color: #777;
    background-position: 0 50%;
    background-size: cover;
	background-repeat: no-repeat;
    border-bottom: 1px solid #e1e8ed;
    border-radius: 4px 4px 0 0;
    height: 220px;
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: end;
    padding: 10px;
}
.compCover a{}
.compInfo{
    display: flex;
    margin: -100px 0 15px 15px;
    gap: 10px;
}
.compAva{border: 3px solid #fff;}
.compAva img{max-width: 220px;}
.compAva .icms-profile-avatar__default.avatar__inlist{width:200px;height:200px}
.compName{
    margin-top: 110px;
    display: flex;
    flex-direction: column;
    font-size: 1.25rem;
}
.compName span{
    font-size: 0.95rem;
    font-weight: normal;
}
.compText{margin-top:15px}
.compJobs li > span .salaryBox{display: inline-block;font-weight: bold;}
.btn:focus, .btn.focus, .btn-outline-danger:focus, .btn-outline-danger.focus {box-shadow: none !important}

@keyframes spinner-border {
  to { transform: rotate(360deg); }
}

.spinner-border {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: text-bottom;
  border: 3px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite;
}
.spinner-border-sm {
  width: 16px;
  height: 16px;
  border-width: 2px;
}

.docs-tooltip {
  display: block;
  margin: 0;
  padding: 0;
}

.docs-tooltip > svg {
  margin: 0;
  vertical-align: sub;
  width: 20px;
  height: 20px;
}

.docs-buttons .btn:focus{
    box-shadow: none !important
}
#pfc-file{display: flex;flex-flow: row wrap;justify-content: space-evenly;}
#pfc-file-add, #pfc-add-photo-link a{
	display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #eee;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#pfc-file-add:hover {background-color: #dda600;border-color: #cd9a00;color: #fff;}
#pfc-file-add .qq-uploader{display: flex;}
#pfc-add-photo-link a{
	color: #fff;
    background-color: #007bff;
    border-color: #007bff;text-decoration:none
}
#pfc-file-add{padding-left: 36px;position: relative;}
#pfc-file-add:hover:before{background-color: #fff;}
#right_column .pfc-btns{display: flex;flex-flow: row wrap;justify-content: space-between;}
.pfc-content{border: 1px solid #ddd;padding: 15px;display:none}
.sc_bg_list{display: flex;flex-flow: row wrap;list-style: none;margin: 0;padding: 0;justify-content: space-between;}
.sc_bg_list li{width: calc(50% - 5px);height: 80px;margin-bottom: 10px;overflow: hidden;background-repeat: no-repeat;background-position: center;background-size: cover;cursor:pointer}
.sc_bg_list li:hover{opacity:0.9}
@media all and (max-width: 767px) {
	.compCover .btn {
		padding: 0.25rem 0.5rem;
		font-size: 0.8203125rem;
		line-height: 1.5;
		border-radius: 0.2rem;
	}
}
@media all and (max-width: 540px) {
	.compCover .btn span{display:none}
}
@media all and (max-width: 480px) {
	.compJobs {font-size: 14px;}
	.docs-tooltip > svg{width:14px}
	.docs-buttons button, .pfc-btns, .pfc-btns .btn, .photo_to_pf {font-size:14px}
	.docs-buttons .btn-group, .pfc-btns .btn, #pfc-file-add{margin-bottom:5px}
	.compInfo {flex-direction:column}
	.compAva { width: 226px;}
	.compName{margin-top:0}
}
@media all and (max-width: 400px) {
	.compJobs .list-group-item{flex-direction: column;align-items: normal !important;}
	.compCover{align-items: start;}
	.compCover .btn span{display:inline-block}
}