


/*********************************************************************************************************************
 *   Zakladni styly, prepis icefaces rime.css
 ********************************************************************************************************************/

body {
    height: 100%;
}
html, table, div {
    font-size: 11px;
}


/*
    Panel popup
*/
.icePnlPop, .icePnlTlTip {
    border: 2px solid #474552;
    color: white;
}

.icePnlPopHdr, .icePnlTlTipHdr {
    background: none;
    background-color: #474552;
}

.panelHeaderTitle .iceOutTxt{
    color: white;
}

.panelHeaderTitle {

}

.panelHeaderActions {
    text-align: right;
}


/*
    Had pro vizualizace stavu spojeni
*/

.iceOutConStat {
    background-color: #F5F5F5;
    font-size: 0.5em;
    height: 30px;
    margin: 0;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 35px;
}

.iceOutConStatInactv, .iceOutConStatActv, .iceOutConStatCaution, .iceOutConStatDisconnect {
    height: 33px;
    margin-left: 0;
    margin-top: 2px;
    position: absolute;
    width: 33px;
}


/*
    Collapsible panel
*/

.icePnlClpsbl, .icePnlClpsbl-dis {
    border: none;
}
.icePnlClpsbl, .icePnlClpsbl-dis {
    border: none;
}
.icePnlClpsblColpsd, .icePnlClpsblColpsd-dis {
    border: none;
    border-bottom: 1px solid #D9D9D9;
}

.icePnlClpsblHdr div:hover, .icePnlClpsblColpsdHdr div:hover{
    color: white;
    background-color: #474552;
    border-color: #474552;
}

.icePnlClpsblHdr div, .icePnlClpsblColpsdHdr div {
    background: none;
}

.icePnlClpsblColpsdHdr .iceOutTxt, .icePnlClpsblHdr .iceOutTxt, .icePnlClpsblColpsdHdr-dis .iceOutTxt, .icePnlClpsblHdr-dis .iceOutTxt {
    padding-left: 0;
    color: white;
}
.icePnlClpsblHdr, .icePnlClpsblHdr-dis, .icePnlClpsblColpsdHdr, .icePnlClpsblColpsdHdr-dis {
    background: url("../images/header.gif") repeat scroll 0 0 transparent;
}

.icePnlClpsbl, .icePnlClpsbl-dis {
    border-right: 1px solid #A3A3AE;
}

/*
    Output link
*/
.iceOutLnk img{
    border: none ;
}

/*
    Row selector
*/
.iceRowSelSelected {
    background: #f28407;
}
.iceRowSelSelected .iceOutTxt {
    color: black;
}
tr.iceRowSelSelected:hover {
    color: white;
    background: #f28407;
}

.iceRowSelSelected:hover .iceOutTxt {
    color: white;
}

.iceRowSelMouseOver {
    color: white;
    background: #f28407;
}

/*
    Input file
*/
.iceInpFile   {
    font: 11px tahoma;
    margin: 2px;
    padding: 3px;
}

/*
    DataTable
*/

.iceDatTblColGrpHdrCol {
    text-align: left;
}

.iceDatTblRow1 {
    border-left: none;
}

.iceDatTblRow2 {
    border-left: none;
}

/*
    fieldset, legend
*/
fieldset {
    border: 1px solid #A3A3AE;
}

legend {
    border: 1px solid #A3A3AE;
}