﻿/* reset */
html
{
    margin: 0;
    padding: 0;
    border: 0;
}
body, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
    padding: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: Sans-Serif;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section
{
    display: block;
}
table
{
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td
{
    /*text-align: left;*/
    font-weight: normal;
    float: none !important;   
}
table, th, td
{
    vertical-align: middle;
    font-size:12px;
    
}
blockquote:before, blockquote:after, q:before, q:after
{
    content: '';
}
blockquote, q
{
    quotes: "" "";
}
a img
{
    border: none;
}
:focus
{
    outline: 0;
}

/* typography */
html
{
    font-size: 100.01%;
}
body
{
    font-size: 68.8%;
    color: #222;
    background: #fff;
    font-family:sans-serif;
width:99.95%;   
}
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
{
    font-size: 1.5em;
    line-height: 0.8;
    margin-bottom: 1em;
}
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;
}
p
{
    margin: 0 0 1.5em;
}
.left
{
    float: left !important;
}
.bcrumb
{
    color: White;
    /*font-size: 14px;*/
    line-height: 2.4;
    margin-right: 2px;
    font-family: Sans-Serif;
    font-weight: bold;
}
#breadcrumb .pd10
{
    padding-top: 12px;
}
#breadcrumb .pd5
{
    padding-top: 5px;
}
p .left
{
    margin: 1.5em 1.5em 1.5em 0;
    padding: 0;
}
.right
{
    float: right !important;
}
p .right
{
    margin: 1.5em 0 1.5em 1.5em;
    padding: 0;
}
a:focus, a:hover
{
    color: #09f;
}
a
{
    color: #06c;
    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;
}
li ul, li ol
{
    margin: 0;
}
ul, ol
{
    margin: 0 1.5em 1.5em 0;
    padding-left: 1.5em;
}
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;
}
table
{
    /*margin-bottom: 1.4em; enable this property to grid later */
}
th
{
    font-weight: bold;
}
th a
{
    color: white;
}

thead th
{
    /*background: #c3d9ff;*/
}
th, td, caption
{
    padding: 2px 3px 2px 3px;
}
.gridData tbody tr:nth-child(even) td, tbody tr.even td
{ 
 /* background: #FFF;*/
}
.gridForm tbody tr:nth-child(even) td, tbody tr.even td
{
    background: #EEE;
}
tfoot
{
    font-style: italic;
}
caption
{
    background: #eee;
}
.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;
}

/* forms */
label
{
    font-weight: normal;
}
fieldset
{
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
    border: 1px solid #ccc;
}
legend
{
    font-weight: bold;
    font-size: 1.2em;
    margin-top: -0.2em;
    margin-bottom: 1em;
}
fieldset, #IE8#HACK
{
    padding-top: 1.4em;
}
legend, #IE8#HACK
{
    margin-top: 0;
    margin-bottom: 0;
}
input[type=text], input[type=password], input.text, input.title, textarea, select
{
    background-color: #fff;
    border: 1px solid #bbb;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus
{
    border-color: #666;
}
select
{
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
}
input[type=text], input[type=password], input.text, input.title, textarea, select
{
    /*margin: 0.5em 0;*/
    line-height:100%;
}

/*select
{
    margin-top:0.5px;
}*/
input.text, input.title
{
    width: 300px;
    padding: 5px;
}
input.title, input.file
{
    font-size: 1.5em;
}
textarea
{
    width: 390px;
    padding: 5px;
}
form.inline
{
    line-height: 3;
}
form.inline p
{
    margin-bottom: 0;
}
.error, .alert, .notice, .success, .info, .wfsuccess
{
    padding: 0.5em; /*margin-bottom: .75em;*/
    border: 2px solid #ddd;
}
.overlay
{
    padding: 0.5em;
}
.error, .alert
{
    background: #fbe3e4 url(../axpimages/icons/24x24/error.png) no-repeat 5px 1px;
    color: #8a1f11;
    border-color: #fbc2c4;
    padding: 5px 35px 7px;
}
.notice
{
    background: #fff6bf url(../axpimages/icons/24x24/warning.png) no-repeat 5px 1px;
    color: #514721;
    border-color: #ffd324;
    padding: 5px 35px 7px;
}
.success
{
    background: #e6efc2 url(../axpimages/icons/24x24/check.png) no-repeat 5px 1px;
    color: #264409;
    border-color: #c6d880;
    padding: 5px 35px 7px;
    background-position:left;   
    
}

.wfsuccess
{
    color: #264409;
    padding: 5px 5px 5px 5px;
}
.info
{
    background: #d5edf8 url(../axpimages/icons/24x24/information.png) no-repeat 5px 1px;
    color: #205791;
    border-color: #92cae4;
    padding: 5px 35px 7px;
}
.error a, .alert a
{
    color: #8a1f11;
}
.notice a
{
    color: #514721;
}
.success a
{
    color: #264409;
}
.info a
{
    color: #205791;
}
div.prepend-top, .prepend-top
{
    margin-top: 1.5em;
}
div.append-bottom, .append-bottom
{
    margin-bottom: 1.5em;
}
.box
{
    padding: 1.5em;
    margin-bottom: 1.5em;
    background: #e5eCf9;
}
hr
{
    background: #ddd;
    color: #ddd;
    clear: both;
    float: none;
    width: 100%;
    height: 1px;
    margin: 0 0 1.45em;
    border: none;
}
hr.space
{
    background: #fff;
    color: #fff;
    visibility: hidden;
}
.clearfix:after, .container:after
{
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}
.clearfix, .container
{
    display: block;
}
.clear
{
    clear: both;
}
.handCursor, .handCur
{
    cursor: hand;
    cursor: pointer;
}
.AboutAxpert
{
    background: url(../AxpImages/Axpert.png) no-repeat 5px -20px;
}
.AboutInfo
{
    margin: 80px 0px 0px 50px;
}
.AboutInfo h4
{
    color: #696969;
    font-weight: bold;
    margin-bottom: 2px !important;
}
.AboutInfo li
{
    list-style-type: none;
    line-height: 1.5em;
}
.err
{
    margin: 10px;
}
.err h3
{
    font-weight: bold;
    color: #8a1f11;
}
.closeTheme
{
    float: right;
    vertical-align: top;
}
.popDiv
{
    position: absolute;
    width: 100px;
    height: auto;
    padding: 1px;
    z-index: 1005;
    display: none;
    background-color: #fff;
    border: 1px solid #bbb;
}

.popDiv ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.popDiv li
{
    /*display: inline;*/
    color: black; /*padding: 0 5px 0 0;*/
    padding: 2px;
}

.popDiv li.grey
{
    border-bottom: solid 1px #bbb;
}

.popDiv li:hover
{
    /*display: inline;*/
    color: black;
    padding: 2px;
    background-color: #bbb;
    cursor: pointer;
    cursor: hand;
}




#taskListPopUp
{
    position: absolute; /*width: 500px;*/
    padding: 1px;
    z-index: 1005;
    display: none;
    background-color: #ddd;
    border: 1px solid black;
}
.popDivBg
{
    cursor: hand;
    cursor: pointer;
    font-weight: normal;
    font-size: 8pt;
    color: #000000;
    background-color: #F8F9FB;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    width: 99%;
}

.randomDivPl
{
    position: absolute;
    width: 150px;
    height: auto;
    padding: 1px;
    z-index: 1005;
    display: none;
    background-color: #ddd;
    border: 1px solid gray;
}
.pickimg
{
    vertical-align: top;
    padding-top: 1px;
}
#dvPickList
{
    width: 200px;
    height: 250px;
}
#dvPickList a
{
    color: black;
    text-decoration: none;
   /* cursor: pointer;*/
    cursor: hand; 
}
.leftPane
{
    width: 90%;
    float: left;
}

.rightPane
{
    width: 10%;
    float: right;
}

.wfLevel
{
    min-height: 80px;
    border: solid 1px #ddd;
}

div.dimmer
{
    visibility: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    font-weight: bold;
    padding: 40px;
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
    _background-image: none;
}


div.dimming
{
    font-size: 11px;
    font-style: normal;
    background-color: #ffffff;
    position: absolute; /* set z-index higher than possible */
    z-index: 10000;
    visibility: hidden;
    border-style: solid;
    border-color: #999999;
    border-width: 1px;
}

table.floatingHeader
{
    background-color: #0000ff;
    color: #ffffff;
}

#tblFillGrid
{
    height: 200px;
}

.wordBreak
{
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

/* ---------------------------------------------- Theme colors for calendar control ----------------------------------------------*/

#calendar .empty
{
    background-color: White;
    border: 1px solid #C6DBA4;
}

#calendar .header
{
    background-color: #c5c5c5;
}

#calendar .weekday
{
    background-color: #E1EFC9;
    color: #000;
}

#calendar .weekend
{
    background-color: #C6DBA4;
    color: #000;
}

#calendar .current
{
    border: 1px solid #c5c5c5;
    background-color: #c5c5c5;
    color: #FFF;
}
/* ---------------------------------------------- End of theme colors for calendar control ----------------------------------------------*/
/* ----------------------------------------------styles for Page Header ----------------------------------------------*/

.Headerbg
{
    background-color: #c5c5c5;
    border: solid 1px #c5c5c5;
}

.projcap
{
    font-size: 20px;
    font-weight: normal;
    color: #000000;
}

.link1
{
    font-size: 11px;
    font-weight: normal;
    color: #000000;
}

/* ---------------------------------------------- End of styles for Page Header --------------------------------------- */

.dcContent table
{
    /* margin-bottom :10px;*/
}
.grd
{
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
}

.Grid
{
    background-color: #ffffff;
    border: solid 1px #d5d5d5;
    font-size: 8pt;
    color: #000000;
    font-weight: normal;
    border-collapse: inherit;
}
.GridAltPage
{
    background-color: #EFEEF0;
}
.GridHead
{
    background-color: #bac1cd;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bac1cd', endColorstr='#EFEEF0'); /* for IE */
    background: -moz-linear-gradient(top, #bac1cd, #EFEEF0) !important; /* for firefox 3.6+ */
    font-weight: normal;
    font-size: 10pt;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
}
.totrec
{
    font-size: 8pt;
    font-weight: normal;
    color: #333333;
    padding-left: 10px;
}
.grdispcol
{
    font-size: 11px;
    font-weight: bold;
    color: #3F9DED;
}

#icons a.dis
{
    cursor: default;
}


/*------tool tip ---------------*/

.randomDiv
{
    position: absolute;
    width: 150px;
    height: auto;
    padding: 1px;
    z-index: 1005;
    display: none;
    background-color: #ddd;
    border: 1px solid black;
}

.tooltipBg
{
    cursor: hand;
    cursor: pointer;
    font-weight: normal;
    font-size: 9px;
    color: #000000;
    background-color: #FFFFCC;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    width: 99%; /*white-space:nowrap;*/
    height: auto;
}
#dvprint
{
    float: right;
    padding-top: 5px;
}
.dvMainPwd
{
    width: 98%;
}
.cpwdTb
{
    margin: 5px 0px 10px 0px;
}
.firstLoginTxt
{
    color: Red;
    font-weight: bold;
    font-family: Sans-Serif;
    font-size: small;
}

.labelcap
{
    color:#000000;
    font-size:8pt;
    font-weight:normal;
}

.divframe
{
    width:100%;
    height:auto;
    background-color:rgb(42,154,195);
}

.seartem
{
    color:#000000;    
    font-size:12px;
    font-weight:bold;
   /* font-weight:lighter; font-family: Arial,Helvetica,Sans-serif;*/
}

.searchAln
{
    vertical-align:middle;
    padding-top:0px;
    padding-bottom:5px;    
}

#dvGlobalBtns
{
  padding-top:10px;
}

.pickdis
{
color: Gray;
}

#breadcrumb .h3
{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin: 0px;
    line-height :2.0;
}
#dvPwdResult
{
   padding-top :10px;
   padding-right :10px;
   padding-bottom :10px;
   background: #e6efc2 url(../axpimages/icons/24x24/check.png) no-repeat 5px 5px;
}

#branding
{
    /*padding-top :5px;*/
    width :45%;
}
#branding img
{
    padding-top :5px;
}

.loginContr
{
    width:174px;
}

.loginDdown
{
    width:185px;
    padding:0 0 0 0;
}

.flddis
{
font-weight:800;
}
.labelcap, .cap
{
    /*font-size:12px;
    font-family:Times New Roman;*/
}
input[disabled="disabled"], select[disabled="disabled"], textarea[disabled="disabled"],input[readonly="readonly"], textarea[readonly="readonly"] 
{ 
  background-color:rgb(245, 255, 250);
  font-weight:600;
  font-family:Sans-Serif;
  font-size:10px;
  line-height:100%;
}

.ddlwidth
{
    width:200px;
    font-size:8pt;
}

.rowadd
{
    
}
.disableadd
{
     cursor:default;
}

#btnUpload
{
    margin: 0.1em 0;
    font-size: 11px;
}

a.disabledelete
{   
   
    cursor:default;     
}
.disablewfbuttons
{
    cursor:default;
    background:#7a7c7a;
}

.enablewfbuttons 
{
    cursor:default;
    background:-webkit-gradient(linear, left top, left bottom, from(#7a7c7a), to(#333333));
}
/*Picklist styles*/
.pickGridData
{
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;    
    background-color: #F4F4F4;
    margin-bottom: 10px;
    width:100%;
}
.pickGridData td
{
    padding: 2px 5px;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}
.pickGridData tr.grey1
{
    background-color: #EEE;
}
.pickGridData .borderRight
{
    border-right: 1px solid #CCCCCC;
}
.nextprevicon 
{
    float: left;
    margin-left: 10px;
    padding-top: 10px;
    position: relative;
}

.tooltip 
{
    width: auto;
    position:absolute;
    right:10%;
    text-align:center;
    background: #444;
    border: 1px solid #090909;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 12px 24px;
    line-height: 18px;          
}
 .myMenuItem:hover
{
    font-weight:bold;
}
.dvIvCont
{
float:left;
    width:100%; 
    
}
.myMenuItem a {
    text-decoration: none;
}

.myMenuItem {
    background: -moz-linear-gradient(top, #F5F5F5, #EFEEF0);
    background: -ms-linear-gradient(top, #F5F5F5, #EFEEF0);
    background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#EFEEF0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#EFEEF0');

      
 width: 70px; 
 padding-top:5px;
 height:20px;
 vertical-align:middle; 
 text-decoration:none;
 border-bottom:solid 1px #bac1cd;
 

}
.dvChart
{
float:right;
    width:45%;  
    border:solid 1px #bac1cd; 
    min-height:400px;
    height:auto;
}

#dvChCols
{
margin:10px;
}

.dvChartCont
{
margin:3px;
  background: -moz-linear-gradient(top,  #bac1cd,  #bac1cd);
    background: -webkit-gradient(linear, left top, left bottom, from(#bac1cd), to(#bac1cd));
    background: -ms-linear-gradient(top,  #bac1cd,  #bac1cd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bac1cd', endColorstr='#EFEEF0');
    color:#666666;
    font-weight:bold;
}
.popup_bg {
      position: absolute;
     display:none;
      height: 100%; width: 100%;
      left: 0px; top: 0px;
      filter: alpha(opacity=70); /* for IE */
      opacity: 0.7; /* CSS3 standard */
      background-color: #999;
      z-index: 1;
}
.dvChartsPop {
      background-color: White;
      height: 450px; width: 970px;
      border: 2px solid #666;
      position: absolute; 
      display:none;
      font-size: small; text-align: justify;
      overflow:auto;
      z-index: 2;
          padding-left:0px;
          padding-right:0px;
          padding-top:0px;
}

.navRight
{
margin-left:3px;
}

.navLeft
{
margin-left:3px;
}

.srchselectedfield {
    border: yellow solid !important;
}

.Rightdiv {
    float: right;
}

.Leftdiv {
    float: left;
}

.TileWrapper {
    width: 100%;
}

.ivgridData tbody tr:nth-child(even) td, tbody tr.even td {
    background: #FFF;
}

.vertical {
    writing-mode: tb-rl;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform-origin: left top 0;
    -o-transform-origin: left top 0;
    transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    white-space: nowrap;
    display: block;
    bottom: 0;
    float: left;
    width: auto;
    height: auto;
    font-weight: bold;
    font-size: large;
    cursor: pointer;
    background: #e6e6e6 url(../axpimages/accordion/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
}

#dvUpdateFilter {
    float: left;
    margin: 10px 10px 0 75%;
    width: 100%;
}

.hdIvFilter {
    border: 0;
    background: #e6e6e6 url(../axpimages/accordion/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    color: black;
    text-align: center;
    cursor: pointer;
}

.showIvFilter {
    display: none;
    float: left;
    width: 25px;
    height: 250px;
    cursor: pointer;
}
.selectedFilterItem {
    background:#dfdfdf;
}
