.container {
  margin-top: 70px;
  padding-bottom: 10px;
}

.user-menu {
  padding-right: 120px;
}

h1 {
  margin-bottom: 20px;
}

.create-button, .btn-delete{
  position: relative;
  float: right;
  z-index: 99;
}

.workgroup-agents-actions {
    text-align: center;
}

.workgroup-agents-selector {
    overflow-y: visible;
    height: 300px;
}

.workgroup-column {
    overflow-y: scroll;
    height: 100%;
}

.proficiency_slider {
    width: 100%;
}

.agent_skill_input {
  display: none;
}

#messages-box{
  left: 20px;
  width: 320px;
  position: fixed;
  z-index: 9999;
}

div.col-sm-6,
div.col-sm-12,
div.col-sm-4,
div.col-sm-2 {
  margin-top: 10px;
}

#add_skills {
  float: right;
}

.tooltip.show ul {
   text-align:left;
 }

.hidden {
  display: none;
}

.remove-line {
  position: right;
}

###### CBAR-MANAGER ######

#add-dealer-form {
  margin-top: 20px;
}

.input-error {
  border: 2px solid red;
}

.left-separator {
  margin-left: 25px;
}

.left-separator:before {
    content: "|";
    position: absolute;
    top: 16px;
    margin-left: -10px;
}

.clickable {
  cursor: pointer;
}