.widjet {
    background: none repeat scroll 0 0 white;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    padding-bottom: 0px;
    position: relative;
    margin-bottom: 10px;
}

.widjet .w-content {
    margin:0 45px;padding:20px;
}

#wrapper .top-banner {
    display: none;
}

.widjet .w-content .buttons {
    text-align: center;
    margin-top: 20px;
}

.widjet h2 {
    font-size: 1.5em;
    font-weight: normal;
    color: #606060;
    margin-bottom: 15px;
}
.widjet .w-content p {
    font-size: 1.1em;
}

.widjet .w-content .helper {
    text-align: center;
    margin:20px 0;
    font-size: 1.1em;
    color:#808080;
}

.widjet .w-content .editable {
    float:left;
    margin-left: 25px;
    margin-top: 5px;
}

.widjet .w-content .editable a {
    padding-left: 16px;
    background: url('/im/icons/pencil_b.gif') 0 2px no-repeat;
}

.widjet .inf {
    font-size: 14px;
    color:#808080;
}
.widjet .value {
    color:#505050;
}

.widjet .money {
    font-size: 22px;
}

.widjet.user-updates {
	display: block;
}

.widjet .sep {padding: 0 8px;color: #cccccc;}
.widjet .sep:before {
    content: "-";
}

.offers .resume {float:left;width:49%;margin-right: 1%;margin-bottom: 20px;}
.offers .resume .subject {max-height:3.0em;overflow: hidden;}
.offers .resume .subject a {font-size: 1.2em;}
.offers .resume .exp {color:#606060;margin-top: 3px;}
.offers .resume .region {color:#606060;margin-top: 3px;}
.offers .resume .salary {color:#606060;margin-top: 3px;}
.offers .resume .salary b {font-size: 1.1em;color:#000000;}
.offers .resume .updated {color:#b0b0b0;margin-top: 3px;}
.offers .resume .stat {color:#808080;margin-top: 3px;}
.offers .resume .stat a {color:#808080;text-decoration: none; border-bottom: 1px dotted #808080;}
.offers .resume .stat a:hover {color:#404040;border-bottom: 1px solid #404040;}
.offers .resume .sep {padding: 0 5px;color: #cccccc;}
.offers .resume .sep:before {
    content: "-";
}

#attach {background: url('../icons/attach.png') 0 0 no-repeat;padding-left:20px;margin-top:10px;cursor:pointer;}
#attach:hover {color:#404040;background-position: 0 -48px;}



#btn_contact {
    font-size: 12px;
    display:inline-block;
    padding: 3px 10px;
    text-align: center;
    width:160px;
    color: #000000;
}

a#btn_contact:hover, a#btn_connect:hover {
    text-decoration: none;
    color: unset;
}

#btn_contact.but-action:hover {
  background-color: unset;
  border: 1px solid rgb(255, 255, 255);
}

.but-action {
  background-color: #ebedf0;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */
  cursor: pointer;
  display:inline-block;
  color: #000000;
  padding: 2px 10px !important;
  font-size: 12px;
  border-radius: 3px;
  text-align: center;
  width:165px;
  border: 1px solid #ebedf0;
}
.but-action:hover {
    text-decoration: none;
    border: 1px solid #b3b3b3;
    color:#000000;
}

.but-disabled {
  color:#b3b3b3;
  cursor:default;
}
.but-disabled:hover {
    text-decoration: none;
    border: 1px solid #cccccc;
    color:#b3b3b3;
}

.mess_contact_block {
    float: left;
    width: 155px;
    margin-right: 10px;
    margin-left: 5px;
}

.mess_contact_person {
    padding: 10px;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.mess_contact_head {color:808080;margin-bottom: 5px;font-weight: bold;text-align: center;}
.mess_contact_person .ava {text-align: center;}
.mess_contact_person .ava img {max-width: 130px;}
.mess_contact_person .fio {font-weight: bold;text-align: center;margin-top: 5px;font-size: 1em;}
.mess_contact_person .position {color:808080;text-align: center;font-size: 0.9em;line-height: 120%;}

.mess_contact_block .info {margin-top: 5px;font-size: 0.9em;line-height: 120%;text-align: center;}
.mess_contact_block .info span {color: #808080;}

.mess_form_block {
    float:left;
    margin-left: 10px;
}
.fldr option,.fldr optgroup {color: #606060 !important;}


.blog_rec {
  border-bottom: 1px dotted #cccccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.blog_rec .date {color:#808080;margin-bottom: 3px;}

.blog_rec .anonce {font-size: 1.1em;color:#606060;}
.blog_rec .anonce a {color:#606060;text-decoration: none;}
.blog_rec .anonce a:hover {color:#606060;text-decoration: none;}

.blog_rec .views {
  color:#606060;
  padding-left: 20px;
  background: url("../icons/eye2.png") 0 0px no-repeat;
  padding-right: 15px;
}

.blog_rec .comments {
  color:#606060;
  padding-left: 20px;
  background: url("../icons/comment5.png") 0 2px no-repeat;
  padding-right: 15px;
}

.blog_rec .likes {
  color:#606060;
  padding-left: 20px;
  background: url("../icons/like2.png") 0 0px no-repeat;
  padding-right: 15px;
}

h2.head {
  font-size: 16pt !important;
  color:  #05915f;
  padding:  10px 0;
  text-align: left;
  border-bottom: 1px dotted #b2b2b2;
}



#bgImport {
    display: block;
}
.bgContainer {
  position: relative;
}
.bgContainer .cover img {
    width: 100%;
}
.bgContainer .buttons {
  position: absolute;
  right:20px;
  bottom:25px;
  z-index: 65535;
}
.bgContainer .buttons .but-gray {
  padding: 2px 10px;
  font-size: 12px;
  width:60px;
  text-align: center;
  box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
}

.bgContainer .default {
  height:300px;
  background: #f3f3f3;
  position: relative;
}
.bgContainer .default span {
  position: absolute;
  top:101px;
  left:358px;
  color: #858688;
  font-size: 30px;
  line-height: 30px;
}

a.dnone {display: none !important;}

.logo-company {
  z-index: 2000;
}

.croppie-container .cr-viewport, .croppie-container .cr-resizer {
    border:0 !important;
}

#see-phone1 {
  border-bottom: 1px dotted grey; 
}

#see-phone1:hover {
  text-decoration: none;
}

.wrapper_cols {
    display: block;
}

.wrapper_col_r {
    display: none;
}

.wrapper_col_l {
    display: block;
}

#block_events {
	display: none;
}


@media screen and (max-width: 768px) {
    .wrapper_col_r {
        display: none;
    }

    #bgImport img {
      width: 100%;
  }

}

@media screen and (max-width: 414px) {

    .bgContainer .default span {
      top: 1rem;
      left: 15%;
      font-size: 1.3rem;
    }

    #bgImport img {
      position: absolute;
      width: 170%;
      left: 0;
      top: -19%;
    }
    
    .bgContainer .default {
      height: 7rem;
    }

    .bgContainer .default span br {
      display: none;
    }

    .widjet {
        display: grid;
        border-radius: 2px;
    }

    .widjet .w-content {
      margin: 0;
      padding: 5%;
    }

    .wrapper_cols {
        display: block;
    }

    .wrapper_col_l {
        display: block;
    }

    .logo-company {
        left: unset;
        position: relative;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
    }

    #avatar-block {
        text-align: center;
    }

    .section-tabs ul.tabs {
        text-align: center;
        display: block;
    }


    .title-company {
        margin-left: 0px;
    }

    .title-company .title-company-content {
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        margin-top: 0;
    }

    .title-company-content .fright {
        position: absolute;
        float: unset;
        width: 60%;
        left: calc(50% - 30%);
        top: 245px;
    }

    .widjet h1 {
        padding-top: 10px;
        margin-bottom: 5px;
        font-size: 1.5rem !important;
    }

    .h1-company1 {
        margin-top: 0px !important;
        font-size: 1.3rem !important;
    }

    .short-information {
         display: none;
    }

    .section-tabs .box.visible {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #dv_dialog_mess {
        width: 100% !important;
    }

    .news-block.ml15 {
        margin-left: 0;
    }

    .vac-width23 {
        width: 100%;
        padding-left: 0 !important;
    }

    .vac-width23 p {
        margin-left: 0 !important;
    }

    .vac-width23 div {
        border-radius: 2px !important;
    }

    .vac-width1, .vac-width111 {
        width: 45%;
        text-align: right;
        padding-right: 5px;
    }

    .wrapper1 .vac-width221 {
        width: 45%;
        text-align: left;
        padding-left: 5px;
    }

    .news-block.ml15 .vac-width23, .fl.vac-width1 .f13, .vac-width111 .f13 {
        font-size: 1rem !important;
        padding-top: 0;
        margin-bottom: 0;
    }

    button {
        margin-right: 0px;
        width: 100%;  
    }

    .box.visible div.w-content {
        margin: 0px;
        padding-left: 0px;
        padding-right: 0;
    }

    .expirience tbody tr td.info div.fleft.w40 {
        display: block;
        width: 100%;
    }


    .expirience tbody tr td.info div.fleft.w55 {
        display: block;
        width: 100%;
        margin-top: 20px;
        margin-left: 0px !important;
    }

    .wrapper_col_l .widjet .w-content {
        margin: 0;
    }

    .cover img {
        width: 100%;
    }

    .box.visible .news-block.ml15 .fleft.news-block.catalog-block.vac-width23 b {
        text-align: center;
        display: block;
        line-height: 1.5rem;
    }

}


@media screen and (max-width: 400px) {

    .bgContainer .default span {
      left: 10%;
      top: .5rem;
    }

    #btn_add_exp {
      margin-bottom: 2%;
    }
}

@media screen and (max-width: 320px) {

    .bgContainer .default span {
      left: 5%;
      top: .1rem;
    }

}


@media screen and (min-width: 750px) {

    .but-action {
        width: 160px
    }

}

@media screen and (min-width: 1024px) {

    .profile-action-btn {
        margin: 20px 0;
    }
}

