
.vacancy_block_modal,
.deactivate_vacancy_block_modal{
    justify-content: center;
    position: absolute;
    width: 100%;
    z-index: 999;
    left: 0;
    top: 0;
    height: 100%;
    background: #5454548f;
    bottom: 0;
    /*display: flex;*/
    display: none;
}

.vacancy_block_modal > div,
.deactivate_vacancy_block_modal > div {
    max-width: 600px;
    width: 100%;
    background: white;
    top: 10%;
    position: absolute;
    overflow: hidden;
    max-height: 500px;
    border-radius: 6px 3px 3px 6px;
}




.block_scroll_modal h2{
    text-align: center;
    color: #600800;
}



#blocked_form {
    padding: 10px;
    margin-bottom: 0;
    display: block;
    text-align: center;
}


.close_block_modal{
    float: right;
    cursor: pointer;
}


/** admin add post style **/

.admin_phon_paret .phone_select_modal{
    width: 100%;
    max-width: 80px;
}


.admin_phon_paret .phone_input{
    width: 100%;
    max-width: 150px;
    margin-left: 0px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.remove_phone_icon_ajax {
    font-size: 27px;
    cursor: pointer;
}


.admin_phone_type{
    font-size: 10px;
}

.button_phone_add {
    border: 1px solid #adadad;
    padding: 6px 3px;
    border-radius: 3px;
    background: #868686;
    color: white;
    font-weight: bold;
    cursor: pointer;
    font-size: 9px;
    margin-top: 7px;
    display: inline-block;
}


.remove_phone_icon{
    cursor: pointer;
}




.icon-delete {
    background: url(../img/bin.png) 0 0 no-repeat;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    display: inline-block;
    cursor: pointer;
}
.no-validate {color:red; text-align:right; font-size: 12px; padding-top: 5px;}
.alert-form-message {font-size: 14px;
font-weight: bold;
color:
green;
border: 1px solid
green;
padding: 15px;
margin-top: 15px;
border-radius: 3px;}
.comment-item {background-color:#fff; border-radius:5px; box-shadow:0 2px 5px rgba(0,0,0,0.05); padding:7px; margin-bottom:10px;}
.comment-item .admin {font-size:12px; padding-bottom:5px; color:#02698C; font-weight:600; text-align:right;}
.comment-item .date {color:#aaa; font-size:12px; font-weight:600; padding-top:5px;}
.comment-item .comment_text {padding:10px; background-color:#f9f9f9;}
.admin-id {float:left;}
.comment-item span.remove-comment, .comment-item span.edit-comment {cursor:pointer;}
.clear {clear:both;}
.comment-item .edited {float:right; color:green;}
.edit-item{border-bottom:1px dashed #ddd;}
.edit-item .date {padding:10px;}
.edit-item .admin_name {font-size: 12px; float:right;
color:
#02698C;
font-weight: 600;
text-align: right;}
#user_details .group, .right-cell .stat .group{padding:10px; color:#333;font-weight:600;border-bottom:1px dotted #ddd;box-sizing:border-box;font-size:15px;}
#user_details .group label, .right-cell .stat .group label {color:#999;font-weight:normal;display:inline-block;vertical-align:top;min-width:180px;}
.block.left-coll {width:70%;float:left;}
.block.right-cell {width:28%;float:right;}
.right-cell .stat > div {padding:5px 15px 5px 0;}
.right-cell .stat {margin-left:0;}
.right-cell .stat .group label {min-width:100px;}
#blocktypesContainer {
    position: relative;
}
.blocktypeItem{
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    margin: 0 0 5px 0;
    position: relative;
}
.blocktypeHandle {
    margin-bottom: 5px;
    height: 10px;
    overflow: hidden;
    cursor: move;
    background: #09C;
}
.blocktypeWrapper {
    padding: 1em;
    overflow: auto;
}
.blocktypeItem a {float:right;}
.blocktypeItem label{
    float: left;
    margin-bottom: 0.7em;
}
.blocktypeItem label span{
    float: left;
    display: block;
    margin-bottom: 5px;
    clear: left;
    width: 10em;
}
#blocktypesContainer a.saveBlockType {
    display: none;
    margin-right: 0.5em;
}
h2#job_types.block-types-title {background-position: left center;}
.blocked-tip {display:inline-block; position:relative;}
.blocked-tip .tip-text {background-color:#f5f5f5;box-shadow:0 2px 3px rgba(0,0,0,0.2); padding:10px;border-radius:3px; display:none;}
.blocked-tip .tip-text p {font-weight:normal;font-size:12px;margin:0;padding:0;}
.vacancy_block_modal, .deactivate_vacancy_block_modal {position:fixed;}
.blocked-tip.show {width: 95%; margin: 0 25px 0 25px; display:block;}
.blocked-tip.show .tip-text{margin-top:5px;}
.blocked-tip.show + strong {padding-left:30px;display:block;}
.blocked-tip.show + strong + br {display:none;}
#user_details .question-tip img {
	max-width: 12px;
}

/* Ttansaction */
#full_result_search_single .row-toggle-content {
	padding:10px; 
	color:#333;
	font-weight:600;
	border-bottom:1px dotted #ddd;
	box-sizing:border-box;
	font-size:15px;
}
#full_result_search_single .row-toggle-content .label {
    color: #999;
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
	min-width: 180px;
	font-size: 13px;
}
#full_result_search_single .row-toggle-content .text {
	font-size: 13px;
    color: #222;
    font-weight: 300;
    float: right;
    width: 55%;
    display: inline-block;
    vertical-align: top;
}
#full_result_search_single .row-toggle-content:after {
    content: "";
    display: block;
    clear: both;
}
#full_result_search_single .imageGallery img {
	max-width: 150px;
	height: auto;
}
#full_result_search_single .toggle-title .db-source {
    display: block;
    vertical-align: top;
    font-size: 13px;
    color: #ed544f;
    position: relative;
    top: 3px;
    font-weight: 300;
	text-align: center;
	padding-bottom: 15px;
}
#full_result_search_single .toggle-title .db-source .found {
    color: #ed544f;
}
#full_result_search_single .toggle-title .db-source .found + .found {
    display: inline-block;
    margin-left: 10px;
}
#full_result_search_single .toggle-title .db-source .fa.fa-check {
    color: #888;
}
#full_result_search_single .toggle-title {
    padding: 30px 35px;
    color: #60625f;
    font-size: 14px;
    font-weight: 600;
}
#full_result_search_single .table-title span {
    color: #333;
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    padding: 0 0 5px;
}
#full_result_search_single .module-tip-found {
    position: relative;
    display: inline-block;
    float: right;
    font-size: 13px;
    font-weight: 300;
    line-height: 110%;
    background-repeat: no-repeat;
    background-position: 99%;
    padding-right: 20px;
    background-size: 14px;
    cursor: pointer;
}
#full_result_search_single .module-tip.not-found {
    color: #2dbe61;
    background-image: url(/img/question-green.svg);
}
#full_result_search_single .found .module-tip.not-found, .found .module-tip-found {
    color: #ed544f;
    background-image: none;
    padding-right: 0;
}
#full_result_search_single .module-tip {
    position: relative;
    display: inline-block;
    float: right;
    font-size: 13px;
    font-weight: 300;
    line-height: 110%;
    background-repeat: no-repeat;
    background-position: 99%;
    padding-right: 20px;
    background-size: 14px;
    cursor: pointer;
}
#full_result_search_single .tip-text {
	display: none;
}
#full_result_search_single .row-toggle-wrapper-header {
    padding: 20px 40px;
    border-top: 1px solid #eee;
    border-bottom: 3px solid #eee;
    clear: both;
    cursor: pointer;
}
#full_result_search_single .row-toggle-content.delimiter-top {
    background-color: #ddd;
    color: #000;
}
.slbOverlay,.slbWrapOuter,.slbWrap{position:fixed;top:0;right:0;bottom:0;left:0}.slbOverlay{overflow:hidden;z-index:2000;background-color:#000;opacity:0.7;-webkit-animation:slbOverlay 0.5s;-moz-animation:slbOverlay 0.5s;animation:slbOverlay 0.5s}.slbWrapOuter{overflow-x:hidden;overflow-y:auto;z-index:2010}.slbWrap{position:absolute;text-align:center}.slbWrap:before{content:"";display:inline-block;height:100%;vertical-align:middle}.slbContentOuter{position:relative;display:inline-block;vertical-align:middle;margin:0px auto;padding:0 1em;box-sizing:border-box;z-index:2020;text-align:left;max-width:100%}.slbContentEl .slbContentOuter{padding:5em 1em}.slbContent{position:relative}.slbContentEl .slbContent{-webkit-animation:slbEnter 0.3s;-moz-animation:slbEnter 0.3s;animation:slbEnter 0.3s;background-color:#fff;box-shadow:0 0.2em 1em rgba(0,0,0,0.4)}.slbImageWrap{-webkit-animation:slbEnter 0.3s;-moz-animation:slbEnter 0.3s;animation:slbEnter 0.3s;position:relative}.slbImageWrap:after{content:"";position:absolute;left:0;right:0;top:5em;bottom:5em;display:block;z-index:-1;box-shadow:0 0.2em 1em rgba(0,0,0,0.6);background-color:#FFF}.slbDirectionNext .slbImageWrap{-webkit-animation:slbEnterNext 0.4s;-moz-animation:slbEnterNext 0.4s;animation:slbEnterNext 0.4s}.slbDirectionPrev .slbImageWrap{-webkit-animation:slbEnterPrev 0.4s;-moz-animation:slbEnterPrev 0.4s;animation:slbEnterPrev 0.4s}.slbImage{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:5em 0;margin:0 auto}.slbCaption{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;font-size:1.4em;position:absolute;left:0;right:0;bottom:0;padding:.71429em 0;color:#fff;color:rgba(255,255,255,0.7);text-align:center}.slbCloseBtn,.slbArrow{margin:0;padding:0;border:0;cursor:pointer;background:none}.slbCloseBtn::-moz-focus-inner,.slbArrow::-moz-focus-inner{padding:0;border:0}.slbCloseBtn:hover,.slbArrow:hover{opacity:0.5}.slbCloseBtn:active,.slbArrow:active{opacity:0.8}.slbCloseBtn{-webkit-animation:slbEnter 0.3s;-moz-animation:slbEnter 0.3s;animation:slbEnter 0.3s;font-size:3em;width:1.66667em;height:1.66667em;line-height:1.66667em;position:absolute;right:-.33333em;top:0;color:#fff;color:rgba(255,255,255,0.7);text-align:center}.slbLoading .slbCloseBtn{display:none}.slbLoadingText{font-size:1.4em;color:#fff;color:rgba(255,255,255,0.9)}.slbArrows{position:fixed;top:50%;left:0;right:0}.slbLoading .slbArrows{display:none}.slbArrow{position:absolute;top:50%;margin-top:-5em;width:5em;height:10em;opacity:0.7;text-indent:-999em;overflow:hidden}.slbArrow:before{content:"";position:absolute;top:50%;left:50%;margin:-.8em 0 0 -.8em;border:.8em solid transparent}.slbArrow.next{right:0}.slbArrow.next:before{border-left-color:#fff}.slbArrow.prev{left:0}.slbArrow.prev:before{border-right-color:#fff}.slbIframeCont{width:80em;height:0;overflow:hidden;padding-top:56.25%;margin:5em 0}.slbIframe{position:absolute;top:0;left:0;width:100%;height:100%;box-shadow:0 0.2em 1em rgba(0,0,0,0.6);background:#000}@-webkit-keyframes slbOverlay{from{opacity:0}to{opacity:0.7}}@-moz-keyframes slbOverlay{from{opacity:0}to{opacity:0.7}}@keyframes slbOverlay{from{opacity:0}to{opacity:0.7}}@-webkit-keyframes slbEnter{from{opacity:0;-webkit-transform:translate3d(0, -1em, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0)}}@-moz-keyframes slbEnter{from{opacity:0;-moz-transform:translate3d(0, -1em, 0)}to{opacity:1;-moz-transform:translate3d(0, 0, 0)}}@keyframes slbEnter{from{opacity:0;-webkit-transform:translate3d(0, -1em, 0);-moz-transform:translate3d(0, -1em, 0);-ms-transform:translate3d(0, -1em, 0);-o-transform:translate3d(0, -1em, 0);transform:translate3d(0, -1em, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@-webkit-keyframes slbEnterNext{from{opacity:0;-webkit-transform:translate3d(4em, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0)}}@-moz-keyframes slbEnterNext{from{opacity:0;-moz-transform:translate3d(4em, 0, 0)}to{opacity:1;-moz-transform:translate3d(0, 0, 0)}}@keyframes slbEnterNext{from{opacity:0;-webkit-transform:translate3d(4em, 0, 0);-moz-transform:translate3d(4em, 0, 0);-ms-transform:translate3d(4em, 0, 0);-o-transform:translate3d(4em, 0, 0);transform:translate3d(4em, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@-webkit-keyframes slbEnterPrev{from{opacity:0;-webkit-transform:translate3d(-4em, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0)}}@-moz-keyframes slbEnterPrev{from{opacity:0;-moz-transform:translate3d(-4em, 0, 0)}to{opacity:1;-moz-transform:translate3d(0, 0, 0)}}@keyframes slbEnterPrev{from{opacity:0;-webkit-transform:translate3d(-4em, 0, 0);-moz-transform:translate3d(-4em, 0, 0);-ms-transform:translate3d(-4em, 0, 0);-o-transform:translate3d(-4em, 0, 0);transform:translate3d(-4em, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}
/* Uploady */
.uploadifive-button {
	border: 2px solid
	#ee534f;
	font-weight: 700;
	background-image: none;
	color:
	#484848;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'PT Sans',sans-serif;
	letter-spacing: .7px;
	box-shadow: none;
	position: absolute;
	top: 0;
	background-color: #fff;
	right: -50px;
	padding: 0 10px;
	border-radius: 4px;
	text-shadow: none;
	left:0;
}
.uploadifive-queue-item {
	background-color: #F5F5F5;
	border-bottom: 1px dotted #D5D5D5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 3px;
	padding: 12px 15px 6px 15px;
}
.uploadifive-queue-item .close {
	background: url('uploadifive-cancel.png') 0 0 no-repeat;
	display: block;
	float: right;
	height: 16px;
	text-indent: -9999px;
	width: 16px;
}
.uploadifive-queue-item .progress {
	border: 1px solid #D0D0D0;
	height: 3px;
	margin-top: 5px;
	width: 100%;
}
.uploadifive-queue-item .progress-bar {
	background-color: #0072BC;
	height: 3px;
	width: 0;
}
#worker-add .jq-file__name, #worker-add .jq-file__browse {display:none;}
#queue {width:400px;margin-bottom:15px;}
body form .uploadifive-queue-item.error {padding:15px 15px 10px 15px;}
body form span.fileinfo {display:block; padding-top: 6px;font-weight: normal;font-size: 13px;color:red;}
body form span.fileinfo b {color:green;}
.uploadifive-queue-item .close {background-image: url(/_tpl/rabota_new/images/clear-button-grey.svg); width: 20px; height: 20px;
background-size:contain;}

#user-add-files .button-big-red {
	color: #fff;
    font-weight: bold;
    background: #09c;
    border: 1px solid #02698C;
	padding: 10px;
	border-radius: 5px;
}

/* Profile documents */
#user-add-files .jq-file__browse {
	display: none;
}
#user-add-files .f-row .jq-file__name {
	width: 100%;
}
#user-add-files .uploadifive-button {
	top: -10px;
}
.no-border {
	border: 0;
}
#user-add-files .f-row .jq-file__name {
	padding-left: 0;
}
#user-add-files .f-row .jq-file__name.error {
	border-bottom: 2px solid #ee534f;
	color: #ee534f;
}
#user-add-files #file_upload-styler #file_upload-styler {
	display: none;
}
.documents-grid .subtitle {
	font-size: 20px;
	margin-bottom: 25px;
	text-align: left;
	color: #555;
	font-weight: 500;
	padding-bottom: 10px;
	border-bottom: 1px dashed #eee;
}
.documents-grid .item {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 25px;
	width: 24%;
	padding: 10px;
}
.documents-grid .item img {
	max-width: 100%;
	height: auto;
	border: 2px solid #ddd;
}
b.file-name {
	display: block;
	font-weight: normal;
	color: #777;
    font-size: 14px;
	padding: 10px 0 0 0;
}
.documents-grid span.pdf-icon {
	background-image: url(/_tpl/rabota_new/images/app-pdf-icon.png);
	display: block;
	height: 204px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}
.documents-grid .item {
	position: relative;
}
.documents-grid .item .public-check {
	position: absolute;
	right: 15px;
	top: 15px;
	height: 25px;
	display: block;
	background-color: rgba(255,255,255,0.9);
	padding: 3px 30px 3px 6px;
	font-weight: 500;
	font-size: 13px;
	line-height: 18px;
	cursor: pointer;
}
.documents-grid .item .public-check b {
	display: block;
	position: absolute;
	right: 5px;
    top: 4px;
	width: 16px;
    height: 16px;
    border: 2px solid #494949;
    background-color: #fff;
	border-radius: 3px;
}
.documents-grid .item .public-check.active:after {
	content: '';
	position: absolute;
	right: 9px;
    top: 5px;
	width: 7px;
    height: 5px;
    margin: 3px 0 0 3px;
    border-bottom: 2px solid #ed544f;
    border-left: 2px solid #ed544f;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
}
.delete-file {
	background-color: #ed544f;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	margin-top: 10px;
	display: inline-block;
	vertical-align: top;
	padding: 5px 8px;
	border-radius: 3px;
}
.documents-grid .item {
	position: relative;
}
.documents-grid .item.approved_delete {
	opacity: 0.9;
	position: relative;
}
.documents-grid .item.approved_delete span.deleted_flag {
	position: absolute;
	left: 10%;
    top: 30%;
	text-align: center;
    color: #ed544f;
    font-size: 25px;
	font-weight: 700;
	width: 80%;
	display: block;
	margin:0px auto;
	text-align: center;
	background-color: rgba(255,255,255,0.7);
}
.documents-grid .item.approved_delete .public-check {
	display: none;
}