body {
    /*You will specify your image path here.*/
    background: url(../images/bg1.jpg) no-repeat center center fixed !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.app-header-logo {
    width: 50px;
    height: 71px;
    background: url(../images/pic_small.jpg) no-repeat center;
}

.app-header-title {
    float: right;
    font-family: calibri, sans-serif;
    text-align: right;
    /*top: 0 !important;*/
}

.app-header-hh {

    font-size: 56px;
    /*line-height: normal;*/
    margin-right: 5px;
    line-height: 1 !important;

}

.settings-gear-icon {
    color: #666;
}

.app-header-region {
    float: right;
    font-weight: bold;
    font-size: 15px;
    margin-right: 5px;
}

.main-nav-btn .x-btn-inner {
    text-align: center;
    font-family: calibri, sans-serif;
    font-size: 16px;
}

.x-grid-filters-filtered-column {
    font-style: italic;
    font-weight: bold;
    text-decoration: inherit;
}

.green-button {
    background-color: #92D050;
    border-color: #7CB144;
}

.x-btn-over.green-button {
    background-color: #89c44b;
    border-color: #7CB144;
}

.x-btn-pressed.green-button {
    background-color: #7CB144;
    border-color: #7CB144;
}

.x-btn-menu-active.green-button {
    background-color: #7CB144;
    border-color: #7CB144;
}

.x-btn-focus.green-button {
    background-color: #7CB144 !important;
}

.red-button {
    background-color: #d0120e;
    border-color: #b10100;
}

.x-btn-over.red-button {
    background-color: #c40015;
    border-color: #b10100;
}

.x-btn-pressed.red-button {
    background-color: #b10100;
    border-color: #b10100;
}

.x-btn-menu-active.red-button {
    background-color: #b10100;
    border-color: #b10100;
}

.x-btn-focus.red-button {
    background-color: #b10100 !important;
}

.orange-button {
    background-color: #ff8f17;
    border-color: #b16306;
}

.x-btn-over.orange-button {
    background-color: #ff7f17;
    border-color: #b16306;
}

.x-btn-pressed.orange-button {
    background-color: #b16306;
    border-color: #b16306;
}

.x-btn-menu-active.orange-button {
    background-color: #b16306;
    border-color: #b16306;
}

.x-btn-focus.orange-button {
    background-color: #b16306 !important;
}

.markermenu-title {
    background: #D6E3F2;
    border-style: solid;
    border-color: #DAE6F4 #99bbe8 #99bbe8 #DAE6F4;
    border-width: 1px;
    margin: -2px -2px 0;
    color: #15428b;
    font: bold 10px tahoma, arial, verdana, sans-serif;
    display: block;
    padding: 3px;
}

.hh-grid-toolbar {
    background-color: #f5f5f5;
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #ffffff url('../images/ajax-loader.gif') no-repeat center center;
}

.bld-btn {
    font-weight: bold;
}

/* Fixes href error in menu items */
a.x-menu-item-link {
    width: 100%
}

.x-column-header-inner {
    text-align: center;
}

.x-toolbar-default .x-toolbar-item {
    margin: 0 0 0 0;
}

.x-btn-default-toolbar-small {
    border-width: 0;
}

.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-toolbar-small {
    padding-right: 0;
}

.x-window-default {
    border-color: #cecece;
}

.db-toolbar-title {
    color: #881E1E;

    font-size: 15px;
    font-weight: bold;
    font-family: helvetica, arial, verdana, sans-serif;
    line-height: 16px;
}

.db-toolbar {
    background-color: #f5f5f5;
    border-bottom-width: 1px !important;
}

.labels {
    color: rgb(31, 47, 113);
    background-color: rgb(242, 180, 180);
    padding: 3px;
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 10px;
    font-weight: bold;
    /* 	text-align: center; */
    /* 	width: 40px; */
    border: 1px solid black;
    white-space: nowrap;
}

/* tree_wrap should be set as the cls for your TreePanel, under Ext.AbstractComponent
  However, this will place tree-wrap several div's up the heirarchy from the actual
  element you are targeting. So, x-grid-cell-inner is used with a descendent selector
  to be more precise. Hopefully, the combination will avoid applying the styles to
  anything unintended.

  Only the height and white-space are actually needed. The other lines make it pretty.
*/
div[class~="tree_wrap"] div[class~="x-grid-cell-inner"] {
    height: auto !important;
    white-space: normal !important;
    text-indent: -3.3em !important;
    padding-left: 3.3em !important;
    padding-right: 1em !important;
}

.infowin {
    line-height: 1.35;
    overflow: hidden;
    white-space: nowrap;
}

a.auditdetails {
    color: orange;
}

a.auditdetails2 {
    color: orange;
    font-weight: bold;
}

a.auditmedia {
    color: blue;
    font-weight: bold;
}

a.dynamicfield {
    color: red;
    font-weight: bold;
}

.x-btn.x-btn-pressed.x-btn-default-toolbar-small {
    background-color: #c1c1c1;
}

#images-view .x-panel-body {
    background: white;
    font: 11px Arial, Helvetica, sans-serif;
}

#images-view .thumb {
    background: #dddddd;
    padding: 3px 3px 0;
}

.x-quirks #images-view .thumb {
    padding-bottom: 3px;
}

#images-view .thumb img {
    height: 120px;
    width: 160px;
}

#images-view .thumb-wrap {
    float: left;
    margin: 4px 0 4px 4px;
    padding: 5px;
}

#images-view .thumb-wrap span {

    display: block;
    overflow: hidden;
    text-align: center;
    width: 86px; /* for ie to ensure that the text is centered */
}

#images-view .x-item-over {
    border: 1px solid #dddddd;
    background: #efefef;
    padding: 4px;
}

#images-view .x-item-selected {
    background: #eff5fb;
    border: 1px solid #99bbe8;
    padding: 4px;
}

#images-view .x-item-selected .thumb {
    background: transparent;
}

#images-view .loading-indicator {
    font-size: 11px;
    background: url('/images/loading.gif') no-repeat left;
    padding-left: 20px;
    margin: 10px;
}

.x-view-selector {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    zoom: 1;
    background-color: #c3daf9;
    border: 1px dotted #3399bb;
}

.ext-strict .ext-ie .x-tree .x-panel-bwrap {
    position: relative;
    overflow: hidden;
}

.x-editable {
    color: #000;
}

.disabled-hh-field input {
    background-color: #f0f0f0;
}

.x-grid-row-summary .pr-red-cell {
    background-color: #ffc7ce !important;
    color: #9c0006;
    font-weight: bold;
}

.x-grid-row-summary .pr-green-cell {
    background-color: #c6efce !important;
    color: #006100;
    font-weight: bold;
}

.x-grid-row-summary .pr-yellow-cell {
    background-color: #ffeb9c !important;
    color: #9c6500;
    font-weight: bold;
}

.pr-red-cell {
    background-color: #ffc7ce !important;
    color: #9c0006;
}

.pr-green-cell {
    background-color: #c6efce !important;
    color: #006100;
}

.pr-yellow-cell {
    background-color: #ffeb9c !important;
    color: #9c6500;
}

.gridlink {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}

.gridlinkinactive {
    cursor: pointer;
    color: gray;
    text-decoration: underline;
}

.gridclearfilters {
    cursor: pointer;
    color: inherit;
    text-decoration: underline;
}

.inactivegridlink {
    color: gray;
}

.autoidfield-default {
}

.autoidfield {
    display: table;
    width: 100%;
}

.red-grid-row .x-grid-cell {
    background-color: lightcoral !important;
}

.yellow-grid-row .x-grid-cell {
    background-color: #dbdb40 !important;
}

.purple-grid-row .x-grid-cell {
    background-color: mediumpurple !important;
}

.mask-no-spinner .x-mask-msg-text {
    padding: 0;
    background-image: none !important;
}

.journal-date {
    font-size: 1.1em;
    float: right;
}

.journal-submitter {
    font-weight: bold;
    font-size: 1.1em;
}

.journal-entry {
    margin-top: 10px;
}

.journal-block {
    border: 1px solid gray;
    background-color: #dcc4c4;
    margin-bottom: 20px;
    padding: 5px;
}

.adv-label {
    background-color: #5381cc;
    border-radius: 8px;
    color: #ffffff;
    font-size: 12px;
    border: 1px solid #4c33c8;
    padding: 1px 4px;
    position: relative;
    top: 17px;
}

.adv-label-gray {
    background-color: #888888;
    border-radius: 8px;
    color: #ffffff;
    font-size: 12px;
    border: 1px solid #444444;
    padding: 1px 4px;
    position: relative;
    top: 17px;
}

.hh-menu-markup-header {
    font-weight: bold;
}