/* ==================================================================================================== */
/* BAsics */
body .view-container .controls-bar {
    margin: 0 0 20px 0;
    padding: 12px 12px;
    background: #fafafa;
    border-bottom: none;
    box-shadow:
            0 1px 3px 0 rgba(0, 0, 0, .2),
            0 1px 1px 0 rgba(0, 0, 0, .14),
            0 2px 1px -1px rgba(0, 0, 0, .12);
}
/* ==================================================================================================== */
/* Navigation */
.navlist.traktanden-list li > a {
    display:table;
}
.navlist.traktanden-list li > a > span {
    display:table-cell;
}
/* ==================================================================================================== */
/* Tables */
.column-gremium {
    width: 18em;
}
.column-has-info {
    width: 6em;
}
.column-kategorie {
    width: 12em;
}
.column-begehren {
    width: 3em;
}

.column-order-id {
    width: 12em;
}
.column-order-status {
    width: 6em;
}
.column-order-item-count {
    width: 6em;
}

.table .column-latest-change-typ {
    word-wrap: break-word;
    width:18em;
}
table .column-has-notizen,
table .column-has-wortbegehren,
table .column-has-persoenliche-dokumente {
    width: 6em;
    text-align: center;
}

.last-changed-table .table td.column-title {
    word-wrap: break-word;
}

.table.table-hidden-header thead  tr>th {
    padding-top:0;
    padding-bottom:0;
    border-bottom:none;
}
.table.table-hidden-header tbody  tr:first-child>td {
    border-top:none;
}

/* ==================================================================================================== */
/* Details */

.cmi-status-eroeffnet {
    background-color:#bcbcbc;
}
.cmi-status-definitivnummeriert {
    background-color:#008000;
}
.cmi-status-abgeschlossen {
    background-color:#808080;
}

.print-sitzung .sitzungs-header-print {
    display: block;
    margin-bottom: 30px;
}

.print-sitzung .border-top {
    padding-top: 0.67em;
    border-top-color: #a0a0a0;
}
.print-sitzung .border-bottom {
    padding-bottom: 0.33em;
    border-bottom-color: #d0d0d0;
}

.print-sitzung {
    font-size: 13px;
}
.print-sitzung h1,
.print-sitzung h2,
.print-sitzung h3,
.print-sitzung h4 {
    margin-top: 0.67em;
    margin-bottom: 0.33em;
}

.print-sitzung h1 { font-size: 1.8em; }
.print-sitzung h2 { font-size: 1.6em; }
.print-sitzung h3 { font-size: 1.3em; }
.print-sitzung h4 { font-size: 1.1em; }

.print-sitzung .item-list-print .item-print:not(:first-child) {
    margin-top:0.5em;
}
.print-sitzung .item-list-print .item-print > .info {
    font-size:0.9em;
    font-weight: bold;
}
.print-sitzung .item-list-print .item-print > .text {
}

.print-sitzung .sitzung .traktandum {
    padding-top: 8px;
    padding-bottom: 7px;
    padding-left: 12px;
    border-left: solid 3px #ddd;
    margin-bottom: 30px;
}
.print-sitzung .sitzung .traktandum > h2 {
    margin-top: 0;
}

.wortbegehren-edit,
.notiz-edit {
    margin-left: 10px;
    margin-right: 10px;
}

.wortbegehren.own-wortbegehren {
    background-color: #fdfdfd;
    box-shadow:
        inset 0px 2px 6px -6px #000,
        0 2px 6px -6px #000;
}
.wortbegehren.own-wortbegehren:hover > td {
    background-color: transparent;
}

.expanded-itemMenu .notiz-edit {
    margin-left: 0;
    margin-right: 0;
}

.page-header.sitzung {
    position: relative;
}
@media (max-width: 600px) {
    .page-header.sitzung.has-bottom-controls {
        padding-bottom:44px;
    }
}

.page-header.sitzung .page-controls-top {
    position: absolute;
    right:0;
    padding-right:12px;
    top:20px;
}
.page-header .page-controls-bottom {
    position: absolute;
    right:0;
    bottom:17px;
}

.searchFeaturePlaceHolder {
    height:40px;
}

.sitzung .summary {
    text-align: center;
}

.traktandum .dataLabel {
    font-weight: 500;
    line-height: 1.7;
}

.order-container .order-info {
    font-size:11px;
    padding-bottom: 4px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 6px;
}

.order-items  table.list {
    width:100%;
    border-collapse: collapse;
}
.order-items  table.list tr > td {
    border-color:transparent;
    padding-top:0.2em;
    padding-bottom:0.2em;
}
.order-items table.list tr > td.title > span {
    color:#666;
}
.order-items table.list tr.can-toggle > td.title > span {
    cursor:pointer;
}
.order-items table.list tr.can-toggle > td.title > span:hover {
    color:#333;
}

.order-items table.list tr > td.info > span {
    width:20em;
}
.order-items table.list tr > td.icon {
    width:2em;
    padding-top:0.1em;
    padding-bottom:0.1em;
    font-size:1.2em;
    text-align:center;
}

.order-items table.list tr.selected > td.title {
    font-weight: bold;
}

.order-container .widget-content {
    padding: 5px 5px 5px 10px;
}

/* ==================================================================================================== */
/* Print *
.print-header {
    border-bottom-width: 2px;
}

/* ==================================================================================================== */
/* Various */
.sitzungDirective .personalDocuments .addNewDokumente {
    margin-top: 20px;
}

.traktandum .cmiUpload {
    display: block;
    padding-top: 20px;
}

.dd-handle {
    padding: 10px 0 0 0;
}

/* ==================================================================================================== */
/* Responsive */
@media (min-width: 601px) {
    .nav-open .navbar .nav-toggle {
        display:block;
    }
}

@media (min-width: 601px) and (max-width: 979px) {
    .column-gremium {
        width: 12em;
    }
}
@media (max-width: 600px) {
    .column-gremium {
        width: auto;
    }
}

