﻿html, body, ul, ol, li, form, fieldset, legend {
    margin: 0;
    padding: 0;
}

html { font-size: 100%; }

body { font: 0.75em/1.5 Verdana, Arial, sans-serif; }

h1, h2, h3, h4, h5, h6, p { margin-top: 0; }

h2 {
    color: #009EDF;
    font-family: Arial;
    font-size: 125%;
    margin-bottom: 0.5em;
}

a {
    color: #009edf;
    text-decoration: underline;
}

a:hover { text-decoration: none; }

fieldset, img { border: 0; }

legend { color: #000; }

input[type=text], input[type=password], select, textarea {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-bottom: 1px #e3e9ef solid;
    border-left: 1px #dde1e7 solid;
    border-radius: 2px;
    border-right: 1px #dde1e7 solid;
    border-top: 1px #acaeb4 solid;
    padding: 2px;
}

input[type=text]:hover, input[type=password]:hover, select:hover, textarea:hover, input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus {
    border-bottom: 1px #c7e2f1 solid;
    border-left: 1px #c5daed solid;
    border-right: 1px #b7d5ea solid;
    border-top: 1px #5794bf solid;
}

li { list-style: none; }

sup { vertical-align: text-top; }

sub { vertical-align: text-bottom; }

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

caption, th, td {
    font-weight: normal;
    padding: 0.25em;
    text-align: left;
}

th input, td input, th img, td img { vertical-align: middle; }

th {
    font-weight: bold;
    vertical-align: top;
}

input, textarea, select {
    font-size: 110%;
    line-height: 1.1;
}

abbr, acronym {
    border-bottom: .1em dotted;
    cursor: help;
}

/******************************************************************************/

.clear { clear: both; }

.block { display: block; }

.exclamation { cursor: help; }

.warning-image {
    position: relative;
    top: 2px;
}

.button {
    -moz-border-radius: 0.4em;
    -webkit-border-radius: 0.4em;
    background: #009edf;
    border: 1px solid #0078a9;
    border-radius: 0.4em;
    color: #fff;
    display: inline-block;
    padding: 0.4em 0.75em;
    text-decoration: none;
}

.button.aspNetDisabled, .button.aspNetDisabled:hover {
    background: #B3B3B3;
    border: 1px solid #A1A1A1;
}

.button:hover {
    background: #004f70;
    border-color: #000;
}

.button_dark {
    background: #888;
    border-color: #4d4d4d;
}

.button_save {
    background: #f60;
    border-color: #420;
}

.button_right {
    position: absolute;
    right: 0;
}

.button_warn {
    background: #f00;
    border-color: #800;
}

.table_checkbox {
    text-align: right;
    width: 1.5em;
}

.panel {
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    background: white;
    border: 1px solid #a1a1a1;
    border-radius: 0.5em;
    overflow: auto;
    padding: 0.75em;
}

.panelElement {
    float: left;
    width: 210px;
}

.panelElement .elementName {
    width: 170px;
    word-break: break-all;
}

.panelElement .elementCount {
    float: right;
    margin-right: 30px;
}

.panelStreched {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.panelContainerLeftFixed {
    bottom: 0.75em;
    left: 0.75em;
    position: absolute;
    top: 0.75em;
    width: 33em;
}

.panelContainerRightLiquid {
    bottom: 0.75em;
    left: 34.5em;
    position: absolute;
    right: 0.75em;
    top: 0.75em;
}

.full_width { width: 100%; }

.Karakteristiek { font-weight: bold; }

.hidden { display: none; }

.ruimteEditButton { cursor: pointer; }

.ruimteSteekproefItem {
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    background: #eee;
    border: 1px dashed #999;
    border-radius: 0.3em;
    float: left;
    height: 18px;
    margin: 5px;
    padding: 5px;
    text-align: center;
    width: 195px;
}

.ruimteSteekproefItem small a {
    color: #222222;
    text-decoration: none;
}

.ruimteSteekproefItem small a:hover {
    color: #444444;
    text-decoration: underline;
}

.volledigInventariseren, .reserve {
    background: #FFB27F;
    font-weight: bold;
}

.reserve { clear: left; }

.invreserve { background: #999999; }

.nietInventariseren {
    background: white;
    font-weight: normal;
}

.status_inventarisatie_gestart { background-color: #FCE883; }

.elementCheckbox {
    float: left;
    height: 18px;
    padding: 5px;
    width: 325px;
}

.elementCheckbox input[type=checkbox] { vertical-align: middle; }

.small { font-size: 11px; }

.ui-spinner { position: relative; }

.ui-spinner-buttons { position: absolute; }

.ui-spinner-button { overflow: hidden; }

.iconButton {
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    float: left;
    height: 16px;
    margin: 0 2px;
    width: 16px;
}

.iconButton span { display: none; }

.aspNetDisabled .iconButton { cursor: default; }

.downloadIconButton { background-image: url(../images/icons/page_excel.png); }

.editIconButton { background-image: url(../images/icons/document--pencil.png); }

.deleteIconButton { background-image: url(../images/icons/minus-circle.png); }

.copyIconButton { background-image: url(../images/icons/document-copy.png); }

.aspNetDisabled .editIconButton { background-image: url(../images/icons/document--pencil_disabled.png); }

.aspNetDisabled .deleteIconButton { background-image: url(../images/icons/minus-circle_disabled.png); }

.aspNetDisabled .copyIconButton { background-image: url(../images/icons/document-copy_disabled.png); }

.printerIconButton { background-image: url(../images/icons/printer.png); }

.exclamationIconButton { background-image: url(../images/icons/exclamation.png); }

label.aspNetDisabled, .aspNetDisabled label { color: #aaa; }

.datumPicker { width: 90px; }

.datumSpinner { width: 50px; }

.checkboxList {
    border: 1px solid #ddd;
    height: 160px;
    overflow: auto;
}

.table_formulier th { vertical-align: middle; }

.table_formulier td div span {
    border: 1px solid #a1a1a1;
    display: block;
    padding: 2px;
    text-align: center;
}

/******************************************/

#LogoAtir {
    left: 1.5em;
    position: absolute;
    top: 1.5em;
}

    #LogoAtir img {
        height: 44px;
    }

#LogoSynergy {
    position: absolute;
    right: 1.5em;
    top: 1.5em;
}

#Container {
    -moz-border-radius: 0.5em;
    -moz-box-shadow: 0 0 0.5em #888;
    -webkit-border-radius: 0.5em;
    -webkit-box-shadow: 0 0 0.5em #888;
    background: #666;
    border-radius: 0.5em;
    bottom: 1.5em;
    box-shadow: 0 0 0.5em #888;
    clear: both;
    left: 1.5em;
    position: absolute;
    right: 1.5em;
    top: 6.5em;
}

#MenuMain {
    left: 1.5em;
    position: absolute;
    top: 1.5em;
    width: 13.5em;
}

#MenuMain a {
    -moz-border-radius: 0.5em 0 0 0.5em;
    -webkit-border-radius: 0.5em 0 0 0.5em;
    background: #b3b3b3;
    border: 1px solid #a1a1a1;
    border-bottom: 1px solid #919191;
    border-radius: 0.5em 0 0 0.5em;
    border-right: none;
    color: #000;
    display: block;
    padding: 0.75em;
    text-decoration: none;
}

#MenuMain a:hover {
    background: #ddd;
    border: 1px solid #bbb;
}

#MenuMain a.selected {
    background: #f0f0f0;
    border: 1px solid #f0f0f0;
    border-right: 1px solid #d8d8d8;
}

#MenuSpecial {
    bottom: 1.5em;
    left: 1.5em;
    position: absolute;
    width: 12em;
}

#MenuSpecial a {
    display: block;
    margin-top: 0.75em;
    text-align: center;
}

#ContentWrapper {
    -moz-border-radius: 0 0.5em 0.5em 0.5em;
    -webkit-border-radius: 0 0.5em 0.5em 0.5em;
    background: #fff;
    border-radius: 0 0.5em 0.5em 0.5em;
    bottom: 1.5em;
    left: 15em;
    padding: 1.5em;
    position: absolute;
    right: 1.5em;
    top: 1.5em;
}

.HeaderTable {
    left: 1.5em;
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    right: 1.5em;
    top: 1.5em;
}

.HeaderTable table { width: 100%; }

.FooterTable {
    border: 1px solid #E5F5FC;
    border-right: none;
    bottom: 1.5em;
    left: 1.5em;
    
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    right: 1.5em;
}

.FooterTable table {
    border-collapse: collapse;
    width: 100%;
}

.ContentTable {
    border: 1px solid #E5F5FC;
    border-right: none;
    bottom: 5.5em;
    left: 1.5em;
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    right: 1.5em;
    top: 3.5em;
}

.ContentTable table {
    border-collapse: collapse;
    width: 100%;
}

.ContentTable tr.even { background: #E5F5FC; }

.ContentTable tr:hover td { background: #A7CFDF; }

/**************With Filter Grid css start****************/

.FilterHeaderTable {
    left: 1.5em;
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    right: 1.5em;
    top: 4.3em;
}

.FilterHeaderTable table { width: 100%; }

.FilterContentTable {
    background: white;
    border: 1px solid #E5F5FC;
    border-right: none;
    bottom: 5.5em;
    left: 1.5em;
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    right: 1.5em;
    top: 6.3em;
}

.FilterContentTable table {
    background: white;
    border-collapse: collapse;
    width: 100%;
}

.FilterContentTable tr.even { background: #E5F5FC; }

.FilterContentTable tr:hover td { background: #A7CFDF; }


.GridPager,
.GridPager td,
.FilterContentTable tr.GridPager:hover td {
    background: #f5f5f5;
    cursor: default;
}

.GridPager table {
    background: #f5f5f5;
    width: 300px;
}

.GridPager a, .GridPager span {
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 3px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}

.GridPager a {
    background-color: #f5f5f5;
    border: 1px solid #999;
    color: #999;
}

.GridPager span,
.GridPager a:hover {
    background-color: #A1DCF2;
    border: 1px solid #3AC0F2;
    color: #000;
}

#filterListTooltip {
    background: #fff;
    border: 1px solid #4BBAE8;
    display: none;
    padding: 20px;
    z-index: 99999;
}

/************No Filter Grid css end************/

.AttachmentTable {
    border-collapse: collapse;
    width: 100%;
}

.AttachmentTable tr.even { background: #E5F5FC; }

.AttachmentTable tr.highlight td { background: #2D95FD !important; }

#ContentBottomLeft {
    bottom: 20px;
    left: 20px;
    position: absolute;
}

#ContentBottomRight {
    bottom: 20px;
    position: absolute;
    right: 20px;
}

.modal {
    -moz-border-radius: 0.5em;
    -moz-box-shadow: 0 0 0.75em #000000;
    -moz-box-shadow: 0 0 0.75em rgba(0, 0, 0, 0.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    -webkit-border-radius: 0.5em;
    -webkit-box-shadow: 0 0 0.75em #000000;
    -webkit-box-shadow: 0 0 0.75em rgba(0, 0, 0, 0.5);
    background-color: #f8f8f8;
    border: 1px solid #888888;
    border-radius: 0.5em;
    box-shadow: 0 0 0.75em #000000;
    box-shadow: 0 0 0.75em rgba(0, 0, 0, 0.5);
    display: none;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.modal_titlebar {
    -moz-border-radius: 0.5em 0.5em 0 0;
    -webkit-border-radius: 0.5em 0.5em 0 0;
    background: #666;
    border-radius: 0.5em 0.5em 0 0;
    color: #fff;
    height: 1.5em;
    padding: 0.25em;
}

.modal_title {
    float: left;
    padding-left: 0.25em;
}

.modal_close_button {
    cursor: pointer;
    display: block;
    height: 16px;
    position: absolute;
    right: 4px;
    top: 4px;
    width: 16px;
}

#Modal {
    bottom: 1em !important;
    left: 1em !important;
    position: absolute !important;
    right: 1em !important;
    top: 1em !important;
}

.smallModal {
    bottom: auto !important;
    right: auto !important;
}

#ModalFrame {
    border: 0;
    height: 100%;
    width: 100%;
}

#filterModalFrame {
    border: 0;
    height: 100%;
    width: 100%;
}

#ModalContainer {
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    background: #F8F8F8;
    border-radius: 0.5em;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

#ModalContent, .modal_content {
    bottom: 1.5em;
    left: 1.5em;
    min-height: 450px;
    position: absolute;
    right: 1.5em;
    top: 3.5em;
}

#ModalButtons, .modal_buttons {
    bottom: 0;
    position: absolute;
    right: 0;
}

#Warnings, .warnings {
    -moz-border-radius: 0.4em;
    -webkit-border-radius: 0.4em;
    background: red;
    border: 1px solid #800;
    border-radius: 0.4em;
    color: white;
    font-weight: bold;
    left: 50%;
    margin-left: -200px;
    min-width: 400px;
    padding: 0.4em 0.75em;
    text-align: center;
}

#Warnings {
    bottom: 0;
    position: absolute;
}

.TabsContainer {
    position: relative;
}

#Tabs,
.Tabs {
    white-space: nowrap;
    padding: 0 .5em;
    margin: 0 1em;
    overflow: hidden;
    position: relative;
}

#Tabs li,
.Tabs li {
    -moz-border-radius: 0.5em 0.5em 0 0;
    -webkit-border-radius: 0.5em 0.5em 0 0;
    background: #b3b3b3;
    border: 1px solid #a1a1a1;
    border-bottom: none;
    border-radius: 0.5em 0.5em 0 0;
    display: inline-block;
    margin: 0 0.1em;
}

#Tabs a,
.Tabs a {
    color: #000;
    display: inline-block;
    padding: 0.25em 0.75em;
    text-decoration: none;
}

#Tabs a:hover,
.Tabs a:hover {
     background: #ddd;
}

#Tabs .selected,
.Tabs .selected {
    background: #f0f0f0 !important;
    position: relative;
    z-index: 100;
}

.TabsScroll {
    width: 24px;
    padding: 0 3px;
    position: absolute;
    top: 0;
    bottom: 1px;
    line-height: 25px;
    display: none;
    cursor: pointer;
    z-index: 100;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Safari */
    -khtml-user-select: none;    /* Konqueror HTML */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
}
.TabsScroll.visible {
    display: block;
}

.TabsScroll.left {
    left: 0;
    background: -moz-linear-gradient(left, rgba(248,248,248,1) 0%, rgba(248,248,248,0.95) 50%, rgba(248,248,248,0.5) 75%, rgba(248,248,248,0.05) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(248,248,248,1) 0%,rgba(248,248,248,0.95) 50%,rgba(248,248,248,0.5) 75%,rgba(248,248,248,0.05) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(248,248,248,1) 0%,rgba(248,248,248,0.95) 50%,rgba(248,248,248,0.5) 75%,rgba(248,248,248,0.05) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#0df8f8f8',GradientType=1 ); /* IE6-9 */
}

.TabsScroll.right {
    right: 0;
    text-align: right;
    background: -moz-linear-gradient(left, rgba(248,248,248,0.05) 0%, rgba(248,248,248,0.5) 25%, rgba(248,248,248,0.95) 50%, rgba(248,248,248,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(248,248,248,0.05) 0%,rgba(248,248,248,0.5) 25%,rgba(248,248,248,0.95) 50%,rgba(248,248,248,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(248,248,248,0.05) 0%,rgba(248,248,248,0.5) 25%,rgba(248,248,248,0.95) 50%,rgba(248,248,248,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0df8f8f8', endColorstr='#f8f8f8',GradientType=1 ); /* IE6-9 */
}

#TabContent, #MultiTabContent {
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    background: white;
    border: 1px solid #a1a1a1;
    border-radius: 0.5em;
    bottom: 4em;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

#MultiTabContent { top: 2em; }

#MultiTabContent.Results { overflow: auto; }

/******************************************************************************/

.tableHeadersContainer {
    font-weight: bold;
    position: absolute;
}

.tableHeadersContainer h5 {
    background: red;
    border-right: 1px solid;
    display: block;
    float: left;
    padding: 0.25em 0.5em 0.25em 0.5em;
}

.modalContainer {
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.9);
    bottom: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eeffff, endColorstr=#eeffff);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}

.modalContent {
    -moz-border-radius: 4px;
    -moz-box-shadow: 0 0 10px #000000;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 4px;
    -webkit-box-shadow: 0 0 10px #000000;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    background-color: #f8f8f8;
    border: 1px solid #888888;
    border-radius: 4px;
    bottom: 60px;
    box-shadow: 0 0 10px #000000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.Glow(Color=#cccccc, strength=5);
    left: 60px;
    position: absolute;
    right: 60px;
    top: 60px;
    z-index: 11;
}

.tabBar { z-index: 2; }

.tabBar a {
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    background-color: #b3b3b3;
    border: 1px solid #a1a1a1;
    border-bottom: 1px solid #919191;
    border-radius: 4px 4px 0 0;
    border-right: 1px solid #919191;
    color: #000000;
    display: block;
    float: left;
    height: 19px;
    line-height: normal;
    padding: 6px 1em 0 1em;
    text-decoration: none;
}

.tabBar A:hover {
    background-color: #dddddd;
    border: 1px solid #bbbbbb;
}

.tabBar A.selected {
    background-color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.tabContent {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #a1a1a1;
    border-radius: 4px;
    padding: 20px;
    z-index: 1;
}

#MessageBar {
    -moz-box-shadow: 0 0.5em 0.5em #888;
    -webkit-box-shadow: 0 0.5em 0.5em #888;
    background: white;
    border-bottom: 1px solid #888;
    box-shadow: 0 0.5em 0.5em #888;
    color: #666;
    display: none;
    height: 1.875em;
    left: 0;
    padding: 0.5em;
    position: fixed;
    right: 0;
    text-align: center;
    top: 2em;
    z-index: 99999;
}

#MessageBar span {
    font-size: 1.25em;
    font-weight: bold;
}

#MessageBar.error, input.error { background: #FFBBBB; }

#MessageBar.success { background: #A4F0B7; }

input.skipped { color: #cccccc !important; }

.iviewer_ui {
    bottom: 0.75em;
    left: 0.25em;
    position: absolute;
}

.iviewer_common {
    -moz-border-radius: 0.4em;
    -webkit-border-radius: 0.4em;
    background-color: #f8f8f8;
    border: 1px solid #a1a1a1;
    border-radius: 0.4em;
    float: left;
    height: 2.5em;
    margin-left: 0.5em;
    z-index: 5000;
}

.iviewer_cursor {
    cursor: move;
    cursor: -moz-grab;
}

.iviewer_drag_cursor { cursor: -moz-grabbing; }

.iviewer_button {
    background-position: 0.6em 0.6em;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 2.5em;
}

.iviewer_zoom_in { background-image: url(../images/icons/magnifier-zoom-in.png); }

.iviewer_zoom_out { background-image: url(../images/icons/magnifier-zoom-out.png); }

.iviewer_zoom_zero { background-image: url(../images/icons/magnifier-zoom-actual.png); }

.iviewer_zoom_fit { background-image: url(../images/icons/magnifier-zoom-fit.png); }

.iviewer_zoom_status {
    color: #000;
    font-size: 1em;
    line-height: 28px;
    text-align: center;
    width: 60px;
}

.rotator_rotate_ccw { background-image: url(../images/icons/arrow-turn-270-left.png); }

.rotator_rotate_cw { background-image: url(../images/icons/arrow-turn-270.png); }

/**********************************************/

#SearchBox {
    background: url(../images/icons/bg_search_box.gif) no-repeat;
    height: 32px;
    width: 201px;
}

#SearchBox .SearchText {
    background: none;
    border: 0;
    float: right;
    height: 22px;
    margin: 4px 8px 4px 4px;
    padding: 0;
    width: 158px;
}

#SearchBoxImage {
    float: left;
    margin: 3px 0 3px 0;
}

/***************************************************/

.FilterType {
    font-weight: bold;
    margin-top: 0.5em;
    width: 85px;
}

.FilterOperation {
    margin-left: 1em;
    margin-right: 2em;
    margin-top: 0.5em;
    width: 220px;
}

.FilterRuimten { width: 10px; }

.status_inventarisatie_overgeslagen * {
    color: gray !important;
    font-weight: normal;
}

input.ui-spinner-input, input.ui-spinner-input:hover, input.ui-spinner-input:focus {
    border: none;
    font-size: 12px !important;
    margin: 0 20px 0 0;
    vertical-align: top;
}

.tableControleResult { border: 1px solid #999; }

.tableControleResult th {
    border: 1px solid #999;
    text-align: center;
    vertical-align: middle;
}

.tableControleResult td {
    border: 1px solid #999;
    text-align: center;
}

.spinner {
    background-color: #999;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.5;
    overflow: auto;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1234;
}

.spinner img {
    margin: auto;
    position: relative;
    top: 50%;
    vertical-align: middle;
}

#content_DataListElements .True { font-weight: bold; }

.cb { width: 20px; }

.checklistheader { font-weight: bold; }

.trchecklist td { border-bottom: solid 1px gray; }

.checklisttable { margin-bottom: 10px; }