@import "/css/bootstrap.css";
@import "/css/font-awesome.css";
@import "/css/ag-grid.css";
@import "/css/mime-sprite.css";
@import "/css/toastr.css";

/* FILE: "Indigo.Ingrid" -> "styles/ingrid.css" */
.ag-paging-button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.ag-paging-button:focus,
.ag-paging-button:active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ag-paging-button:hover,
.ag-paging-button:focus {
  color: #333;
  text-decoration: none;
}
.ag-paging-button:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.ag-paging-button[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.ag-paging-button:hover,
.ag-paging-button:focus,
.ag-paging-button:active {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.ag-paging-button:active {
  background-image: none;
}
.ag-paging-button[disabled],
.ag-paging-button[disabled]:hover,
.ag-paging-button[disabled]:focus,
.ag-paging-button[disabled]:active,
.ag-paging-button[disabled].active {
  background-color: #fff;
  border-color: #ccc;
}
/* END: "Indigo.Ingrid" -> "styles/ingrid.css" */

/* FILE: "Indigo.Inputs" -> "styles/indigo-inputs.css" */
.has-error label {
    color: rgb(169, 68, 66);
}

.has-success .ace_editor {
    border: 1px solid #2b542c !important;
}

.has-success .ace_focus {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #67b168;
}

.has-error .ace_editor {
    border: 1px solid #843534 !important;
}

.has-error .ace_focus {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
}

.input-group-label {
    width: 100%;
    border-left: 1px solid #CCC;
    background-color: white !important;
    text-align: left;
}

.input-group-label-value {
    color: black !important;
    cursor: pointer;
}
.input-group-label-value:hover {
    text-decoration: underline;
}

.has-error .input-group-label,
.has-error .input-group-btn .btn {
    border: 1px solid #843534 !important;
}

.has-success .input-group-label,
.has-success .input-group-btn .btn {
    border: 1px solid #2b542c !important;
}

.input-group-heading {
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
}

/** SELECT LIST ***************************************************************/

table.indigo-input-select-list {
    width: 100%;
    height: 100%;
    cursor: default;
}

table.indigo-input-select-list td {
    padding: 2px;
}

table.indigo-input-select-list td.selectbox {
    width: 25px;
}

table.indigo-input-select-list td label {
    width: 100%;
}

table.indigo-input-select-list tr.controls {
    border-bottom: 1px solid #CCC;
}

/** DATE2 *********************************************************************/

table.indigo-input-date2-calendar {
    width: 100%;
    height: 100%;
    cursor: default;
}

table.indigo-input-date2-calendar td {
    text-align: center;
    padding: 2px;
}

table.indigo-input-date2-calendar td>button.active {
    background-color: #ACE;
}

table.indigo-input-date2-calendar td>button.today {
    background-color: #ECA;
}

table.indigo-input-date2-calendar td>button.other-month {
    background-color: #CCC;
}

table.indigo-input-date2-calendar tr.weekdays td {
    font-size: .75em;
    color: #555;
}

table.indigo-input-date2-calendar tr.controls {
    border-bottom: 1px solid #CCC;
}

/* END: "Indigo.Inputs" -> "styles/indigo-inputs.css" */

/* FILE: "Indigo.Core" -> "styles/00.indigo.css" */
div.loading-box {
    position: fixed;
    top: 50%;
    right: 50%;
    transform: translateX(50%) translateY(-50%);
}

.watcher {
    background-color: black!important;
    color: red !important;
    border: 1px solid red !important;
    margin: 5px !important;
    padding: 5px !important;
}

.admin-only {
	background-color: #FF9999 !important;
    color: #AA0000 !important;
    border-color: #FFAAAA !important;
}
/* END: "Indigo.Core" -> "styles/00.indigo.css" */

/* FILE: "Indigo.Core" -> "styles/01.mediaInspector.css" */
#mediaInspector { display: none; position: relative; z-index: 0; }
@media aural { #mediaInspector { z-index: 1; } }
@media braille { #mediaInspector { z-index: 2; } }
@media embossed { #mediaInspector { z-index: 3; } }
@media handheld { #mediaInspector { z-index: 4; } }
@media print { #mediaInspector { z-index: 5; } }
@media projection { #mediaInspector { z-index: 6; } }
@media screen { #mediaInspector { z-index: 7; } }
@media tty { #mediaInspector { z-index: 8; } }
@media tv { #mediaInspector { z-index: 9; } }
/* END: "Indigo.Core" -> "styles/01.mediaInspector.css" */

/* FILE: "Indigo.Core" -> "styles/02.print.css" */
@media print {
    .hide-in-print {
        display: none;
    }
    .show-in-print {
        display: initial !important;
    }
    td.show-in-print,th.show-in-print {
        display: table-cell !important;
    }
    tr.show-in-print {
        display: table-row !important;
    }
    thead {
        display: table-header-group;
    }
    .table-bordered, .table-bordered th, .table-bordered td {
        border: 1px solid black !important;
    }
    @page {
        size: A4;
    }
    .print-content {
        width: 210mm !important;
        overflow: hidden;
        padding: 10mm;
    }
    .print-small-95 { font-size: 95%; }
    .print-small-90 { font-size: 90%; }
    .print-small-85 { font-size: 85%; }
    .print-small-80 { font-size: 80%; }
    .print-small-75 { font-size: 75%; }
    .print-small-70 { font-size: 70%; }
    .print-small-65 { font-size: 65%; }
    .print-small-60 { font-size: 60%; }
    .print-small-55 { font-size: 55%; }
    .print-small-50 { font-size: 50%; }
    table {
        page-break-inside: auto;
    }
    tr {
        page-break-inside: avoid;
        page-break-after: auto;
    }
    thead {
        display: table-header-group;
    }
    tfoot {
        display: table-footer-group;
    }
}

.show-in-print {
    display: none;
}

/* END: "Indigo.Core" -> "styles/02.print.css" */

/* FILE: "Indigo.Core" -> "styles/04.navlist.css" */
.nav-header {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.5;
    color: #999999;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}
.nav li + .nav-header {
    margin-top: 9px;
}
.nav-list {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
}
.nav-list li > a,
.nav-list .nav-header {
    margin-left: -15px;
    margin-right: -15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list li > a {
    padding: 3px 15px;  
    display: block;
}
.nav-list li > a:hover,
.nav-list li > a:focus {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-color: #428bca;
}
.nav-list li.active > a,
.nav-list li.active > a:hover,
.nav-list li.active > a:focus {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-color: #428bca;
}
.nav-list [class^="glyphicon-"],
.nav-list [class*=" glyphicon-"] {
    margin-right: 2px;
}
.nav-list .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

/* END: "Indigo.Core" -> "styles/04.navlist.css" */

/* FILE: "Indigo.Core" -> "styles/07-panel-arrow.css" */
@media (min-width: 768px) {
    .panel.arrow:after, .panel.arrow:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent;
    }
    .panel.arrow:after, .panel.arrow:before {
        border-left: 0;
    }
    .panel.arrow:before {
        left: 0px;
        top: 30px;
        border-right-color: inherit;
        border-width: 16px;
    }
    .panel.arrow:after {
        left: 1px;
        top: 31px;
        border-right-color: #FFF;
        border-width: 15px;
    }
}

/* END: "Indigo.Core" -> "styles/07-panel-arrow.css" */

/* FILE: "Indigo.Core" -> "styles/10-popup.css" */
div.indigo-popup {
    border: 1px solid #CCC;
    left: 10px;
    top: 10px;
    z-index: 10001;
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px 0px rgba(119,119,119,1);
}
div.indigo-popup-content {
    max-width: 250px;
    margin: 0px auto;
}

div.indigo-overlay {
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    background-color: rgba(0,0,0,0.25);
}

/* END: "Indigo.Core" -> "styles/10-popup.css" */

/* FILE: "Indigo.Core" -> "styles/20.test.css" */
.test-results {
    float: left;
    position: absolute;
    border: 1px solid black;
    font-family: monospace;
    font-size: 8pt;
    padding: 5px;
    margin: 5px;
    background-color: #EEE;
    z-index: 99999999;
}

.test-suite.error>strong,
.test-result.error>strong {
    color: #F00;
}
.test-suite.success>strong,
.test-result.success>strong {
    color: #070;
}

.test-result,
.test-result .message,
.test-suite .message {
    margin-left: 25px;
}

/* END: "Indigo.Core" -> "styles/20.test.css" */

/* FILE: "Indigo.Core" -> "styles/99.i18n.css" */
@media print {
    .i18n.i18n-failed {
        color: inherit !important;
        font-weight: inherit !important;
    }
    .i18n.i18n-editable {
        border: none !important;
        background-color: inherit !important;
        cursor: inherit !important;
    }
}

.i18n.i18n-failed {
    color: red;
    font-weight: bold;
}
.i18n.i18n-editable {
    border: 1px dotted green;
    background-color: #99FFCC;
    cursor: pointer;
}

.i18n.i18n-failed {
    color: red;
    font-weight: bold;
}
.i18n.i18n-editable {
    border: 1px dotted green;
    background-color: #99FFCC;
    cursor: pointer;
}

/* END: "Indigo.Core" -> "styles/99.i18n.css" */

/* FILE: "TimeCapture" -> "styles/blocks-chronicle-old.css" */
.block-grid-header,
.block-grid-cell {
    font-family: monospace;
    font-size: 7pt;
    text-align: center;
}

.block-grid-cell-approved > a,
.block-grid-cell-approved > a:hover {
    color: white;
}

.block-grid-cell-rejected > a,
.block-grid-cell-rejected > a:hover {
    color: gray;
    text-decoration: line-through;
}

.block-grid-cell-captured > a,
.block-grid-cell-captured > a:hover {
    color: black;
}

.block-grid-header-weekend,
.block-grid-cell-weekend {
    background-color: #CCC;
}

.block-grid-header-weekend {
    font-weight: bold;
    background-color: #CCC;
}

.block-grid-header-feastday,
.block-grid-cell-feastday {
    background-color: #CCC;
}

.block-grid-header-feastday {
    font-weight: bold;
    color: red;
    background-color: #CCC;
}

/* END: "TimeCapture" -> "styles/blocks-chronicle-old.css" */

/* FILE: "TimeCapture" -> "styles/blocks-chronicle.css" */
#captureBlocksChronicleTable {
    font-family: monospace;
    font-size: 8pt;
}

#captureBlocksChronicleTable,
#captureBlocksChronicleTable tr,
#captureBlocksChronicleTable td,
#captureBlocksChronicleTable th {
  border: 1px solid black;
  border-collapse: collapse;
  text-align: center !important;
}

#captureBlocksChronicleTable td,
#captureBlocksChronicleTable th {
  min-width: 25px;
}

#captureBlocksChronicleTable tr.header,
#captureBlocksChronicleTable tr.header th {
  background-color: black;
  color: white;
}

#captureBlocksChronicleTable th a,
#captureBlocksChronicleTable th a:hover,
#captureBlocksChronicleTable th a:visited {
  color: white;
}

#captureBlocksChronicleTable a,
#captureBlocksChronicleTable a:hover,
#captureBlocksChronicleTable a:visited {
  font-weight: bold;
}

#captureBlocksChronicleTable .odd {
    background-color: #EEE;
}

#captureBlocksChronicleTable .selected {
    background-color: #FFFF0055;
    border-right: 3px double black;
}

#captureBlocksChronicleTable .status-approved > a,
#captureBlocksChronicleTable .status-approved > a:hover {
    color: white;
}

#captureBlocksChronicleTable .status-rejected {
    background-color: #FF000055;
}

#captureBlocksChronicleTable .status-rejected > a,
#captureBlocksChronicleTable .status-rejected > a:hover {
    color: black;
    text-decoration: line-through;
}

#captureBlocksChronicleTable .status-captured > a,
#captureBlocksChronicleTable .status-captured > a:hover {
    color: black;
    font-weight: normal;
}

#captureBlocksChronicleTable .day-weekend {
    background-color: #00FF0033;
}

#captureBlocksChronicleTable .day-feastday {
    background-color: #0000FF33;
}

#captureBlocksChronicleTable .hover {
  background-color: #ACE !important;
}

/* END: "TimeCapture" -> "styles/blocks-chronicle.css" */

/* FILE: "TimeCapture" -> "styles/capture-chronicle.css" */
.capture-chronicle,
.capture-chronicle .day,
.capture-chronicle .slice,
.capture-chronicle .slice>span {
    cursor: default;
}

.capture-chronicle {
    overflow: auto;
    font-family: Monospace;
    font-size: 8pt;
    border-top: 1px solid black;
    margin-bottom: 25px;
    background-color: #CCC;
}

.capture-chronicle .day {
    height: 16px;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    background-color: #FFF;
}

.capture-chronicle .day.day-special>.slice.caption {
    background-color: #8AC;
}

.capture-chronicle .day-sum {
    border-top: 3px double black;
    margin-top: 5px;
    height: 19px;
    font-weight: bold;
}

.capture-chronicle .day-errors>.slice.caption,
.capture-chronicle .day-errors>.slice.sum {
    background-color: #D55 !important;
}

.capture-chronicle .day>.whole-day {
    float: left;
    margin-left: 110px;
}

.capture-chronicle .slice {
    height: 16px;
    position: absolute;
    line-height: 16px;
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid black;
}

.capture-chronicle .slice.caption {
    width: 60px;
    border-right: 1px solid black;
    background-color: #CCC;
}

.capture-chronicle .slice.actions {
    margin-left: 60px;
    width: 45px;
    border-right: 1px solid black;
    background-color: #CCC;
    font-size: 0.9em;
}
.capture-chronicle .slice.actions>button,
.capture-chronicle .slice.actions>button:active {
    font-weight: normal;
    color: #337AB7;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    line-height: 1;
}
.capture-chronicle .slice.actions>button.danger,
.capture-chronicle .slice.actions>button.danger:active {
    color: #D55;
}
.capture-chronicle .slice.actions>button,
.capture-chronicle .slice.actions>button:hover,
.capture-chronicle .slice.actions>button:focus,
.capture-chronicle .slice.actions>button:active {
    border-color: transparent;
}
.capture-chronicle .slice.actions>button:hover,
.capture-chronicle .slice.actions>button:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}
.capture-chronicle .slice.actions>button.danger:hover,
.capture-chronicle .slice.actions>button.danger:focus {
    color: #C44;
}

.capture-chronicle .slice>span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    white-space: nowrap;
}

.capture-chronicle .addition-feastday { background: repeating-linear-gradient(-45deg, #3C3, #3C3 5px, #5E5 5px, #5E5 10px); }
.capture-chronicle .addition-night { background: repeating-linear-gradient(-45deg, #3C3, #3C3 5px, #5E5 5px, #5E5 10px); }
.capture-chronicle .addition-saturday { background: repeating-linear-gradient(-45deg, #3C3, #3C3 5px, #5E5 5px, #5E5 10px); }
.capture-chronicle .type-absentWithoutPermission { background-color: #A55; }
.capture-chronicle .type-banAdditions { background-color: #5E5; }
.capture-chronicle .type-childSick { background-color: #F77; }
.capture-chronicle .type-compensatoryFeastday { background-color: #CFC; }
.capture-chronicle .type-compensatorySunday { background-color: #CFC; }
.capture-chronicle .type-dontCapture { background-color: #CCC; }
.capture-chronicle .type-extraAdditions { background-color: #CCF; }
.capture-chronicle .type-free { background-color: #CFC; }
.capture-chronicle .type-exempted { background-color: #CFC; }
.capture-chronicle .type-freeFeastday { background-color: #CFC; }
.capture-chronicle .type-freeOvertime { background-color: #CFC; }
.capture-chronicle .type-freeOvertimeButSick { background-color: #F77; }
.capture-chronicle .type-missing { background-color: #A55; }
.capture-chronicle .type-onCallService { background-color: #CCF; }
.capture-chronicle .type-maternityLeave { background-color: #CCC; }
.capture-chronicle .type-parentalLeave { background-color: #CCC; }
.capture-chronicle .type-pause { background-color: #FA0; }
.capture-chronicle .type-reintegration { background-color: #CCF; }
.capture-chronicle .type-remainingVacationForfeit { background-color: #CCF; }
.capture-chronicle .type-resetWorkingTimeAccount { background-color: #CCF; }
.capture-chronicle .type-carryOverVacation { background-color: #CCF; }
.capture-chronicle .type-adjustAfterWageChange { background-color: #CCF; }
.capture-chronicle .type-school { background-color: #CFC; }
.capture-chronicle .type-sick { background-color: #F77; }
.capture-chronicle .type-sickPay { background-color: #F77; }
.capture-chronicle .type-specialVacation { background-color: #77F; }
.capture-chronicle .type-vacation { background-color: #77F; }
.capture-chronicle .type-working { background-color: #3C3; }

.capture-chronicle .type-legend-special { background-color: #AAA; }

.capture-chronicle .type-legend { background-color: #CCC; }

.capture-chronicle .slice.sum {
    width: 75px;
    text-align: right;
    padding-right: 5px;
    background-color: #CCC;
    border-right: 1px solid black;
}

.capture-chronicle .slice.kilometers {
    width: 50px;
    text-align: right;
    padding-right: 5px;
    background-color: #CCC;
    border-right: 1px solid black;
}

.capture-chronicle .slice.sum {
    border-left: 3px double black;
}

.capture-chronicle .day-legend>.sum,
.capture-chronicle .day-legend>.kilometers {
    font-weight: bold;
    text-align: center
}

/* END: "TimeCapture" -> "styles/capture-chronicle.css" */

/* FILE: "TimeCapture" -> "styles/multicapture.css" */
.multicapture {
    text-align: center;
    border: 1px solid black;
    line-height: 1.5em;
}

.multicapture.invalid {
    background-color: #aaa;
}

.multicapture.non-capturable {
    background-color: #DDD;
}

.multicapture.capturable {
    background-color: #FAA;
}

.multicapture.captured {
    background-color: #AFA;
}

.multicapture.capturable>.active {
    font-weight: bold;
}
/* END: "TimeCapture" -> "styles/multicapture.css" */

/* FILE: "TimeCapture" -> "styles/planner.calendar.css" */
table.calendar {
    width: 100%;
    font-size: 9pt;
    margin-bottom: 12px;
}

table.calendar td,
table.calendar th {
    text-align: center;
    padding: 5px;
}

table.calendar th.calendar-week {
    color: #CCC;
    font-size: 0.75em;
    font-weight: normal;
}

table.calendar td.calendar-day-other-month {
    color: #CCC !important;
    background-color: #F7F7F7 !important;
    font-weight: normal !important;
    font-style: italic !important;
    text-decoration: none !important;
    border: none !important;
}

table.calendar td.calendar-sunday,
table.calendar td.calendar-saturday {
    background-color: #ACE;
}

table.calendar td.calendar-feastday,
table.calendar td.calendar-legal-holiday {
    background-color: #AEC;
}

table.calendar td.calendar-free {
    font-style: italic;
    color: #AAA;
}

table.calendar td.calendar-working {
    font-weight: bold;
    border: 1px solid black;
}

table.calendar span.calendar-info {
    font-size: 0.75em;
    font-weight: normal;
}

/* END: "TimeCapture" -> "styles/planner.calendar.css" */

/* FILE: "Tickets" -> "styles/tickets.css" */
.title-with-tags .label,
.title-with-tags .badge,
.title-with-tags a,
.title-with-tags small {
    vertical-align: middle;
    margin-right: 5px;
}

.topic {
    margin-top: 10px;
}

.topic .thumbnail .caption {
    word-wrap: break-word;
    padding-top: 12px;
}

.topic .thumbnail {
    padding: 12px 12px 0 12px;
}

.topic .post-content {
    text-align: justify;
    /*white-space: pre-wrap;*/
    page-break-inside: avoid;
}

.topic .post-content > p {
    padding: 0;
    margin: 0;
    line-height: 1;
    padding-bottom: 1em;
}

.topic .post-additional, .topic .post-info {
    margin-top: 12px;
    border-top: 1px dotted #CCC;
}

.topic .post-info a {
    margin-left: 5px;
}

.savedSearch.active {
    font-weight: bold;
    text-decoration: underline;
}

.attachments {
    padding-top: 12px;
}

@media print {
    .topic .panel,
    .topic .panel-body {
        border: none;
        border-radius: 0;
        border-bottom: 1px solid black;
        padding: 0;
    }

    .indigo-buttonbar {
        display: none;
    }
}

/* END: "Tickets" -> "styles/tickets.css" */

/* FILE: "Indigo.Menu.TopBar" -> "styles/topBarMenu.css" */
.top-bar-menu .indigo-buttonbar {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 52px;
    background-color: #f5f5f5;
    height: 37px;
    border-bottom: 1px solid #e7e7e7;
}

.top-bar-menu .indigo-viewport {
    bottom: 0px;
    left: 0px;
    right: 0px;
    position: absolute;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0px 12px;
}

@media print {
    .top-bar-menu .indigo-viewport {
        overflow-y: initial;
        overflow-x: initial;
    }
}

/* END: "Indigo.Menu.TopBar" -> "styles/topBarMenu.css" */

/* FILE: "Indigo.Menu.SideBar" -> "styles/sideBarMenu.css" */
.side-bar-menu .indigo-buttonbar {
    height: 37px;
}
.side-bar-menu .indigo-buttonbar>h4 {
    margin-left: 0 !important;
}

.side-bar-menu .indigo-viewport {
    padding: 0px 12px;
}

#indigoMenu {
    padding: 0;
    margin-top: 10px;
    padding-bottom: 10px;
}
#indigoMenu .nav-header {
    margin-top: 10px;
}
#indigoMenu .fa { margin-right: 10px; }
#indigoMenu .panel-body { padding: 0px; margin-right: -1px; }
#indigoMenu .panel-body table tr td { padding-left: 15px; }
#indigoMenu .panel-body table tr.active,
#indigoMenu .panel-body table tr.active td { background-color: #CEF !important; }
#indigoMenu .panel-body .table { margin-bottom: 0px; }
#indigoMenu .panel-default > .panel-heading + .panel-collapse .panel-body,
#indigoMenu .panel-group > .panel-heading + .panel-collapse .panel-body { border-top: none;}

/* END: "Indigo.Menu.SideBar" -> "styles/sideBarMenu.css" */

/* FILE: "Indigo.Menu.AppBar" -> "styles/appBarMenu.css" */
.app-bar-menu .indigo-buttonbar {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 52px;
    background-color: #f5f5f5;
    height: 37px;
    border-bottom: 1px solid #e7e7e7;
}

.app-bar-menu .indigo-viewport {
    bottom: 0px;
    left: 0px;
    right: 0px;
    position: absolute;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0px 12px;
}

@media print {
    .app-bar-menu .indigo-viewport {
        overflow-y: initial;
        overflow-x: initial;
    }
}

/* END: "Indigo.Menu.AppBar" -> "styles/appBarMenu.css" */

