/* form elements */
fieldset {
border:none;
margin:0;
padding:0;
}

label {
line-height:normal;
}

input {
  border: 1px solid #bcbcbc;
  background: #fff url('../images/input_bg.png') repeat-x 0 0;
  padding: 4px 5px 3px 5px;
  color: #333;
  font: normal 12px / 16px "Arial", sans-serif;
}

input.txt {
  border: 1px solid #bcbcbc;
  background: #fff url('../images/input_bg.png') repeat-x 0 0;
  color: #333;
  font-size: 12px;
  height: 22px;
  line-height: 22px;
  padding: 0 5px;
}

input.radio, input.checkbox {
background:none repeat scroll 0 0 transparent;
border:medium none;
line-height:normal;
padding:0 !important;
position:static !important;
width:auto !important;
}

select.select {
border: 1px solid #BCBCBC;
height: 24px;
padding: 2px;
}

/*   FILE         */
.file {
  display: inline-block;
  overflow: hidden;
  width: 300px;
  height: 25px;
  vertical-align: middle;
  background: #dfdace url('../images/file.png') repeat-x 0 -25px;
}

.file ins {
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 25px;
  background: url('../images/file.png') no-repeat 0 0;
}

.file span {
  display: block;
  position: absolute;
  right: 30px;
  top: 0;
  z-index: 1;
  overflow: hidden;
  height: 25px;
  text-align: right;
  line-height: 25px;
}

.file input {
  position: absolute;
  left: -800px;
  top: 0;
  z-index: 2;
  height: 25px;
  margin: 0;
  padding: 0;
  font-size: 300px;
  line-height: normal;
  border: none;
  background: none;
  -moz-opacity: 0;
  filter: alpha(opacity = 0);
  opacity: 0;
}

.file a {
  display: block;
  position: absolute;
  top: 0;
  left: -25px;
  z-index: 3;
  width: 25px;
  height: 25px;
  margin-left: 100%;
  background: url('../images/file.png') no-repeat 0 -50px;
}

.file_nobutton {
  border-right: 1px solid #96938b;
}

.file_nobutton span {
  right: 5px;
}

.file_button {
  position: relative;
  overflow: hidden;
}

.file_button input {
  position: absolute;
  left: -800px;
  top: 0;
  z-index: 2;
  height: 25px;
  margin: 0;
  padding: 0;
  font-size: 300px;
  line-height: normal;
  border: none;
  background: none;
  -moz-opacity: 0;
  filter: alpha(opacity = 0);
  opacity: 0;
}

.responses_input {
  background: none;
  border: none;
  padding: 1px;
}

input.check {
/* need set float:left to element after to remove ie6 margin */
/*  position: relative;*/
/*  top: -1px;*/
  margin: 0;
  padding: 0 !important;
  width: 13px;
/*  vertical-align: middle;*/
  border: 0 !important;
  background: transparent;
}

input.radio {
/*  position: relative;*/
/*  top: -1px;*/
  margin: 0 4px 0 0;
  padding: 0;
  width: 13px;
/*  vertical-align: middle;*/
  border: 0 !important;
  background: transparent;
}

textarea {
  border: 1px solid #bcbcbc;
  background: #fff url('../images/textarea_bg.png') repeat-x 0 0;
  padding: 4px 5px;
  color: #333;
  font: normal 12px / 16px "Arial", sans-serif;
  overflow: auto;
}

select {
  font: normal 12px / 20px "Arial", sans-serif;
}

.req {
  position: absolute;
  right: -7px;
  top: 0;
  width: 7px;
  color: #FFA929;
}

form li,
.form li {
  list-style-type: none;
  padding: 20px 0 10px 20px;
  border-bottom: 1px solid #e4e4e4;
}

form li.vacancyEdit {
padding-top:10px;
}

.vacancyEdit.header {
background-color:#FDF8EE;
border-color:#EFE1CD;
}

form li.last,
.form li.last {
  padding: 20px 0 0 20px;
  border: none;
}

.formRow {
  position: relative;
  padding: 5px 0 5px 205px;
  padding-top: 0;
  margin-bottom: 5px;
  zoom: 1;
}

.formRow .label {
  display: block;
  overflow: visible;
  position: absolute;
  left: 0;
  top: 0;
  width: 175px;
  text-align:right;
  line-height: normal;
  color: #8f8f8f;
  font-weight: normal;
  font-size:12px;
}

.formRow .label_forms {
  display: block;
  overflow: visible;
  position: absolute;
  left: 0;
  top: 0;
  width: 175px;
  text-align: left;
  line-height: 20px;
  color: #8f8f8f;
  font-weight: normal;
}

.compact .formRow {
  padding: 0 0 10px 185px;
}

.compact .formRow .label {
  width: 135px;
  padding-left: 20px;
  text-align: left;
}

.compact .req {
  position: relative;
}

.formRow.center {
  padding: 0 0 10px 20px;
}

.formRow.pair {
  padding-left: 0;
}

.formRow.pair .fl {
  padding-left: 105px;
}

.formRow.pair .fl .label {
  width: 75px;
}

.formRow p {
  margin: 12px 12px 0 0;
}

.formRow .small {
  position: relative;
  top: -1px;
}

.formRow .text, .formRow textarea {
  width: 324px;
  vertical-align: middle;
}

.formRow textarea {
  height: 96px;
}

.formRow select {
/*border: 1px solid #BCBCBC;*/
/*height: 24px;*/
  vertical-align:bottom;
  width: 336px;
  height:24px;
}

.formRow h4 {
  font-size: 12px;
  font-weight: normal;
  color: #6e6c68;
}

.text.alarm {
  background: #fff url('../images/input_bg_alarm.png') repeat-x 0 0;
}

textarea.alarm {
  background: #fff url('../images/textarea_bg_alarm.png') repeat-x 0 0;
}

.formRow .clientGroupAlert {
  display: none;
  font-size: 0.8em;
  color: #eda151;
}

/* trash */
.value {
  display: block; /*padding-top: 4px;*/
  line-height: 16px;
}

.check_group {
  padding-top: 5px;
}

.textReadonly {
  border-color: #ccc;
  color: #999;
}

.popup_content_wrap {
  padding: 10px 20px;
  border-bottom: 1px solid #ced5d7;
}
.nobord {
    border-bottom:0;
}

.formRow.capcha .text {
  width: 224px;
}

/*   HR         */
.vacancy_edit .label, .vacancy_edit label {
color:#757575;
}

.vacancy_edit .buttons {
float:right;
width:auto;
}
.vacancyEdit h3 {
color:#414140;
font-size:12px;
margin:0;
}

.vacancyEdit .formRow {
padding-left: 160px;
}

.vacancyEdit .label {
  width: 130px;
  text-align: left;
}

.vacancyEdit .req {
  position: static;
}

.vacancyEdit .text {
  width: 208px;
}

.vacancyEdit select {
  width: 220px;
}

.vacancyEdit textarea {
  width: 260px;
  height: 96px;
}

.vacancyEdit .explanation {
background:url("../images/i.png") no-repeat scroll 0 4px transparent;
font-family:Tahoma,sans-serif;
font-size:11px;
margin-bottom:5px;
margin-left:-28px;
padding-left:30px;
width:220px;
}

.vacancyEdit .explanation p {
color:#757575;
line-height:1.3;
margin:0 0 10px;
}

.middleBlock {
display: inline-block;
margin-right: 56px;
}

.col3.vacancyEdit {
border-bottom:medium none;
}

.col3.vacancyEdit label, .vacancy_free .middleBlock {
color:#8F8F8F;
}

.col3.vacancyEdit label {
color:#757575;
display:inline-block;
margin-bottom:10px;
}

.vacancyEdit .middleBlock {
display:inline-block;
float:right;
margin-right:15px;
width:auto;
}

.vacancyEdit .middleBlock label {
font-weight:bold;
}

.vacancy_free {
border-bottom:medium none;
padding-bottom:15px;
padding-right:16px;
padding-top:10px;
}

.vacancy_free .datepick-trigger {
margin-right:5px;
}

label.after_talk, label.closing_date {
color:#8F8F8F;
font-size:11px;
font-style:italic;
}

.request_recommendation  {
padding:25px 15px 10px;
}
.pl0 {
    padding-left:0 !important;
}
.marg10 {
    margin-bottom:10px;
}
.pt0 {
 padding-top:0 !important;
}

/*Edit widgets*/
.edit_widget {
/*border-bottom:1px solid #CED5D7;*/
padding:15px 20px;
}

.edit_widget label, .edit_widget .label, .edit_widget select, .edit_widget input.txt {
color:#4E4E4D;
float:left;
line-height:normal;
width:250px;
}

.edit_widget select {
height:54px;
margin-bottom:15px;
}

.edit_widget.messages input.txt, .edit_widget.hr input.txt, .edit_widget.birthday input.txt  {
margin-bottom:10px;
width:35px;
}

.modal_new_bookmark {
margin:15px;
}

.modal_new_bookmark .req {
position:static;
}

.modal_new_bookmark label, .modal_new_bookmark .label {
color:#8F8F8F;
float:left;
margin-bottom:15px;
margin-right:10px;
text-align:right;
width:150px;
}

.modal_new_bookmark input.txt, .modal_new_bookmark textarea, .modal_new_bookmark select  {
margin-bottom:10px;
width:334px;
}

.modal_new_bookmark textarea {
height:100px;
}

.modal_new_bookmark select {
width:346px;
}

label.from_till {
display:inline-block;
text-align:left;
width:25px;
}

/*Modal windows*/
.modal_invite {
padding-top:20px;
}

.modal_invite label {
color:#666666;
float:left;
margin:0 15px 15px 20px;
width:190px;
}

.modal_invite .buttons {
border-top:1px solid #E4E4E4;
padding:15px 0 15px 225px;
}

form.modal fieldset {
border-bottom: 1px solid #e4e4e4;
padding:10px 20px;
}

.two_cols label, .two_cols input.txt, .two_cols textarea, .two_cols select {
color:#666;
float:left;
margin-bottom:10px;
margin-right:10px;
text-align:right;
width:200px;
}

.two_cols input.txt, .two_cols textarea, .two_cols select {
width:300px;
text-align:left;
}

form.modal fieldset.buttons {
border-bottom:medium none;
margin:0;
padding-left:230px;
padding-top:20px;
}

label input.checkbox, label input.radio {
vertical-align:-1px;
}

