:focus { -moz-outline-style: none; outline: none; }

a:active {
  outline: none;
}

div#outer {
    width: auto;
    margin-top: 50px;
    margin-bottom: 35px;
    margin-left: 25px;
    margin-right: 25px;
    padding: 0px;
    opacity: 0;
}

.ccdb_company_logo {
  position: absolute;
  left: 32px;
  top: 10px;
  height: 25px;
  /***
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  ***/
}

.ccdb_vanilla_logo {
  display: none;
  position: absolute;
  left: 252px;
  top: 10px;
  height: 55px;
}

/*** inconsistency between browsers is.. amazing! ***/
div#login_form_div {
  line-height: 1.2em;
}
form#login_form input {
  height: 1.2em;
  width:  16em;
}
div#password_form_div {
  line-height: 1.2em;
}
form#password_form input {
  height: 1.2em;
  width:  13em;
}
/*** fixed height/width ***/

body {
  font-size: 10px;
  /* background-color: #999999; */
  background-color: rgb(238, 238, 238);
  overflow: hidden;
  height: 100%;
  min-height: 100%;
  opacity: 0;
  zoom: 1.00;
 /** position: relative;  **/
}

div#header {
    padding: 0em;
    margin: 0em;
}
div#header_menu_navigator {
  position: absolute;
  left: 50px;
  top:  20px;
  font-size: 2em;
  text-shadow: 0px 2px 3px white;
  font-weight: bold;
  background: none;
  border: none;
  color: #eb8f00;
  display: block;
  visibility: visible;
  /* color: #c77405; */
  /* color: #1c94c4; */
}
div#menu_navigation_dock {
  position: absolute;
  left: 210px;
  top: 12px;
  z-index: -10;
  text-align: left;
}
div#content {
  padding: 0px;
  overflow: hidden;
}
div#footer {
    padding: 0em;
    margin: 0em;
}

div#loading-info {
  overflow: hidden;
}

/* logged_user */
div#header_logged_user {
  position: absolute;
  top: 38px;
  right: 80px;
  float: right;
  visibility: visible;
  cursor: default;
  background: none;
  border: none;
  font-size: 1em;
  color: white;
  opacity: 0;
}

.logged_user_qtip_field_name {
  font-weight: bold;
  white-space: nowrap;
}

/* menu_icons */
div#menu_icons_div {
  position: absolute;
  top: 0px;
  right: 32px;
  visibility: visible;
  display: block;
}
ul#menu_icons ul {
}
ul#menu_icons li {
  cursor: pointer;
  float: right;
  list-style: none outside none;
  margin: 2px;
  padding: 4px;
}

.ccdb-menu-disabled {
  display: none;
}

.restore_app_state_box_counter {
  text-align: center;
}

/* navigation */
.dock-container { position: relative; top: -8px; height: 50px; padding-left: 20px; }  
a.dock-item { display: block; width: 50px; position: absolute; bottom: 0; text-align: center; text-decoration: none; color: #333; outline: none; }  
.dock-item span { display: none; padding-left: 20px; }  
.dock-item img { border: 0; margin: 5px 10px 0px; width: 100%; }

/* generation timestamp */
div#generate_timestamp {
  position: absolute;
  left: 50px;
  bottom: 20px;
  font-size: 1em;
  background: none;
  border: none;
  color: white;
  visibility: visible;
}

.application_loading {
  position: absolute;
  top: 45%;
  left: 45%;
  width: auto;
  z-index:9999;
  padding: 0.5em;
  margin: 5px;text-align: center;
  font-weight: bold !important;
  display: none;
  font-size: 2em !important;
  }

.loading_icon {
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
}

.autorefresh_icon {
  position: absolute;
  top: 24px;
  left: 10px;
  cursor: pointer;
}

/*** loaded items are bold ***/
.ui-menu-navigation-item-loaded {
  font-weight: bold !important;
}

/*** use this when navigation too high ***/
/***
.application_menu_navigation {
  max-height: 200px;
  overflow: auto;
}

.application_menu_navigation li a {
  padding-right: 2em !important;
}
***/
  

/* copyright */
div#copyright {
  position: absolute;
  right: 32px;
  bottom: 13px;
}
span#copyright_text {
  cursor: pointer;
  font-size: 12px;
  border: none;
  background: none;
}

.copyright_qtip_company_name {
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
  vertical-align: middle;
}

.copyright_qtip_company_motto {
  text-align: center;
  white-space: nowrap;
}

.copyright_qtip_company_email_address {
  text-align: right;
  white-space: nowrap;
  font-size: 14px;
}

.copyright_qtip_company_ascii {
  text-align: center;
}

.copyright_qtip_company_logo {
  text-align: center;
}

/* float right tab */
.tab-float-right {
  float:right !important;
}

/* closable tab */
.ui-tabs-close {display: none;position: absolute;top: 3px;right: 0px;width: 16px;height: 14px;font-size: 10px; font-style: normal;cursor: pointer;}

/*** browser moan ***/
.browser_suggestion {
  cursor: pointer;
}
.browser_flags {
  height: 2em;
  width: 9em;
}

/* datagrid qtip */
.datagrid_qtip_placeholder {
  opacity: 0.60;
}


/*** jQuery/tabs ***/
/* close icon */
.ui-tabs li .ui-icon-close { float: left; margin: 0.2em 0.2em 0 0; cursor: pointer; }
/* override tab padding */
.ui-tabs .ui-tabs-panel {
  padding: 0 0 0 0.5em !important;
}
/* override tabs pointer */
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: pointer !important;
}

/*** jqGrid override ***/
.ui-jqgrid-view-contentinfo {
  width: 30%; 
}
.ui-jqgrid .ui-pg-input {
font-size: 1em !important;
}

.ui-jqgrid-filter-tooltip-table {
  
}
.ui-jqgrid-filter-tooltip-field {
  white-space:nowrap;
  font-weight:bold;
  text-align:left;
  background:none !important;
  border:none !important;
  overflow: hidden;
}
.ui-jqgrid-filter-tooltip-operator {
  white-space:nowrap;
  text-align:left;
  padding-left: 1em;
  padding-right: 1em;
}
.ui-jqgrid-filter-tooltip-value {
  font-weight:bold;
  text-align:left;
  background:none !important;
  border:none !important;
}

.ui-jqgrid-group-header {
  white-space:nowrap;
  font-weight:bold;
  text-align:left;
  background:none !important;
  border:none !important;
  overflow: hidden;
}

.ui-tooltip {
  position: absolute !important;
  z-index: 9999 !important;
  max-width: 600px !important;
  overflow: hidden;
}

.ui-menu {
  min-width: 100px !important;
}

.ui-autocomplete {
   max-height: 150px;
   width:      250px;
   overflow-y: auto;
   /* prevent horizontal scrollbar */
   overflow-x: hidden;
}

.ui-state-hover-form-input {
  font-weight: normal ! important;
}

/* formhandler */
.ccdb-form-table-label {
  white-space: nowrap;  
}

.ccdb-form-table-error {
  white-space: nowrap;
  border: none ! important;
  margin-left: 10px;
  display: none;
}



.ccdb-tab-resizestopOnVisible {
  overflow-x: auto;
}

.ccdb-text-align-left {
  text-align: left;
}

.ccdb-text-align-right {
  text-align: right;
}