/* The 3rd Degree v4 stylesheet for ICEfaces components */

/*
    Styling for error messages
*/

.iceMsgError {
    background: #B81B1F url( '/crm/css/images/icons/errorIcon.png' ) center no-repeat ;
    padding: 7px 14px 6px;
    margin-left: -25px;
    position: relative;
    -moz-box-shadow: 2px 2px 2px #D1D1D1;
    -webkit-box-shadow: 2px 2px 2px #D1D1D1;
    box-shadow: 2px 2px 2px #D1D1D1;
    content: "!";
    z-index: 1000001;
}

.iceMsgError:before, .iceMsgError:after{
    top: 7px;
    left: -7px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: 1000001;
}

.iceMsgError:after {
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #B81B1F;
    border-width: 8px;
    margin-left: -7px;
    z-index: 1000001;
}

/*
    Styling for modal background
*/

#iceModalFrame {
    opacity: 0.9 !important;
 }

.icePnlTlTip {
    position: fixed !important;
    margin-left:25px;
    margin-top:-35px;
 }

/*
    Styling for the connection status indicator
*/

.iceOutConStat {
    position:absolute;
    right: 23px;
    top: 8px;
    height:25px;
    width:25px;
}

.iceOutConStatInactv, .iceOutConStatActv, .iceOutConStatCaution, .iceOutConStatDisconnect {
    height: 5px;
    position: absolute;
    right: 16px;
    top: 3px;
    width: 16px;
}

.iceOutConStatInactv {
}

.iceOutConStatActv {
    background: url( '/crm/css/images/template/connect_active.gif' ) no-repeat;
}

.iceOutConStatCaution {
    background: url( '/crm/css/images/template/connstatus_disconnected.png' ) no-repeat;
}

.iceOutConStatDisconnect {
    background: url( '/crm/css/images/template/connstatus_disconnected.png' ) no-repeat;
}

/*
    Data Table Component classes
*/

.iceDatTbl {
    background-color: #FFFFFF;
    border-collapse: collapse;
    border: none;
}

.iceDatTbl table {
    border-collapse: collapse;
}

.iceDatTblColHdr, .iceDatTblColHdr1, .iceDatTblColHdr2, .iceDatTblColGrpHdrCol, .iceDatTblColHdrNoTransform {
    font-weight: normal;
    padding: 0px 10px;
    height: 36px;
    background: #F2F2F2;
}

.iceDatTblColHdr, .iceDatTblColHdr1, .iceDatTblColHdr2, .iceDatTblColGrpHdrCol {
    white-space: nowrap;
}

.iceDatTblResHdlr {
    margin:0px;
    padding:0px;
    border-width: 0px;
    width:2px;
    background-color:transparent;
}

.iceDatTblResBor {
    margin:0px;
    padding:0px;
    background-color: #d9d9d9;
    background-position: bottom;
    background-repeat: repeat-x;
    width:2px;
    border-top: 1px solid #CCCCCC;
}

.iceDatTblBlkTd {
    border-bottom: 1px solid #CCCCCC;
    background-color: #d9d9d9;
}

/* data tables are rendered with alternating row colors */

.iceDatTblRow1 {
    background: #FFFFFF;
    border-bottom: 1px dotted #CCCCCC;
}

.iceDatTblRow2 {
    background: #FFFFFF;
    border-bottom: 1px dotted #CCCCCC;
}

.iceDatTblRow1 tr:last-child, .iceDatTblRow2 tr:last-child {
    border-bottom: 0;
}

/* set the common attributes for the column classes */

.iceSelOneMnu, .iceSelOneMnu-dis {
    font-size: 0.9em;
}

.iceInpTxt, .iceInpTxtArea, .iceInpSecrt {
    font-size: 1em;
    font-family: inherit;
    padding-top: 3px;
    padding-left: 2px;
}

.iceDatTblCol, .iceDatTblCol1, .iceDatTblCol2 {
    text-align: left;
}

.iceDatTblHdr {
}

.iceDatTblFtr {
}

.iceDatTblScrlSpr{
    background: url('css-images/table_col_header.gif') repeat-x bottom left;
    border-top: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}
.iceDatTblScrlSpr .iceDatTblColHdr1, .iceDatTblScrlSpr .iceDatTblColHdr2 {
    border-left-style: none;
    border-top-style: none;
}

/* for datatable when cell content length exceeds */

.iceDatTbl td span.iceOutTxt {
    overflow: hidden;
    display: block;
    padding: 8px;
}

/*
    Calendar Component classes
*/

.iceSelInpDate {
    /* calendar outline & background color */
    background-color: #FFFFFF;
    border-top: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    font-size: 0.9em;
}

table.iceSelInpDate tbody tr td table{
    border-right: 1px solid #d9d9d9;
}

.iceSelInpDate td span.iceOutTxt {
    padding: 2px !important
}

.iceSelInpDateIFrameFix, .iceIEIFrameFix {
    z-index: -1;
    position: absolute;
    display: block;
}

.iceIEIFrameFix {
    height: 0;
}

.iceSelInpDatePopup {

}

.iceSelInpDateOpenPopup {
    display: inline;
    text-decoration: none;
    background-color: transparent;
    background-image: url( "/crm/css/images/icons/calendar.png" );
    background-repeat: no-repeat;
    text-align: center;
    border: none;
    width: 21px;
    height: 21px;
    margin: -6px 3px;
}

.iceSelInpDateClosePopup {
    display: inline;
    text-decoration: none;
    background-color: transparent;
    background-image: url("css-images/cal_off.gif");
    background-repeat: no-repeat;
    text-align: center;
    border: none;
    width: 18px;
    height: 18px;
    margin: -3px 3px;
}

.iceSelInpDateMonthYear {
    background: #F5F5F5;
    font-weight: bold;
    text-align: center;
    color: #666;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.iceSelInpDateMonthYear img {
    border: none;
    margin-left: 3px;
    padding: 3px;
}

.iceSelInpDateMovePrev {
    text-decoration: none;
    display: inline;
    background-color: transparent;
    background-image: url("css-images/cal_arrow_left.gif");
    background-repeat: no-repeat;
    text-align: center;
    border: none;
    width: 17px;
    height: 16px;
}

.iceSelInpDateMoveNext {
    text-decoration: none;
    display: inline;
    background-color: transparent;
    background-image: url("css-images/cal_arrow_right.gif");
    background-repeat: no-repeat;
    text-align: center;
    border: none;
    width: 17px;
    height: 16px;
}

.iceSelInpDateWeek {
    /* the days of the week row */
    font-weight: normal;
    color: #666;
    text-align: center;
    padding: 3px;
    border-top: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    /*width: 22px;*/
}

/* set the look for the days of the week backgrounds */

.iceSelInpDateDay {
    text-align: center;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 3px;
}

.iceSelInpDateCur {
    background: #faa620;
    text-align: center;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.iceSelInpDateCur .iceCmdLnk {
    background: none;
    border: none;
}

.iceSelInpDateCur .iceOutTxt {
    color: #FFFFFF;
}

.weekend {
    background: #e9e9e9;
}

.weekend .iceOutTxt {
    color: #666;
}

.weekend .iceCmdLnk {
    background: none;
    border: none;
}

/* now set the attributes for the numbers for each day of the week */

.iceSelInpDateDay a {
    /* the day text */
    text-decoration: none;
    background-color: #FFFFFF;
    /*border: 1px solid #FFFFFF;*/
    color: #000000;
    width: 100%;
    height: 100%;
    padding: 0px;
    display: block;
}

.iceSelInpDateCur a {
    text-decoration: none;
    background-color: #2A6CC2;
    border: 1px solid #2A6CC2;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
    padding: 0px;
    display: block;
}

/* now set the color attributes for the hover effect on non-current days */

.iceSelInpDateDay a:hover {
    /* the day text */
    text-decoration: none;
    color: #666;
}

.iceRowSelMouseOver {
    color: white;
    background: #4591A1;
}

/* IceFaces 1.8.2 added a 1px empty cell with a div when using a popup, need to hide this */
.icePnlPopHdr div {
    display:none;
}

/*  confirmation popups */

.icePnlCnf {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
}

.icePnlCnf table {
    width: 100%;
}

.icePnlCnfHdr, .icePnlCnfHdrT3d {
    height: 50px;
    background-color: #262C35;
}

.icePnlCnfHdr {
    color: #FFFFFF;
    font-size: 1.2em;
    padding-left: 12px;
    padding-top: 4px;
}

.icePnlCnfBody {
    padding: 15px 12px;
    text-align: center;
    white-space: pre-line;
}

.icePnlCnfBtns {
    text-align: center;
}

.icePnlCnfBtns input {
    font-size: 0.9em;
    cursor: pointer;
    padding: 4px 8px 3px;
    color: #dcdcdc;
    background: #404247;
    border: 1px solid #7D7D7E;
    margin-bottom: 14px;
    margin-right: 6px;
    border-radius: 3px 3px 3px 3px;
}

/* progress bar */
.iceOutProg {
    margin: 0;
}

.iceOutProgBg {
    width: 300px;
    height: 17px;
    border: 1px solid #d9d9d9;
    background: #FFF;
    display: inline-block;
}

.iceOutProgFill {
    display: block;
    margin: 1px;
    height: 17px;
    background: url('css-images/ProgFill_bg.gif') repeat-x top left;
}

.iceOutProgTxt {
    color: #484848;
}

.iceOutProgIndetActv {
    margin: 1px;
    height: 17px;
    background: url('/crm/css/images/resources/loadingbar.gif') no-repeat;
    background-size: 100%;
}

.iceOutProgIndetInactv {
    margin: 1px;
    height: 17px;
    background: url('/crm/css/images/resources/loadingbar.gif') no-repeat;
    background-size: 100%;
}

.iceInpFile {
    width: 330px !important;
}

.iceDatPgrScrCol, .iceDatPgrCol {
    font-size: 0.9em;
}

.iceDatPgrScrCol a {
    color: #8FC331;
    font-weight: bold;
}

.iceDatPgrCol a {
    color: #DFE1E3;
}

.iceTreeRow {
    white-space:nowrap;
}

/*
--------------- autoComplete classes ------
*/

.iceSelInpTxtTxt {
    border: 1px solid #ABABAB;
    background-color: #FFFFFF;
    padding: 2px;
}

.iceSelInpTxtList {
    position: absolute;
    display: block;
    border-top: 1px solid #ABABAB;
    border-right: 1px solid #666666;
    border-left: 1px solid #ABABAB;
    border-bottom: 1px solid #333333;
}

.iceSelInpTxtRow {
    display: block;
    background-color: #FFFFFF;
    color: #333333;
    padding: 2px;
    padding-left: 10px;
    border-bottom: 1px solid #DEDEDE;
    position: relative;
}

.iceSelInpTxtSelRow {
    display: block;
    background-color: #4591A1;
    color: #FFFFFF;
    padding: 2px;
    padding-left: 10px;
    border-bottom: 1px solid #FFFFFF;
    position: relative;
}

.iceSelInpTxtSelRow span {
    color: #FFFFFF;
}

/*
--------------- autoComplete disable class ------
*/

.iceSelInpTxtTxt-dis {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .95em;
    color: #ABABAB;
    border: 1px dotted #CCCCCC;
    cursor: default;
}

.iceCmdBtn {
    font-size: 1.1em;
}

.icePnlStkCol {
    padding: 0;
}
