.list-container span {
  white-space: nowrap;
}
a.ldap-close {
  float: right;
  color: #000;
  opacity: 0.4;
}

.ldap-close:hover,
.ldap-close:focus {
  color: #000;
  cursor: pointer;
  opacity: 0.7;
}

.ldap-csd-glr {
  background-color: #FFEBC1;
  border: #FDBF3B 2px solid;
  color: #A6750C;
  padding: 4px 4px 4px 4px;
  font-size: 1.1em;
  margin-bottom: 10px;
}
.ldap-csd-glr.ldap-glr-in-menu {
  margin: 5px;
}
.ldap-csd-glr.ldap-glr-in-menu .autoscroll {
  padding-top: 5px;
  max-height: 100px;
  margin: 0;
}
.ldap-csd-glr span {
  white-space:normal;
}
#top-menu .ldap-csd-glr ul {
  padding-left: 15px;
}
#top-menu .ldap-csd-glr ul li {
  float: none;
  list-style-type: disc;
  padding: 2px 0;
}
#top-menu .ldap-csd-glr a,
#top-menu .ldap-csd-glr a:hover {
  background: none;
  padding: 0;
}
#top-menu #account .ldap-csd-glr a:hover,
#top-menu #account .ldap-csd-glr a:hover span {
  color: #147dc0;
  border-bottom-color: #147dc0;
}
#top-menu .ldap-csd-menu-info .ldap-csd-menu-arrow {
  margin: 0;
  padding: 0;
  font-size: 10pt;
  text-decoration: none;
  display: block;
  text-align: center;
  color: #000;
  line-height: 20px;
}
.ldap-csd-menu-del:before {
  font-size: 80%;
  border-bottom: none !important;
  margin-left: 10px;
}

.ldap-csd-menu-del {
  border-bottom: none !important;
}
.ldap-csd-list-active {
  padding: 2px 3px;
  background-color: #ffc0c0;
  border-radius: 3px;
}
.ldap-csd-in-select-info {
  margin: 0;
  padding-left: 20px;
}

div.ldap-vacation-diagram-container {
  padding: 0 10px;
  padding-top: 140px;
  min-width: 600px;
}
table.ldap-vacation-diagram {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
  box-sizing: border-box;
  margin-bottom: 400px;
}
table.ldap-vacation-diagram td {
  padding: 0;
  position: relative;
}
table.ldap-vacation-diagram td div.ldap-period {
  margin: 15px 0;
  height: 20px;
  border: transparent solid 1px;
  border-left: none;
  border-right: none;
  background-origin: padding-box, border-box;
  background-clip: padding-box, border-box;
  position: relative;
  box-shadow: 0 0 3px 0 #333;
}

table.ldap-vacation-diagram td div.ldap-period div.vacation {
  position: absolute;
  background: #FFBF47;
  border: #C68304 solid 1px;
  overflow: hidden;
  display: inline-block;
  height: 100%;
  margin-top: -1px;
  background-image: url(../images/pattern_diag.png);
}
table.ldap-vacation-diagram td div.ldap-period div.vacation:hover {
  box-shadow: 0 0 3px 0 #333;
}

table.ldap-vacation-diagram td div.ldap-period.last {
  background-color: #BAFFC7;
  border-color: #56D056;
}
table.ldap-vacation-diagram td div.ldap-period.current {
  background-color: #EBF1DE;
  border-color: #B6C694;
}
table.ldap-vacation-diagram td.delimiter {
  vertical-align: top;
  background: #000;
  width: 2px;
  z-index: 101;
}
table.ldap-vacation-diagram td.delimiter.before:before {
  content: attr(date-end);
  background-color: #FFFFBE;
  padding: 1px 2px;
  box-shadow: 0 0 3px 0 #333;
  white-space: nowrap;
  position: absolute;
  margin-left: -3px;
  margin-top: -5px;
  transform: translate(-100%, 0%);
  z-index: 101;
  border-radius: 1px;
}
table.ldap-vacation-diagram td.delimiter.after:after {
  content: attr(date-start);
  background-color: #FFFFBE;
  padding: 1px 2px;
  box-shadow: 0 0 3px 0 #333;
  white-space: nowrap;
  position: absolute;
  margin-left: 5px;
  margin-top: -5px;
  z-index: 101;
  border-radius: 1px;
}

table.ldap-vacation-diagram td div.ldap-period.last.left-end {
  border-color: transparent;
  background-image: -webkit-linear-gradient(to left, #BAFFC7, #F0FFF0), linear-gradient(to left, #56D056, #F0FFF0);
  background-image:    -moz-linear-gradient(to left, #BAFFC7, #F0FFF0), linear-gradient(to left, #56D056, #F0FFF0);
  background-image:     -ms-linear-gradient(to left, #BAFFC7, #F0FFF0), linear-gradient(to left, #56D056, #F0FFF0);
  background-image:      -o-linear-gradient(to left, #BAFFC7, #F0FFF0), linear-gradient(to left, #56D056, #F0FFF0);
  background-image:         linear-gradient(to left, #BAFFC7, #F0FFF0), linear-gradient(to left, #56D056, #F0FFF0);
}
table.ldap-vacation-diagram td div.ldap-period.last.right-end {
  border-color: transparent;
  background-image: -webkit-linear-gradient(to right, #BAFFC7, #F0FFF0), linear-gradient(to right, #56D056, #F0FFF0);
  background-image:    -moz-linear-gradient(to right, #BAFFC7, #F0FFF0), linear-gradient(to right, #56D056, #F0FFF0);
  background-image:     -ms-linear-gradient(to right, #BAFFC7, #F0FFF0), linear-gradient(to right, #56D056, #F0FFF0);
  background-image:      -o-linear-gradient(to right, #BAFFC7, #F0FFF0), linear-gradient(to right, #56D056, #F0FFF0);
  background-image:         linear-gradient(to right, #BAFFC7, #F0FFF0), linear-gradient(to right, #56D056, #F0FFF0);
}
table.ldap-vacation-diagram td div.ldap-period.current.left-end {
  border-color: transparent;
  background-image: -webkit-linear-gradient(to left, #EBF1DE, #FFFFFF), linear-gradient(to left, #B6C694, #FFFFFF);
  background-image:    -moz-linear-gradient(to left, #EBF1DE, #FFFFFF), linear-gradient(to left, #B6C694, #FFFFFF);
  background-image:     -ms-linear-gradient(to left, #EBF1DE, #FFFFFF), linear-gradient(to left, #B6C694, #FFFFFF);
  background-image:      -o-linear-gradient(to left, #EBF1DE, #FFFFFF), linear-gradient(to left, #B6C694, #FFFFFF);
  background-image:         linear-gradient(to left, #EBF1DE, #FFFFFF), linear-gradient(to left, #B6C694, #FFFFFF);
}
table.ldap-vacation-diagram td div.ldap-period.current.right-end {
  border-color: transparent;
  background-image: -webkit-linear-gradient(to right, #EBF1DE, #FFFFFF), linear-gradient(to right, #B6C694, #FFFFFF);
  background-image:    -moz-linear-gradient(to right, #EBF1DE, #FFFFFF), linear-gradient(to right, #B6C694, #FFFFFF);
  background-image:     -ms-linear-gradient(to right, #EBF1DE, #FFFFFF), linear-gradient(to right, #B6C694, #FFFFFF);
  background-image:      -o-linear-gradient(to right, #EBF1DE, #FFFFFF), linear-gradient(to right, #B6C694, #FFFFFF);
  background-image:         linear-gradient(to right, #EBF1DE, #FFFFFF), linear-gradient(to right, #B6C694, #FFFFFF);
}
#ldap-vacations-popovers div.popover {
  max-width: 350px;
}
table.ldap-vacation-diagram td .sum-brake {
  border-left: #ccc solid 1px;
  border-radius: 5px;
}

table.ldap-vacation-diagram td .ldap-pop-period {
  left:0!important;
}
table.ldap-vacation-diagram td .ldap-pop-period .arrow {
  left:20%!important;
}


#diagram-current-date {
  background: #D04747;
  z-index:100;
  position:absolute;
  height: 100%;
  width: 2px;
}

.ldap-fired {
  text-decoration: line-through !important;
}

.ldap-tree-error {
  color: #d00 !important;
}

.ldap-collision {
  border-left: 3px solid rgb(215, 139, 0);
  padding: 5px;
  padding-left: 12px;
  background-color: rgb(255, 246, 218);
  margin: 5px 0;
  color: rgb(115, 115, 115);
}

#departments_full_tree ul {
  padding-left: 20px;
  list-style: none;
}

#departments_full_tree>ul {
  padding-left: 0;
}

#departments_full_tree .ui-draggable.ui-draggable-handle {
  cursor: move;
}

.ldap-edit-user {
  background: url(../images/fast-edit.gif) no-repeat 100% 0;
  padding-left: 14px;
  display: none;
  box-shadow: 0 0 5px rgba(0,0,0, 0.5);
  background-color: #fff;
  background-position: center;
  border-radius: 4px;
  margin-left: -14px;
}
.ldap-dep {
  border-bottom: none !important;
}

.gray-icons .rm-icon:before {
  color: #666;
}

.ldap-deputy:before, .ldap-csd-deputied:before {
  content: "\f072";
  top: 2px;
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}

a.user.ldap-vacation:before {
  content: "\f072";
}

.user.bold_lname:before {
  display: none !important;
}

.ldap-vacation span.ld_lastname:before {
  content: "\f072";
  position: relative;
  /*top: 1px;*/
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  margin-right: 5px;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#ldap-dd-info {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

#ldap-dd-info:empty {
  display: none;
}

/* --- styles for user details --- */

.uneditable {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 90%;
  background-color: #eee;
}
table.ld-user-info tr td div.surname_head {
  margin-top: 0px;
  font-size: 23px;
  color: #336666;
  font-weight: bold;
  font-family: Tahoma;
}

table.ld-user-info tr td div.name {
  margin-top: 0px;
  font-size: 19px;
  letter-spacing: 3px;
  color: #336666;
  font-family: Tahoma;
}

table.ld-user-info tr td div.birthday,
table.ld-user-info tr td div.email,
table.ld-user-info tr td div.position,
table.ld-user-info tr td div#ldap_achievements {
/*  background-image: url('../images/divider.gif');
  background-repeat: repeat-x;
  background-position: bottom;*/
  padding-bottom: 10px;
  line-height: 1.5;
  border-bottom: 1px solid #ccc;
}

table.ld-user-info tr td div.position {
  font-size: 12px;
}

table.ld-user-info tr td div.otherphone,
table.ld-user-info tr td div.birthday table.ld-user-info tr td div.phone,
table.ld-user-info tr td div.email,
table.ld-user-info tr td div.employee,
table.ld-user-info tr td div.staff {
  font-size: 13px;
}

.ld-h6 {
  color: #575656;
  display: inline;
  font-size: 10pt;
  margin-right: 3px;
  font-weight: normal;
}

table.sqltable {
  width: 100%;
  border: none;
}

table.sqltable tr:nth-child(odd) {
  background-color: #D9E6E3;
}

table.sqltable tr:nth-child(even) {
  background-color: #EBF1EC;
}

table.ld-user-info tr {
  vertical-align: top;
}

table.ld-user-info tr td .department {
  background-color: #f9efde;
  padding: 3px 3px 3px 1px;
}

table.ld-user-info tr td div {
  margin-top: 10px;
}

a.in_link span.ld_lastname {
  border-bottom: none;
}

span.ld_lastname {
  font-weight: bold;
}

table.sqltable span.ld_lastname {
  font-size: 13px;
  font-weight: bold;
  display: block;
  border-bottom: none !important;
}

div.employee a {
  font-size: 15px;
}

.ld_alarm {
  background-color: #c21111;
  padding: 2px;
  color: #fff;
}

div.ld_photo {
  border: 1px solid #D9E6E3;
  padding: 5px;
  margin-right: 10px;
  overflow: auto;
  background-color: #EBF1EC;
}

span.ld-big-info {
  font-size: 17px;
}

a.ld_complain {
  background-image: url(../images/thumb-down.png);
  background-repeat: no-repeat;
  background-position: 4px 5px;
  padding: 6px 9px 6px 32px;
  font-size: 17px;
  text-decoration: none;
  border-bottom: none;
  float: left;
  display: block;
  background-color: #D2552D;
  color: #fff;
  border-radius: 3px;
  margin: 5px;
}

a.ld_praise {
  background-image: url(../images/thumb-up.png);
  background-repeat: no-repeat;
  background-position: 4px 2px;
  padding: 6px 9px 6px 32px;
  font-size: 17px;
  text-decoration: none;
  border-bottom: none;
  float: left;
  display: block;
  background-color: #208A20;
  color: #fff;
  border-radius: 3px;
  margin: 5px;
}
a.ld_praise > span {
  border-bottom: 1px solid;
}
a.ld_complain > span {
  border-bottom: 1px solid;
}

.admin-menu-user-departments {
  background-image: url(../images/departments.png);
}

.admin-menu-user-titles {
  background-image: url(../images/titles.png);
}
.admin-menu-user-offices {
  background-image: url(../images/offices.png);
}
.admin-menu-user-titles-grades {
  background-image: url(../images/star.png);
}


.ld_phone_cell {
  background-image: url(../images/cell_phone.png);
  background-position: 0 50%;
  background-repeat: no-repeat;
  padding-left: 16px;
  text-decoration:none;
  border: 0px;
}
.ld_phone_work {
  background-image: url(../images/work_phone.png);
  background-position: 0 50%;
  background-repeat: no-repeat;
  padding-left: 16px;
  text-decoration: none;
  border: 0px;
}
.ld_phone_home {
  background-image: url(../images/home_phone.png);
  background-position: 0 50%;
  background-repeat: no-repeat;
  padding-left: 20px;
  text-decoration: none;
  border: 0px;
}
.ld_phone_city {
  background-image: url(../images/home_phone.png);
  background-position: 0 50%;
  background-repeat: no-repeat;
  padding-left: 16px;
  text-decoration: none;
  border: 0px;
}

.ld_mobile{
  font-size: 15px;
  margin-right: -5px;
  #color: #208A20;
}

.ld_phone{
  font-size: 13px;
  margin-right: -5px;
  #color: #D2552D;
}

.ld_map_marker{
  font-size: 13px;
  margin-right: -5px;
  #color: #D2552D;
}

.ld_user_info {
  padding: 0 2px;
}
.ld_user_avatar {
  margin-right: 10px;
}
.ld_user_name {
  margin-bottom: 5px;
  font-size: 15px;
}
.ld_info_block {
  padding-bottom: 1px;
}
.ld_user_inf {
  margin: 2px 0;
}
.list-container label {
  display: block;
}

.ui_dragged {
  border: 1px dotted #999;
  opacity: 0.7;
}

.ui_collector {
  background-color: #cec;
}

.gray_small_link {
  font-size: 0.7em;
  color: #ccc;
}

.cut_view {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: left;
}
label.in-sub-department {
  color: #999;
}

.lower_divider
{
  border-bottom: 1px solid #DDD;
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
}

/*div.bottom-bordered { border: none; border-bottom: solid 1px #ccc; }*/
td.button_area {width:80px; text-align:right;}
th.button_area {width:80px; text-align:right;}

.dep_node {width: 100%; padding: 1px;}
.dep_node:hover {background-color: #ffffdd;}

form.group_set_form {display: none;}

.right-marg {margin-right: 5px;}

label.one-name {display:block;}

.btn {
height: 16px;
border:solid 1px #ccc;
background-color: #FAFAFA;
display: inline-block;
cursor: pointer;
padding:3px;
padding-bottom: 4px;

text-align: center;
text-decoration: none;
vertical-align: middle;
margin: 2px;
box-sizing: content-box;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
}

.btn:link { border:solid 1px #ccc; }
.btn:visited { border:solid 1px #ccc; }

.btn:hover {
  text-decoration: none;
  border:solid 1px #ccc;
}

.btn-def {
color:#000;
height: 16px;
background-image: -webkit-linear-gradient(top, #fff, #ccc);
background-image: -moz-linear-gradient(top, #fff, #ccc);
background-image: -ms-linear-gradient(top, #fff, #ccc);
border:solid 1px #999;
border-bottom-color: #666;
border-radius: 4px;
background-color: #ddd;
background-repeat: repeat-x;
display: inline-block;
cursor: pointer;
padding: 3px 7px;
text-align: center;
text-decoration: none;
vertical-align: middle;
margin: 2px;
box-sizing: content-box;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
font-family: Verdana, sans-serif;
font-size: 12px;}

.btn-def:hover {text-decoration: none;
  background-image: -webkit-linear-gradient(top, #fff, #cdf);
  background-image: -moz-linear-gradient(top, #fff, #cdf);
  background-image: -ms-linear-gradient(top, #fff, #cdf);
  background-color: #cdf;
  border:solid 1px #999;
  border-bottom-color: #666;
  color:#000;
}

.btn-def:link {text-decoration: none;
  border:solid 1px #999;
  border-bottom-color: #666;
  color:#000;
}

.btn-def:visited {text-decoration: none;
  border:solid 1px #999;
  border-bottom-color: #666;
  color:#000;
}

.btn-right {float:right;}


img.img-m {vertical-align: middle;}
img.img-b {vertical-align: text-bottom;}


input.find-filter {
  vertical-align: middle;
  width: 100%;
  height: 24px;
}

div.list-container {
  overflow-x: auto;
  overflow-y: auto;
  width: 100%;
  height: 330px;
  margin-bottom: 1em;
}
.ld-namer label {
  font-weight: bold;
}

.ldap_show_all_users {
  margin-top: 6px;
}

#user-perfomance-main-info {
  float: left;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #999;
}
#user-perfomance-details {

}

.details-perfomance-menu
{
    padding: 0px;
    margin-bottom: 10px;
}
.details-perfomance-menu li
{
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}

.date-filter span {
  margin-left: 5px;
}

.date-filter input {
  margin-left: 5px;
}

div#perfomance-marks img {
  vertical-align: bottom;
}

table#praises-complains {
  margin-top: 1em;
}

.user-perfomance-block {
  margin-top: 1em;
}

.personal-effectiveness-unit {
  color: #C2C2C2;
  margin-left: 0.5em;
}

table.ldap-mmp-birthdays td {
  vertical-align: middle;
}
a.ldap-dep-locked,
a.ldap-dep-locked:hover {
  text-decoration: line-through;
}
/*Achievements*/

#ldap_achievements > p.label_achievement{
  margin-bottom: 10px;
  font-weight: bold;
}

.ldap_locked{
  text-decoration: line-through;
}
table.list table.ldap-no-list tr td {
  border: none;
  background: none;
}
table.list table.ldap-no-list tr:nth-child(odd) {
  background: none;
}
.ldap-dep-title-list {
  height: 350px;
  max-height: 350px;
  overflow-y: auto;
}
.ldap-dep-title-list label {
  display: block;
}
#tab-content-users fieldset.ldap-dep-title-finder-container,
fieldset.ldap-dep-title-finder-container {
  padding: 10px;
  margin-left: 10px;
}
fieldset.ldap-dep-title-finder-container p:first-child {
  margin-top: 0;
}
fieldset.ldap-dep-title-finder-container p:last-child {
  margin-bottom: 0;
}

tr.issue .ldap_dep_title {
  white-space: normal;
}

.ld_details_projects_rule .project.name{
  width: 30%;
}
.group_set_participant_items {
  padding: 0;
  margin: 0;
  max-height: 400px;
  overflow-y: auto;
}
.group_set_participant_items li {
  padding: 2px 0;
}
.group_set_participant_items li h3 {
  margin: 5px 0;
}
.group_set_participant_items li:first-child h3 {
  margin-top: 0;
}

.flyout-menu .ldap-search-list {
  margin-left: 0;
  margin-top: 5px;
}
input.ldap-search-list {
  margin-bottom: 5px;
  padding: 4px 20px 4px 5px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAo0lEQVQ4y7WSUQ2AIBCGL4IRiGAEoxjBBkTwmSciGIEIRjCCEU7YfuaNwelkPnxDhPvkPyFmJudcyRCZMFKLVEuFIBWFCAsC3j8KZhScER+xGLNo1gQGhQee5cYRa2cZSQosvjI18ubTLS1Bzk0KaX3rFYTfIhhs0JrIWhPf/EbG/PEi7ZWLtNUkNUHGQCbj+FKiCVp4EdN8ESRWNPY+QQ/dggvAl0v7SYIpuAAAAABJRU5ErkJggg==) no-repeat 100% 4px;
  box-sizing: border-box;
  border-radius: 2px;
  margin-left: 12px;
}
.ldap-search-result:empty {
  display: none;
}