/* Form styles to apply to controls */
.sig-button-padding {
	margin-left: 10px;
}

.sig-textarea {
	/*	border: 1px solid #b5b8c8;*/
	padding: 2px 3px;
}

.sig-textfield {
	/*	border: 1px solid #b5b8c8;*/
	padding: 2px 3px;
}

.sig-border-padding {
	padding: 10px
}

.sig-form-error-message {
	margin-bottom: 5px;
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 12px;
	background: url(../../lib/ext/resources/images/default/form/exclamation.png) no-repeat left top;
	color: #f33;
	padding-left: 20px;
	padding-bottom: 1px;	
}
.sig-message-border{
	border: 1px solid #99BBE8;
}
/* styles for Signiant custom helpers */
.sig-bwtodField-delete {
	cursor:pointer;
	height: 16px;
	width: 16px;
	vertical-align: bottom;
	background: url('../images/layout/icons/delete.png') no-repeat 0 0;
}

.sig-bwtodField-add {
	cursor:pointer;
	height: 16px;
	width: 16px;
	vertical-align: bottom;
	background: url('../images/layout/icons/add.png') no-repeat 0 0;
}

.sig-bwField-slider {
	height: 16px;
	width: 16px;
	vertical-align: bottom;
	background: url('../images/layout/icons/slider.png') no-repeat 0 0 !important;
}

.sig-x-dd-drop-ok-update .x-dd-drop-icon{
  background-image: url('../images/layout/icons/edit_12.png');
}


.sig-information-icon {
	background:transparent url(../images/layout/icons/information.png) no-repeat scroll left top;
}

.sig-note-field {
	width: 380px;
	min-height: 20px;
	height: 100%;
	flex: 1;
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 11px;
	margin-top: 5px;
	padding-left: 20px;
	text-align: left;
	white-space: normal;
}

.sig-information-label {
	font-family:tahoma,arial,helvetica,sans-serif;
	font-size:11px;
/*	margin-bottom:5px;*/
	margin-top: 5px;
	padding-left:20px;
	text-align: left;
	height: 21px;
/*	line-height: 21px;*/
}

#sig-manager-import-dialog .sig-information-label {
	margin-left: 18px;
}

.sig-redirect-label {
	cursor:pointer;
}

.sig-warning-label {
	background:transparent url(../images/layout/icons/warning_16.png) no-repeat scroll 3px 3px;
	padding-left:25px;
	text-align: left;
	height: 21px;
	line-height: 21px;
}

.sig-redirect-label-indent {
	margin-left: 30px;
}
.sig-inline-fieldset {
	margin-top: 10px;
	margin-bottom: 5px;
}

/* For checkbox fieldset style;	http://extjs.com/forum/showthread.php?t=43690 */
.x-fieldset-header .x-form-check-wrap {
	display:inline;margin-right:3px;
}
.x-fieldset-header .x-form-radio-wrap {
	display:inline;margin-right:3px;
}

.sig-radio-fieldset, .sig-checkbox-fieldset{
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.sig-radio-fieldset.x-panel-collapsed{
	margin-bottom: 0px !important;
}

.sig-fieldset-nested {
	margin-bottom: 0px !important;
	padding: 3px 5px 5px 5px;
}

.sig-fieldset-header-disabled {
	color: gray !important;
}

.ext-safari .x-fieldset {
    overflow: visible;
}

.ext-ie .x-form-trigger-field-wrap {
	height: 22px;
}

.x-form-field-margin-top {
	margin-top: 25px;
}	
.x-form-item {
	overflow: hidden !important;
}
.sig-background-color-white {
	background: white;
}
/*
For IE only, we need to revert previous style to default visible overflow.
This is to make sure top/bottom borders of form items are not disappearing.
*/
.ext-ie .x-form-item {
	overflow: visible !important;
}
/*
If a form field is disabled, web-kit browsers (Chrome and Safari) are
yellowing the whole form item (label and field together), this css overrides it 
*/
.x-form-item:focus {
	outline: none;
}

.ext-ie #x-form-el-portRadioGroup .x-form-radio-wrap {
	width:200px !important;
}

.ext-ie #x-form-el-dirservice-secure-connection-field {
	padding-left: 3px !important;
}

.ext-ie #x-form-el-dirservice-sync-user-info-field {
	padding-left: 3px !important;
}

.ext-ie #x-form-el-dirservice-enforce-credentials-field {
	padding-left: 3px !important;
}

.ext-ie #x-form-el-dirservice-enable-support-for-nested-groups-field {
	padding-left: 3px !important;
}

/*
Style for Radio Group in directory services, to display the radio button labels properly
*/
#x-form-el-portRadioGroup .x-form-radio-wrap {
	width: 150px;
}

/*
Style for Radio Group in system health notifications tab, to display the radio button labels properly
*/
#enable_notification_mail_field_set .x-form-radio-wrap {
	width: 150px;
}

/*
Style for Radio Group in report edit dialog schedule tab, to display the radio button labels properly
*/
#x-form-el-sig-report-format-field .x-form-radio-wrap {
	width: 150px;
}

.x-menu-item {
	overflow: hidden !important;
}

.check-radio-form-item {
	width: 400px;
	height: 20px;
}

#radioGroup6_0 .x-form-radio-wrap{
	width: 300px;	
}
#radioGroup6_1 .x-form-radio-wrap{
	width: 300px;	
}

#x-form-el-pubworkflow-avail-new-radio-group .x-form-element{
	width: 70px !important;
	padding-left: 105px;
}
