@import url('xnd-view-icons-nd7.css');

/*----------------------------------------------------
 * Domino Common CSS Rules
 *----------------------------------------------------
 */

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {
  font-family: tahoma,verdana,helvetica;
  font-size: 11px;
}
 
td {
border : 1px;
}
 
 
/*----------------------------------------------------
 * view styles 
 *----------------------------------------------------
 */
 
td.xnd-view-category{
   font-weight : bold;
}
td.xnd-view-totals{
   //font-weight : bold;
   color : blue;
   text-align : right;
}
td.xnd-view-response {
   z-index:2; 
}
/* to allow for rows to grow in height */
.x-grid-row td, .x-grid3-row td {
  white-space: normal;
}
/* HPMR-2269 11.10.2017 CH Bei schmalen Spalten kommt bei langen Texten Muell */
/* war vorher oben mit dabei "normal" */
.x-grid3-cell-inner {
  white-space: nowrap;
}
/* Ext didn't have this class defined for some reason */
.x-view-selected {
  background-color: #316ac5 !important;
  color: white;
}

/* Categorized Styles */
.xnd-category-hd .xnd-category-cell {
  background:transparent url(../images/group-expand-sprite.gif) no-repeat 3px -47px;
  padding:0 0 0 17px;
}

.xnd-category-collapsed .xnd-category-hd .xnd-category-cell {
  background-position: 3px 3px;
}

.xnd-category-collapsed .xnd-category-body {
    display:none;
}


/*----------------------------------------------------
 * Outline Styles
 *----------------------------------------------------
 */

/* fix button padding for domino's larger buttons 
 * domino's icons are 21px + add 2px for padding 
 */
.x-btn-text-icon .x-btn-center .x-btn-text{
  padding-left:23px;
}

/* fix to allow outline icons to not have their
 * widht and height skewed
 */
.xnd-icon {
  width: auto!important;
  height: auto!important;
}

/* use this class to not display any icons
 * next to the nodes/entries in a tree/outline
 */
.xnd-no-icon {
  display: none;
  background-image:url(../images/s.gif);
}

/*----------------------------------------------------
 * Form and Document Styles
 *----------------------------------------------------
 */

/* give form and page contents a little margin since they
 * are loaded in a viewport that has 0 margin 
 */

#xnd-form-ui {
  margin: 5px;
}

/* hide form toolbar when printing */
@media print {
  #xnd-form-toolbar {display: none;}
}

/* HPMR-1363 Christian Huber 15.09.2013 */
/* div für die Suchleiste unten auf 600px setzen, damit diese immer angezeigt wird */
/*------------------------------------------------------------------------------------------------------------------------------*/
/* TODO - need to find out why we had this set */
.x-form-field-wrap {
    /*height: 23px;*/
	width: 600px!important;
}

/* HPMR-1363 Christian Huber 15.09.2013 */
/* Suchfeld Breite entsprechend anpassen */
/*-----------------------------------------------------------------*/
.x-form-focus {
	width: 500px!important;
}

.ext-ie6 .x-form-field-wrap, .ext-ie7 .x-form-field-wrap {
    height: 23px;        
}

/* fix an IE + Domino issue with form triggers */
.ext-ie6 .x-form-field-wrap .x-form-trigger, .ext-ie7 .x-form-field-wrap .x-form-trigger {
    top: 1px;
}

.x-form-field-wrap .xnd-form-trigger{
    border: 1px solid #B5B8C8;
    height : 20px;
    cursor:pointer;
}

/* need -1px shift to the left for the viewlink.gif */
.x-form-field-wrap .xnd-form-picklist-trigger{
    background : #C5D8C8 url(/icons/viewlink.gif) no-repeat scroll -1px 3px;
}

.x-form-field-wrap .xnd-form-names-trigger{
    background : #C5D8C8 url(/icons/vwicn003.gif) no-repeat scroll 1px 3px;
}

.x-form-field-wrap .xnd-form-acl-trigger{
    background : #C5D8C8 url(/icons/actn090.gif) no-repeat scroll 1px 3px;
}

.x-form-field-wrap .xnd-form-time-trigger{
    background : #C5D8C8 url(/icons/vwicn064.gif) no-repeat scroll 1px 3px;
}

.x-form-field-wrap .x-form-trigger-over .xnd-form-time-trigger{
    /*background-position: -17px 0;*/
}
 