/* --------------------------------------------------------------

   typography.css
   * Sets up some sensible default typography.

-------------------------------------------------------------- */

/* Default font settings.
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html { font-size:100.01%; height: 100%; }
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #222;  
  background-color: #fff;
  height: 100%;
}

	


/* Headings
-------------------------------------------------------------- */

 h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
/*
  These can be used to pull an image at the start of a paragraph, so
  that the text flows around it (usage: <p><img class="left">Text</p>)
 */
.left-float      { float: left !important; }
p .left     { margin: 1.5em 1.5em 1.5em 0; padding: 0; }
.right-float      { float: right !important; }
p .right    { margin: 1.5em 0 1.5em 1.5em; padding: 0; }

a:focus,
a:hover     { color: #FF8305; }
a           { color: #000; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong,dfn  { font-weight: bold; }
em,dfn      { font-style: italic; }
sup, sub    { line-height: 0; }

abbr,
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre         { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul,
li ol  { margin: 0; }

ul     { list-style-type: disc; }
ol     { list-style-type: decimal; }

dl     { margin: 0 0 1.5em 0; }
dl dt  { font-weight: bold; }
dd     { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

/*
  Because of the need for padding on TH and TD, the vertical rhythm
  on table cells has to be 27px, instead of the standard 18px or 36px
  of other elements.
 */
table         { }
th            { }
thead th      { }
th,td,caption { }
/*
  You can zebra-stripe your tables in outdated browsers by adding
  the class "even" to every other table row.
 */
/* tbody tr:nth-child(even) td,
tbody tr.even td  {
  background: #e5ecf9;
} */
/* tfoot       {}
caption     {} */


/* Misc classes
-------------------------------------------------------------- */

.small     { font-size: 10px; }
.large     { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hidden      { display: none; }

.quiet     { color: #666; }
.loud      { color: #000; }
.highlight { color: #FF8305; }
.added     { background:#060; color: #fff; }
.removed   { background:#900; color: #fff; }
.highlight a   { color: #514721; }

.first     { margin-left:30px; padding-left:0; }
.last      { margin-right:0; padding-right:0; }
.top       { margin-top:0; padding-top:0; }
.bottom    { margin-bottom:0; padding-bottom:0; }
.close-dialog { font-size: 12px; }
.actionarrow { top: 2px; margin-right: 5px; }
.curdate {	color: #fff; }
.hide a { position: absolute; right: 23px; margin-top: 6px; cursor: pointer; }
.underline { text-decoration: underline; }

.read-wrapper {
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.read {
	background-image: url(/ulem-industry/javax.faces.resource/img/message_read.png.xhtml);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px;
}

.unread {
	background-image: url(/ulem-industry/javax.faces.resource/img/message_unread.png.xhtml);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px;
}

.spanImportant {
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: pointer;
}

.preformatted {
    white-space: pre;
}

.spanLate {
	background-image: url(/ulem-industry/javax.faces.resource/img/late.png.xhtml);
	background-repeat: no-repeat;
	background-position: right center;
	padding-left: 50px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.spanExpires {
	background-image: url(/ulem-industry/javax.faces.resource/img/important.png.xhtml);
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 50px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.spanNew {
	background-image: url(/ulem-industry/javax.faces.resource/img/new.png.xhtml);
	background-repeat: no-repeat;
	background-position: right center;
	padding-left: 50px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.folder-communication {
	background-image: url(/ulem-industry/javax.faces.resource/img/communication_large.png.xhtml);
	background-repeat: no-repeat;
	background-position: left top;
	color: #ffcc00;
	padding: 15px 24px 5px 7px;
}
.general-title {
	background-image: url(/ulem-industry/javax.faces.resource/img/folder_black.png.xhtml);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 150px;
	font-size: 22px;
	padding-left: 40px;
}

.communication-title {
	background-image: url(/ulem-industry/javax.faces.resource/img/communication_large.png.xhtml);
	background-repeat: no-repeat;
	background-position: left center;
	width: 150px;
	font-size: 18px;
	padding-left: 40px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.wizard-title {
	font-size: 16px;
}

.sub-title {
	font-size: 13px;
	padding-left: 10px;
	color: #999;
}

.new-case-title {
	font-size: 13px;
	padding-left: 10px;
	color: #999;
	font-weight: bold;
}

.case-title {
	width: 150px;
	font-size: 18px; 
}

.NORMAL {
	background-image: url(/ulem-industry/javax.faces.resource/img/notimportant.png.xhtml);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 3px;
}

.IMPORTANT {
	background-image: url(/ulem-industry/javax.faces.resource/img/important.png.xhtml);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 3px;
}

/* STATUSES COLORS */
.statusAPPROVED {
	color: green;
}

.statusPENDING {
	color: #2779aa;
}

.statusINPROGRESS {
	color: #2779aa;
}

.statusREJECTED {
	color: #ff9999;
}

.statusUNCLAIMED {
	color: #F20808;
}

.statusIMPORTANT {
	color: #F20808;
	font-weight: bold;
}

.statusNORMAL {
	color: #2779aa;
}

.statusEXPIRED {
	color: #F20808;
}

.statusINACTIVE {
	color: #F20808;
}

.statusCLOSED {
	color: #F20808;
}

.statusDECLINED {
	color: #F20808;
}

.statusNEW {
	color: #2779aa;
}

.statusUNASSIGNED {
	color: Orange;
}

.statusCLAIMED {
	color: #2779aa;
}

.statusOPEN {
	color: #2779aa;
}

.statusIN_PROGRESS {
	color: #2779aa;
}

.statusASSIGNED {
	color: green;
}

.statusCOMPLETED {
	color: green;
}

.statusEXPIRED {
	color: red;
}

.statusABORTED {
	color: red;
}

.statusSUSPENDED {
	color: Orange;
}

.notice-large {
	color: #333;
	font-size: 20px;
}
