body.login {
    margin-top: 50px;
}

body {
    padding-left: 185px;
    padding-right: 15px;
    font-size: 13px;
}

#sidebar {
    position: absolute;
    left: 0px;
    width: 180px;
    height: 100%;
    border-right: 1px solid #c9c9c9;
}

#sidebar .logo {
    width: 170px;
    margin: 0 5px;
}

#sidebar .nieuw-bedrijf {
    margin: 5px;
}

#sidebar ul.sidebar-menu {
    width: 100%;
    padding: 0;
    margin: 0;
}

#sidebar ul.sidebar-menu li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px;
    border-bottom: 1px solid #c9c9c9;
    font-size: 12px;
}

#sidebar ul.sidebar-menu li:last-of-type {
    border-bottom: 0;
}

#sidebar ul.sidebar-menu li:hover {
    background: #f9f9f9;
}

#topbar {
    color: #FFF;
    height: 35px;
}

#topbar ul {
    list-style: none;
    padding: 7px;
}

#topbar ul li {
    display: inline;
    margin-right: 10px;
}

#topbar a {
    color: #FFF;
}

.nowrap {
    white-space: nowrap;
}

a.file {
    display: inline-block;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}
a.file.contract {
    background-image: url('../img/icons/contract.png');
}
a.file.checklist {
    background-image: url('../img/icons/checklist.png');
}
a.file.ontwerp, a.file.voorbeelden {
    background-image: url('../img/icons/ontwerp.png');
}
a.file.plan_van_aanpak {
    background-image: url('../img/icons/plan_van_aanpak.png');
}

.customer-table {
    font-size: 11px;
    margin-top: 10px;
}
.customer-table th {
    white-space: nowrap;
}
.customer-table td.contract {
    padding: 0 !important;
    position: relative;
}

.customer-table table.contract {
    border: 0;
    margin: 0;
    background: none;
    position: relative;
    min-height: 100% !important;
}
.customer-table table.contract tr:first-child td {
    border-top: 0 !important;
    border-bottom: 0 !important;
}

.customer-table table.contract tr td:first-child {
    border-left: 0 !important;
}
.customer-table table.contract tr td:last-child {
    border-right: 0 !important;
}

.customer-table th.status {
    width: 60px;
}

.customer-table td.datum, .customer-table th.datum {
    width: 75px;
}

.customer-table td.bestanden, .customer-table th.bestanden {
    width: 85px;
}

.customer-table table.contract td.status {
    max-width: 60px;
    width: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.customer-table td.bedrag, .customer-table th.bedrag {
    width: 65px;
    max-width: 65px;
}

.customer-table td.bedrag {
    text-align: right;
}

.log {
    max-height: 80px;
    overflow: hidden;
    position: relative;
}

.log .expand, .log .log-collapse {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.user-color {
    color: #FFF;
    font-weight: bold;
}

table.planning, table.realisaties {
    margin-top: 10px;
}

table.planning th, table.realisaties th {
    white-space: nowrap;
}

ul.relaties {
    list-style: none;
    padding: 0;
}
.domeinnamen .inactive {
    color: #ee0000;
}
.domeinnamen > .row {
    margin-bottom: 5px;
}

.checklist-item {
    margin-top: 10px;
}
.checklist-item .moveUp, .checklist-item .moveDown, .checklist-item .delete {
    margin-top: 30px;
}

.taak-keuze {
    margin-bottom: 10px;
}

#feeds {
    margin-top: 10px;
}

.task-list a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.task-table {
    font-size: 12px;
}
.table.task-table td {
    padding: 1px 5px;
}
.werknemer a {
    color: #8F19EC;
}
.task-list a.list-group-item {
    padding: 3px;
    font-size: 12px;
    cursor: pointer;
}
#calendar .fc-day-content > div {
    min-height: 500px;
}

#calendar .fc-event {
    max-height: 47px;
    overflow: hidden;
}
#calendar .fc-event:hover {
    max-height: none;
    overflow: visible;
    z-index: 10;
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
}

#calendar.vrije-dagen .fc-day, #calendar.vrije-dagen .fc-event {
    cursor: pointer;
}
.inline {
    display: inline;
}
.select-employee {
    padding-top: 10px;
}
.fc-event.event-pending {
    background: #d9edf7 !important;
}
.fc-event.finished {
    border-color: #5ABD44 !important;
    background: #dff0d8 !important;
}
.fc-event.unfinished {
    border-color: #f0ad4e !important;
    background: #fcf8f2 !important;
}

tr.sortable {
    cursor: pointer;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 2px !important;
}
.panel-body {
    padding: 10px;
}
.email-update {
    display: none;
}