#content-area {
    float: right;
    margin-left: 0px;
    min-height: 100%;
    height: 100%;
    width: -webkit-calc(100% - 250px);
    display: block;
}

#bo-main-top-logout a {
    color: #ffffff;
}

#employees-tab-employee-list-icon {
    display: inline-block;
    float: left;
    margin-left: 10px;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    cursor: hand;
}

#employees-tab-employee-list-icon.active-tab {
    background-image: url("/static/docospot/images/user_icon_active.png") !important;
}
#employees-tab-employee-list-icon.inactive-tab {
    background-image: url("/static/docospot/images/user_icon_deactive.png") !important;
}

#employees-tab-group-list-icon {
    display: inline-block;
    float: left;
    margin-left: 10px;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    cursor: hand;
}

#employees-tab-group-list-icon.active-tab {
    background-image: url("/static/docospot/images/groups_icon_active.png") !important;
}

#employees-tab-group-list-icon.inactive-tab {
    background-image: url("/static/docospot/images/groups_icon_deactive.png") !important;
}

.tab-title-label {
    margin-right: 10px;
    margin-left: 10px;
}

.active-tab {
    color: #1e1e1e;
    cursor: pointer;
}

.inactive-tab {
    color: #c7c7c7;
    cursor: pointer;
}
.panel-header {
    display: table;
    width: calc(100% - 2px);
    height: 39px;
    background: #dcdcdc;
    border: 1px solid #c7c7c7;
}

.panel-title {
    display: inline-block;
    float: left;
    width: calc(50% - 30px);   padding: 9px 15px 8px 15px;
    font-size: 1.7em;
    font-weight: bold;
}

.object-list-wrapper {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    height: calc(100% - 160px);
    width: 100%;
    float: left;
    overflow-y: auto;
    overflow-x: hidden;
}

.edit-icon {
    display: inline-block;
    float: right;
    background: url("../images/rediger_ikon.png") 32px 32px !important;
    /* background-size: 32px 32px; */
    width: 32px;
    height: 32px;
    margin-top: 4px;
    margin-right: 15px;
    cursor: hand;
}

.docospot-table-container {
  height: calc(100% - 10px - 40px - 75px - 100px);
  padding: 20px 10px 10px 10px;
  overflow: auto;
}
.docospot-table thead {
  background: #C7C7C7;
}
.docospot-table tr {
  height: 35px;
}
.docospot-table td {
  vertical-align: middle;
}
.docospot-table tbody tr:nth-child(2n+1) {
  background: #FFFFFF;
}
.docospot-table tbody tr:nth-child(2n+0) {
  background: #EEEEEE;
}
th.docospot-table-sortable-column:hover {
  background: #B6B6B6;
}
.docospot-table tbody tr {
  border-bottom: 1px solid #C7C7C7;
}
.docospot-table-sort-indicator {
  height: 16px;
  width: 16px;
  vertical-align: middle;
}
.docospot-table-header {
  vertical-align: middle;
  padding-left: 20px;
  text-align: left;
  font-size: 1.4em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}
.docospot-table-cell {
  vertical-align: middle;
  padding-left: 20px;
  text-align: left;
  font-size: 1.4em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
