

div.DTE {

}

div.DTE_Processing_Indicator {
	position: absolute;
	top: 10px;
	right: 13px;
	height: 32px;
	width: 32px;
	background: url('../images/ajax-loader.gif') no-repeat top left;
	display: none;
	z-index: 20;
}

div.DTED_Envelope_Container div.DTE_Processing_Indicator {
	right: 36px;
}

div.DTE_Header {
	position: absolute;
	top: 0;
	left: 0;
	height: 32px;
	width: 99.4%;
    background: #fcc94f;
    margin: 2px;
}

div.DTED_Lightbox_Content div.DTE_Header {

}

div.DTE_Header_Content {
    margin:.2em 18px .1em 6px;
	font-size: 11pt;
    font-weight:bold;
    color:#fff;
}


div.DTE_Body {
	padding: 50px 0;
}

div.DTE_Body_Content {
	position: relative;
	overflow: auto;
}


div.DTE_Form_Info {
}

div.DTE_Form_Content {
	position: relative;
	padding: 10px;
}


div.DTE_Footer {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 50px;
	width: 100%;
}

div.DTED_Lightbox_Content div.DTE_Footer,
div.DTED_Envelope_Container div.DTE_Footer {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

div.DTE_Footer_Content {
	padding: 10px;
}



div.DTE_Field {
	position: relative;
	zoom: 1;
	
	clear: both;
	padding-top: 10px;
	padding-left: 10%;
	padding-right: 10%;
}

div.DTE_Field>label {
	float: left;
	width: 40%;
	padding-top: 2px;
    margin-right:10px;
}

div.DTE_Field>div.DTE_Field_Input {
	float: right;
	width: 50%;
}

div.DTE_Form_Clear {
	clear: both;
}

div.DTE_Form_Error {
	float: left;
	padding: 5px;
	display: none;
}

div.DTE_Field_StateError {
}



div.DTE_Field_Type_text input {
    padding: 4px 12px;
    border: 1px solid #d6d5e3;
    border-radius:0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 10pt;
    color:#696775;
    font-weight:normal;
    font-family:"Lato", sans-serif;
    /* Make inputs the same size as normal text */

    line-height: 26px;
    /* Make inputs use the correct typeface instead of the browser default */

    outline: none;
    margin: 0 .327em;
    background: #fcfcfc;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */

    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */

    box-sizing: border-box;
    /* Opera/IE 8+ */

    -webkit-appearance: none;

    margin-bottom:8px;
}

div.DTE_Field_Type_text input:focus {
    border-color: #22b4c9;
    background: #fcfcfc;
}

div.DTE_Field_Type_textarea textarea {
	padding: 3px;
	width: 100%;
	height: 80px;
}

div.DTE_Field_Type_date img {
	vertical-align: middle;
	cursor: pointer;
	*cursor: hand;
}

div.DTE_Field_Type_date input {
    padding: 4px 12px;
    border: 1px solid #d6d5e3;
    border-radius:0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 10pt;
    color:#696775;
    font-weight:normal;
    font-family:"Lato", sans-serif;
    /* Make inputs the same size as normal text */

    line-height: 26px;
    /* Make inputs use the correct typeface instead of the browser default */

    outline: none;
    margin: 0 .327em;
    background: #fcfcfc;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */

    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */

    box-sizing: border-box;
    /* Opera/IE 8+ */

    -webkit-appearance: none;

    margin-bottom:8px;
}

div.DTE_Field_Type_date input:focus {
    border-color: #22b4c9;
    background: #fcfcfc;
}


div.DTE_Form_Buttons button {
	float: right;
	text-align: center;
	display: block;
	margin-top: -15px;
    margin-right:5px;
    height: 40px;
    font-size: 10pt;
    text-transform: uppercase;
    font-weight: normal;
    border: none;
    padding: 0 24px;
    vertical-align: middle;
    border-radius:2px;
    box-shadow:0 1px 0 #52515b;

    background: #22b4c9;
    color: #FFF;
}

div.DTE_Form_Buttons button:hover {
    background:#696775;
}

div.DTE_Form_Buttons button:active {
    -webkit-box-shadow: inset 1px 1px 3px #999;
    -moz-box-shadow: inset 1px 1px 3px #999;
    -ms-box-shadow: inset 1px 1px 3px #999;
    -o-box-shadow: inset 1px 1px 3px #999;
    box-shadow: inset 1px 1px 3px #999;
}



div.DTE_Field_Error {
	font-size: 11px;
	display: none;
	color: red;
}

div.DTE_Action_Remove div.DTE_Body_Content {
	text-align: center;
	padding: 20px 0;
}


div.DTTT_container {
	float: right;
}



/*
 * Namespace: DTED - DataTables Editor Display - Lightbox
 */

div.DTED_Lightbox_Wrapper {
	position: fixed;
	top: 0;
	left: 56%;
	margin-left: -390px;
	width: 600px;
	height: 100%;
	z-index: 9999;
	display: none;
}

div.DTED_Lightbox_Container {
	*position: absolute; /* IE6 */
	*top: 50%;
	#position: absolute; /* IE7 */
	#top: 50%;
	display: table;
	height: 100%;
	width: 100%;
}

div.DTED_Lightbox_Content_Wrapper {
	*position: relative; /* IE6 */
	#position: relative; /* IE7 */
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

div.DTED_Lightbox_Content {
	*top: -50%; /* IE6 */
	#top: -50%; /* IE7 */
	position: relative;
	background-color: white;
}

div.DTED_Lightbox_Close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: url('../images/close.png') no-repeat top left;
	cursor: pointer;
	*cursor: hand;
	z-index: 12;
}

div.DTED_Lightbox_Background {
	/*position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	opacity: 0.1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	filter: alpha(opacity=10);

	background-color: black;
	z-index: 10;
	display: none;*/
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: #d6d5e3 url(../../css/peoplekeys-jqUI/images/ui-bg_diagonals-thick_100_d6d5e3_40x40.png) 50% 50% repeat; opacity: .5;filter:Alpha(Opacity=50); position:fixed !important; z-index:999;
}


/*
 * Namespace: DTED - DataTables Editor Display - Envelope
 */

div.DTED_Envelope_Wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	height: 100%;
	z-index: 11;
	display: none;
	overflow: hidden;
}

div.DTED_Envelope_ShadowLeft {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 9px;
	background: url('../images/shadow_left.png') no-repeat top left;
	z-index: 10;
}

div.DTED_Envelope_ShadowRight {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 9px;
	background: url('../images/shadow_right.png') no-repeat top right;
	z-index: 10;
}


div.DTED_Envelope_Container {
	position: absolute;
	top: 0;
	left: 5%;
	width: 90%;

	border-left: 1px solid #777;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	box-shadow: 3px 3px 10px #555;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: white;
}

div.DTED_Envelope_Close {
	position: absolute;
	top: 16px;
	right: 10px;
	width: 18px;
	height: 18px;
	cursor: pointer;
	*cursor: hand;
	z-index: 12;
	text-align: center;
	font-size: 12px;

	background: #F8F8F8;
	background: -webkit-gradient(linear, center bottom, center top, from(#CCC), to(white));
	background: -moz-linear-gradient(top, white, #CCC);
	background: linear-gradient(top, white, #CCC);
	text-shadow: 0 1px 0 white;
	border: 1px solid #999;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: 0px 0px 1px #999;
	-moz-box-shadow: 0px 0px 1px #999;
	-webkit-box-shadow: 0px 0px 1px #999;
}

div.DTED_Envelope_Background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	opacity: 0.1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	filter: alpha(opacity=10);

	background-color: black;
	z-index: 10;
	display: none;
}

