/* /plugins/cm-core/forms/cm_jqdialog/styles.css
Required to get modalBox to size properly with our css classes of cc50 ce50 etc... */
.cm-jq-hd-bcrumb{
    background: #6f725a none repeat scroll 0 0;
    border-top: thin solid #cccccc;
    clear: both;
    color: white;
    display: block;
    float: left;
    text-align: center;
    width: 100%;
}

.cm-jq-content{
    background:#FFFFFF;
}

 .cm-dg{
    top:1em;
    float:none;
    left:0;
    right:0;
    position:absolute;
    margin-left: auto;
    margin-right: auto;
    -moz-box-shadow: 10px 13px 9px rgba(0,0,0,0.77);
    -webkit-box-shadow: 10px 13px 9px rgba(0,0,0,0.77);
    box-shadow: 10px 13px 9px rgba(0, 0, 0, 0.77);
}


.cm-dg-hd{
    display:block;
    position:relative;
    float:left;
    width:100%;
    font-size:16px;
    text-align:center;
}

/*The small footer portion of dialog windows that have them such as dbase records */
.cm-dg-ft{
    display:block;
    position:relative;
    float:left;
    width:100%;
    font-size:16px;
    text-align:center;
    margin-top:.5em;
}

/* a standard class used for the heading on 'one' messages 'confirming'
   the task of writing data to the server was carried out as requested */
.cm-dg-hd-prc-conf{
   display:block;
   position:relative;
   clear:both;
   font-size:15px;
   text-align:center;
   top:10em;
}

/* Default but overwritten where desired inside dynamic code */
.cm-dg-heading{
    display:inline-block;
    z-index: 2;
    position:relative;
    top:0px;
    width:100%;
    height:auto;
    left:0;
    text-align:center;
    font-size:14px;
    background:#000051;
    color:#FFFFFF;
    /* hack to trim some spacing that was appearing beneath the heading */
    margin-bottom:-.3em
}
.cm-dg-title{
    display: block;
    float: left;
    height: 100%;
    position: absolute;
    width: 100%;
    /* experimental and vertically centers text */
    line-height: 25px;
}
.cm-dg-page-title{
    display:block;
    position:relative;
    width:100%;
    text-align:center;
    font-size:16px;
    color:#484848;
    line-height:2;
}

/* default background but overwritten dynamically */
.iw-modalBox{
    background:none !important;
}

/* This is part of modalBox which we use for all our dialog popups
   but background and opacity overwritten with dynamic code */
.iw-modalOverlay{
    background:"#000000";
    opacity:.7;
    z-index: 1000;
    width:100%;
    height:100%;
}

.cm-dg-hd-icons{
   position:relative;
   float:left;
   margin-left:1.5em;
}

.fadePanelContainer{
    display:block;position:absolute;margin:0px;padding:0px;
}

.ui-dialog .ui-dialog-title {
  text-align: center;
  width: 100%;
}

