/*
 * global CSS definitions for iSEE
 *
 * $Revision: 2.6 $
 *
 */

body {
  background-color: #d3d3d3;
  font: 13px Verdana, Arial, Helvetica, sans-serif;
}

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

.isee-menu-inline{
    background: #ebeadb url(ext-3.4.0/resources/images/default/grid/grid-hrow.gif) repeat-x;
    border-bottom:1px solid #99bbe8;
    color:#15428b;
    font:bold 10px tahoma,arial,verdana,sans-serif;
    display:block;
    padding:3px;
}

.border-blue {
  border: 1px solid blue;
}
.border-red {
  border: 1px solid red;
}

.isee-form-required, textarea.isee-form-required {
    border: 1px solid #ffd700;
}

.isee-form-invalid, textarea.isee-form-invalid {
	background:#fff url(ext-2.2.1/resources/images/default/grid/invalid_line.gif) repeat-x bottom;
	border: 1px solid #dd7870;
}

.isee-form-readonly, textarea.isee-form-readonly {
  /*background: #bfdbee;*/
  background: #cfe3f1;
  color: #000000;
	border: 1px solid #ffffff;
}

/*
 * CSS definitions for StaticTextField
 */
input.x-static-text-field {
	background: transparent;
	border: none;
	color: inherit;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.ux-form-statictextfield-alternate {
	background: transparent;
	border: none;
	color: inherit;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.ux-form-statictextfield {
	background: transparent;
	border: none; 
	padding-top: 1px !important;
	padding-bottom: 0px !important;
	color: #333;
}


/*
 * CSS definitions for MiscField
 */
.x-form-miscfield {
	height: 22px;
	line-height: 18px;
	vertical-align: middle;
	overflow: hidden;
}
.ext-ie .x-form-miscfield {
    height: 22px; /* ie quirks */
    line-height: 18px;
}
.ext-strict .x-form-miscfield {
    height: 18px;
}
.ext-safari .x-form-miscfield {
    height: 20px; /* safari always same size */
}
.ext-gecko .x-form-miscfield {
    padding-top: 2px; /* FF won't center the text vertically */
    padding-bottom: 0;
}

/*
 * CSS definitions for loading mask
 */
#loading-mask 
{
  width:100%;
  height:100%;
  background:#c3daf9;
  position:absolute;
  z-index:20000;
  left:0px;
  top:0px;
}

#loading 
{
  position:absolute;
  left:42%;
  top:40%;
  border:1px solid #6593cf;
  padding:2px;
  background:#c3daf9;
  width:200px;
  text-align:center;
  z-index:20001;
}

#loading .loading-indicator 
{
  border:1px solid #a3bad9;
  background: white;
    background-position: 15px center;
  color:#003366;
  font:bold 13px tahoma,arial,helvetica;
  padding:10px;
  margin:0;
}

/*
 * definitions for gridbuttons
 */
.x-btn td.x-btn-left, .x-btn td.x-btn-right {padding: 0; font-size: 1px; line-height: 1px;}
.x-btn td.x-btn-center {padding:0 5px; vertical-align: middle;}
td.x-btn-left { padding:0; }

.x-btn-wrap .x-btn td.x-btn-left, .x-btn-wrap .x-btn td.x-btn-right {padding: 0; font-size: 1px; line-height: 1px;}
.x-btn-wrap .x-btn td.x-btn-center {padding:0 5px; vertical-align: middle;}

/*
 * for Ext.example
 */
#msg-div {
    position:absolute;
    left:35%;
    top:10px;
    width:350px;
    z-index:20000;
}

/*
 * EXt-O
 */
.isee-ext-el-mask {
  z-index:             100;
  position:            absolute;
  top:                 0;
  left:                0;
  -moz-opacity:       .6;
  opacity:            .60;
  filter:alpha(opacity=60);
  background-color: #111111;
  width:            100%;
  height:           100%;
  zoom:             1;
}

.x-grid3-row-selected {
  background : #DFE8F6!important;
  border     : 1px solid #011d4b;
}

.isee-pifont {
  font-family: 'pi';
}

.isee-grid-sorter-direction:hover {
  icolor: #d35400;
  color: #ff3b33;
  cursor: pointer;
}

.isee-grid-sorter-direction {
  icolor: #535353;
  color: #002a4a;
}

.isee-grid-sorter-cancel:hover {
  color: #e74c3c;
}

.isee-grid-sorter-cancel {
  font-size: medium;
  color: rgba(44, 62, 80, 0.5);
  position: absolute;
  left: 3px;
  top:  3px;
  cursor: pointer;
}

.isee-grid-sorter-field {
  float: left;
  position: relative;
  border: 1px solid #ecf0f1;
  padding : 5px;
  padding-left: 15px;
  border-radius: 3px;
  margin: 5px;
  ibackground-color: #bdc3c7;
  background-color: rgba(52, 152, 219, 0.2);
  color: black;
}

.isee-grid-sorter-options, .isee-grid-sorter-field-wrapper {
  position: relative;
  float: left;
}

/*
 * isee LightWeight (.a.k.a lw) Defs
 */
.isee-lw-closebutton {
  float    : right;
  margin   : 0;
  padding  : 0;
  /*
  top      : -13px;
  right    : -18px;
  */
  top      : -5px;
  right    : -10px;
  position : relative;
  cursor   : pointer;
}

.isee-lw {
  padding    : 5px 10px;
  background : #FFFFFF;
  border     : 1px solid #3498db;
  overflow   : auto;
  z-index    : auto;
  border-radius: 5px;
  box-shadow: 0 0 5px 2px rgba(0,0,0,.35);
}

.isee-lw li {
  /* list-style: disc; */
  /*
  margin-left: 10px;
  */
  background-image:url(../images/icons/famSilk/bullet_blue.png);
  background-repeat:no-repeat;
  background-position:-5px 0px; 
  padding-left:14px;
}

.isee-lw li a {
  color: #15428B;
  text-decoration: none;
}

.isee-lw li a:hover {
  text-decoration: underline;
}

/*
 *
 * iseeEventCalendar definitions
 *
 */
.isee_cal_all {
  padding: 5px;
  width: 100%;
}

.isee_cal_all_top_line {
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-color: #011d4b;
}

.isee_cal {
  border: 1px #011d4b solid;
  padding: 4px;
  margin: 5px;
}

.isee_cal_event_table {
  padding: 4px; 
  width: 100%;
}

.isee_cal_event {
  background-color: #eeeeee;
  margin: 2px;
  font-size: 11px;
}

.isee_cal_event_select {
  background-color: #99bbe8;
}

.isee_cal_date {
  text-align: center;
  font-size: 11px;
}

.isee_cal_date_inactive {
  color : #aaaaaa;
}

.isee_cal_date_wrapper {
  padding: 4px;
}

.bb:link {
  text-decoration : none;
  padding: 4px;
  color : blue;
  font-weight : bold;
}
.bb:visited {
  text-decoration : none;
  padding: 4px;
  color : blue;
  font-weight : bold;
}
.bb:hover {
  text-decoration : none;
  padding: 4px;
  outline: 1px black solid;
  background-color: #4c54ff;
  color: white;
}

.isee_cal_dayname {
  background-color: #9fc5ff;
}

.aa:link {
  text-decoration : none;
  background      : transparent; 
}
.aa:visited {
 text-decoration : none;
 background      : transparent;
}
.aa:hover {
  text-decoration : none;
  background-color: #4c54ff;
  color: white;
}

.aa_plain:link {
  text-decoration : none;
  background      : transparent; 
  color: blue;
}
.aa_plain:visited {
  text-decoration : none;
  background      : transparent;
  color: blue;
}
.aa_plain:hover {
  text-decoration : underline;
  background      : transparent;
  color: blue;
}

#iseeNavPath
{
    border:1px solid #99bbe8;
    padding-top:5px;
    padding-bottom:5px;
    padding-right:4px;
    padding-left:10px;
    margin-left:10px;
    margin-right:10px;
    font-weight:bold;
    font-size:11px;
    background-color:#fafafa;
}

.isee-grid-selectable, .isee-grid-selectable * {
  -moz-user-select: text!important;
  -khtml-user-select: text!important;
}

.isee-pager-search {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #FFFFFF #FFFFFF #EEEEEE;
  border-style: solid;
  border-width: 1px;
  color: #000000;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  white-space: normal;
}

div.isee-pager-search td {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #FFFFFF #FFFFFF #EEEEEE;
  border-style: solid;
  border-width: 1px;
  color: #000000;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  white-space: normal;
}

.isee-combo-list-item {
  white-space:normal!important;
  border: 1px solid transparent;
}

