body {
    overflow: -moz-scrollbars-vertical;
}

h1,
h2,
h3 {
    color: #57585B;
    margin: 0 0 10px 0;
}

#assignment-options {
    font-weight: bold;
}

#footer {
    position: static;
    bottom: auto;
}

#header {
    position: static;
    top: auto;
}

#page {
    position: static;
    margin: 20px auto;
    max-width: 1000px;
}

#portal-mail {
    width: 304px;
    height: 516px;
    border: 10px solid #3CB1E2;
    overflow: hidden;
}

#table-assignments-search {
    margin-top: 10px;
}

#table-floors .comments {
    border: 1px solid transparent;
    padding: 1px 2px;
}

#table-floors .comments:focus {
    background-color: white;
    border: 1px solid #3BB0E2;
}

#table-floors .button-edit {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    background: url('images/edit-icon.png') no-repeat;
}

#table-floors .feedback {
    display: inline-block;
    color: white;
    background-color: #3BB0E2;
    padding: 2px;
    border-radius: 2px;
    margin-top: 4px;
}

#tools-list {
    margin: 20px 40px;
    list-style: disc;
}

#tools-list li {
    margin-bottom: 20px;
}

#tabs>div a {
    color: #2E6E9E;
}

#tabs>div a:hover {
    color: #71A9D2;
}

.box {
    padding: 20px;
    background-color: white;
    border-radius: 15px;
    margin: 20px 0 0 0;
    box-shadow: 0px 0px 3px 3px #ccc;
}

.box.small {
    width: 420px;
    margin-right: auto;
    margin-left: auto;
}

.button {
    padding: 2px 7px !important;
    font-size: 12px;
    text-transform: capitalize;
    margin: 0;
    line-height: 1.4;
}

.button.disabled {
    opacity: 0.5;
}

.ui-button-text {
    padding: 0 !important;
    line-height: 15px;
}

.collumn {
    width: 490px;
}

.collumn.left {
    margin: 0 20px 0 0;
    float: left;
}

.collumn.right {
    margin: 0 0 0 0;
    float: right;
}

.collumn.wide {
    width: 660px;
}

.collumn.small {
    width: 320px;
}

/**
 * Specific styling for floorplanner viewer
 */
.floorplanner-viewer {
    height: 100%
}

.floorplanner-viewer body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: arial;
    font-size: 10pt;
}

.floorplanner-viewer body .view {
    height: 99%;
}

.floorplanner-viewer body .toolbar {
    height: 0%;
    display: none;
}

.floorplanner-viewer body.show-toolbar .view {
    height: 93%;
}

.floorplanner-viewer body.show-toolbar .toolbar {
    height: 7%;
    display: block;
}

.floorplanner-viewer .hts-form {
    float: right;
    margin: 0.5%;
}

.floorplanner-viewer .hts-form .button {
    display: inline-block;
    right: 0;
}

.floorplanner-viewer .hts-form .feedback {
    display: inline-block;
    width: 400px;
}

.floorplanner-viewer .hts-form .button.hidden,
.floorplanner-viewer .hts-form .feedback.hidden {
    display: none;
}

.hts-form {
    margin-bottom: 20px;
}

.hts-form .row {
    margin-bottom: 3px;
}

.hts-form .row .line {
    line-height: 20px;
}

.hts-form .row.empty {
    margin-bottom: 13px;
}

.hts-form label {
    display: inline-block;
    width: 160px;
    vertical-align: top;
    color: #2E6E9E;
    line-height: 20px;
}

.hts-form.small label {
    display: inline-block;
    width: 100px;
    vertical-align: top;
    color: #2E6E9E;
}

.hts-form input {
    display: inline-block;
}

.hts-form input[type='text'],
.hts-form input[type='password'] {
    width: 240px;
}

.hts-form textarea {
    width: 400px;
    height: 100px;
}

.collumn.small .hts-form textarea {
    width: 100%;
}

.hts-form .feedback {
    background-color: #DFEFFC;
    padding: 3px;
    border-radius: 3px;
    margin: 0 0 10px 0;
}

.hts-form .error {
    color: red;
}

.hts-table {
    width: 100%;
    border-spacing: 2px;
}

.hts-table th {
    background-color: #3BB0E2;
    color: white;
    border-radius: 3px;
    padding: 2px;
}

.hts-table td {
    padding: 2px;
    background-color: #F1F1F2;
    color: #57585B;
    border-radius: 3px;
    vertical-align: top;
}

.hts-table td a {
    display: inline-block;
    width: 100%;
}

.hts-table td a:hover {
    background-color: #e1e1e2;
}

.hts-table .loading {
    text-align: center;
}

.hts-table img.floor-image {
    max-width: 300px;
}

.hts-table .title {
    font-size: 12pt;
    color: #3BB0E2;
    margin-bottom: 3px;
}

.hts-table .comments {
    font-style: italic;
    padding: 2px 0;
    color: #2E6E9E;
}

.hts-table .extern_id {
    color: magenta;
}

.hts-table.totals tbody tr:last-child td {
    font-weight: bold;
    padding: 10px 0;
    text-align: right;
    font-size: 1.2em;
}

.hts-table .error {
    font-size: 1.2em;
    font-weight: normal !important;
    padding: 40px !important;
    text-align: center !important;
    color: red;
}

.hts-table .info {
    font-size: 1.2em;
    font-weight: normal !important;
    padding: 40px !important;
    text-align: center !important;
}

.key-value {
    margin-bottom: 12px;
}

.key-value .key {
    color: #57585B;
    font-weight: bold;
}

.info-message {
    background-color: #25A9DF;
    color: white;
    padding: 2px;
    border-radius: 2px;
}

/* formatters */
.negative {
    color: red;
}

.date,
.date-time {
    white-space: nowrap;
}

.large {
    font-size: 1.5em;
    font-weight: bold;
}

.loading {
    background: url('images/ajax-loader.gif') no-repeat 50% 50%;
}

.scrollable-table {
    border-spacing: 0px;
}

.scrollable-table tr {
    display: block;
    width: 100%;
    margin-bottom: 2px;
}

.scrollable-table tbody {
    display: block;
    width: 100%;
    height: 160px;
    overflow: scroll;
    overflow-x: hidden;
}

.scrollable-table td.error,
.scrollable-table td.info {
    width: 352px;
    height: 60px;
}

/* speciaal voor front-page backoffice */
.scrollable-table th,
.scrollable-table td {
    display: inline-block;
    margin-right: 2px;
}

.scrollable-table th:last-child,
.scrollable-table td:last-child {
    margin-right: 0;
}

.scrollable-table tr:last-child {
    margin-bottom: 0;
}

.small-nav li {
    margin-bottom: 10px;
    float: left;
    margin-right: 4px;
}

.small-nav li.right {
    float: right;
    margin-right: 0px;
    margin-left: 4px;
}

.small-nav li.hidden {
    display: none;
}

.small-nav li label {
    margin: 0 4px 0 12px;
}

.small-nav li:first-child label {
    margin-left: 0;
}

.stackedbar-legend {
    margin-top: 20px;
    -moz-column-count: 4;
    -moz-column-gap: 10px;
    -webkit-column-count: 4;
    -webkit-column-gap: 10px;
    column-count: 4;
    column-gap: 10px;
    font-size: 0.9em;
}

.stackedbar-legend li {
    line-height: 20px;
}

.stackedbar-legend li>span {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
}



.ui-jqgrid-btable td,
.ui-jqgrid-btable th,
.ui-jqgrid-sortable {
    font-size: 11pt !important;
}

.ui-icon {
    display: inline-block;
}

.ui-icon:hover {
    cursor: pointer;
}

#check-assignment-box {
    height: 510px;
}

#check-assignment-box .hts-form label {
    width: auto;
}

#check-assignment-box .hts-form .row {
    position: relative;
    margin-bottom: 10px;
}

#check-assignment-box .hts-form .row-textarea {
    height: 160px;
    margin-bottom: 13px;
}

#check-assignment-box .hts-form .row-textarea textarea {
    height: 100%;
    width: calc(100% - 6px);
    font-family: arial;
}

#check-assignment-box .hts-form textarea {
    position: absolute;
}

#check-assignment-box .hts-form label.hovering {
    position: absolute;
    color: #a6a8ab;
    left: 5px;
    z-index: 150 !important;
    cursor: pointer;
}

#floorplanner-loader {
    font-size: 2em;
    text-align: center;
    margin: 200px;
}

#drop_zone,
#upload_after_drop {
    border: 2px solid #3BB0E2;
    margin-top: 7px;
    width: 280px;
    height: 80px;
    border-style: dashed;
    line-height: 80px;
    text-align: center;
    color: #3BB0E2;
    font-style: italic;
}

#drop_zone.drag-over {
    border-color: #07a0e2;
    color: #07a0e2;
    background-color: #f1f1f2;
}

#delete-report-button {
    width: 20px;
    text-align: center;
    display: inline-block;
    background-color: #07a0e2;
    border-radius: 50%;
    color: white!important;
    text-decoration: none;
}

#delete-report-button:hover {
    background-color: #D7E9F7;
    color: #07a0e2!important;
}