
/*
=================== Font Family, Size and Color ==============
*/


/*
=================== HTML Form Element Appearence ==============
*/

.body 

{

width: 700px;

}




/* PANELPOPUP.JSPX */
.corePopupForMobil {
    position: absolute;
    z-index: 1001;
    width: 300px;
    height: 200px;
    top: 30%;
    left: 20%;
}

.corePopup {
    position: absolute;
    z-index: 1001;
    width: 300px;
    height: 150px;
    top: 60%;
    left: 40%;
}

.popupBody {
    margin-top: 25px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

.popupHeaderWrapper {
    text-align: center;
    vertical-align: middle;
}

.popupHeaderText {
    float: left;
}

.popupHeaderImage {
    float: right;
    margin-top: 2px;
    margin-right: 2px;
}

/* END PANELPOPUP.JSPX */

fieldset {
    border: 0px none;
}

/*
=================== Style class definitions for ICE Standard Extended Component Appearance ==============
*/
.iceInpTxt, .iceInpSecrt, .iceInpTxtArea {
    margin: 0px;
    paddingxxx: 0px;
    fontxxx: 11px tahoma;
    borderxx: 1px solid #d9d9d9;
	heightxxxx: 34px !important;
	    text-shadow: 0 1px 0 rgba(0,0,0,.15);
		
}

.iceSelMnyCb {
    white-space: nowrap;
}

.iceSelMnyCb input, .iceSelOneRb input, .iceSelBoolChkbx {
    margin: 2px;
    padding: 2px;
}

.iceInpTxt, .iceInpSecrt {
background: hsl(0, 0%, 100%);
    border: 1px solid #aaa; 
    border-left-color: rgb(153, 153, 153) !important;
    border-right-color: rgb(153, 153, 153) !important;
    border-top-color: rgb(153, 153, 153) !important;
    font-size: 11px;
    paddingxxxx: 0.1em;
    max-widthxx: 53% !important;
    border-radius: 5px;
    box-shadow: 0px 2px 3px 0px rgb(119, 119, 119);
    height: 30px;

}

.iceInpTxt:focus, .iceInpSecrt:focus{
box-shadowxx: 1px 1px 9px 1px rgb(0, 188, 212);
transition: all 500ms cubic-bezier(0.3, 0.07, 0.44, 0.6) 0s;
}

.iceOutTxt, .captchaText {
/* background-image: url( "images/image.png" ); */
 font-weight: bold; 
/* font-size: 3.0em; */
}

.captchaText{
background-image: url( "images/captcha.png" );
font-weight: bold;
font-size: 3.0em;
border-radius: 5px;
box-shadow: 0px 2px 5px 0px rgb(119, 119, 119);
}


.iceSelOneMnu, .iceSelMnyLb, .iceSelMnyMnu, .iceSelOneLb {
       marginxxx: 2px;
    padding: 1px;
    font: 11px tahoma;
    background: rgb(251, 251, 251);
    border: 1px solid rgb(171, 171, 171);
    border-radius: 5px;
	box-shadow: 0px 2px 3px 0px rgb(179, 176, 176);
    border-left-color: rgb(171, 171, 171) !important;
    border-top-color: rgb(171, 171, 171) !important;
    text-shadow: 0 1px 0 #ddd;
    -webkit-transition: color .3s,text-shadow .3s,background-color .3s;
    -o-transition: color .3s,text-shadow .3s,background-color .3s;
    transitionxxx: color .3s,text-shadow .3s,background-color .3s;
    height: 35px !important;
	widthxx:100%;

}

.iceInpTxtArea {
    margin: 2px;
    padding: 3px;
    fontxx: 11px tahoma;
    background: #FFF;
    borderxx: 1px solid #d9d9d9;
	border-left-colorxx: #777 !important;
    border-top-colorxx: #777 !important;
	border: 1px solid #263238 !important;
    border-left-color: #263238 !important;
    border-right-color: #263238 !important;
    border-top-color: #263238 !important;
    box-shadow: 0px 2px 4px 0px rgb(171, 171, 171);
    border-radius: 5px;
	width:80%;
	font-family: "Roboto", Geneva, sans-serif;
	font-size:12px;
	width: 100%;
}

.iceCmdLnk, .iceOutLnk {
    text-decoration: none;
    font-weight: normal;
}

.iceOutTxt, .iceOutLbl {
     










   font-familyxxxx: "Tahoma", Geneva, sans-serif;
	font-family:"Roboto", Geneva, sans-serif;
    padding-left: 0px;
    padding-right: 4px;
    padding-top: 1px;
    padding-bottom: 1px;
	font-size:13px;
    color: #141414e0 !important;
	    font-weight: bold;

}






.iceOutLbl {
    
    color: #484848;
}

.iceCmdBtn {
        font-family: Arial, Helvetica, sans-serif;
    padding: 0 10px !important;
    color: #fff !important;
    border-radius: 4px;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    backgroundxxx: #3fcb30 !important;
    background: -moz-linear-gradient(top,#3fcb30 0,#32be23 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#3fcb30),color-stop(100%,#32be23));
    background: -webkit-linear-gradient(top,#3fcb30 0,#32be23 100%);
    background: -o-linear-gradient(top,#3fcb30 0,#32be23 100%);
    background: -ms-linear-gradient(top,#3fcb30 0,#32be23 100%);
    background: linear-gradient(to bottom,#3fcb30 0,#32be23 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3fcb30', endColorstr='#32be23', GradientType=0);
    border: 1px solid #2db91e;



}

/*
=================== ICE Component Appearence ==============
*/
/*
----------- Calendar Component classes
*/
.iceSelInpDate {
/* calendar outline & background color */
      background-color: rgb(204, 204, 204);
    border-right: none;
    border-bottom: none;
    /* border-top: 1px solid rgba(0,0,0,.075); */
    /* border-left: 1px solid rgba(0,0,0,.075); */
    margin-top: 10px;
}

.iceSelInpDateIFrameFix, .iceIEIFrameFix {
    z-index: -1;
    position: absolute;
    display: block;
    /*filter: mask();*/
}

.iceSelInpDatePopup {
    min-width: 172px;
}

.iceSelInpDateInput {
    width: 120px;
}

input.iceSelInpDateOpenPopup {
    display: inline;
    text-decoration: none;
    background-color: transparent;
    background-image: url(images/cal_button.gif);
    background-repeat: no-repeat;
    text-align: center;
    border: none;
    width: 22px;
    height: 22px;
    margin-leftxx: 5px;
    vertical-align: middle;
	    border-radius: 5px;
}

input.iceSelInpDateClosePopup {
    display: inline;
    text-decoration: none;
    background-color: transparent;
    background-image: url(images/cal_off.gif);
    background-repeat: no-repeat;
    text-align: center;
    border: none;
    width: 20px;
    height: 20px;
    margin-leftxx: 5px;
    vertical-align: middle;
}

.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(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(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;
}

.exampleBoxCol1 {
    padding: 7px;
}

/*
----------- Output Table Component classes
*/

/*
.firstChildTitle .icePnlGrd {
    margin-top: 10px;
    border: 1px solid #d9d9d9;
    border-collapse: collapse;
}

.firstChildTitle .icePnlGrdRow1 {
    background: #f1f1f1;
    border-left: 1px solid #d9d9d9;
}

.firstChildTitle .icePnlGrdRow2 {
    background: #FFF;
    border-left: 1px solid #d9d9d9;
}

.firstChildTitle .icePnlGrdCol1 {
    font-weight: bold;
    padding: 7px;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    text-align: left;
}

.firstChildTitle .icePnlGrdCol2 {
    padding: 7px;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    text-align: left;

}
*/

/*
----------- Data Table Component classes
*/
.iceDatTbl {

/* was iceDataTblOutline */
    border-collapse: collapse;
    border: none;
    border-left: 1px solid #d9d9d9;
    margin: 0px;
	font: 10px Tahoma;
	displayxxxx: grid;
	box-shadowxx: 0px 2px 3px 0px rgba(119, 119, 119, 0.66);
		    border-radius: 5px;
    margin-top: 5px;
	width:100%;
}

.iceDatTbl table {
    border-collapse: collapse;
	
}
/* Dikkat!!!a?a??daki background de?eri sayfalardaki listelerin rengidir. */

.iceDatTblColHdr, .iceDatTblColHdr1, .iceDatTblColHdr2, .iceDatTblColGrpHdrCol {
text-align: center;
    /* font: 0.9em tahoma; */
    color: #FFFFFF;
    font-weight: bold;
    height: 15px;
    borderx: 1px solid #d9d9d9;
    /* border-radius: 5px; */
    background-image: linear-gradient(to right, #e5e5e5, #e5e5e5);
}

/* data tables are rendered with alternating row colors */

.iceDatTblRow1 {
/* was iceTblRow1 */
height:20px;
    border-left: 1px solid #d9d9d9;
	font: 10px tahoma;
}

.iceDatTblRow2 {
/* was iceTblRow2 */height:20px;border-left: 1px solid #d9d9d9;/* font: 10px tahoma; */}


/* set the common attributes for the column classes */
.iceDatTblCol, .iceDatTblCol1, .iceDatTblCol2 {
/*was column, column1, column2, column3*/



}

.iceDatTblCol1{
    height: 120px;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    text-align: left;
    /* width:100%; */
    font-size: 0.9em;
    height: 50px;

}


.iceDatTblCol2{height:20px;border-right: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;/* text-align: left; */widthxxx:5px;}



.iceDatTblCol2{

widthxxx:20%; /* sonkaldirildi */
}


.iceDatTblCol3{
width:2%
}


.iceDatTblColForNumber {
	height:5px;
	widthxx:5px;
	/* text-align: left; */
	overflow: hidden;
	font: 12px;
	padding: 2px;
}
.iceDatTblColForNumberiki {
	height:15px;
    width:5px;
    text-align: left;
	font: 10px;
    
}


.iceDatTblHdr {

}

/*was iceTblHeader */
.iceDatTblFtr {
	overflow: hidden;
 width:2px;
    padding: 1px;
}

.iceDatTblScrlSpr{ 
    background: url( './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;
}

.iceDatTblResHdlr {
    margin:0px;; 
    padding:1px;
    border-width: 0px;
    width:1px;
    background-color:transparent;
}

.iceDatTblResBor {
    margin:0px;; 
    padding:0px;
    background-color: #d9d9d9;
    background-position: bottom;
    background-repeat: repeat-x;
    width:1px;   
    border-top: 1px solid #CCCCCC; 
}

.iceDatTblBlkTd {
    border-bottom: 1px solid #CCCCCC;   
    background-color: #d9d9d9;   
}


.portlet-section-header .iceDatTblResBor {
   padding:1px;
}

.portlet-section-body .iceDatTblBlkTd {

   padding:0px; 
}
/*was iceTblFooter */

/*
----- for datatable when cell content length exceeds-----
*/

.iceDatTbl td span.iceOutTxt {
    overflow: hidden;
    displayxxx: block;
    padding: 4px 0px;
	 
}

/* etc */

/*
----------- Data Scroller Component classes
*/
.iceDatPgrScrOut {
/* the class for the outside table */
    background-color: transparent;
    margin: 10px;
}

.iceDatPgrTbl {
/* the container for the pagination*/
}

/* set the common attributes for the pagination numbers */
.iceDatPgrScrCol a, .iceDatPgrCol a {
    text-decoration: none;
    font-weight: normal;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    border: 1px solid #DBDBDB;
}

/** html .iceDatPgrCol a {*/
    /*width: 1%;*/
/*}*/

/* override the attributes for the currently selected page */
.iceDatPgrScrCol a {
    color: #ffa600;
    border: 1px solid #DBDBDB;
}

/** html .iceDatPgrScrCol a {*/
    /*width: 1%;*/
/*}*/

/* set the attributes for the mouseover on none-current pages */
.iceDatPgrCol a:hover {
    border: 1px solid #FFA600;
    text-decoration: none;
    padding-bottom: 1px;
}
.iceDatPgrScrCol a:hover {
    color: #000000;
    border: 1px solid #DBDBDB;
    text-decoration: none;
    padding-bottom: 1px;
}

/*
----------- commandSortHeader classes
*/
.iceCmdSrtHdrAsc, .iceCmdSrtHdrDesc{
    background-repeat: no-repeat;
    background-position: center;
    width:10px;
    height:10px;
}
.iceCmdSrtHdrAsc{
    background-image: url(images/column_sort_asc.gif);
}
.iceCmdSrtHdrDesc{
    background-image: url(images/column_sort_desc.gif);
}

/*
----------- Tabbed Pane Component classes
*/

/* tabOn style classes */

.icePnlTbOn {
    margin-right: 0;
}

.icePnlTbOn .MidMid td {
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
	text-shadow: 0 1px 0 rgb(221, 221, 221);
    -webkit-transition: color .3s,text-shadow .3s,background-color .3s;
    -o-transition: color .3s,text-shadow .3s,background-color .3s;
    transitionxxx: color .3s,text-shadow .3s,background-color .3s;
    color: rgb(68, 104, 149);

}

.icePnlTbOn .LftTop {
    backgroundxxx: url(images/Tab_LftTop.gif) no-repeat top left;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
    height: 4px;
}

.icePnlTbOn .MidTop {
    backgroundxx: url(images/Tab_MidTop.gif) repeat-x top left;
    border: none;
    padding: 0;
    text-align: center;
    height: 4px;
}

.icePnlTbOn .RtTop {
    backgroundxxx: url(images/Tab_RtTop.gif) no-repeat top left;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
    height: 4px;
}

.icePnlTbOn .LftMid {
    backgroundxxx: url(images/Tab_LftMid.gif) no-repeat top left;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
}

.icePnlTbOn .MidMid {
   backgroundxxx: url(images/Tab_MidMid.gif) repeat-x top left;
    border: none;
    padding: 1px;
    text-align: center;
    border-radius: 5px;
    height: 38px;
       box-shadow: 0px 1px 0px 1px rgb(157 157 157);
	background-image: linear-gradient(to left, rgb(185, 191, 196), rgba(94, 149, 195, 0));
}

.icePnlTbOn .MidMid a {
    background: url(images/Tab_MidMid_bullet.gif) no-repeat top left;
    border: none;
    padding: 4px 8px 5px 28px;
    margin: 3px;
    text-decoration: none;
    font-weight: bold;
    color: #666;
    cursor: pointer;
    display: block;
}

.icePnlTbOn .RtMid {
    backgroundxx: url(images/Tab_RtMid.gif) no-repeat top left;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
}

.icePnlTbOn .LftBtm {
    backgroundxx: #f7f7f7;

    padding: 0;
    text-align: center;
    height: 1px;
}

.icePnlTbOn .MidBtm {
    backgroundxx: #f7f7f7;
    border: none;
    padding: 0;
    text-align: center;
    height: 1px;
}

.icePnlTbOn .RtBtm {
    backgroundxxx: #f7f7f7;

    padding: 0;
    text-align: center;
    height: 1px;
}

* html .icePnlTbOn .MidMid a {
    height: 1%;
}

/* tabOff style classes */

.icePnlTbOff {
    margin-right: 0;
}

.icePnlTbOff .MidMid td {
    text-align: center;
    white-space: nowrap;
    font-weight: bold;
	    text-shadow: 0 1px 0 #ddd;
    -webkit-transition: color .3s,text-shadow .3s,background-color .3s;
    -o-transition: color .3s,text-shadow .3s,background-color .3s;
    transition: color .3s,text-shadow .3s,background-color .3s;
}

.icePnlTbOff .LftTop {
    backgroundxxx: url(images/Tab_LftTop_off.gif) no-repeat top left;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
    height: 4px;
}

.icePnlTbOff .MidTop {
    backgroundxx: url(images/Tab_MidTop_off.gif) repeat-x top left;
    border: none;
    padding: 0;
    text-align: center;
    height: 4px;
}

.icePnlTbOff .RtTop {
    backgroundxxx: url(images/Tab_RtTop_off.gif) no-repeat top left;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
    height: 4px;
}

.icePnlTbOff .LftMid {
    backgroundxx: url(images/Tab_LftMid_off.gif) no-repeat top left;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
}

.icePnlTbOff .MidMid {
    backgroundxxx: url(images/Tab_MidMid_off.gif) repeat-x top left;
border: none;
    padding: 1px;
    text-align: center;
    border-radius: 5px;
    background: rgb(249, 249, 249);
	height: 38px;
	box-shadow: 0px 1px 0px 1px rgba(80, 94, 106, 0.53);
}

.icePnlTbOff .MidMid a {
    background: url(images/Tab_MidMid_bullet_off.gif) no-repeat top left;
    border: none;
    padding: 4px 8px 5px 28px;
    margin: 3px;
    font-weight: bold;
    text-decoration: none;
    color: #666;
    cursor: pointer;
    display: block;
}

.icePnlTbOff .MidMid a:hover {
    font-weight: bold;
}
.icePnlTbOff .MidMid td:hover{
    color: #3581A5;
}

.icePnlTbOff .RtMid {
    backgroundxxx: url(images/Tab_RtMid_off.gif) no-repeat top left;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
	box-shadowxx: 4px 0px 5px 0px rgba(102, 102, 102, 0.6784313725490196);
}
}

.icePnlTbOff .LftBtm {
    backgroundxxx: #f5f5f5;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
    height: 1px;
	box-shadow: 4px 0px 5px 0px rgba(102, 102, 102, 0.6784313725490196);
}
}

.icePnlTbOff .MidBtm {
    backgroundxxx: #f5f5f5;
    border: none;
    padding: 0;
    text-align: center;
    height: 1px;
}

.icePnlTbOff .RtBtm {
    backgroundxxx: #f5f5f5;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
    height: 1px;
}

* html .icePnlTbOff .MidMid a {
    height: 1%;
}

/* tabOver style classes */

.icePnlTbOver {
/* was iceTabSetTabOver */

}

.icePnlTbOver .MidMid td {
    text-align: center;
    white-space: nowrap;
    font-weight: bold;
}

.icePnlTbOver .LftTop {
    backgroundxxx: url(images/Tab_LftTop_off.gif) no-repeat top left;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
    height: 4px;
}

.icePnlTbOver .MidTop {
    backgroundxxx: url(images/Tab_MidTop_off.gif) repeat-x top left;
    border: none;
    padding: 0;
    text-align: center;
    height: 4px;
}

.icePnlTbOver .RtTop {
    backgroundxxx: url(images/Tab_RtTop_off.gif) no-repeat top left;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
    height: 4px;
}

.icePnlTbOver .LftMid {
    backgroundxxx: url(images/Tab_LftMid_off.gif) no-repeat top left;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
}

.icePnlTbOver .MidMid {
       backgroundxxx: url(images/Tab_MidMid_off.gif) repeat-x top left;
    border: none;
    padding: 1px;
    text-align: center;
    border-radius: 5px;
    background: rgb(249, 249, 249);
    height: 38px;
    box-shadow: 0px 1px 3px 1px rgb(61, 73, 80);
}

.icePnlTbOver .MidMid a {
    background: url(images/Tab_MidMid_bullet_over.gif) no-repeat top left;
    border: none;
    padding: 4px 8px 5px 28px;
    margin: 3px;
    font-weight: bold;
    text-decoration: none;
    color: #666;
    cursor: pointer;
    display: block;
	
}

.icePnlTbOver .MidMid a:hover {
    font-weight: bold;
    color: #3581A5;
	  
}

.icePnlTbOver .RtMid {
    backgroundxxx: url(images/Tab_RtMid_off.gif) no-repeat top left;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
}

.icePnlTbOver .LftBtm {
    backgroundxxx: #d9d9d9;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
    height: 1px;
}

.icePnlTbOver .MidBtm {
    backgroundxxx: #d9d9d9;
    border: none;
    padding: 0;
    text-align: center;
    height: 1px;
}

.icePnlTbOver .RtBtm {
    backgroundxxx: #d9d9d9;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
    height: 1px;
}

* html .icePnlTbOver .MidMid a {
    height: 1%;
}



/* tabSpacer */

.icePnlTbSetSpcr {
    width: 100%;
    border-bottomxxxx: 1px solid #d9d9d9;
}

/* tabPanel */
.icePnlTbSet {
/* was iceTabSet*/
    width: 100%;
    background: transparent;
    border-collapse: separate;
}

.icePnlTbSetCnt {
/*tab cerceveleri kaldırıldı
  background: url(images/contentContainer_bg.gif) repeat-x top left;
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    padding: 2px;
    box-shadow: -1px 2px 9px -3px rgb(119, 119, 119);
    border-radius: 5px;
    padding: 6px;*/
}

.icePnlTbSetCntBtm {
/*was iceTabSetBottom*/
    background: url(images/contentContainer_bg_up.gif) repeat-x top left;
    border-top: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    padding: 20px;
}

/* TABS ON BOTTOM STYLE CLASSES */
/* tabOn style classes */

.icePnlTbOnBtm {
    margin-right: 0;
}

.icePnlTbOnBtm .MidMid td {
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}

.icePnlTbOnBtm .LftTop {
    background: #f7f7f7;
    padding: 0;
    text-align: center;
    height: 1px;

}

.icePnlTbOnBtm .MidTop {
    background: #f7f7f7;
    border: none;
    padding: 0;
    text-align: center;
    height: 1px;
}

.icePnlTbOnBtm .RtTop {
    background: #f7f7f7;
    padding: 0;
    text-align: center;
    height: 1px;
}

.icePnlTbOnBtm .LftMid {
    background: url(images/Tab_Btm_LftMid.gif) no-repeat bottom left;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
}

.icePnlTbOnBtm .MidMid {
    background: url(images/Tab_Btm_MidMid.gif) repeat-x bottom left;
    border: none;
    padding: 0;
    text-align: center;
}

.icePnlTbOnBtm .MidMid a {
    background: url(images/Tab_MidMid_bullet.gif) no-repeat top left;
    border: none;
    padding: 3px 8px 2px 28px;
    margin: 3px;
    font-weight: bold;
    text-decoration: none;
    color: #666;
    cursor: pointer;
    display: block;
}

.icePnlTbOnBtm .RtMid {
    background: url(images/Tab_Btm_RtMid.gif) no-repeat bottom left;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
}

.icePnlTbOnBtm .LftBtm {
    background: url(images/Tab_Btm_LftBtm.gif) no-repeat bottom left;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
    height: 4px;
}

.icePnlTbOnBtm .MidBtm {
    background: url(images/Tab_Btm_MidBtm.gif) repeat-x bottom left;
    border: none;
    padding: 0;
    text-align: center;
    height: 4px;
}

.icePnlTbOnBtm .RtBtm {
    background: url(images/Tab_Btm_RtBtm.gif) no-repeat bottom left;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
    height: 4px;
}

* html .icePnlTbOnBtm .MidMid a {
    height: 1%;
}

/* tabOff style classes */

.icePnlTbOffBtm {
    margin-right: 0;
}

.icePnlTbOffBtm .MidMid td {
    text-align: center;
    white-space: nowrap;
    font-weight: bold;
}

.icePnlTbOffBtm .LftTop {
    background: #d9d9d9;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
    height: 1px;
}

.icePnlTbOffBtm .MidTop {
    background: #d9d9d9;
    border: none;
    padding: 0;
    text-align: center;
    height: 1px;
}

.icePnlTbOffBtm .RtTop {
    background: #d9d9d9;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
    height: 1px;
}

.icePnlTbOffBtm .LftMid {
    background: url(images/Tab_Btm_LftMid_off.gif) no-repeat bottom left;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
}

.icePnlTbOffBtm .MidMid {
    background: url(images/Tab_Btm_MidMid_off.gif) repeat-x bottom left;
    border: none;
    padding: 0;
    text-align: center;
}

.icePnlTbOffBtm .MidMid a {
    background: url(images/Tab_MidMid_bullet_off.gif) no-repeat top left;
    border: none;
    padding: 3px 8px 2px 28px;
    margin: 3px;
    font-weight: bold;
    text-decoration: none;
    color: #666;
    cursor: pointer;
    display: block;
}

.icePnlTbOffBtm .MidMid a:hover {
    font-weight: bold;
}

.icePnlTbOffBtm .RtMid {
    background: url(images/Tab_Btm_RtMid_off.gif) no-repeat bottom left;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
}

.icePnlTbOffBtm .LftBtm {
    background: url(images/Tab_Btm_LftBtm_off.gif) no-repeat bottom left;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
    height: 4px;
}

.icePnlTbOffBtm .MidBtm {
    background: url(images/Tab_Btm_MidBtm_off.gif) repeat-x bottom left;
    border: none;
    padding: 0;
    text-align: center;
    height: 4px;
}

.icePnlTbOffBtm .RtBtm {
    background: url(images/Tab_Btm_RtBtm_off.gif) no-repeat bottom left;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
    height: 4px;
}

* html .icePnlTbOffBtm .MidMid a {
    height: 1%;
}

/* tabOver style classes */

.icePnlTbOverBtm {
/* was iceTabSetTabOverBottom*/

}

.icePnlTbOverBtm .MidMid td {
    text-align: center;
    white-space: nowrap;
    font-weight: bold;
}

.icePnlTbOverfBtm .LftTop {
    background: #d9d9d9;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
    height: 1px;
}

.icePnlTbOverBtm .MidTop {
    background: #d9d9d9;
    border: none;
    padding: 0;
    text-align: center;
    height: 1px;
}

.icePnlTbOverBtm .RtTop {
    background: #d9d9d9;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
    height: 1px;
}

.icePnlTbOverBtm .LftMid {
    background: url(images/Tab_Btm_LftMid_off.gif) no-repeat bottom left;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
}

.icePnlTbOverBtm .MidMid {
    background: url(images/Tab_Btm_MidMid_off.gif) repeat-x bottom left;
    border: none;
    padding: 0;
    text-align: center;
}

.icePnlTbOverBtm .MidMid a {
    background: url(images/Tab_MidMid_bullet_over.gif) no-repeat top left;
    border: none;
    padding: 3px 8px 2px 28px;
    margin: 3px;
    font-weight: bold;
    text-decoration: none;
    color: #666;
    cursor: pointer;
    display: block;
}

.icePnlTbOverBtm .MidMid a:hover {
    font-weight: bold;
}

.icePnlTbOverBtm .RtMid {
    background: url(images/Tab_Btm_RtMid_off.gif) no-repeat bottom left;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
}

.icePnlTbOverBtm .LftBtm {
    background: url(images/Tab_Btm_LftBtm_off.gif) no-repeat bottom left;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
    height: 4px;
}

.icePnlTbOverBtm .MidBtm {
    background: url(images/Tab_Btm_MidBtm_off.gif) repeat-x bottom left;
    border: none;
    padding: 0;
    text-align: center;
    height: 4px;
}

.icePnlTbOverBtm .RtBtm {
    background: url(images/Tab_Btm_RtBtm_off.gif) no-repeat bottom left;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
    height: 4px;
}

* html .icePnlTbOverBtm .MidMid a {

}

/* tabSpacer */
.icePnlTbSetSpcrBtm {
    width: 100%;
    border-top: 1px solid #d9d9d9;
}

/* tabPanel */

.icePnlTbSetBtm {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-right: 1px solid #ABABAB;
    border-top: 1px solid #ABABAB;
    border-left: 1px solid #ABABAB;
    background-color: #FFFFFF;
}


/*
------------- BorderLayout
*/
.icePnlBrdrNorth {
    padding: 5px;
    background: #FFF;
    font-weight: bold;
    height: 60px;
    text-align: center;
}

.icePnlBrdrEast {
    width: 10%;
    background-color: #FFFFFF;
    padding: 5px;
    vertical-align: top;
}

.icePnlBrdrWest {
    width: 20%;
    background-color: #FFFFFF;
    vertical-align: top;
}

.icePnlBrdrCenter {
    width: 70%;
    background-color: #FFFFFF;
    padding: 5px;
    vertical-align: top;
}

.icePnlBrdrSouth {
    border-top: 1px solid #FFFFFF;
    color: #666666;
    padding: 4px;
}

/*
------------- PanelLayout
*/

.pageHdr {
    font-weight: bold;
    height: 80px;
    background-color: #CDCDCD;
    padding: 5px;
    text-align: center;
}

.icePnlBrdrStyle {
    background-color: #FFFFFF;
    border: 1px solid #ABABAB;
    margin: 10px;
    width: 97%;
}

.pageNavigation {
    width: 20%;
    background-color: #DEDEDE;
    padding: 5px;
    vertical-align: top;
}

.pageBody {
    width: 80%;
    background-color: #FFFFFF;
    padding: 5px;
    vertical-align: top;
}

.pageFtr {
    border-top: 1px solid #ABABAB;
    color: #666666;
    padding: 4px;
}

/*
------------ PanelNavigation
*/

.navFormOutline {
    background-color: #DEDEDE;
    margin: 0px;
    width: 100%;
    padding: 0px;
}

.navItem, .navActvItem, .navOpenItem {
    color: #333333;
    text-decoration: none;
    background-color: #CDCDCD;
    width: 100%;
    border: 1px solid #CDCDCD;
    border-bottom: 1px solid #FFFFFF;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 1px;
    display: block;
}

.navItem:hover, .navActvItem:hover, .navOpenItem:hover {
    background-color: #FFFFFF;
    color: #000000;
    border: 1px solid #2A6CC2;
}

.navOpenItem {
    white-space: nowrap;
    text-decoration: none;
    font-weight: bold;
}

.navActvItem {
    width: 100%;
    background-color: #2A6CC2;
    color: #FFFFFF;
    background-image: url(images/cal_arrow_right.gif);
    background-position: center right;
    background-repeat: no-repeat;
}

.navSeparator {
    width: 100%;
    height: 1px;
    padding: 0px;
    margin: 0px;
    background-color: #CDCDCD;
    border-bottom: 1px solid #DEDEDE;
}

/*
--------------- Progress bar
*/
.iceOutProg {
    margin: 0;
}

.iceOutProgBg {
    width: 300px;
    height: 17px;
    border: 1px solid #d9d9d9;
    background: #FFF;
}

.iceOutProgFill {
    display: block;
    margin: 1px;
    height: 17px;
    background: url(images/ProgFill_bg.gif) repeat-x top left;
}

.iceOutProgTxt {
    color: #484848;
}

/*
--------------- autoComplete classes ------
*/

.iceSelInpTxtTxt {
    border: 1px solid #ABABAB;
    background-color: #FFFFFF;
    margin: 10px 0 0 0;
    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: "Roboto", Geneva, sans-serif;
    font-size: .95em;
    color: #ABABAB;
    border: 1px dotted #CCCCCC;
    cursor: default;
}

/*
----------- FileUpload Component classes
*/
.iceInpFile {
    overflow: hidden;
}

.iceInpFileTxt {
    borderxx: 1px solid #ABABAB;
    background-color: #eee;
    margin: 2px;
    padding: 2px;
    font-family: "Roboto", Geneva, sans-serif;

    color: #000000;
	    width: 63%;
		border-radius: 4px;
	    box-shadow: 0px 0px 2px 0px rgb(51, 51, 51);
}

.iceInpFileBtn {
       border: 1px solid rgb(171, 171, 171);
    background-color: rgb(185, 192, 197);
    margin: 2px;
    padding: 5px;
   font-family: "Roboto", Geneva, sans-serif;

    color: #000000;
	border-radius:5px;
	box-shadow: 0px 1px 2px -1px rgb(119, 119, 119);
}

/*
----------- Data Navigation Bar classes
*/

.tablebg {
    background-color: #EEF3FB;
    border: 1px solid #6392C6;
    width: 70%;
}

.oddRow {
    background-color: #FFFFFF;
}

.evenRow {
    background-color: #EEF3FB;
}

.barCol1 {
    width: 40%;
    text-align: left;
}

.barCol2 {
    width: 15%;
    text-align: left;
}

.barCol3 {
    width: 20%;
    text-align: left;
}

.barCol4 {
    width: 15%;
    text-align: right;
}

.barCol5 {
    width: 15%;
    text-align: left;
}

/*
----------- TreeView component
*/


.iceTreeRow {
    white-space: nowrap;
    vertical-align: middle;
    padding: 0;
}

.iceTreeRow a {
    text-decoration: none;
    cursor: pointer;
    padding: 0;
    /*padding-left: 3px;*/
    vertical-align: middle;
}

.iceTreeRow a:hover {
    text-decoration: underline;
}

.iceTreeRow img {
    border: 0;
    vertical-align: middle;
    background-repeat: repeat-y;
    padding: 0;
}
.iceTreeRow > img{
    /*width: 10px;*/
    /*height:16px;*/
}


.iceTreeRow a img {
/* vertical-align: top; - Bug in FF, when img has focus it is not highlighted with a box.*/
    background-repeat: repeat-y;
    border: 0;
    padding: 0;
}

.iceTreeRow * div {
    padding: 0;
    vertical-align: middle;
}

/* ------------ Menu Classes --
*/

.iceMnuBar, .iceMnuBarVrt {
    padding: 0;
    margin: 0;
    white-space: nowrap;
    background-image: none;
    background-color: #FCFCFC;
}

.iceMnuBarItem, .iceMnuBarVrtItem {
    border: 1px solid #DBDBDB;
    float: left;
    white-space: nowrap;
    background-color: #FCFCFC;
}

.iceMnuBarItem a, .iceMnuBarItem span, .iceMnuBarItem a:hover, .iceMnuBarVrtItem a, .iceMnuBarVrtItem span, .iceMnuBarVrtItem a:hover {
    text-decoration: none;
    font-weight: bold;
    display: block;
    font-size: 1.0em;
    color: #000000;
}

.iceMnuBarItem a, .iceMnuBarItem span, .iceMnuBarItem a:hover {
    padding: 3px 6px 3px 6px;
}

.iceMnuBarVrtItem a, .iceMnuBarVrtItem span, .iceMnuBarVrtItem a:hover {
    padding: 3px 0 3px 6px;
}

.iceMnuBarItem a, .iceMnuBarVrtItem a {
    background-image: url(images/bottom_menu_bg.png);
}

.iceMnuBarItem a:hover, .iceMnuBarVrtItem a:hover {
    background-image: url(images/bottom_menu_btn_bg_on.png);
}

.iceMnuItmSep {
    border-bottom: 1px solid #DBDBDB;
}

.iceMnuItmSep hr {
    width: 100%;
    border: 1px inset #000000;
}

.iceMnuBarSubMenu, .iceMnuBarVrtSubMenu {
    position: absolute;
    background-color: #FCFCFC;
    display: block;
    width: 145px;
    border-right: 1px solid #DBDBDB;
    border-left: 1px solid #DBDBDB;
    border-top: 1px solid #DBDBDB;
}

.iceMnuItm {
    padding: 0;
    margin: 0;
    vertical-align: top;
    border-bottom: 1px solid #DBDBDB;
}

.iceMnuItm a, .iceMnuItm a:hover, .iceMnuItmVrt a, .iceMnuItmVrt a:hover {
    border: 0;
    padding: 0;
    margin: 0;
    display: block;
    text-decoration: none;
    text-align: left;
    vertical-align: top;
    line-height: 25px;
    height: 25px;
    width: 100%;
}

.iceMnuItm a, .iceMnuItmVrt a {
    background-color: #FCFCFC;
    color: #000000;
}

.iceMnuItm a:hover, .iceMnuItmVrt a:hover {
    background-color: #4591A1;
    color: #FFFFFF;
}

.iceMnuItmLabel {
    padding-left: 7px;
    font-weight: normal;
}

.iceMnuItmLabel, .iceMnuBarItemLabel {
    font-size: 1.0em;
    width: 100%;
    vertical-align: top;
}

.iceMnuItmImage, .iceMnuBarItemImage, .iceMnuBarVrtItemImage {
    display: none;
}

.iceMnuBarSubMenuInd {
    float: right;
    padding: 5px 0 0 0;
    margin: 0;
}

.iceMnuBarVrt {
    width: 160px;
    display: block;
}

.iceMnuBarVrtSubMenuInd {
    display: inline;
    float: right;
    padding-top: 3px;
    padding-right: 1px;
}

/*
----------- PanelPopup ----------
*/

.iceMnuPopVrtItemLabel {
    vertical-align: middle;
}

.iceMnuPopVrtItemImage {
    width: 19px;
    vertical-align: middle;
}

.iceMnuPopVrt {
/* was iceMenu_vertical */
    float: left;
    white-space: nowrap;

    margin: 0px;
    padding: 0px;
    border: 0px;
    width: 0px;
    height: 0px;
}

.iceMnuPopVrtTopSubMenu {
    padding: 1px;
    width: 160px;
    background-color: #EFEFEF;
    border: 1px solid #999999;
    position: absolute;
    height: auto;
    display: block;
}

.iceMnuPopVrtItem {
/* was iceMenu_verticalItem */
    width: 160px;
    display: block;
}

.iceMnuPopVrtItem a {
/* was iceMenu_verticalItem */
/*    background-color: #DDDDDD;*/
    height: auto;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #333333;
    font-size: 1.1em;
    margin-bottom: 1px;
    float: none;
    display: block;
    text-decoration: none;
    border: 0px solid #FFFFFF; /*width: 100%;*/
}

.iceMnuPopVrtItem a:hover {
/* was iceMenu_verticalItem */
    background-color: #2A6CC2;
    color: #FFFFFF;
    text-decoration: none;
}

.iceMnuPopVrtSubMenu {
/* was iceSubMenu_vertical*/
    padding: 1px;
    width: 160px;
    background-color: #EFEFEF;
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    border-left: 1px solid #999999;
    border-bottom: 1px solid #999999;
    position: absolute;
    height: auto;
    display: block;
}

.iceMnuPopVrtSubMenuInd {
/* was iceSubMenuDividerVert */
    display: inline;
    float: right;
    padding-top: 0px;
    padding-right: 1px;
}

/*
----------- PanelPopup & panelTooltip ----------
*/

.icePnlPop, .icePnlTlTip {
    width: 356px;
    z-index: 1000;
    widthXX: min-content;
    height: 150px;
    background: #F5F5F5;
    color: rgb(102, 102, 102);
    border-radius: 5px;
    float: right;
    position: absolute !important;
    rightxx: 0;
    top: 7% !important;
	margin: 0px auto;
    padding: 1px;
	borderxx: 1px solid rgb(154, 154, 154) !important;
	box-shadow: 0px 0px 10px #191919;
	
	
}

.icePnlPopHdr, .icePnlTlTipHdr {
    height: 2.0em;
    font-weight: bold;
    backgroundxx: #FFF url(images/PnlHdr_bgslice.gif) repeat-x top left;
    border-bottom: 1px solid rgb(220, 220, 220);
}

.icePnlPopHdr .iceOutTxt, .icePnlTlTipHdr .iceOutTxt {
    padding: 4px;
    text-align: center;
    vertical-align: middle;
    font: 11px tahoma;
    color: #484848;
    font-weight: bold;
}

.icePnlPopBody, .icePnlTlTipBody {
    padding: 5px;
	background: #dee0e2;
	    
}

.icePnlPopFtr, .icePnlTlTipFtr {
    float: right;
    height: auto;
    background-color: #DDDDDD;
}

.popupTopTextDrag, .popupTopTextModal {
    margin: 2px 0 0 4px;
    display: inline;
    float: left;
}

.popupTopClose, .popupTopCloseModal {
    vertical-align: middle;
    margin: 4px;
    display: inline;
    float: right;
}

.popupContentText {
    display: block;
}

/*
   Classes for the output progress bar
*/

.iceOutProgIndetActv {
    margin: 1px;
    height: 17px;
    background: url(images/ProgFill_Indet_Bg_active.gif) repeat-x top left;
}

.iceOutProgIndetInactv {
    margin: 1px;
    height: 17px;
    background: url(images/ProgFill_Indet_Bg_inactive.gif) repeat-x top left;
}

/*
    Classes for the connection status indicator
*/

.iceOutConStatInactv, .iceOutConStatActv, .iceOutConStatCaution, .iceOutConStatDisconnect {
     marginxxx: 10px;
     widthxxx: 60px;
	  width: 152px;
     height: 35px;
     border: none;





}

.iceOutConStat {
    margin: 0px;
    width: 25px;
    height: 25px;
    border: none;
    font-size: .5em;
}

.iceOutConStatInactv {
    backgroundxxx: url(images/connect_idle.gif) no-repeat center top;
}

.iceOutConStatActv {
    background: url(images/connect_active.gif) 50% 50% no-repeat ;
	 position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  
}

.iceOutConStatCaution {
    backgroundxx: url(images/connect_caution.gif) no-repeat center top;
}

.iceOutConStatDisconnect {
    /* background: url(images/connect_disconnected.gif) no-repeat center top; */
}

/* XP Disabled styles CSS Document  v1.0 mar 31 2006 */

.iceCmdBtn-dis {
}

.iceCmdLnk-dis, .iceOutLnk-dis {
    color: #ABABAB;
    text-decoration: none;
    border-bottom: 1px dotted #CCCCCC;
    cursor: default;
}

.iceOutTxt-dis, .iceOutLbl-dis {
    color: #ABABAB;
    text-decoration: none;
    border-bottom: 1px dotted #CCCCCC;
    cursor: default;
}

.iceInpTxt-dis, .iceInpSecrt-dis {
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 0.8em;
   color: rgb(74, 73, 73);
    border: 1px solid #CCCCCC;
    cursor: default;
    margin: 2px;
    padding: 2px;
    border-radius: 5px;
	height:30px;
}

.iceInpTxtArea-dis {
    font-familyxx: Arial, Helvetica, sans-serif;
    font-sizexx: .95em;
    colorxx: #ABABAB;
    borderxxx: 1px dotted #CCCCCC;
    cursorxxx: default;
    marginxxx: 2px;
    paddingxxxx: 2px;
	    margin: 2px;
    padding: 3px;
    font: 11px tahoma;
    background: #FFF;
    border: 1px solid #d9d9d9;
    border-left-color: #777 !important;
    border-top-color: #777 !important;
    box-shadow: 0px 2px 3px 0px rgb(119, 119, 119);
    border-radius: 5px;
	width: 100%;
}

.iceSelMnyCb-dis {
    background-color: #CCCCCC;
    padding: 2px;
    margin: 2px;
    cursor: default;
    color: #CCCCCC;
    border: none;
}

.iceSelOneMnu-dis, .iceSelMnyLb-dis, .iceSelMnyMnu-dis, .iceSelOneLb-dis {
    font-family: Arial, Helvetica, sans-serif;
    color: #CCCCCC;
    padding: 2px;
    font-size: .95em;
    cursor: default;
    border: none;
}

.iceSelOneRb-dis {
    background-color: #CCCCCC;
    padding: 2px;
    margin: 2px;
    cursor: default;
    color: #CCCCCC;
    border: none;
}

.iceInpFileTxt-dis {
    border: none;
    background-color: #FFFFFF;
    margin: 2px;
    padding: 2px;
    font-family: Arial, Helvetica, sans-serif;
    color: #CCCCCC;
    cursor: default;
}

.iceInpFileBtn-dis {
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    margin: 2px;
    padding: 2px;
    font-family: Arial, Helvetica, sans-serif;
    color: #CCCCCC;
    cursor: default;
}

/* submenu disabled style classes */
.iceSubMenuRowLabel-dis {
    color: #ABABAB;
    text-decoration: none;
    cursor: default;
}

.iceSubMenuRow-dis {
    color: #ABABAB;
    text-decoration: none;
    cursor: default;
    padding: 0px;
    display: block;
    height: auto;
}

.iceSubMenuRow-dis a {
    color: #333333;
    text-decoration: none;
    cursor: default;
    display: block;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    padding-bottom: 3px;

}

.iceSubMenuRow-dis a:hover {
    color: #ABABAB;
    text-decoration: none;
    border-bottom: 1px dotted #CCCCCC;
    cursor: default;
}

/* panel tabs disabled style classes */

.icePnlTbOff {
/* was iceTabSetTabOff*/
 widthxxx:82%
}

.icePnlTbOff .LftTop-dis {
    background-color: transparent;
    background-image: url(images/off-left-top-dis.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: center;
    padding-top: 1px;
    border: none;
    height: 4px;
}

.icePnlTbOff .MidTop-dis {
    background-color: #DEDEDE;
    background-image: url(images/off-mid-top-dis.gif);
    background-repeat: repeat-x;
    text-align: center;
    padding-top: 1px;
    border: none;
}

.icePnlTbOff .RtTop-dis {
    background-color: transparent;
    background-image: url(images/off-right-top-dis.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: center;
    padding-top: 1px;
    border: none;
}

.icePnlTbOff .LftMid-dis {
    background-color: #DEDEDE;
    /*    background-image: url("./images/off-left-mid.gif");
    background-repeat:no-repeat;*/
    text-align: center;
    padding-top: 15px;
    border: none;
}

.icePnlTbOff .MidMid-dis {
    background-color: #DEDEDE;
    /*    background-image: url("./images/off-mid-mid.gif");
    background-repeat:repeat-x;*/
    text-align: center;
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
    border: none;
    white-space: nowrap;
    color: #ABABAB;
}

.icePnlTbOff .MidMid-dis a {
    text-decoration: none;
    color: #ABABAB;
    cursor: default;

}

.icePnlTbOff .RtMid-dis {
    background-color: #DEDEDE;
    /*    background-image: url("./images/off-right-mid.gif");
    background-repeat:no-repeat;*/
    text-align: center;
    padding-top: 15px;
    border: none;
}

.icePnlTbOff .LftBtm-dis {
    background-color: transparent;
    background-image: url(images/off-left-bot.gif);
    background-repeat: no-repeat;
    border: none;
}

.icePnlTbOff .MidBtm-dis {
    background-color: transparent;
    background-image: url(images/off-mid-bot.gif);
    background-repeat: repeat-x;
    border: none;
}

.icePnlTbOff .RtBtm-dis {
    background-color: transparent;
    background-image: url(images/off-right-bot.gif);
    background-repeat: no-repeat;
    border: none;
}

/* tab on disabled */
.icePnlTbOn {

}

.icePnlTbOn .LftTop-dis {
    background-color: transparent;
    background-image: url(images/off-left-top-dis.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: center;
    padding-top: 1px;
    border: none;
    height: 4px;
}

.icePnlTbOn .MidTop-dis {
    background-color: #DEDEDE;
    background-image: url(images/off-mid-top-dis.gif);
    background-repeat: repeat-x;
    text-align: center;
    padding-top: 1px;
    border: none;
}





.icePnlTbOn .RtTop-dis {
    background-color: transparent;
    background-image: url(images/off-right-top-dis.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: center;
    padding-top: 1px;
    border: none;
}

.icePnlTbOn .LftMid-dis {
    background-color: #DEDEDE;
    /*    background-image: url("./images/off-left-mid.gif");
    background-repeat:no-repeat;*/
    text-align: center;
    padding-top: 15px;
    border: none;
}

.icePnlTbOn .MidMid-dis {
    background-color: #DEDEDE;
    /*    background-image: url("./images/off-mid-mid.gif");
    background-repeat:repeat-x;*/
    text-align: center;
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
    border: none;
    white-space: nowrap;
    color: #ABABAB;
}

.icePnlTbOn .MidMid-dis a {
    text-decoration: none;
    color: #ABABAB;
    cursor: default;
}

.icePnlTbOn .RtMid-dis {
    background-color: #DEDEDE;
    /*    background-image: url("./images/off-right-mid.gif");
    background-repeat:no-repeat;*/
    text-align: center;
    padding-top: 15px;
    border: none;
}

.icePnlTbOn .LftBtm-dis {
    background-color: transparent;
    background-image: url(images/off-left-bot.gif);
    background-repeat: no-repeat;
    border: none;
}

.icePnlTbOn .MidBtm-dis {
    background-color: transparent;
    background-image: url(images/off-mid-bot.gif);
    background-repeat: repeat-x;
    border: none;
}

.icePnlTbOn .RtBtm-dis {
    background-color: transparent;
    background-image: url(images/off-right-bot.gif);
    background-repeat: no-repeat;
    border: none;
}

/*
data scroller classes disabled styles
*/
.sclBtnCell-dis {
/* the cells behind the scroll buttons */
    background-color: #FFFFFF;
    padding: 2px;
}

.sclBtnCell-dis img {
    cursor: default;
}

.icePaginatorTbl-dis {
/* the container for the pagination*/
    background-color: #FFFFFF;
}

/* set the common attributes for the pagination numbers */
.icePaginatorAtvCol-dis a, .icePaginatorCol-dis a {
    text-decoration: none;
    font-weight: normal;
    background-color: #FFFFFF;
    color: #ABABAB;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #FFFFFF;
    cursor: default;
}

/* override the attributes for the currently selected page */
.icePaginatorAtvCol-dis a {
    color: #ABABAB;
    /*    border:1px solid #2A6CC2;
        background-color:#2A6CC2;
    */
    cursor: default;
}

/* set the attributes for the mouseover on none-current pages */
.icePaginatorCol-dis a:hover {
    /*    color:#000000;
  border:1px solid #2A6CC2;*/
}

/*
Disabled classes for the calendar controls
*/

.iceSelInpDate-dis {
/* calendar outline & background color */
    background-color: #FFFFFF;
    border: 1px solid #DEDEDE; /* removed margin from calendar outline - better absolute positioning of popup */
/*margin:10px;*/
}

.iceSelInpDateMonthYear-dis {
    background-color: #EFEFEF;
    /*    background-image: url("./images/table_col_header.gif");
    background-position:bottom;
    background-repeat:repeat-x;*/
    font-weight: normal;
    text-align: center;
    color: #999999;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 4px;
    padding-bottom: 4px; /*border-right:1px solid #CCCCCC;*/
}

.iceSelInpDateMonthYear-dis img {
    cursor: default;
}

.iceSelInpDateWeek-dis {
/* the days of the week row */
    font-weight: normal;
    color: #999999;
    background-color: #EFEFEF;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: 1px solid #ABABAB;
}

/* set the look for the days of the week backgrounds */
.iceSelInpDateDay-dis, .iceSelInpDateCur-dis {
/* the background & alignment for the days */
    padding: 3px;
    text-align: center;
}

/* now set the attributes for the numbers for each day of the week */
.iceSelInpDateDay-dis a {
/* the day text */
    text-decoration: none;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #ABABAB;
    width: 100%;
    height: 100%;
    padding: 0px;
    display: block;
    cursor: default;
}

.iceSelInpDateCur-dis a {
    text-decoration: none;
    background-color: #ABABAB;
    border: 1px solid #ABABAB;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
    padding: 0px;
    display: block;
    cursor: default;
}

/*
----------- commandSortHeader ----------
*/
.iceCmdSrtHdr {
    text-decoration: none; /*border: 1px solid #ABABAB;*/
    color: #333333;
    /*width: 100%;*/
    height: 100%;
    padding: 0px;
    display: block;
}

.iceCmdSrtHdr-dis {
    text-decoration: none; /*border: 1px solid #ABABAB;*/
    color: #999999;
    /*width: 100%;*/
    height: 100%;
    padding: 0px;
    display: block;
    cursor: default;
}

/* IE specific CSS to enlarge clickable area of SortHeader links */
* html .iceCmdSrtHdr {
    height: 1%;
}

/*
----------- form ----------
*/
.iceFrm {
     width: 99%;
	     border-radius: 5px;
    box-shadowxxx: 4px 0px 5px 0px rgb(119, 119, 119);
}

/*
----------- graphicImage ----------
*/
.iceGphImg {
displayxxx:none;
paddingxx:10px;
margin-topxx: 15px;
border-radius:5px;
       box-shadowxxxx: 0px 3px 4px 0px rgb(119, 119, 119);

}



/*
----------- message ----------
*/
.iceMsg {

}

.iceMsgFatal {

}

.iceMsgError {

}

.iceMsgWarn {

}

.iceMsgInfo {

}

/*
----------- messages ----------
*/
.iceMsgs {

}

.iceMsgsFatal {

}

.iceMsgsError {

}

.iceMsgsWarn {

}

.iceMsgsInfo {

}

/*
----------- panelGrid ----------
*/
.icePnlGrd {
    display: -webkit-inline-box;
	displayxx: -webkit-flex;
    displayxxx: -moz-flex;
    display: inline-block;
    displayxx: -o-flex;
    displayxxx: flex;
	   
}

.icePnlGrdHdr {

}

.icePnlGrdFtr {

}

.icePnlGrdRow1 {

text-align: left;
text-alignxx: justify;
    text-shadow: 0 1px 0 rgba(0,0,0,.15);
}

.icePnlGrdRow2 {

text-align: left;
font-sizexxxx:13px;
}

.icePnlGrdCol1 {
	displayxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx:table-footer-group;
	displayxxx: table;
	    displayxxxx: inherit;
		    margin-right: -41px;
			padding:1px;
			displayxx:table-cell;
			
			    
	   }

.icePnlGrdCol2 {
 widthxxx:24%;
 
}

/*
----------- panelGroup ----------
*/
.icePnlGrp {

}

/*
----------- outputFormat ----------
*/
.iceOutFrmt {

}

/*
----------- tree ----------
*/
.iceTree {

}

.iceTreeRow {

}

/*
----------- panelSeries ----------
*/
.icePnlSrs {

}

/*
----------- positionedPanel ----------
*/
.icePnlPos {

}

/*
----------- positionedPanel ----------
*/
.icePnlStk {
}

.icePnlStkRow {
}

.icePnlStkCol {
}

/*
----------- panelTab header ----------
*/
.icePnlTbSetHdrIconLft {
    display: none;
    width: 0;
    height: 0;

}

.icePnlTbSetHdrIconRt {
    display: none;
    width: 0;
    height: 0;
}

.icePnlTbSetHdrLbl {
    padding-top: 2px;
    padding-bottom: 2px;
    white-space: nowrap;
}

/*
----------- Table Row Selection --------
Online Tahsilat Bor? Listesi 
*/
.iceRowSelSelected, .iceRowSelSelected td {
       background: #a2b2d0;
}
.iceRowSelSelected .iceOutTxt{
    color: #578E93;
}
.iceRowSelSelected .iceOutTxt {
    color: #FFFFFF;
}
.iceRowSelSelectedMouseOver {
    background: #FFA326;
}
.iceRowSelSelectedMouseOver  .iceOutTxt {
    
    color: white;
}
.iceRowSelMouseOver {
    color: white;
    background: #4591A1;
}
.iceRowSelMouseOver .iceOutTxt {
    color: white;
}

.portlet-section-body-hover .iceRowSelSelectedMouseOver {
    background-color: #FFA326;
}

.portlet-section-alternate-hover td, .portlet-section-body-hover td {
    background-color: #a9b9c1;  
 }
/*
----------- outputChart --------
*/

.iceOutChrt {

}

/*
----------- Panel Collapsible --------
*/

.icePnlClpsbl {
    border: 1px solid #d9d9d9;
}

.icePnlClpsblCnt .icePnlClpsbl {
    border: none;
}

.icePnlClpsblHdr {
    font: 11px tahoma;
    color: #484848;
    padding: 6px 0 0 8px;
    font-weight: bold;
    height: 20px;
    background: #FFF url(images/PnlHdr_bgslice.gif) repeat-x top left;
    border-bottom: 1px solid #d9d9d9;
}

.icePnlClpsblHdr .iceCmdLnk, .icePnlClpsblColpsdHdr .iceCmdLnk {
    padding-left: 22px;
}

.icePnlClpsblHdr .icePnlGrp a {
	font-weight: bold;
}

.icePnlClpsblCnt {
    font: 11px / 17px tahoma;
    color: #494949;
    background: #f5f5f5;
    padding: 4px 4px 4px 9px;
    border-bottom: none;
}

.icePnlClpsblCnt .icePnlClpsblHdr {
    font: 11px tahoma;
    color: #484848;
    padding: 0 0 0 0;
    font-weight: bold;
    height: 20px;
    border: none;
    margin-top: 8px;
}

.icePnlClpsblCnt .icePnlClpsblHdr .iceOutTxt {
    background: none;
}

.icePnlClpsblCnt .icePnlClpsblColpsdHdr {
    font: 11px tahoma;
    color: #484848;
    padding: 0 0 0 0;
    font-weight: bold;
    height: 20px;
    border: none;
    margin-top: 8px;
}

.icePnlClpsblCnt .icePnlClpsblColpsdHdr .iceOutTxt{
    background: none;
}

.icePnlClpsblCnt .icePnlClpsblCnt {
    border-left: none;
    border-right: none;
    padding: 0 0 0 10px;
}


.icePnlClpsblColpsd {
    border: 1px solid #d9d9d9;
}

.icePnlClpsblCnt .icePnlClpsblColpsd {
    border: none;
}

.icePnlClpsblColpsdHdr {
    font: 11px tahoma;
    color: #484848;
    padding: 6px 0 0 8px;
    font-weight: bold;
    height: 20px;
    background: #FFF url(images/PnlHdr_bgslice.gif) repeat-x top left;
    border-bottom: none;
}

.icePnlClpsblColpsdHdr .iceOutTxt,
    .icePnlClpsblHdr .iceOutTxt {
    padding-left: 22px;
}

.icePnlClpsblColpsdCnt {
    border: none;
}

.icePnlClpsblHdr, .icePnlClpsblHdr-dis, .icePnlClpsblColpsdHdr, .icePnlClpsblColpsdHdr-dis {
    cursor: pointer;
}

.icePnlClpsblHdr div, .icePnlClpsblHdr-dis div, .icePnlClpsblColpsdHdr div, .icePnlClpsblColpsdHdr-dis div {
    background-repeat: no-repeat;
    background-position: left top;
    height: 18px;
}

.icePnlClpsblHdr div, .icePnlClpsblHdr-dis div {
    background: url(images/PnlHdr_down.gif) no-repeat top left;
    padding: 2px 0 0 5px;
    margin: -2px 0 0 -3px;
}

.icePnlClpsblColpsdHdr div, .icePnlClpsblColpsdHdr-dis div {
    background: url(images/PnlHdr_collapsed.gif) no-repeat top left;
    padding: 2px 0 0 5px;
    margin: -2px 0 0 -3px;
}

/*
----------- Google Maps --------
*/

.iceGmp {
}

.iceGmpMapTd {
    vertical-align: top;
}

.iceGmpMapTd div.gmap {
    width: 600px;
    height: 400px;
}

.iceInpRchTxt {
    width: 100%;
}

/* panel divider */
.icePnlDvr, .icePnlDvrHor {
    width: 800px;
    height: 400px;
}

.icePnlDvrCnt, .icePnlDvrHorCnt {
    border: 1px solid #ABABAB;
    width: 100%;
    height: 100%;
}

.icePnlDvrFst, .icePnlDvrSnd {
    height: 100%;
    display: block;
    float: left;
    overflow: auto;
}

.icePnlDvrSpt {
    width: 2px;
    height: 100%;
    display: inline;
    background-color: #EFEFEF;
    border-left: 1px solid #ABABAB;
    border-right: 1px solid #ABABAB;
    float: left;
    cursor: e-resize;
}

.icePnlDvrHorFst, .icePnlDvrHorSnd {
    width: 100%;
    display: block;
    overflow: auto;
    display: block;
}

.icePnlDvrHorSpt {
    width: 100%;
    height: 2px;
    background-color: #EFEFEF;
    border-top: 1px solid #ABABAB;
    border-bottom: 1px solid #ABABAB;
    cursor: n-resize;
}

.iceSelMnyCb input, .iceSelOneRb input, .iceSelBoolChkbx {
    margin: 5px 5px 5px 5px;
    padding: 2px;
    vertical-align: middle;
}

