/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 75% !important;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif !important;
  text-align:left;
}


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

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

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

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


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

p           { margin: 0 0 1.5em !important; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000 !important; }
a           { color: #009 !important; text-decoration: underline !important; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
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
-------------------------------------------------------------- */
.text-container { 
  line-height: 1.5; 
}

.text-container li ul, 
.text-container li ol       { margin:0 1.5em !important;}
.text-container ul, .text-container ol      { margin: 0 1.5em 1.5em 1.5em !important;}

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

.text-container dl          { margin: 0 0 1.5em 0 !important;}
.text-container dl dt       { font-weight: bold !important;}
.text-container dd          { margin-left: 1.5em !important;}


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

/* table       { margin-bottom: 1.4em; width:100%; } */
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


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

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

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

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }
.floatLeft{
   float:left;   
}
.clearNone{
   clear:none;
}
.rightMargin{
   margin-right:10px;
}
.box { 
  padding: 1.5em; 
  margin-bottom: 1.5em; 
  background: #E5ECF9 !important; 
}
.box-top{ 
  padding:1em; 
  margin-bottom: 0em; 
}

/* Success, notice and error boxes
-------------------------------------------------------------- */
.textCenter{ text-align:center;}
.help,
.error,
.notice, 
.success    { padding: .1em; margin-bottom: 1em; border: 1px solid #ddd; padding-left:41px; padding-top:4px;background-position: 1px 1px !important;}

.error      { background-image:url('../img/symbols/error.png')!important; background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; background-repeat: no-repeat;}
.notice     { background-image:url('../img/symbols/notice.png') !important; background: #FFF6BF; color: #514721; border-color: #FFD324; background-repeat: no-repeat }
.success    { background-image:url('../img/symbols/success.png') !important; background: #E6EFC2; color: #264409; border-color: #C6D880; background-repeat: no-repeat }
.help        {background-position: 1px 1px !important; background-image:url('../img/symbols/information.png') !important; background: #d2edf3; color: #092844; border-color: #80c0d8; background-repeat: no-repeat }
.help{
   min-height:35px;
}
* html .help{
   height:35px;
}

.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

.errorRow{
	background: #FBE3E4 !important; color: #8a1f11;
}

.successRow{background: #E6EFC2 !important; color: #264409;}
.noticeRow{background: #FFF6BF !important; color: #514721;}

.yellowRow{background: #FFFF00  !important; color: #000000;}
.orangeRow{background: #FF9900 !important; color: #000000;}
.redRow{background: #BE0000 !important; color: #000000;}

.positive{
   color: #264409;
}
.negative{
   color: #8a1f11 !important;
}


.useBp table {margin-bottom:1.4em !important;width:100% !important;}
.useBp th {font-weight:bold !important;}
.useBp thead th {background:#c3d9ff !important;}
.useBp th, .useBp td, .useBp caption {padding:4px 10px 4px 5px !important;}
li.even, div.even, .useBp tr.even td {background:#e5ecf9 !important;}
.useBp tfoot {font-style:italic !important;}
.useBp table {border-collapse:separate;border-spacing:0 !important;}
.useBp caption, .useBp th, .useBp td {text-align:left !important;font-weight:normal !important;}
.useBp table, .useBp td, .useBp th {vertical-align:middle !important;}
.box-top{
 text-align: right;
}
a.icon {
   display:inline;  overflow:hidden; height:18px; padding-left:20px; padding-right:10px; padding-bottom:5px; background-repeat:no-repeat;
   text-decoration:none !important;
   color:#333 !important;
   font-weight:bold;
}
.exit{
  background-image:url('../img/action/exit.png');
}
.identity{
  background-image:url('../img/action/identity.png');
}

.gridIcon{
   width:18px;
   height:18px;
   padding:1px;
   display:block;
   clear:none;
   float:left;
   background-repeat: no-repeat;
   text-decoration:none !important;   
}
.gridPreview{
   background-image:url('../img/action/preview.png');
}
.gridEdit{
   background-image:url('../img/action/edit.png');
}
.gridDelete{
   background-image:url('../img/action/trash.png');
}
.gridProducts{
   background-image:url('../img/action/cart.png');
}
.gridPurchase{
   background-image:url('../img/action/buy.png');
}
.gridContract{
   background-image:url('../img/action/contract.png');
}
.gridAnswer{
   background-image:url('../img/action/mail.png');
}
.gridStatus{
   background-image:url('../img/action/flag.png');
}
.gridCheck{
   background-image:url('../img/action/check.png');
}
.gridDownload{
   background-image:url('../img/action/download.png');
}
.gridAnex{
   background-image:url('../img/action/anex.png');
}
.gridAdd{
   background-image:url('../img/action/add.png');
}
.gridZoom{
   background-image:url('../img/action/zoom.png');
}
.gridPhone{
   background-image:url('../img/action/phone.png');
}
.gridBlank{
   background-image:url('../img/action/blank.gif');
}
.gridDisabled{
   pointer-events: none !important;
   color: currentColor;
   cursor: not-allowed;
   opacity: 0.4;
   text-decoration: none;
}
/*
#dashboard{
   margin-top:10px;
}
*/
#dashboard dd{
   margin:0px !important;
   margin-left:3px !important;
   margin-right:3px !important;
   padding-right:0px !important;
}
#dashboard .useBp table{
   border-spacing:2px !important;
}
#dashboard dl{
   margin-bottom:10px !important;
}
#dashboard table{
   margin-bottom:8px !important;
}