/*-------------------------------------------------------
                    [Algemeen]
-------------------------------------------------------*/

@page {
    margin-top: 2cm;
    margin-bottom: 2cm;
    counter-increment: page;
}
html {
    overflow-y: scroll; /* force scroll balk */
}
body {
    font-family: Arial;
    /*font-family: 'Trebuchet MS';*/
    /*padding-top: 51px;*/
    padding-bottom: 40px;
    background: url("media/pw_maze_white.png");
    /*background: url("media/back.jpg") no-repeat;*/
}
/*Menu collapsed menu hack*/
@media (max-width:979px) {
    ul.nav ul.dropdown-menu { display: block; }
    body { padding-top: 0px; }
}
a {
    color: #7e3f98;
}
.input-large,
.input-xlarge,
.input-xxlarge,
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input {
    display: inline-block;
}
.input-90 {
    width: 90%;
}
.input-80 {
    width: 80%;
}
textarea {
    white-space: pre-wrap!important;
}
/*
.input-xxlarge {
    width: 80%;
}
.input-xlarge {
    width: 70%;
}
.input-large {
    width: 50%;
}

.radio.inline, .checkbox.inline {
    width:100%;
}
.popover {
    width:300px;
    z-index: 9999;
}
.popover.left .arrow {
  top: 50px;
}
.redborder input, input.redborder:focus , span .redborder {
    border-color: #B94A48;
}
.input-append {
    width:100%
}*/
.input-append textarea {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
}
.input-append.gebouwen,
.input-prepend.gebouwen,
.input-append.soorten,
.input-prepend.soorten,
.input-append.status,
.input-prepend.status {
    display:block!important;
    width: 100%!important;
    height: 35px;
}

.thumbnail {
  border: 1px solid black;
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
  -webkit-box-shadow: 0 !important;
     -moz-box-shadow: 0 !important;
          box-shadow: 0 !important;
  -webkit-transition: none !important;
     -moz-transition: none !important;
       -o-transition: none !important;
          transition: none !important;
}

.gebouwfoto {
    position: relative;
    display: inline-block;
    width:24%;
    margin:2px 0;
}
.gebouwfoto img {

  width: auto\9;
  /* IE7-8 need help adjusting responsive images */

  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.removefoto {
    position:absolute;
    right:5px;
    top:5px;    
}
.input-append, .input-prepend {
    width: auto!important;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #ffffff;
}
/*
.melding-info-origineel {
    display: none;
}*/
.displaynone {
    display:none!important;
    -webkit-transform:translateZ(0);
}
.block100 {
    display: block;
    width: 100%;
}
.cursorhand {
    cursor: pointer!important;
}

@media (min-width: 1281px) {

    .input-mini {
      width: 60px;
    }

    .input-small {
      width: 90px;
    }

    .input-medium {
      width: 150px;
    }

    .input-large {
      width: 310px;
    }

    .input-xlarge {
      width: 370px;
    }

    .input-xxlarge {
      width: 630px;
    }
}
.table-condensed th,
.table-condensed td {
  padding: 1px 3px;
}
.tablesorter-icon {
    color:#000!important;
}
i.blue, a.blue {
    color:#7e3f98!important;
}
i.red, a.red, span.red {
    color:red!important;
}
/* Toegevoegd door Tom ten bate van akkoord vinkje meldingen en eventuele andere toepassingen die momenteel nog niet zijn bedacht.*/
i.green, a.green, span.green {
    color:green!important;
}
.pointer {
    cursor: pointer;
}
.redborder .uneditable-input,
.redborder input,
.redborder select, 
.redborder textarea, 
.redborder .add-on {
    border: 1px solid red!important;
    
}
.alert.error {
    margin-left: 5px;
    padding: 2px;
    display: inline-block;
}


option:disabled {
    color: red!important;
}

.title:disabled {
    color: #000066!important;
    text-decoration: none;
}


.overflow {
    width: 300px!important;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 5px;
}
.overflow-small {
    width:100px!important;
}
.overflow-medium {
    width:300px!important;
}
.overflow-large {
    width:600px!important;
}
@media (min-width: 1281px) {
.overflow-small {
    width:250px!important;
}
.overflow-medium {
    width:500px!important;
}
.overflow-large {
    width:700px!important;
}  
}

.dataTables_paginate.paging_bootstrap.pagination {
    margin: 0;
}
.dataTables_length {
    margin: 0;
}
.dataTables_length select {
    margin: 0;
}
.dataTables_info {
    float: none;
    clear: none;
    margin: 0;
}
.dataTables_wrapper .bottom {
    text-align: center;
    padding: 5px;
}
@media print {
    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_paginate  {
        display: none!important;
    }
}
.dataTable td.group {
    font-weight: bold;
    padding-left: 2px;
    background-color: #000066;
    color: #e0e0e0;
}
.dataTable td.subgroup {
    font-weight: bold;
    padding-left: 4px;
}
 
table.dataTable tr.odd { background-color: #f9f9f9; }
table.dataTable tr.even { background-color: white; }


.table th {
    white-space: normal;
    padding: 4px 20px 4px 4px;
    
    background-color: #000066;
    font-weight: 600;
    color: #e0e0e0;
}

/*-------------------------------------------------------
                    [tablesorter]
-------------------------------------------------------*/       
.tablesorter-default .header,
.tablesorter-default .tablesorter-header {
    background-position: center right;
    background-repeat: no-repeat;
    cursor: pointer;
    white-space: normal;
    padding: 4px 20px 4px 4px;
    
    background-color: #000066;
    font-weight: 600;
    color: #e0e0e0;
}
.tablesorter-default thead .headerSortUp,
.tablesorter-default thead .tablesorter-headerSortUp {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMTgwMTE3NDA3MjA2ODExQjM4MkY2QzVGRUYwRTJDNCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4MkFEQzYxNjIyQzExMUUxQTFGMUFEQUQ1QjJBNTM4QyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4MkFEQzYxNTIyQzExMUUxQTFGMUFEQUQ1QjJBNTM4QyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjAyODAxMTc0MDcyMDY4MTFCMzgyRjZDNUZFRjBFMkM0IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAxODAxMTc0MDcyMDY4MTFCMzgyRjZDNUZFRjBFMkM0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+z5ABTAAAAI5JREFUeNpi/P//PwO1ABMDFQELIQXVjfe4gFQbEJe11iv9otRl2UCcBcSphBQy4gszoKu0gNROIJYB4jtA7AF03V2SXQY0iBFIFUMNAgEVIM6DipPsTQcgDkQTSwRia5IMA9rOC6RqgVgQTQokXgOUZyfFZSFQF/zAgh2BOIjkCBjQRDtq2Khh9DAMIMAAT9AmNBDSXegAAAAASUVORK5CYII=);
}
.tablesorter-default thead .headerSortDown,
.tablesorter-default thead .tablesorter-headerSortDown {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMTgwMTE3NDA3MjA2ODExQjM4MkY2QzVGRUYwRTJDNCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4MkFEQzYxQTIyQzExMUUxQTFGMUFEQUQ1QjJBNTM4QyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4MkFEQzYxOTIyQzExMUUxQTFGMUFEQUQ1QjJBNTM4QyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjAyODAxMTc0MDcyMDY4MTFCMzgyRjZDNUZFRjBFMkM0IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAxODAxMTc0MDcyMDY4MTFCMzgyRjZDNUZFRjBFMkM0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+1fsfwAAAAJdJREFUeNpi/P//PwO1ABMDFcGoYaOG0cMwFmyC1Y33IoHUAiD+h8MBGa31SvOJddk6IN4PxBxY8FEgXkO0N4G2/gRSLUD8GU3qPRA3A+U/kxpmIBege2U9EB/ApYERX6kBDDtlILUDiFWA+AkQuwNddY2s2ARqvAukJgDxbyCehM8gnLGJBmYDsSoQTyWkkHHQFo4AAQYAAA0piq4hbqwAAAAASUVORK5CYII=);
}

/*-------------------------------------------------------
                        [shortcuts]
-------------------------------------------------------*/
.shortcuts {    
    
}
.shortcuts .shortcut {
    text-align: center;
    width: 150px;
    height: 80px;
    display: inline-block;
    padding: 5px 0;
    margin-right: 5px;
    margin-top: 5px;
    vertical-align: top;
    text-decoration: none;
    background: #f2f2f2;
    border-radius: 5px;
}
.shortcuts .shortcut.actief{
    background: #000066;
}
.shortcuts .shortcut:hover {
    background-color: #e0e0e0;
}
.shortcuts .shortcut .shortcut-icon {
    margin-top: .25em;
    margin-bottom: .25em;
    font-size: 32px;
    color: #555;
    text-shadow: 1px 1px 2px rgba(255,255,255,.5);
}
.shortcuts .shortcut-label {
    display: block;
    font-size: 14px;
    font-weight: 800;
    color: #555;
    line-height: 15px;
    text-shadow: 1px 1px 2px rgba(255,255,255,.5);
}
.popoverusertooltip {
    color:#FF6600;
}
/*-------------------------------------------------------
                        [widget]
-------------------------------------------------------*/
.widget {
    position: relative;
    clear: both;
    width: auto;
    margin-bottom: 0.5em;
    /*overflow: hidden;*/
}
.widget .alert {
    margin-bottom: 0;
}
.widget-header {
    position: relative;
    height: 32px;
    line-height: 32px;
    
    color: #666;
    background: #97C0E6;
    /*background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');*/
    background-size: 100%;
/*    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
    background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
    background-image: linear-gradient(top, #eeeeee, #cccccc);*/
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
        
    border: 1px solid #D5D5D5;
	
    -webkit-background-clip: padding-box;
}
.widget-header h3 {
    position: relative;
    top: 2px;
    left: 10px;

    display: inline-block;
    margin-right: 3em;

    font-size: 14px;
    font-weight: 800;
    color: #555;
    line-height: 15px;

    text-shadow: 1px 1px 2px rgba(255,255,255,.5);
}

.widget-header [class^="icon-"], .widget-header [class*=" icon-"] {
    display: inline-block;
    margin-left: 13px;
    margin-right: -2px;
    
    font-size: 14px;
    color: #555;
    vertical-align: middle;
}
.widget-header .actions {
    margin-right: 13px;
}
.widget-header .actions [class^="icon-"] , .widget-header span [class*=" icon-"] {
    margin: 0px;
    cursor:pointer;
    font-size: 14px;
    width:15px;
}
.widget-content {
    padding: 5px 5px;
	
    background: #f2f2f2;

    border: 1px solid #D5D5D5;
	
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.widget-header+.widget-content {
    border-top: none;

    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.widget-nopad .widget-content {
    padding: 0;
}
.widget-nopad form {
    margin-bottom: 0;
}
.widget-nopad .alert {
    border:0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.widget.minimized .widget-header{
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
/* Widget Content Clearfix */	
.widget-content:before,
.widget-content:after {
    content:"";
    display:table;
}

.widget-content:after {
    clear:both;
}
.widget-content h3 {
    display: block;
}
/* For IE 6/7 (trigger hasLayout) */
.widget-content {
    zoom:1;
}

/* Widget Table */

.widget-table .widget-content {
    padding: 0;
}

.widget-table .table {
    margin-bottom: 0;
    border: none;
}

.widget-table thead:first-child tr:first-child th:first-child,
.widget-table tbody:first-child tr:first-child td:first-child {
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
}

.widget-table thead:first-child tr:first-child th:last-child,
.widget-table tbody:first-child tr:first-child td:last-child {
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
}

.widget-table .table tr td:first-child {
    border-left: none;
}

.widget-table .table tr th:first-child {
    border-left: none;
}

/* Widget Plain */

.widget-plain {
    background: transparent;
    border: none;
}

.widget-plain .widget-content {
    padding: 0;
    background: transparent;
    border: none;
}

/* Widget Box */

.widget-box {	
	
}

.widget-box .widget-content {	
    background: #E3E3E3;	
    background: #FFF;
}

@media print {
    .widget-header {
        border: 1px dotted #E3E3E3;
    }
    .widget-content {
        border: 1px #E3E3E3 dashed!important;
    }
    .widget-header+.widget-content {
        border-top: none!important;
    }
}

/*-------------------------------------------------------
                        [info]
-------------------------------------------------------*/
.infoitems {
    margin: 0;
}
.infoitems li {
    display: table;
    padding: 0;
    width:100%;
    border-bottom: 1px dotted #CCC;
    overflow:hidden;
}
.infoitems li:last-child { 
    border: none;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.infoitems li:first-child { 
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.infoitems .input-append, .infoitems .input-prepend {
    margin-bottom: 0;
}
.widget-nopad .infoitems li:first-child {
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.infoitems input,.infoitems select, .infoitems textarea, .infoitems label, .infoitems .uneditable-input {
    margin-bottom: 0;
}

.infoitems-category {
    margin:0;
    background-color: #000066;
    padding: 5px;
    display: block;
    font-size: 18px;
    line-height: 1.1em;
    font-weight: 600;
    color: #e0e0e0;
    vertical-align: middle;
    height:100%;
}
.infoitem-description {
    background-color: #000066;
    padding: 5px;
    display: table-cell;
    border-right: 1px solid #CCC;
    vertical-align: middle;
    text-align: center;
}

.infoitem-description.alignright { 
    text-align:left;
}
.infoitem-description.alignleft { 
    text-align:left;
}
.infoitem-description.aligntop { 
    vertical-align: top;
}
.infoitem-description.small {
    width:50px;
}
.infoitem-description.medium {
    width:100px;
}
.infoitem-description.large {
    width:170px;
}
.infoitem-description.xlarge {
    width:200px;
}
.infoitem-description.xxlarge {
    width:250px;
}
.infoitem-description i {
    float:right;
}
.infoitem-description span,.infoitem-description label {
    font-weight: 600;
    color: #e0e0e0;
}
.infoitem-description span i,.infoitem-description label i {
    font-weight:400;
}
.infoitem-description-day {
    display: block;
    font-size: 20px;
}
.infoitem-description-month {
    display: block;
    font-size: 12px;
}
.infoitem-description-time {
    display: block;
    font-size: 12px;
}
.infoitem-info-title {
    font-weight: 600;
}
.infoitem-info {
    background-color: #f2f2f2;
    vertical-align: middle;
    padding: 5px;
    display: table-cell;
}

.infoitem-info .help-inline{
    width:90%;
}
.infoitem-info .gebouwen .uneditable-input,
.infoitem-info .groepgebouwen .uneditable-input,
.infoitem-info .soorten .uneditable-input,
.infoitem-info .groepsoorten .uneditable-input{
    margin-bottom: 5px;
}
.infoitem-info .gebouwen:last-child .uneditable-input,
.infoitem-info .groepgebouwen:last-child .uneditable-input,
.infoitem-info .soorten:last-child .uneditable-input,
.infoitem-info .groepsoorten:last-child .uneditable-input{
    margin-bottom: 0px;
}

.infoitem-info.aligntop {
    vertical-align: top;
}
.infoitem-helptext { 
    display: table-cell;
    color: red;
    vertical-align: middle;
    padding: 2px;

}
.infoitem-info:hover {
    background-color: #e0e0e0;
}
infoitem-info-content{
    
}

@media (max-width: 979px) {
    .infoitem-description {
        display: block;
        width: 100%!important;
        text-align: left!important;
    }
    .infoitem-info {
        display: block!important;
    }
    .infoitem-info > span {
        display: block!important;
    }
    .infoitem-info .input-append, .infoitem-info  .input-prepend {
        display: block!important;
        width: 100%!important;
    }
    .infoitem-info .input-80, .infoitem-info .input-90 {
        display: block;
        width: 100%;
        min-height: 30px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }
    input,
    select,
    textarea,
    .uneditable-input{
        display: inline-block!important;
        width: 80%!important;
    }
    .infoitem-description-day, .infoitem-description-month, .infoitem-description-time {
        display: table-cell!important;
        font-size: 14px!important;
        margin-right: 5px!important;
    }
}
@media print {
    .infoitem-description {
        display: table-cell!important;
        width: 30%!important;
    }
    .infoitem-info {
        display: table-cell!important;
    }
    .infoitem-description.alignright { 
        text-align:right!important;
    }
    .infoitem-description.alignleft { 
        text-align:left!important;
    }
    .infoitem-description.aligntop { 
        vertical-align: top!important;
    }
    .infoitem-description.small {
        width:50px!important;
    }
    .infoitem-description.medium {
        width:100px!important;
    }
    .infoitem-description.large {
        width:170px!important;
    }
    .infoitem-description.xlarge {
        width:200px!important;
    }
    .infoitem-description.xxlarge {
        width:250px!important;
    }

}


.bs-docs-sidenav {
  width: 100%;
  margin: 0 0 5px 0;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
}

.bs-docs-sidenav > li > a,
.bs-docs-sidenav > li > span {
  display: block;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
}
.bs-docs-sidenav > li > span {
    font-weight: bold;
    line-height: 20px;
    color: #999999;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.bs-docs-sidenav > li:first-child > a,
.bs-docs-sidenav > li:first-child > span {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > li:last-child > a,
.bs-docs-sidenav > li:last-child > span {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.bs-docs-sidenav > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}

/* Chevrons */
.bs-docs-sidenav .icon-chevron-right {
  float: right;
  margin-top: 2px;
}
.bs-docs-sidenav > li > a:hover {
  background-color: #f5f5f5;
}
.table tbody tr.deadlinealert > td {
  background-color: #FFD1B3;
}
.table-hover tbody tr.deadlinealert:hover > td {
  background-color: #FFB380;
}

.alert-deadline {
  color: #FF6600;
  background-color: #FFD1B3;
  border-color: #FF6600;
}

.alert-deadline h4 {
  color: #FF6600;
}
@media print {
  a[href]:after {
    content: none !important;
  }
}
/*
@media print {
    body {
        zoom: 80%;
    }
}
*/

.nsTable-Sorting {
    cursor: pointer;
    *cursor: hand;
    background: url('./media/sort_both.png') no-repeat center right;
}
.nsTable-Sorting_asc { background: url('./media/sort_asc.png') no-repeat center right; }
.nsTable-Sorting_desc { background: url('./media/sort_desc.png') no-repeat center right; }

.clearable{
  background:url(./media/clearX.png) no-repeat right -10px center;
  border:1px solid #999;
  padding:3px 18px 3px 4px; /* USE the same right padding in jQ! */
  border-radius:3px;
  transition: background 0.4s; /*Remove this line if issues in Chrome (02.2014)*/
}
/* (jQ addClass:) if input has value: */
.clearable.x{
  background-position: right 5px center;
}
/* (jQ addClass:) if mouse is over the 'x' input area*/
.clearable.onX{
  cursor:pointer;
}
