/*----------------------------------------------------------
some documentation here pls, kthx...
----------------------------------------------------------*/
/* MIXINS   
----------------------------------------------------------*/
/* VARIABLES
----------------------------------------------------------*/
/* MAIN   
----------------------------------------------------------*/
html {
  height: 100%; }

body {
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Calibri, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  font-size: 12px;
  overflow: hidden; }

#wrapper {
  height: 100%;
  /* IE6 */
  margin: 0;
  padding: 0;
  overflow: hidden; }
  #wrapper * html .fixed {
    zoom: 1; }

img {
  border: 0;
  outline: 0; }

:-moz-placeholder {
  color: #ccc; }

::-webkit-input-placeholder {
  color: #ccc; }

form label {
  display: block; }

/*input[type=text], input[type="search"] {
  border: 1px solid #D9D9D9;
  border-top: 1px solid silver;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-transition: none;
  -webkit-transition: none;
  margin: 1px;
  padding: 3px 1px 3px 3px; }*/
#label_name { width: 90%;}
a {
    text-decoration: none;
}

.fixed:after {
  visibility: hidden;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

* html .fixed {
  zoom: 1; }

/* IE6 */
*:first-child + html .fixed {
  zoom: 1; }

/* IE7 */
.col {
  float: left; }

.hidden {
  display: none; }

.farAndAway {
  position: absolute !important;
  top: -9999px !important; }

/* HEADERS
----------------------------------------------------------*/
header, footer, nav, section {
  display: block; }

footer.version {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 9px; }


header.content-header {
  background-color: #ffffff;
  /* IE6-9 */
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  /*filter: progid:DXImageTransform.Microsoft.Shadow(color='#888888', Direction=90, Strength=3);*/
  height: 40px;
  border-bottom: 1px solid #c7c7c7;
  padding: 10px 20px; }
  header.content-header #content-title-wrapper {
    clear: both;
    overflow: visible; }
    header.content-header #content-title-wrapper #content-title {
      color: #333333;
      font-size: 24px;
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
      float: left;
      margin: 0 15px 0 0;
      padding: 0;
      clear:both;
    }

.market {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  display: inline;
  font-size: 12px;float:left;margin-right:10px; }

#control-button {
  position: absolute;
  right: 0;
  top: 60px;
  z-index: 1;
  display: none; }

.button-bar {
  position: absolute;
  right: 0px;
  top: 70px;
  z-index: 1; }

#home-icon {
  background: url("po_home.png") 0 0 no-repeat;
  background-image: url("../../assets/images/po_home.png");
  height: 29px;
  width: 148px; }
/* ADAM COME BACK AND MAKE THIS 200 AFTER DEMO */
/*.selector-holder {
  position: absolute;
  top: 0;
  right: 200px; }*/


.no-boxshadow .selector:hover {
  background-color: #414E6D; }

.selector {
  display: inline;
  float: right;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  margin: 7px 10px;
  padding: 5px 10px;
  border: 1px solid transparent;
  color: #333;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none; 
  }
  .selector label {
    margin: 0 8px 0 0;
    line-height: 12px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    cursor: pointer; }

arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black; }

/* FOOTER    
----------------------------------------------------------*/
footer span {
  float: right; }
  footer span a {
    color: white; }

/* CONTENT    
----------------------------------------------------------*/
.clearer {
  clear: both; }

.sorter {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50px;
  background: #F4F4F4;
  overflow: auto;
  border-right: 1px solid #ccc; }

.list {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 51px;
  width: 300px;
  height: 100%;
  background-color: #fff;
  overflow: auto;
  cursor: default;
  /*border-right: 1px solid #7d7d7d;*/ }

.list-item {
  height: 90px;
  padding: 8px;
  border-top: 1px solid gainsboro;
  -khtml-user-select: none;
  -moz-user-select: none; }
  .list-item .selected {
    color: white !important; }
    .list-item .selected em {
      color: white !important; }
  .list-item span.date {
    font-size: 0.9em;
    float: left; }
    .list-item span.date em {
      font-weight: 600;
      font-style: normal;
      color: #6186e3; }
  .list-item span.code {
    font-size: 1.3em;
    float: right;
    color: #6ca15e; }
  .list-item h3 {
    font-size: 1.4em;
    color: #333;
    font-weight: 300;
    position: relative; }
  .list-item.selected {
    background: #4d90fe;
    /* Old browsers */
    background: -moz-linear-gradient(top, #4d90fe 0%, #4787ed 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4d90fe), color-stop(100%, #4787ed));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4d90fe 0%, #4787ed 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4d90fe 0%, #4787ed 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4d90fe 0%, #4787ed 100%);
    /* IE10+ */
    background: linear-gradient(top, #4d90fe 0%, #4787ed 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d90fe', endColorstr='#4787ed',GradientType=0 );
    /* IE6-9 */ }
  .list-item.selected-border {
    border-bottom: 1px solid #4787ed; }
  .list-item span.description {
    font-size: 0.9em;
    color: #8A8A8A;
    font-weight: 100;
    position: relative; }

.details-container {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 351px;
  right: 0px;
  height: 100%;
  background-color: #fff;
  overflow: auto;
  box-shadow: inset 1px -1px 4px rgba(0, 0, 0, 0.15); }

.details-wrap {
  position: relative;
  display: block;
  color: #444656;
  background: #fff;
}

.details {
  padding: 40px 30px; }
  .details h3.code {
    display: inline;
    float: right;
    color: #6CA15E;
    font-size: 1.9em;
    font-weight: normal; }
  .details span.location {
    clear: right;
    font-size: 1.8em; }
  .details p {
    color: #7a7a7a;
    margin: 0;
    padding: 0;
    font-size: 1.2em;
    font-weight: 100; }
    .details p.description {
      margin: 0 0 10px 0; }
  .details em {
    color: #333;
    font-style: normal; }

/* TODO: REORGANIZE THIS STUFF */
.content-header h2 {
  color: #333;
  padding: 10px 8px 6px 0;
  text-shadow: 0 1px 0 white;
  margin: 0px 0 0 18px;
  font-size: 24px;
  float: left; }

div.loader {
  background: transparent url("../../assets/images/ajax-loader-light.gif") no-repeat;
  position: absolute;
  padding: 4px 0 0 32px;
  font-size: 15px;
  color: grey;
  z-index: 99;
  /*	top: 30px;
  	bottom: 0px;
  	left: 84px;
  	width: 300px;
  	height: 100%;*/ }

div.save-loader {
  background: transparent url("../../assets/images/ajax-loader-light.gif") no-repeat;
  font-size: 15px;
  color: grey;
  z-index: 20;
  height: 24px;
  width: 24px;
  display: none;
  margin: 4px; }

#grid-loader {
  background: transparent url("../../assets/images/ajax-loader.gif") no-repeat;
  color: grey;
  display: inline-block;
  font-size: 15px;
  height: 16px;
  margin: 7px 0 0 0;
  width: 16px;
  z-index: 99; }

div.d-dialog,
div.shared-dialog {
  box-shadow: rgba(0, 0, 0, 0.39844) 0px 0px 18px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.39844) 0px 0px 18px;
  border: 3px solid transparent;
  border-radius: 5px;
  position: absolute;
  display: none;
  width: 475px;
     z-index: 10
  }
#attach-manager { z-index: 20000!important}
  div.d-dialog .shared-dialog-form,
  div.shared-dialog .shared-dialog-form {
    padding-bottom: 15px; }
    div.d-dialog .shared-dialog-form input[type=text],
    div.shared-dialog .shared-dialog-form input[type=text] {
      display: block !important; }

div.shared-dialog-buttons {
  border-top: 1px solid #dcdcdc;
  margin-top: 5px;
  padding-top: 15px; }

div.shared-dialog-content {
  background: #fff;
  border-radius: 4px;
  padding: 0 15px; }

div.shared-dialog-content h3 {
  border-bottom: 1px solid #dcdcdc;
  color: #666;
  line-height: normal;
  margin: 0 0 10px 0;
  padding: 15px 0px 10px; }

.d-overlay {
  background: rgba(20, 20, 20, 0.5);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9; }

.d-selected {
  background: #FFC;
  border-top: 1px solid #efefef !important; }

body.modal {
  background: #fff; }

.tab-buttons {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.tab-btn {
    padding: 6px 12px;
    cursor: pointer;
    border: 1px solid #ccc;
    background: #f5f5f5;
}

.tab-btn.active {
    background: #007bff;
    color: white;
}

.tab-content {
    padding-top: 5px;
}

.loader-tab-buttons {
    display: flex;
    gap: 12px;
    margin: 16px 0;
    padding-left: 5px;
}

.loader-tab-btn {
    padding: 8px 16px;
    font-size: 14px;
    background-color: #f3f3f3;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.loader-tab-btn:hover {
    background-color: #e8e8e8;
}

.loader-tab-btn.active {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
    font-weight: bold;
}

.loader-tab-content {
    padding: 12px 15px;
    background-color: #fcfcfc;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 20px;
}

    /* Additional spacing for field blocks */
    .loader-tab-content .clearer.row {
        margin-bottom: 10px;
    }

/* Prevent unintentional layout overrides */
#tab-custom select,
#tab-custom input[type="file"],
#tab-custom input[type="text"] {
    max-width: 300px;
}

/**** CRUD for Admin sections ******/
.crud-edit-pane {
  background: #fff;
  display: none;
  position: absolute;
  z-index: 300; }

.crud-edit-pane-wrapper {
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc; }

.crud-edit-pane-controls {
  background: #DFE1E3;
  padding: 6px 10px 6px 20px;
  text-align: right; }

.crud-edit-pane-controls a:link,
.crud-edit-pane-controls a:visited {
  text-decoration: none;
  color: #808080; }

.crud-edit-pane-controls span {
  font-family: Tahoma, Arial, sans-serif;
  font-weight: bold; }

.crud-edit-form form input[type=text] {
  display: block; }

.crud-edit-pane-loader,
.crud-edit-pane-content {
  display: none;
  padding: 10px; }

.crud-edit-pane-field {
  font-size: 16px;
  font-weight: bold; }

.crud-edit-pane-content label {
  color: #808080;
  font-size: 11px;
  text-transform: uppercase; }

.crud-edit-pane-list {
  border-top: 1px solid #dcdcdc;
  margin-top: 10px; }

.crud-edit-pane-list li {
  border-bottom: 1px solid #efefef;
  list-style: none;
  margin-top: 10px;
  padding-bottom: 10px; }

.crud-edit-pane-list li.empty {
  color: #808080; }

.crud-edit-pane-list li p {
  color: #808080;
  font-size: 11px;
  margin-top: 5px; }

.crud-edit-pane-list li em {
  font-style: normal; }

/* ERRORS, WARNINGS, ALERTS - REORGANIZE */
#alert-message {
  display: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.15);
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.15)));
  background-image: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.15));
  background-image: -ms-linear-gradient(transparent, rgba(0, 0, 0, 0.15));
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.15)));
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.15));
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.15));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.15));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#15000000')";
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#15000000')";
  background-color: #e6e6e6;
  padding: 8px 15px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  width: 500px;
  min-height: 19px;
  z-index: 1000000;
  position: relative;
  margin: 15px 0 10px 0;
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }
  #alert-message.error {
    background-color: #e4776f;
    /* Old browsers */
    background-image: -moz-linear-gradient(top, #e4776f 0%, #d83a2e 100%);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4776f), color-stop(100%, #d83a2e));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #e4776f 0%, #d83a2e 100%);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #e4776f 0%, #d83a2e 100%);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #e4776f 0%, #d83a2e 100%);
    /* IE10+ */
    background-image: linear-gradient(top, #e4776f 0%, #d83a2e 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE4776F', endColorstr='#FFD83A2E',GradientType=0 );
    /* IE6-9 */
    border-bottom-color: #b32b21;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); }
  #alert-message.warning {
    background-color: #ffe38d;
    /* Old browsers */
    background-image: -moz-linear-gradient(top, #ffe38d 0%, #ffd040 100%);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffe38d), color-stop(100%, #ffd040));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #ffe38d 0%, #ffd040 100%);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #ffe38d 0%, #ffd040 100%);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #ffe38d 0%, #ffd040 100%);
    /* IE10+ */
    background-image: linear-gradient(top, #ffe38d 0%, #ffd040 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFE38D', endColorstr='#FFFFD040',GradientType=0 );
    /* IE6-9 */
    border-bottom-color: #ffc40d;
    color: #000;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }
  #alert-message.success {
    background-color: #62c462;
    /* Old browsers */
    background-image: -moz-linear-gradient(top, #62c462 0%, #57a957 100%);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #62c462 0%, #57a957 100%);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #62c462 0%, #57a957 100%);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #62c462 0%, #57a957 100%);
    /* IE10+ */
    background-image: linear-gradient(top, #62c462 0%, #57a957 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF57A957',GradientType=0 );
    /* IE6-9 */
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    border-color: #57a957 #57a957 #3d773d;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }
  #alert-message.info {
    background-color: #62cffc;
    /* Old browsers */
    background-image: -moz-linear-gradient(top, #62cffc 0%, #04aef4 100%);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62cffc), color-stop(100%, #04aef4));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #62cffc 0%, #04aef4 100%);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #62cffc 0%, #04aef4 100%);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #62cffc 0%, #04aef4 100%);
    /* IE10+ */
    background-image: linear-gradient(top, #62cffc 0%, #04aef4 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62CFFC', endColorstr='#FF04AEF4',GradientType=0 );
    /* IE6-9 */
    border-bottom-color: #049cdb; }
  #alert-message.unsaved {
    background-color: #ffe38d;
    /* Old browsers */
    background-image: -moz-linear-gradient(top, #ffe38d 0%, #ffd040 100%);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffe38d), color-stop(100%, #ffd040));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #ffe38d 0%, #ffd040 100%);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #ffe38d 0%, #ffd040 100%);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #ffe38d 0%, #ffd040 100%);
    /* IE10+ */
    background-image: linear-gradient(top, #ffe38d 0%, #ffd040 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFE38D', endColorstr='#FFFFD040',GradientType=0 );
    /* IE6-9 */
    border-bottom-color: #ffc40d;
    height: 50px;
    color: #000;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }
    #alert-message.unsaved p {
      -khtml-opacity: 0.7;
      -moz-opacity: 0.7;
      opacity: 0.7;
      color: #000; }
  #alert-message.yesno {
    background-color: #ffe38d;
    /* Old browsers */
    background-image: -moz-linear-gradient(top, #ffe38d 0%, #ffd040 100%);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffe38d), color-stop(100%, #ffd040));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #ffe38d 0%, #ffd040 100%);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #ffe38d 0%, #ffd040 100%);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #ffe38d 0%, #ffd040 100%);
    /* IE10+ */
    background-image: linear-gradient(top, #ffe38d 0%, #ffd040 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFE38D', endColorstr='#FFFFD040',GradientType=0 );
    /* IE6-9 */
    border-bottom-color: #ffc40d;
    height: auto;
    color: #000;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }
    #alert-message.yesno p {
      -khtml-opacity: 0.7;
      -moz-opacity: 0.7;
      opacity: 0.7;
      color: #000; }
  #alert-message.continue {
    background-color: #ffe38d;
    /* Old browsers */
    background-image: -moz-linear-gradient(top, #ffe38d 0%, #ffd040 100%);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffe38d), color-stop(100%, #ffd040));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #ffe38d 0%, #ffd040 100%);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #ffe38d 0%, #ffd040 100%);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #ffe38d 0%, #ffd040 100%);
    /* IE10+ */
    background-image: linear-gradient(top, #ffe38d 0%, #ffd040 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFE38D', endColorstr='#FFFFD040',GradientType=0 );
    /* IE6-9 */
    border-bottom-color: #ffc40d;
    height: 50px;
    color: #000;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }
    #alert-message.continue p {
      -khtml-opacity: 0.7;
      -moz-opacity: 0.7;
      opacity: 0.7;
      color: #000; }
  #alert-message .close {
    float: right;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 0 1px 0 #ffffff;
    filter: alpha(opacity=20);
    -khtml-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
    text-decoration: none; }
  #alert-message .close:hover {
    color: #000;
    text-decoration: none;
    filter: alpha(opacity=40);
    -khtml-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4; }
  #alert-message p {
    line-height: 1em !important;
      float: left;
      clear: both;
    margin: 3px 3px 15px 3px!important; }
  #alert-message div.alert-buttons {
    display: none;
    line-height: 1em !important;
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 93%; }
    #alert-message div.alert-buttons a {
      filter: alpha(opacity=50);
      -khtml-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
      color: #000;
      margin: 0 30px; }
      #alert-message div.alert-buttons a:hover {
        filter: alpha(opacity=70);
        -khtml-opacity: 0.7;
        -moz-opacity: 0.7;
        opacity: 0.7; }

#alert-count {
  position: absolute;
  top: 5px;
  right: 12px;
  border-radius: 8px;
  padding: 0 2px;
  font-size: 11px;
  font-weight: bold;
  font-family: calibri;
  background-color: #dd4b39;
  /* Old browsers */
  background-image: -moz-linear-gradient(top, #dd4b39 0%, #d14836 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dd4b39), color-stop(100%, #d14836));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #dd4b39 0%, #d14836 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, #dd4b39 0%, #d14836 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, #dd4b39 0%, #d14836 100%);
  /* IE10+ */
  background-image: linear-gradient(top, #dd4b39 0%, #d14836 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDD4B39', endColorstr='#FFD14836',GradientType=0 );
  /* IE6-9 */
  border-color: #C33E2C;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }

#notification-pane {
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  /*filter: progid:DXImageTransform.Microsoft.Shadow(color='#888888', Direction=90, Strength=3);*/
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: none;
  position: absolute;
  right: 5px;
  top: 41px;
  width: 300px;
  z-index: 101;
  padding: 10px; }
  #notification-pane #notification-callout {
    height: 10px;
    left: auto;
    position: absolute;
    right: 12px;
    top: -8px;
    width: 18px;
    z-index: 30; }
  #notification-pane ul li {
    list-style: none;
    padding: 5px 0 5px 0;
    border-bottom: 1px solid #f1f1f1; }
    #notification-pane ul li span.name {
      display: block;
      color: #333;
      font-size: 1.2em; }
    #notification-pane ul li span.message {
      display: block;
      color: grey;
      font-size: 0.9em; }

.no-boxshadow .notification-pane {
  border: 1px solid #aaa;
  top: 40px; }

.fade-light {
  background-color: white;
  opacity: 0.3; }

.leftArea {
  position: absolute;
  left: 10px;
  top: 70px;
  bottom: 20px;
  width: 351px;
  border: solid 1px #CCCCCC;
  marginbottom: 50px; }

.centralArea {
  position: absolute;
  left: 371px;
  top: 70px;
  bottom: 20px;
  width: 80%; }

.taskcol1 {
  float: left;
  width: 120px;
  margin-bottom: 10px;
  margin-top: 3px;
  vertical-align: middle; }

.taskcol2 {
  float: left;
  margin-left: 5px !important;
  width: 150px;
  margin-bottom: 10px; }

.taskcol2mini {
  float: left;
  margin-left: 5px !important;
  width: 20px;
  margin-bottom: 10px; }

.taskcol2long {
  float: left;
  margin-left: 5px !important;
  width: 540px;
  margin-bottom: 10px; }

.taskcol3 {
  float: left;
  width: 70px;
  margin: 0 0 0 15px;
  margin-bottom: 10px;
  margin-top: 3px;
  vertical-align: middle; }

.taskcol4 {
  float: left;
  margin-left: 5px !important;
  width: 300px;
  margin-bottom: 10px; }

.taskcol4mini {
  float: left;
  margin-left: 5px !important;
  width: 20px;
  margin-bottom: 10px; }

.taskcol5 {
  float: left;
  width: 70px;
  margin: 0 0 0 15px;
  margin-bottom: 20px;
  margin-top: 3px; }

.taskcol6 {
  float: left;
  margin-left: 5px !important;
  width: 20px;
  margin-bottom: 10px; }

.taskcol7 {
  float: left;
  margin-left: 5px !important;
  width: 80px;
  margin-bottom: 10px; }

.taskparameters {
  border: solid 1px black;
  width: 660px; }

.no-data {
  display: none;
  background-color: gainsboro;
  color: grey;
  font-size: 28px;
  font-family: segoe ui light, helvetica, arial, sans-serif;
  margin: auto;
  width: 185px;
  padding: 20px; }

#greenplus-icon {
  background: url("greenplus.png") 0 0 no-repeat;
  background-image: url("../../assets/images/greenplus.png");
  height: 16px;
  width: 16px; }
  #greenplus-icon:active {
    background: url("greenplus.png") 0 0 no-repeat;
    background-image: url("../../assets/images/greenplus.png"); }

#redroundx-icon {
  background: url("redroundx.png") 0 0 no-repeat;
  background-image: url("../../assets/images/redroundx.png");
  height: 16px;
  width: 16px; }
  #redroundx-icon:active {
    background: url("redroundx.png") 0 0 no-repeat;
    background-image: url("../../assets/images/redroundx.png"); }

#yellowdiamond-icon {
  background: url("yellowdiamond.png") 0 0 no-repeat;
  background-image: url("../../assets/images/yellowdiamond.png");
  height: 16px;
  width: 16px; }
  #yellowdiamond-icon:active {
    background: url("yellowdiamond.png") 0 0 no-repeat;
    background-image: url("../../assets/images/yellowdiamond.png"); }

.submission-row-label {
  font-weight: bold; }

.submission-status {
  text-align: center;
  vertical-align: middle;
  font-weight: bold; }

table#submission-grid {
  border-collapse: collapse;
  border: none; }

#submission-grid td, #submission-grid th {
  border-width: thin;
  border-style: solid;
  border-color: gray; }

.panel_container {
  left: -545px;
  position: absolute;
    z-index: 100;
    padding: 0 !important;
    margin: 0 !important;
  }

.panel_overlay {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  display: none;
  position: absolute;
  z-index: 2; }

.panel_main {
  color: #FFFFFF;
  height: 100%;
  overflow: hidden;
  padding: 20px;
  width: 500px;
  position: relative;
  height: 100%;
  z-index: 100;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3) inset, 1px 0 4px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3) inset, 1px 0 4px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3) inset, 1px 0 4px 0 rgba(0, 0, 0, 0.3);
  /*filter: progid:DXImageTransform.Microsoft.Shadow(color='#888888', Direction=90, Strength=3);*/
  background-color: #333333;
  /* Old browsers */
  background-image: -moz-linear-gradient(top, #333333 0%, #3c3c3c 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #3c3c3c));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #333333 0%, #3c3c3c 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, #333333 0%, #3c3c3c 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, #333333 0%, #3c3c3c 100%);
  /* IE10+ */
  background-image: linear-gradient(top, #333333 0%, #3c3c3c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF333333', endColorstr='#FF3C3C3C',GradientType=0 );
  /* IE6-9 */ }
  .panel_main .hide_panel {
    background: url("../../assets/images/btn_x.png") no-repeat;
    color: #FFF;
    font-size: 10px;
    padding: 13px 14px;
    position: absolute;
    right: 10px;
    top: 10px; }
    .panel_main .hide_panel:hover {
      background-position: 0 -26px; }
  .panel_main h1 {
    font-size: 16px;
    text-shadow: 0 2px 1px #111111;
    -moz-text-shadow: 0 2px 1px #111111;
    -webkit-text-shadow: 0 2px 1px #111111; }

.panel_sub {
  background: #ddd;
  border: 1px solid #888;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  /*filter: progid:DXImageTransform.Microsoft.Shadow(color='#888888', Direction=90, Strength=3);*/
  position: absolute;
  right: 0px;
  width: 150px;
  padding: 9px 15px;
  display: none; }
  .panel_sub h1 {
    font-size: 16px; }
  .panel_sub ul {
    padding: 0;list-style: none; }
    .panel_sub ul li {
      padding: 3px; }
      .panel_sub ul li.btnrow {
        padding: 20px 0 0 0;
        text-align: center; }
#stmt_versions {
    height: 100%;
}
#stv_config {
    height: 80%;
    overflow: auto;
}
.pivot_area {clear:both;
	margin:0 0 10px 0;
}
.pivot_area h2 {
  margin: 0 0 5px 0;width:35%;padding-left:5%;
  font-size: 12px;
  font-weight: normal;text-shadow:0 0 0;color:White; }
.pivot_area ul {
  background: #444;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.37) inset;
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.37) inset;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.37) inset;
  /*filter: progid:DXImageTransform.Microsoft.Shadow(color='#888888', Direction=90, Strength=3);*/
  padding: 5px;
  overflow-y: auto;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-bottom: 1px solid #555; }
  .pivot_area ul.hovered {
    border: 1px solid #555;
    background: #3f3f3f; }
  .pivot_area ul.acceptDrop {
    background: #555555; }

#field_config {
  overflow: auto;
height: 80%;
padding: 0;
width: 520px;
 }
  #field_config li {
    margin: 0 0 2px 0;
    line-height: 14px;
    font-size: 11px;
    background-color: #dddddd;
    /* Old browsers */
    background-image: -moz-linear-gradient(top, #dddddd 0%, #aaaaaa 100%);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #aaaaaa));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #dddddd 0%, #aaaaaa 100%);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #dddddd 0%, #aaaaaa 100%);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #dddddd 0%, #aaaaaa 100%);
    /* IE10+ */
    background-image: linear-gradient(top, #dddddd 0%, #aaaaaa 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDDDDDD', endColorstr='#FFAAAAAA',GradientType=0 );
    /* IE6-9 */
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    line-height: 14px;
    padding: 3px 10px;
    cursor: move;
    text-shadow: 0 1px 0 #dddddd;
    -moz-text-shadow: 0 1px 0 #dddddd;
    -webkit-text-shadow: 0 1px 0 #dddddd;
    color: #333;
    font-weight: bold;
    position: relative;
    display: block; }
    #field_config li.removeDrop {
      color: #cc0000;
      border: 1px solid #cc0000; }
      #field_config li.removeDrop .actionbtn {
        display: none; }
    #field_config li.placeholder {
      background-color: #75b1ed;
      /* Old browsers */
      background-image: -moz-linear-gradient(top, #75b1ed 0%, #75b1ed 100%);
      /* FF3.6+ */
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #75b1ed), color-stop(100%, #75b1ed));
      /* Chrome,Safari4+ */
      background-image: -webkit-linear-gradient(top, #75b1ed 0%, #75b1ed 100%);
      /* Chrome10+,Safari5.1+ */
      background-image: -o-linear-gradient(top, #75b1ed 0%, #75b1ed 100%);
      /* Opera 11.10+ */
      background-image: -ms-linear-gradient(top, #75b1ed 0%, #75b1ed 100%);
      /* IE10+ */
      background-image: linear-gradient(top, #75b1ed 0%, #75b1ed 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF75B1ED', endColorstr='#FF75B1ED',GradientType=0 );
      /* IE6-9 */
      border: 1px solid #4482c0; }
    #field_config li label {
      display: block;
      padding-left: 15px;
      text-indent: -15px;
      cursor: move; }
    #field_config li input {
      width: 13px;
      height: 13px;
      padding: 0;
      margin: 0 5px 0 0;
      vertical-align: bottom;
      position: relative;
      top: -1px;
      *overflow: hidden;
      cursor: default; }
    #field_config li .editbtn {
      background-color: #75afea;
      /* Old browsers */
      background-image: -moz-linear-gradient(top, #75afea 0%, #437db7 100%);
      /* FF3.6+ */
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #75afea), color-stop(100%, #437db7));
      /* Chrome,Safari4+ */
      background-image: -webkit-linear-gradient(top, #75afea 0%, #437db7 100%);
      /* Chrome10+,Safari5.1+ */
      background-image: -o-linear-gradient(top, #75afea 0%, #437db7 100%);
      /* Opera 11.10+ */
      background-image: -ms-linear-gradient(top, #75afea 0%, #437db7 100%);
      /* IE10+ */
      background-image: linear-gradient(top, #75afea 0%, #437db7 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF75AFEA', endColorstr='#FF437DB7',GradientType=0 );
      /* IE6-9 */
      border-left: 1px solid #666;
      color: #FFF;
      padding: 3px 10px;
      position: absolute;
      right: 0;
      text-shadow: 0 1px 0 #75afea;
      -moz-text-shadow: 0 1px 0 #75afea;
      -webkit-text-shadow: 0 1px 0 #75afea;
      top: 0;
      z-index: 9999;
      display: none;
      border-radius: 0 4px 4px 0;
      -moz-border-radius: 0 4px 4px 0;
      -webkit-border-radius: 0 4px 4px 0;
      text-transform: uppercase; }
      #field_config li .editbtn:hover {
        background-color: #8bbced;
        /* Old browsers */
        background-image: -moz-linear-gradient(top, #8bbced 0%, #538ac0 100%);
        /* FF3.6+ */
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8bbced), color-stop(100%, #538ac0));
        /* Chrome,Safari4+ */
        background-image: -webkit-linear-gradient(top, #8bbced 0%, #538ac0 100%);
        /* Chrome10+,Safari5.1+ */
        background-image: -o-linear-gradient(top, #8bbced 0%, #538ac0 100%);
        /* Opera 11.10+ */
        background-image: -ms-linear-gradient(top, #8bbced 0%, #538ac0 100%);
        /* IE10+ */
        background-image: linear-gradient(top, #8bbced 0%, #538ac0 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF8BBCED', endColorstr='#FF538AC0',GradientType=0 );
        /* IE6-9 */ }
    #field_config li.datatypes input {
      display: none; }
    #field_config li.datatypes .actionbtn {
      display: block; }
  #field_config #avail_fields li {
    cursor: pointer;
    background: none;
    filter: none;
    color: #fff;
    text-shadow: 0 1px 0 #222222;
    -moz-text-shadow: 0 1px 0 #222222;
    -webkit-text-shadow: 0 1px 0 #222222;
    border-bottom: 1px solid #333;
    border-top: 1px solid #555;
    padding: 4px 10px;
    margin: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0; }
    #field_config #avail_fields li:hover {
      background: #4c4c4c; }
    #field_config #avail_fields li.active {
      color: #75AFEA; }
    #field_config #avail_fields li:first-child {
      border-top: 0; }
    #field_config #avail_fields li:last-child {
      border-bottom: 0; }
  #field_config #avail_fields li > * {
    cursor: pointer; }
  #field_config #groups li input, #field_config #columns li input {
    display: none; }
  #field_config #groups li .editbtn, #field_config #columns li .editbtn {
    display: none; }
  #field_config #groups li:hover, #field_config #columns li:hover {
    background-color: #dddddd;
    /* Old browsers */
    background-image: -moz-linear-gradient(top, #dddddd 0%, #aaaaaa 100%);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #aaaaaa));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #dddddd 0%, #aaaaaa 100%);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #dddddd 0%, #aaaaaa 100%);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #dddddd 0%, #aaaaaa 100%);
    /* IE10+ */
    background-image: linear-gradient(top, #dddddd 0%, #aaaaaa 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDDDDDD', endColorstr='#FFAAAAAA',GradientType=0 );
    /* IE6-9 */ }
  #field_config #datatypes li input {
    display: none; }
  #field_config #datatypes li .editbtn {
    display: block; }

.no-cssgradients #field_config li {
  border-radius: 0; }
  .no-cssgradients #field_config li .editbtn {
    border-radius: 0; }

#fc_left {
  float: left;
  width: 219px;
  padding: 0 15px 0 0;
  margin: 0 15px 0 0;
  border-right: 1px solid #222; }
  #fc_left .pivot_area ul {
    height: 446px; }

#fc_right {
  float: left;
  width: 235px; }
  #fc_right .pivot_area ul {
    height: 101px;
    margin: 0 0 15px 0; }
  #fc_right .pivot_area:last-child ul {
    margin: 0; }

#report_selector {
  border: 1px solid transparent;
  font-size: 12px;
  margin: 3px 10px 0 0;
  padding: 3px 8px;
  border-radius: 3px;
  color: #333333;
  cursor: pointer;
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  float: left; }
  #report_selector span {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    margin: 0;
    font-size: 15px;
    color: #666;
    font-weight: normal; }
  #report_selector:hover {
    border: 1px solid #ECECEC;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 7px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    background: #ddd; }
  #report_selector:active {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3) inset;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3) inset;
    /*filter: progid:DXImageTransform.Microsoft.Shadow(color='#888888', Direction=90, Strength=3);*/
    text-decoration: none; }
  #report_selector img {
    margin: 2px; }
  #report_selector #report_list_container {
    width: 400px;
    position: absolute;
    z-index: 101;
    display:none;
    text-shadow: none; }
    #report_selector #report_list_container #report_list {
      background-color: #fff;
      border-radius: 6px;
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      box-shadow: 0px 0px 26px -2px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0px 0px 26px -2px rgba(0, 0, 0, 0.4);
      -webkit-box-shadow: 0px 0px 26px -2px rgba(0, 0, 0, 0.4);
      /*filter: progid:DXImageTransform.Microsoft.Shadow(color='#888888', Direction=90, Strength=3);*/
      border: 1px solid #ccc;
      margin: 14px 0 0;
      overflow: auto;
      position: relative; }
      #report_selector #report_list_container #report_list #report_filter {
        background-color: #ececec;
        /* Old browsers */
        background-image: -moz-linear-gradient(top, #ececec 0%, #dfdfdf 100%);
        /* FF3.6+ */
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #dfdfdf));
        /* Chrome,Safari4+ */
        background-image: -webkit-linear-gradient(top, #ececec 0%, #dfdfdf 100%);
        /* Chrome10+,Safari5.1+ */
        background-image: -o-linear-gradient(top, #ececec 0%, #dfdfdf 100%);
        /* Opera 11.10+ */
        background-image: -ms-linear-gradient(top, #ececec 0%, #dfdfdf 100%);
        /* IE10+ */
        background-image: linear-gradient(top, #ececec 0%, #dfdfdf 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFECECEC', endColorstr='#FFDFDFDF',GradientType=0 );
        /* IE6-9 */
        box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.3);
        /*filter: progid:DXImageTransform.Microsoft.Shadow(color='#888888', Direction=90, Strength=3);*/
        border-bottom: 1px solid #CCCCCC;
        padding: 10px; }
      #report_selector #report_list_container #report_list ul {
        max-height: 250px;
        overflow-y: auto;
        font-size: 11px;
        line-height: 14px;
        padding: 7px 0; }
        #report_selector #report_list_container #report_list ul a {
          display: block;
          color: #555;
          border-bottom: 1px solid #F6f6f6;
          padding: 5px 10px; }
          #report_selector #report_list_container #report_list ul a:hover {
            color: #fff;
            background-color: #4d90fe;
            /* Old browsers */
            background-image: -moz-linear-gradient(top, #4d90fe 0%, #4787ed 100%);
            /* FF3.6+ */
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4d90fe), color-stop(100%, #4787ed));
            /* Chrome,Safari4+ */
            background-image: -webkit-linear-gradient(top, #4d90fe 0%, #4787ed 100%);
            /* Chrome10+,Safari5.1+ */
            background-image: -o-linear-gradient(top, #4d90fe 0%, #4787ed 100%);
            /* Opera 11.10+ */
            background-image: -ms-linear-gradient(top, #4d90fe 0%, #4787ed 100%);
            /* IE10+ */
            background-image: linear-gradient(top, #4d90fe 0%, #4787ed 100%);
            /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF4D90FE', endColorstr='#FF4787ED',GradientType=0 );
            /* IE6-9 */ }
          #report_selector #report_list_container #report_list ul a.current {
            background-color: #EEE;
            font-weight: bold;
            color: #333; }
            #report_selector #report_list_container #report_list ul a.current:hover {
              color: #fff; }
        #report_selector #report_list_container #report_list ul li:last-child a {
          border-bottom: 0; }

/*Temp demo styles*/
/* Activity Log */
#historyFilter .date {
  width: 125px; }

#historyFilter .label {
  padding: 5px 0px; }

#historyFilter .filterSection {
  margin: 0 5px;
  float: left; }

/* Security */
.dialogBox .label {
  width: 70px; }

.dialogBox .row {
  padding: 10px; }

.dialogBox #roleDescription {
  width: 370px; }

.dialogBox #roleName, .dialogBox #sourceName {
  width: 200px; }

.dialogBox .button {
  min-width: 60px; }

.dialogBox .shared-dialog-buttons {
  margin: 10px 0; }

.favBtn {
  background: none repeat scroll 0 0 transparent;
  border: none;
  color: #777777;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  padding: 7px;
  display: inline-block;
  font: bold 12px Helvetica,Arial,sans-serif;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff; }
  .favBtn span {
    background: url(../../assets/images/favStar.png) no-repeat scroll 0 0 transparent;
    float: left;
    line-height: 11px;
    padding: 6px 0 3px 23px;
    height: 14px; }
  .favBtn.favorite span {
    background: url(../../assets/images/favStar.png) no-repeat scroll 0 -27px transparent; }
  .favBtn:hover span {
    background: url(../../assets/images/favStar.png) no-repeat scroll 0 -27px transparent; }

/*Market Operator Security upload modal*/
#certform #wrapper, #passwordform #wrapper {
  padding: 20px;
  text-align: center; }
#certform #file, #certform #password, #passwordform #file, #passwordform #password {
  margin-top: 20px; }
#certform #validation-msg, #passwordform #validation-msg {
  color: #cc0000;
  font-size: 11px;
  margin: 5px 0 0 0;
  visibility: hidden; }
#certform .shared-dialog-buttons, #passwordform .shared-dialog-buttons {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  padding: 15px 0; }
#certform a.button, #passwordform a.button {
  min-width: 50px; }

.in-grid-icon {
  margin: 0 5px 0 0;
  cursor: pointer;
  border: none;
  background-color: transparent; }

/*Jquery UI overrides*/
.ui-widget {
  font-size: 11px;
  font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Calibri,Arial,"Lucida Grande",sans-serif; }

.ui-autocomplete {
  border: none;
  background: #fff;
  color: #333;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  /*filter: progid:DXImageTransform.Microsoft.Shadow(color='#888888', Direction=90, Strength=3);*/
  padding: 8px 0; }

.ui-menu-item {
  border-bottom: 1px dotted #eee;
    width: auto !important;
}
  .ui-menu-item:last-child {
    border-bottom: none; }
.ui-menu .ui-menu-item {
    padding: 2px 5px !important;
}
.ui-menu-item .ui-corner-all {
  border-radius: 0;
  border-width: 1px 0;
  border-color: transparent;
  border-style: solid; }

.ui-menu-item .ui-corner-all.ui-state-hover {
  color: #fff;
  background-color: #4d90fe;
  /* Old browsers */
  background-image: -moz-linear-gradient(top, #4d90fe 0%, #4787ed 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4d90fe), color-stop(100%, #4787ed));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #4d90fe 0%, #4787ed 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, #4d90fe 0%, #4787ed 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, #4d90fe 0%, #4787ed 100%);
  /* IE10+ */
  background-image: linear-gradient(top, #4d90fe 0%, #4787ed 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF4D90FE', endColorstr='#FF4787ED',GradientType=0 );
  /* IE6-9 */
  border-width: 1px 0;
  border-color: transparent;
  border-style: solid; }

.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active {
  margin: 0; }

.fakelink {
  text-decoration: underline;
  color: #77A0DE;
  cursor: pointer; }

.inactive .fakelink {
  display: none; }

.sort-asc {
    background-image: url("themes/theme-hartigen/resources/images/grid/sort_asc.png") !important;
    background-position: 4px 7px !important;
}

.sort-desc {
    background-image: url("themes/theme-hartigen/resources/images/grid/sort_desc.png") !important;
    background-position: 4px 7px !important;
}

.x-mask {
  background: #333 !important;
  opacity: 0.7 !important; }

.x-mask-msg {
  border-color: #333 !important;
  background-color: #333 !important;
  border-radius: 6px !important;
  padding: 5px !important; }

.x-mask-msg div {
  border: none !important;
  background-color: #333 !important;
  color: #ddd !important;
  font: normal 12px arial, verdana, sans-serif; }

#tile-list {
  width: 90%;
  overflow: auto;
  height: 90%;
  margin: 20px auto 0 auto; }
  #tile-list .tile {
    width: 220px;
    height: 140px;
    float: left;
    padding: 0 0 45px 0;
    cursor: pointer;
    border: 1px solid #fff;
    background-color: #fff;
    margin: 10px;
    position: relative;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    /*filter: progid:DXImageTransform.Microsoft.Shadow(color='#888888', Direction=90, Strength=3);*/
    background-color: rgba(255, 255, 255, 0.9);
    /* Old browsers */
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.2) 100%);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0.2)));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.2) 100%);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.2) 100%);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.2) 100%);
    /* IE10+ */
    background-image: linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.2) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6FFFFFF', endColorstr='#33FFFFFF',GradientType=0 );
    /* IE6-9 */
    -webkit-transition: all 0.418s;
    -moz-transition: all 0.418s;
    -o-transition: all 0.418s;
    transition: all 0.418s; }
    #tile-list .tile:hover {
      border: 1px solid #ccc;
      background-color: #ddd;
      box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.1);
      /*filter: progid:DXImageTransform.Microsoft.Shadow(color='#888888', Direction=90, Strength=3);*/
      text-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
      -moz-text-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
      -webkit-text-shadow: 0 1px 0px rgba(0, 0, 0, 0.1); }
      #tile-list .tile:hover .title {
        text-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
        -moz-text-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
        -webkit-text-shadow: 0 1px 0px rgba(0, 0, 0, 0.1); }
      #tile-list .tile:hover .subtitle {
        text-shadow: 0 1px 0px rgba(0, 0, 0, 0.05);
        -moz-text-shadow: 0 1px 0px rgba(0, 0, 0, 0.05);
        -webkit-text-shadow: 0 1px 0px rgba(0, 0, 0, 0.05); }
    #tile-list .tile:active {
      border: 1px solid #DDD;
      background-color: #ddd;
      border-radius: 6px;
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      box-shadow: inset 0 0 8px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: inset 0 0 8px 0px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: inset 0 0 8px 0px rgba(0, 0, 0, 0.1);
      /*filter: progid:DXImageTransform.Microsoft.Shadow(color='#888888', Direction=90, Strength=3);*/
      text-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
      -moz-text-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
      -webkit-text-shadow: 0 1px 0px rgba(0, 0, 0, 0.1); }
    #tile-list .tile.empty {
      background: #f8f8f8;
      filter: none;
      border: 1px solid #f3f3f3; }
      #tile-list .tile.empty:hover {
        border-color: #f3f3f3;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        /*filter: progid:DXImageTransform.Microsoft.Shadow(color='#888888', Direction=90, Strength=3);*/
        cursor: default; }
    #tile-list .tile .title {
      display: block;
      height: 18px;
      text-align: center;
      font-size: 14px;
      color: #777;
      padding: 0 10px;
      text-shadow: none;
      -moz-text-shadow: none;
      -webkit-text-shadow: none;
      -webkit-transition: all 0.318s;
      -moz-transition: all 0.318s;
      -o-transition: all 0.318s;
      transition: all 0.318s; }
    #tile-list .tile .subtitle {
      display: block;
      overflow: hidden;
      text-align: center;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #888;
      font-size: 12px;
      padding: 0 10px;
      text-shadow: none;
      -moz-text-shadow: none;
      -webkit-text-shadow: none;
      -webkit-transition: all 0.318s;
      -moz-transition: all 0.318s;
      -o-transition: all 0.318s;
      transition: all 0.318s; }
    #tile-list .tile .tile-img {
      height: 100%;
      width: 100%; }
#tile-list .tile .tile-img.dashboard {
    background: url(../../assets/images/dashboardTile.png) no-repeat center;
}
        #tile-list .tile .tile-img.settlement {
            background: url(../../assets/images/settlementTile.png) no-repeat center;
        }
      #tile-list .tile .tile-img.trans {
        background: url(../../assets/images/transTile.png) no-repeat center; }
      #tile-list .tile .tile-img.custom {
        background: url(../../assets/images/customTile.png) no-repeat center; }
      #tile-list .tile .tile-img.admin {
        background: url(../../assets/images/adminTile.png) no-repeat center; }
      #tile-list .tile .tile-img.dataengine {
        background: url(../../assets/images/dataengineTile.png) no-repeat center; }
      #tile-list .tile .tile-img.charting {
        background: url(../../assets/images/chartingTitle.png) no-repeat center; }
      #tile-list .tile .tile-img.activitylog {
        background: url(../../assets/images/activitylogTile.png) no-repeat center; }
  #tile-list #clear-tiles {
    float: right;
    color: #888;
    font-size: 11px;
    margin: 20px 10px 0 0; }
    #tile-list #clear-tiles:hover {
      text-decoration: underline; }

/*SELECTOR DROPDOWN LIST*/
.selector_dropdown {
  border: 1px solid transparent;
  font-size: 12px;
  margin: 3px 10px 0 0;
  padding: 3px 8px;
  border-radius: 3px;
  color: #333333;
  cursor: pointer;
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
  .selector_dropdown .selection_current {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    margin: 0;
    font-size: 15px;
    color: #666;
    font-weight: normal; }
  .selector_dropdown:hover {
    border: 1px solid #ECECEC;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 7px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    background: #ddd; }
  .selector_dropdown:active {
    text-decoration: none; }
  .selector_dropdown img {
    margin: 2px; }
  .selector_dropdown .selection_container {
    width: 400px;
    position: absolute;
    z-index: 101;
    display: none;
    text-shadow: none;
    left: 0; }
  #pref_menu form ul { list-style: none;margin-left: 0;padding-left: 0;}
    .selector_dropdown .selection_container .selection_content {
      background-color: #fff;
      border-radius: 6px;
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      box-shadow: 0px 0px 26px -2px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0px 0px 26px -2px rgba(0, 0, 0, 0.4);
      -webkit-box-shadow: 0px 0px 26px -2px rgba(0, 0, 0, 0.4);
      /*filter: progid:DXImageTransform.Microsoft.Shadow(color='#888888', Direction=90, Strength=3);*/
      -webkit-user-select: text;
      -moz-user-select: text;
      user-select: text;
      border: 1px solid #ccc;
      margin: 14px 0 0;
      overflow: visible;
      position: relative;
      cursor: auto; }
    .selection_content ul { margin: 0;list-style: none;padding: 0;}
      .selector_dropdown .selection_container .selection_content.navlist {
        padding: 0; }
        .selector_dropdown .selection_container .selection_content.navlist ul {
          max-height: 250px;
          overflow-y: auto;
          font-size: 11px;
          line-height: 14px;
          padding: 7px 0; }
          .selector_dropdown .selection_container .selection_content.navlist ul a {
            display: block;
            color: #555;
            border-bottom: 1px solid #F6f6f6;
            padding: 5px 10px; }
            .selector_dropdown .selection_container .selection_content.navlist ul a:hover {
              color: #fff;
              background-color: #4d90fe;
              /* Old browsers */
              background-image: -moz-linear-gradient(top, #4d90fe 0%, #4787ed 100%);
              /* FF3.6+ */
              background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4d90fe), color-stop(100%, #4787ed));
              /* Chrome,Safari4+ */
              background-image: -webkit-linear-gradient(top, #4d90fe 0%, #4787ed 100%);
              /* Chrome10+,Safari5.1+ */
              background-image: -o-linear-gradient(top, #4d90fe 0%, #4787ed 100%);
              /* Opera 11.10+ */
              background-image: -ms-linear-gradient(top, #4d90fe 0%, #4787ed 100%);
              /* IE10+ */
              background-image: linear-gradient(top, #4d90fe 0%, #4787ed 100%);
              /* W3C */
              filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF4D90FE', endColorstr='#FF4787ED',GradientType=0 );
              /* IE6-9 */ }
            .selector_dropdown .selection_container .selection_content.navlist ul a.current {
              background-color: #EEE;
              font-weight: bold;
              color: #333; }
              .selector_dropdown .selection_container .selection_content.navlist ul a.current:hover {
                color: #fff; }
          .selector_dropdown .selection_container .selection_content.navlist ul li:last-child a {
            border-bottom: 0; }
      .selector_dropdown .selection_container .selection_content.html {
        padding: 15px; }

/*PREFERENCES MENU*/
#pref_selector {
  float: right;
  margin: 10px 0 0 0; }
  #pref_selector #pref_container {
    width: 400px;
    right: 0;
    left: auto; }
    #pref_selector #pref_container .callout-top {
      right: 20px;
      left: auto; }
    #pref_selector #pref_container #pref_menu form > ul > li {
      margin: 0 0 10px 0; }
      #pref_selector #pref_container #pref_menu form > ul > li.btn_row {
        padding: 10px 0;
        text-align: center;
        margin: 0; }
    #pref_selector #pref_container #pref_menu #sel_preference {
      width: 360px; }
    #pref_selector #pref_container #pref_menu h3 {
      font-size: 16px;
      font-weight: normal;
      color: #666;
      margin: 0 0 10px 0; }
    #pref_selector #pref_container #pref_menu #isDefault {
      margin: 0 10px 0 0; }
#pref_selector #pref_container #pref_menu #isPublic {
    margin: 0 10px 0 0;
}

#pref_selector #pref_container #pref_menu #isDynamic {
    margin: 0 10px 0 0;
}

/*Output Name MENU*/
#output_name_selector #output_name_container {
  width: 400px;
  right: 0;
  left: auto; }
  #output_name_selector #output_name_container .callout-top {
    right: 60px;
    left: auto; }
  #output_name_selector #output_name_container #output_name_menu form > ul > li {
    margin: 0 0 10px 0; }
    #output_name_selector #output_name_container #output_name_menu form > ul > li.btn_row {
      padding: 10px 0;
      text-align: center;
      margin: 0; }
  #output_name_selector #output_name_container #output_name_menu #sel_output_name {
    width: 360px; }
  #output_name_selector #output_name_container #output_name_menu h3 {
    font-size: 16px;
    font-weight: normal;
    color: #666;
    margin: 0 0 10px 0; }
.sortOrder-ASC {
    background: url('themes/theme-hartigen/resources/images/grid/sort_asc.png') center center no-repeat;
    height: 12px;
    display: inline-block;
    width: 10px;
}
.sortOrder-DESC {
    background: url('themes/theme-hartigen/resources/images/grid/sort_desc.png') center center no-repeat;
    height: 12px;
    display: inline-block;
    width: 10px;
}

.x-btn-default-toolbar-small-icon-text-left .x-btn-icon { height: 16px;}
/*td.x-grid-cell div.x-grid-cell-inner { white-space: pre;}*/

.rightmenu {
    position:absolute;
    top: 0;
    left: 0;
    z-index:100000;
    display:none;
    background:#eaeaea;
    color:#3a3a3a;
    background-color: #fff;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 0px 0px 26px -2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 26px -2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 26px -2px rgba(0, 0, 0, 0.4);
    -webkit-user-select: text;
    -moz-user-select: text;
    user-select: text;
    border: 1px solid #ccc;
}
.rightmenu ul {
    color:#3a3a3a;
    padding: 5px;
    margin: 0;
}
.rightmenu ul li { position: relative;}
.rightmenu ul li a {
    display: block;
    padding: 5px 10px;
    width: 140px;
    color: #000000;
    background: transparent;
}

.rightmenu ul li ul {
    position: absolute;
    left: 135px;
    z-index: 1000;
    top: -5px;
    display: none;
}
.rightmenu ul li ul {
    width: 100px;
    text-align: right;
    /* height: 25px; */
    list-style: none;
    background: #eaeaea;
    color: #3a3a3a;
    background-color: #fff;
    padding: 5px 10px 0 0;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 0px 0px 26px -2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 26px -2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 26px -2px rgba(0, 0, 0, 0.4);
    -webkit-user-select: text;
    -moz-user-select: text;
    user-select: text;
    border: 1px solid #ccc;
}
.rightmenu ul li ul li { width: 100px;text-align: right;margin-bottom: 5px;}
.rightmenu ul li ul li input { width: 50px;border: 1px solid #ccc}
.rightmenu ul li a:hover {
    color: #fff;
    background-color: #4d90fe;
    background-image: -moz-linear-gradient(top, #4d90fe 0%, #4787ed 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4d90fe), color-stop(100%, #4787ed));
    background-image: -webkit-linear-gradient(top, #4d90fe 0%, #4787ed 100%);
    background-image: -o-linear-gradient(top, #4d90fe 0%, #4787ed 100%);
    background-image: -ms-linear-gradient(top, #4d90fe 0%, #4787ed 100%);
    background-image: linear-gradient(top, #4d90fe 0%, #4787ed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF4D90FE', endColorstr='#FF4787ED',GradientType=0 );
}

.x-grid-row .copy-highlight .x-grid-cell-inner { background-color: #ffe;}

#stmt_versions li input[type="checkbox"] {margin-right: 10px;
margin-top: 3px;
top: 2px;
position: relative;
margin-left: 3px;}

.customPref, .customPref:hover {
background: rgb(23,132,31); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(23,132,31,1) 0%, rgba(75,181,0,1) 44%, rgba(45,110,41,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(23,132,31,1)), color-stop(44%,rgba(75,181,0,1)), color-stop(100%,rgba(45,110,41,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(23,132,31,1) 0%,rgba(75,181,0,1) 44%,rgba(45,110,41,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(23,132,31,1) 0%,rgba(75,181,0,1) 44%,rgba(45,110,41,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(23,132,31,1) 0%,rgba(75,181,0,1) 44%,rgba(45,110,41,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(23,132,31,1) 0%,rgba(75,181,0,1) 44%,rgba(45,110,41,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17841f', endColorstr='#2d6e29',GradientType=0 ); /* IE6-9 */
}

.customPref .selection_current { color:#ffffff}
.publicPref, .publicPref:hover {
    background-color: #9e252c !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e252c', endColorstr='#e91d2d', GradientType=0 ) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #9e252c), color-stop(90%, #e91d2d)) !important;
    background-image: -webkit-linear-gradient(top, #9e252c 20%, #e91d2d 90%) !important;
    background-image: -moz-linear-gradient(top, #9e252c 20%, #e91d2d 90%) !important;
    background-image: -o-linear-gradient(top, #9e252c 20%, #e91d2d 90%) !important;
    background-image: linear-gradient(#9e252c 20%, #e91d2d 90%) !important;
    color: #000;
}
.publicPref .selection_current { color:#ffffff}
#fb_cont input.err-highlight, #fb_cont textarea.err-highlight, #fb_cont select.err-highlight { border-color:red;}
.multilineColumn .x-grid3-cell-inner {white-space:  normal !important;}
div#bgRedHeader {
    background: #ff0000!important;
    color: #FEFEFE!important;
}
div#bgOrangeHeader {
    background: #FF8800!important;
    color: #FEFEFE!important;
}
div#bgGreenHeader {
    background: #00D11C!important;
}
div#bgLightBlueHeader {
    background: #A5CFF2!important;
}
div#bgGrayHeader {
    background: #808080!important;
    color: #FEFEFE!important;
}
div#bgLightRedHeader {
    background: #FFA6A6!important;
}
div#bgDarkRedHeader {
    background: #AD0000!important;
    color: #FEFEFE!important;
}
div#bgYellowHeader {
    background: #FFEE00!important;
}
#bgRedHeader .x-column-header-over, #bgOrangeHeader .x-column-header-over, #bgGrayHeader .x-column-header-over, #bgDarkRedHeader .x-column-header-over {
    color: #000000!important;
}
.x-listscroll div.x-box-inner { overflow-y: scroll;}
#favorites {height: 90%;}
#favorites h1 {line-height:28px}
#favorites p { line-height: 22px;}
#favorites a {color:white;line-height:18px;}
.favList, .processList { height: 92%;float: left;width: 48%;border-right: 1px #a0a0a0 solid;}
.processList { float: right;border-right: 0;}
.favorites { height: 80%;}
#favoritesIcon { float: right;margin: 10px 0 0 15px;background: url('../images/favorites-icon.png');background-position: -26px 0;width: 25px;height: 23px;}
#favoritesIcon:hover, #favoritesIcon.active { background-position: 0 0; }
#favoritesIcon.active:hover {background-position: -26px 0;}
#favPopupWrapper {display: none;min-width: 300px;position: absolute;right: 10px;top: 100px;z-index: 101;padding: 10px 20px;background: white;border-radius: 4px;box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);filter: progid:DXImageTransform.Microsoft.Shadow(color='#888888', Direction=90, Strength=3);}
#dbInfoIcon { float: right;margin: 10px 0 0 15px;background: url('../images/dbInfo.png');background-position: 0 0;width: 25px;height: 23px;}
#dbInfoIcon:hover { background-position: -25px 0;  cursor:pointer;}
.a-column-header {
  text-shadow: 0 1px 0 rgba(255,255,255,0.3) !important;
  font: bold 11px tahoma,arial,verdana,sans-serif !important;
  background-image: none !important;
  background-color: #c5c5c5 !important;
  background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#f9f9f9),color-stop(100%,#e3e4e6)) !important;
  background-image: -webkit-linear-gradient(top,#f9f9f9,#e3e4e6) !important;
  background-image: -moz-linear-gradient(top,#f9f9f9,#e3e4e6) !important;
  background-image: -o-linear-gradient(top,#f9f9f9,#e3e4e6) !important;
  background-image: -ms-linear-gradient(top,#f9f9f9,#e3e4e6) !important;
  background-image: linear-gradient(top,#f9f9f9,#e3e4e6) !important;
}
#favCallout {background: url("po_home.png") 0 0 no-repeat;background-image: url("../../assets/images/callout-top.png");position: absolute;height: 10px;width: 20px;z-index: 102;top: -7px;right:12px;}
#favContents h2 {font-size: 16px;font-weight: normal;color: #666;margin: 0 0 10px 0;}
#favContents { line-height: 25px;}
#favTitle { min-width: 260px;}
#selectedUsers {border: 1px #ccc solid;padding: 5px;width: 380px;height: 60px;overflow: auto;}
.processFavs { display: none;}
#selectedUsers .user {float: left;display: inline;margin-right: 5px;border: 1px transparent solid;padding: 2px 2px 0 0;border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;}
#selectedUsers .user a.icon-close {float: left;width: 21px;height: 21px;background: url(../../assets/images/close-black.png) center center no-repeat;margin-right: 5px;}
#selectedUsers .user:hover{-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease;-ms-transition: all 1s ease;transition: all 1s ease;  border: 1px #6b6b6b solid;background: #efefef;}
.statusIcon{display: inline-block;width: 9px;height: 9px;background: url('../images/statusIcons.png') no-repeat;margin-right: 10px;}
.statusIcon.SUCCESS{ background-position:0 0;}
.statusIcon.INPROG{ background-position:-9px 0;}
.statusIcon.FAIL{ background-position:-18px 0;}
.statusIcon.SUCCWFAIL{ background-position:-27px 0;}

#brandLogo { float: left;margin-top: -8px;margin-left:-30px;vertical-align:middle;display: table-cell;}
#brandLogo img { float:left;margin-left:20px;height: 58px;margin-right:20px;}

.mwpricehourly table td { text-align: center;position: relative;}
.mwpricehourly table td input[type="text"] { width: 39px;margin: 0;border:1px #a0a0a0 solid}

.notificationNumber {display: none;position: absolute;top: 4px;right: 7px;background-color: #CC0000;font-size: 10px;color: #ffffff;text-align: center;padding: 2px 2px;border-radius: 4px;}

#notificationsPopupWrapper {display: none;width: 300px;position: absolute;right: 65px;top: 45px;z-index: 101;background: white;border-radius: 4px;box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);filter: progid:DXImageTransform.Microsoft.Shadow(color='#888888', Direction=90, Strength=3);}
#notificationsCallout {background: url("po_home.png") 0 0 no-repeat;background-image: url("../../assets/images/callout-top.png");position: absolute;height: 10px;width: 20px;z-index: 102;top: -7px;right:25px;}
#notificationsContents { max-height: 200px;overflow-y: auto;overflow-x: hidden;}
#notificationsMore { width: 100%;text-align:center}
#notificationsMore a {color: #4583c2;display: block;width: 100%;padding: 5px 0;color: #0000AA;text-decoration: none;font-weight: bold;border-top: 1px #efefef solid;background-color: #eeeeee;}
#notificationsMore a:hover { background: transparent;}
.newNotification { width: 280px;padding: 5px 10px;border-bottom: 1px #a0a0a0 solid;}
.newNotification:hover, .newAck:hover { background-color: #efefef;}
.newAck { background-color: #dbedff;}
.newNotification a { color: #4583c2;}
.newNotification .notMessage {width:260px;margin-right: 20px;}
.newNotification .createdBy {width:100px;display:inline-block;font-size:10px}
.newNotification .createdDate {width:160px;display:inline-block;font-size:10px;text-align: right;margin-right: 20px;}

.filterList td { padding: 3px 10px;border-bottom: 1px #efefef solid;}
.filterList td.subTable { padding: 3px 0;}
.filterList td.subTable table td { border-bottom: 0;}

.adjShow {display: none;text-align: left !important;width: 39px;margin: 0;background: white;border: 1px #a0a0a0 solid;color: #000000;-moz-user-select: -moz-none;-khtml-user-select: none;-webkit-user-select: none;-ms-user-select: none;user-select: none;}
.favorites a.icon-close {
    float: left;
    width: 13px;
    height: 13px;
    background-image: url(../../assets/images/close-black.png);
    background-position: -4px -4px !important;
    margin-right: 5px;
    margin-top: 2px;
    background-color: #efefef;
    border: 1px #3c3c3c solid;
    border-radius: 4px;
}
/*.x-column-header-inner {
     -ms-word-break: break-all !important;
     word-break: break-all !important;
     word-break: break-word !important;
-webkit-hyphens: auto !important;
   -moz-hyphens: auto !important;
        hyphens: auto !important;
    white-space: normal !important;
}
.x-column-header-text { white-space: normal !important;}*/
.x-column-wrapper {
     -ms-word-break: break-all !important;
     word-break: break-all !important;
     word-break: break-word !important;
-webkit-hyphens: auto !important;
   -moz-hyphens: auto !important;
        hyphens: auto !important;
    white-space: normal !important;
}
div.offerStrategy .x-column-wrapper {
    white-space: nowrap !important;
}

.colorBox { width: 60px;height: 20px;display: block;}

#sub-section-title {
    float: left;
    margin-left: 20px;
}

.x-grid-checkheader {
    background-image: url('images/unchecked.gif');
    background-position: 50% -2px;
    background-repeat: no-repeat;
    background-color: transparent;
    margin: 0;
}

.x-grid-checkheader-checked {
    background-image: url('images/checked.gif');
}

.x-grid-checkheader-editor .x-form-cb-wrap {
    text-align: center;
}

.x-grid-filters-le {
    background-image: url(../images/less_than_eq.png);
}

.x-grid-filters-ge {
    background-image: url(../images/greater_than_eq.png);
}
form textarea,form select {
    height: auto !important;
}

#emailContent {
    height:200px !important;
}
form input {
    max-width: none !important;
}

.label {
    color: black !important;
    font-size: 100% !important;
    font-family: tahoma, arial, verdana, sans-serif !important;
    font-weight: lighter !important;
}



.x-grid-item-selected .highlight-orange .x-grid-cell { background: #dfe8f6 !important;}

#pref_menu ul li label input {
    display: inline !important;
}
.x-list-plain li { min-height: 22px !important;}
.headerCol {float: left;width: 33%;height:41px}
.brandMessage {display: inline-block;height: 33px;margin-top: 5px;color: #fff;font-style: italic;font-size: 22px;text-align: center;padding-top: 5px;}
#testrun_manager { top: 110px;}
.x-form-item-default.x-item-disabled {
    opacity: 1 !important;
    background-color: #D9D9D9 !important;
}
.purchaseBar.x-panel-default {
    border-color: #62c462 !important;
}
.purchaseBar div.x-panel-header-default {
    background-image: none !important;
    background-color: #62c462 !important;
}
.purchaseBar .x-panel-header-title-default {
    color: #ffffff !important;
}
.saleBar.x-panel-default {
    border-color: #93d3ff !important;
}

.saleBar div.x-panel-header-default {
    background-image: none !important;
    background-color: #93d3ff !important;
}

.saleBar .x-panel-header-title-default {
    color: #3c3c3c !important;
}


/*popout window for ETAG summary window*/
p.entityTitle {
    margin: 0 0 10px 0;
}
.popOut-bubble {
    position: absolute;
    background: #f9cdcd;
    border-radius: .4em;
    height: 90px;
    z-index: 10000000;
    width: 250px;
    border: 10px solid #f9cdcd57;
    box-shadow: 1px 1px 9px 5px #1313131a;
    padding: 5px;
}

.popOut-bubble:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
   border: 36px solid transparent;
	border-top-color: #f9cdcd;
	border-bottom: 0;
    margin-left: -36px;
    margin-bottom: -36px;
    
}


.popOut-bubble hr.seperate {
    border: 1px solid #fb9d9d;
    margin: 0;
}

.popOut-bubble span.name {
    background: #d0d0d0d1;
    font-size: 10px;
    color: #232323;
    padding: 5px;
    border: 1px solid #b7b7b7;
    border-radius: 3px;
    /* margin-right: 10px; */
}

.popOut-bubble span.type {
    font-size: 8px;
    background: #fff;
    padding: 2px;
    border-radius: 50%;
    margin-left: -7px;
    vertical-align: super;
    border: 1px solid #bbb;
}

p.message {
    margin: 0;
    color: #656565;
    height: 48px;
    overflow: hidden;
    line-height: 16px;
}

span.astatus {
    font-size: 11px;
    color: #920000;
    background: #92000026;
    padding: 2px 6px;
}

.type.hide{
    display:none;
}

/*End of popout window for ETAG summary window*/


/*Tag to Trade highlight*/
.sideHighlights {
    box-shadow: inset 14px 0px 8px -10px #FF6666, inset -14px 0px 8px -10px #FF6666;
    border: 1px solid #FF6666 !important;
    padding-right: 15px;
    border-top: none !important;
    border-bottom: none !important;
}
.rightSideHighlights {
    box-shadow: inset 14px 0px 8px -10px #FF6666;
    border: 1px solid #FF6666 !important;
    padding-right: 15px;
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
}
.leftSideHighlights {
    box-shadow: inset -14px 0px 8px -10px #FF6666;
    border: 1px solid #FF6666 !important;
    padding-right: 15px;
    border-top: none !important;
    border-left: none !important;
    border-bottom: none !important;
}
/*End of Tag to Trade highlight
.x-grid-cell {
    height: 24px !important;
}
*/
.x-fa {
     color: #157fcc !important;
}

.x-fa.red {
     color: red !important;
}

.x-fa.green {
    color: #00bc00 !important;
}

.x-fa.gray {
     color: #999999 !important;
}
.x-fa.po-gray {
     color: #3c3c3c !important;
}

.x-fa.yellow {
     color: #e5d600 !important;
}
.x-fa.white {
     color: #ffffff !important;
}
    .x-fa.succfail {
        color: red !important;
        border: 5px #00bc00 solid !important;
        border-radius: 10px
    }
.topMenuButtons {
     border-color: transparent !important;
}
.topMenuButtons span.x-btn-inner-default-toolbar-small {
     color: white !important;
     border: 1px transparent solid !important;
     font-size: 13px;
}

.topMenuButtons span.x-btn-wrap-default-toolbar-small.x-btn-arrow-right:after {
     background-image: url(themes/theme-hartigen/resources/images/button/default-toolbar-small-arrow-white.png);
}
.topMenuMenu.x-menu-item-default.x-menu-item-focus,
.topMenuMenu.x-menu-item-default.x-menu-item-active {
     background-color: #bfbfbf !important;
}

#topMenuBar-after-scroller, #topMenuBar-before-scroller {
     background-color: #fff !important;
}

#clientMessage {
     margin: 0;
     margin-top: -3px;
     font-weight: normal;
     text-shadow: 0 1px 0 rgba(185, 185, 185, 0.8);
     font-size: medium;
}
#deadline {
    position: absolute;
    left: 40%;
    height: 20px;
    top: 2px;
}

#deadline p {
    font-size: 18px;
    font-weight: bold;
    padding: 0;
    margin: 2px;
}
.grouped-header .x-column-wrapper {
    white-space: nowrap !important;
}
.x-fieldset-default {
    border: 2px solid #555555 !important;
}
.btn-xsm {
    padding: 1px 1px !important;
    font-size: 12px !important;
    border-radius: 5px !important;
}
    /* Neptune theme overrides

.x-column-header-inner {
    padding: 3px 5px 3px 5px !important;
}


.x-grid-rowbody {
    padding: 0 0 0 0 !important;
}

.x-column-header {
    font-weight: normal !important;
}

.x-grid-filters-filtered-column {
    font-weight: bold !important;
    text-decoration: none !important;
}
.x-grid-item {
    font-size: 12px !important;
}

.x-column-header {
    font-size: 12px !important;
}
.x-grid-row-summary .x-grid-cell-rowbody {
    font-size: 12px !important;
}
.x-progress-default .x-progress-text, .x-mask-msg-inner, .x-body, .x-treelist-item-text, .x-tab-inner-default, .x-menu-item-default-menubar .x-form-item-label, .x-menu-item-text-default, .x-menu-item-default .x-form-item-label {
    font-size: 12px !important;
}
.x-btn-inner-default-toolbar-small {
    font-weight: normal !important;
    padding: 0 2px !important;
}
.x-toolbar-default {
    padding: 4px 0 4px 4px !important;
}
.x-column-header {
    color: #000!important;
}
*/
.bAWMdH.launcher-button {
    animation: 0.1s ease 0s 1 normal none running dewAppear;
}

.bAWMdH {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    float: left;
    border-radius: 30px 8px 30px 30px;
    background-color: rgb(56, 255, 96);
    box-shadow: none;
    color: rgb(0, 0, 0);
    z-index: 2147483647;
    cursor: pointer;
    padding: 4px;
    transition: all 0.1s ease-out 0s;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.bAWMdH * {
    box-sizing: border-box;
}

.hmSVpf {
    font-size: 0.875rem;
    font-weight: 600;
    float: left;
    user-select: none;
    margin: 0px 8px 2px 6px;
    white-space: nowrap;
    overflow: hidden;
    transition: all 0.2s ease-in-out 0s;
}
.label-warning {
    background-color: #f0ad4e;
}

.label-success {
    background-color: #5cb85c;
}
.required-field .x-form-item-label-text {
    font-weight: bold;
    color: red;
}