.dashboard {
    position: relative;
    margin-top: 35px;
    z-index: 1;
}
.dashboard #menuTrigger ins, .dashboard li ins, .dashboard h1 ins {
    float: left;
    display: block;
    width: 28px;
    height: 28px;
    cursor: pointer;
    background-image: url(/images/dashboard.png);
}
.dashboard ins.move {
    background-position: 0px -28px;
    cursor: move;
}
.dashboard ins.trash {
    background-position: 0px -56px;
}
.dashboard ins.open {
    background-position: 0px -84px;
}
.dashboard ins.add {
    background-position: 0px -112px;
}
.dashboard ins.arrow {
    background-position: 0px -140px;
}
.dashboard ins.full {
    background-position: 0px -196px;
}
.dashboard ins.condense {
    background-position: 0px -224px;
}
.dashboard ins.subtract {
    background-position: 0px -252px;
}
.dashboard ins.dropdown {
    background-position: 0px -280px;
}
.dashboard h1 ins.refresh {
    background-position: 0px -308px;
}
.dashboard h1 ins:hover {
    background-position-x: -28px;
}
.dashboard #menuTrigger {
    position: absolute;
    top: -35px;
    padding:2px 5px 0px 10px;
    background-color: #557591;
    line-height: 28px;
    color: white;
}
.dashboard #menuTrigger ins.arrow {
    float: right;
}
.dashboard #menuTrigger.open ins.arrow {
    background-position: 0px -168px;
}
.dashboard #menu {
    position: absolute;
    top: -5px;
    width: 190px;
    background-color: white;
    border: 1px solid #557591;
    z-index: 3;
}
.dashboard #menu li {
    padding: 4px 0px;
    margin: 0px;
    line-height: 28px;
    cursor: pointer;
}
.dashboard #menu li:hover {
    background-color: #F5F5F5;
}
.dashboard #menu #columnPicker {
    border-top: #557591 dotted 1px;
    border-bottom: #557591 dotted 1px;
    float: left;
}
.dashboard #menu #autoColumns {
    clear: both;
    text-align: center;
}
.dashboard #menu #autoColumns input {
    margin: 0px 5px 1px 0px;
    vertical-align: middle;
}
.dashboard #menu #autoColumns.selected {
    background-color: orange;
}
.dashboard #menu table {
    border-collapse: separate;
    border-spacing: 3px;
    width: auto;
    padding:5px;
    float: left;
    margin: 0px;
}
.dashboard #menu table td {
    border: 1px solid gray;
    width: 20px;
    height: 20px;
}
.dashboard #menu table.selected td {
    background-color: orange;
}
.dashboard .panel {
    background-color: white;
    box-shadow: 0px 2px 6px #000000;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}
.dashboard .panel h1 {
    padding: 0px 5px;
    background-color: #cdd6df;
    font-size: 1.1em;
    font-weight: bold;
    color: #557591;;
    line-height: 30px; 
}
.dashboard .panel h1 ins {
    float: right;
}
.dashboard .panel h1 ins.print {
    float: left;
}
.dashboard .panel h1 ins.refresh {
    float: left;
}
.dashboard .panel {
    height: 700px;
}
.dashboard .panel .inner {
    position: absolute;
    top: 30px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}
.dashboard .panel .content {
    height: 100%;
    overflow-y: auto;
}
.dashboard .panel iframe.content {
    border: none;
    position: absolute;
    top: 0;
    left: 0;    
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.dashboard .panel .browse {
    height: 100%;
}
.dashboard .panel .browse .left {
    float: left;padding:0px 15px;line-height: 1.6em;position:relative;height:100%;width:190px;overflow-y: auto
}
.dashboard .panel .browse .left .leftContent {
    position:absolute;height:600px;width:90%;overflow-y: auto;overflow-x:hidden
}
.dashboard .panel .browse .left .leftContent .filter {
    padding-bottom: 15px;
    margin: 15px 0px;
    border-bottom: #557591 dotted 1px
}
.dashboard .panel .browse .left .leftContent .chamber {
    margin-top:5px;border: #557591 solid 1px;border-radius: 5px;text-align: center;box-shadow: 0px 1px 2px #000000;background-color:#557591
}
.dashboard .panel .browse .left .leftContent .chamber span {
    display: inline-block;
    width: 50%;
    cursor: pointer;
    background-color: white;
}
.dashboard .panel .browse .left  .leftContent .chamber .selected {
    background-color: #557591;
    color: white;
    text-shadow: 0px -1px 0px #000080;
    cursor: default;
}
.dashboard .panel .browse .left  .leftContent .suggested {
    overflow-x: hidden;
}
.dashboard .panel .browse .right {
    height:100%;border-left: gray dotted 1px;overflow-x:hidden;overflow-y:scroll
}
.dashboard .panel .browse .right div {
    line-height: 28px;
    margin-bottom: 10px;
    padding-left: 15px;
}
.dashboard .panel .browse .right div:hover {
    background-color: #e1e1e1;
}
.dashboard .panel .inner span.name {
    color: #557591;
    font-weight: bold;
    cursor: default;
}
.dashboard .panel .browse .right span.title {
    margin-left: 25px;
    display: block;
    line-height: 1em;
}
/* Introduced, reprinted, enrolled status indicators */
.dashboard .panel .inner ins {
    float: none;
    display: inline-block;
    width: 18px;
    height: 18px;
    cursor: help;
    background-color: #e1e1e1;
    color: white;
    text-align: center;
    line-height: 18px;
    background-image: none;
    margin: 0px 5px 0px 0px;
    text-decoration: none;
    border-radius: 3px;
}
.dashboard .panel .inner ins.i {
    cursor: pointer;
    background-color: #557591;
    margin-left: 15px;
}
.dashboard .panel .inner div.i ins.i, .dashboard .panel .inner div.r ins.r, .dashboard .panel .inner div.e ins.e {
    cursor: pointer;
    background-color: #557591;
}
.dashboard .panel .inner div.i ins.i:hover, .dashboard .panel .inner div.r ins.r:hover, .dashboard .panel .inner div.e ins.e:hover {
    background-color: orange !important;
}
.dashboard .panel .inner .status ins {
    margin-left: 0px;
    cursor: pointer;
    background-color: #557591 !important;
}
.dashboard .panel.nobanotes .inner ins.noba {
    margin-left: 5px;
    display: block;
    background-repeat: no-repeat;
    background-color: transparent;
}
.dashboard .panel.nobanotes .inner ins.noba.docs {
    background-image: url('/images/mm/documents.png');
}
.dashboard .panel.nobanotes .inner ins.noba.doc {
    background-image: url('/images/mm/document.png');
}
.dashboard .panel.full {
    position: fixed;
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    margin-bottom: 0px;
    z-index: 10;
}
.dashboard .panel.full ins.move {
    display: none;
}
.dashboard .panel.full ins.full {
    background-position: 0px -224px;
}
.dashboard .panel .inner .amendments .ame {
    padding-bottom: 5px;
}
.dashboard .panel .inner td.name {
    color: #557591;
    font-weight: bold;
    cursor: default;
}
.dashboard table.amendments th,.dashboard table.amendments td {
    border: none;
    border-bottom: 1px dashed black;
}
.dashboard table.amendments td {
    vertical-align: top;
    padding: 2px 5px;
}
.dashboard table.amendments td.name {
    cursor: pointer !important;
}
.dashboard table.amendments th.l,.dashboard table.amendments td.l {
    text-align: left;
}
.dashboard table.amendments td .history {
    display: none;
    margin-top: 5px;
    text-align: left;
}
.dashboard table.amendments td .historyItem {
    text-align: left;
    text-indent: -75px;
    padding-left: 75px;
}
.dashboard .panel.grid_6{
    margin-left: 1%;
    margin-right:1%;
}
.dashboard .panel.grid_4{
    margin-left: 13px;
    margin-right:7px;
}
.dashboard .panel.grid_12{
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
}
