.igte_EditWithButtons
{
	background-color:White;
	font-size:12px;
	font-family: "Open Sans","Segoe UI" !important;
	border:solid 1px #d5d5d5;
	/*height: 24px;*/
	height: 32px !important;
	width: 100px;
	outline: 0;
	padding-left:1px;
	padding-right:1px;
}


.igte_Edit
{
	background-color:White;
	font-size:13px;
	font-family: "Open Sans","Segoe UI" !important;
	border:solid 1px #d5d5d5;	
	outline: 0;
	color:#000000;
	padding-left:1px;
	padding-right:1px;
	height: 32px;
}


.igte_EditInContainer
{
	background-color:Transparent !important;
	/*font-size:8pt;*/
	font-size: 13px;
	font-family: "Open Sans","Segoe UI";
	border-width:0px;
    height:22px;
    vertical-align:middle;
	/*outline: 0;*/
	color:#000000;
	padding-left:1px;
	padding-right:1px;
	border: none !important;
}


.igte_TextArea
{
	background-color:White;
	font-size:8pt;
	font-family: "Open Sans","Segoe UI";
	border:solid 1px #9CBAE2;
	outline: 0;
	resize: none;
	color:#000000;
	padding-left:1px;
	padding-right:1px;
}

.igte_ButtonSize
{
	width: 22px;
	height: 22px;
}

.cus-date-picker .igte_ButtonSize
{
    width: 52px !important;
}

/*
.igte_Button
{
	background-color:#4F4F4F;
	border-style:none;
	line-height: normal;
	cursor:pointer;
	color:White;
}
*/

.igte_Button
{
	background-color:#8cc7ff;
	border-style:none;
	line-height: normal;
	cursor:pointer;
	color:White;
	border-bottom: 0px solid #d5d5d5;
    border-top: 1px solid #d5d5d5;    
    border-left: 0px solid #d5d5d5;
    border-right: 0px solid #d5d5d5;
    height:15px;
}

.igte_Inner
{
	border-width:0px;
    vertical-align:middle;
    width:400px;
}


.igte_ButtonImg
{
}


.igte_Focus {
    background-color: White;
}

.igte_ButtonFocus
{
}


.igte_InnerFocus
{
}


.igte_ButtonHover
{
	/*background-color:#C9D9EF;*/
	background-color:#D6D6D6;
}


.igte_NullText
{
	color:#999999;
}


.igte_Hover
{
}


.igte_InnerHover
{
}


.igte_ButtonPressed
{
	background-color:#3BB7EB;
}


.igte_ButtonDisabled
{
	background-color:#A1A1A1;
}


.igte_Edit::-ms-clear, .igte_EditInContainer::-ms-clear
{
	display: none;
}



input[type=text].igte_Edit:disabled {
    border-right: #eeeeee 1px solid;
    border-top: #eeeeee 1px solid;
    border-left: #eeeeee 1px solid;
    /*color: black;*/
    border-bottom: #eeeeee 1px solid;
    /*background: #dee8f5;
    font-size: 8pt;*/
}