@CHARSET "UTF-8";

.pxForm {
	z-index: 1003;
	position: relative;
}
.pxFormLoading {
	text-align: center;
	padding: 140px;
}
.pxFormList {
    margin: 10px auto;
    width: 97%;
}
.pxFormListContent {
	padding: 10px 0;
}

.pxFormListRowGroup {
    border-bottom: 1px solid #C0C0C0;
}
.pxFormListRow {
    background: none repeat scroll 0 0 #FAFAFA;
    border-top: 5px solid #FFFFFF;
    clear: both;
    padding: 5px 0;
}
.pxFormListRow:after {
    clear: both;
    content: "";
    display: table;
}
.pxFormListCol {
    float: left;
    padding: 0 10px 0 0;
    min-width: 30%;
}

.pxFormListCol.categColspan2 {
    width: 60%;
}

.pxFormListCol.categColspan3 {
    width: 100%;
}

.pxFormFieldCateg {
    background: none repeat scroll 0 0 #E7F2F8;
    border-bottom: 1px solid #D6D6D6;
    border-radius: 8px 8px 0 0;
    clear: both;
    color: #003882;
    font-weight: bold;
    line-height: 24px;
    margin-top: 7px;
    padding-left: 4px;
	text-transform: uppercase;
	/*text-decoration: underline;
	font-size: 13px;*/
}
.pxFormFieldCategManagement {
	cursor: pointer;
}
.pxFormFieldCategManagement:hover {
    background: none repeat scroll 0 0 #D5EBF7;
}
.pxFormField {
	text-align: left;
}
.pxFormFieldTitle {
	font-style: italic;
	color: #747474;
}

.pxFormFieldTitle {
	font-style: italic;
	color: #747474;
}

.pxFormFieldTitleDuree {
	font-style: italic;
	color: #747474;
	margin: 0 5px; 
}

.pxFormFieldContent {
	float: left;
}
.pxFormListValid {
	text-align: center;
	padding: 5px 10px;
	clear: both;
}
.pxFormSubmitLoading {
	position: absolute;
	margin-left: 20px;
}
.pxFormSubmitLoading img {
	vertical-align: middle;
	height: 24px;
	width: 24px;
}
.pxFormListValidActions {
	
}
.pxFormListComments {
	text-align: left;
	padding: 5px 10px 0 10px;
	clear: both;
}
.pxFormListComments p.required {
	text-align: right;
}
.pxFormField textarea {
	width: 270px;
	height: 80px;
}
.pxFieldTitle {
}
.pxField {
	padding-left: 20px;
}

input[type="text"].pxFieldError, input[type="password"].pxFieldError, .pxFieldError  {
	background-color: red;
}

button.pxFieldError{
	background-color: red !important;
}
.pxFieldRequired {
	color: red;
	padding-left: 5px;
}
.pxFormFieldCalendarIcon {
	padding-left: 5px;
	cursor: pointer;
	vertical_align: middle;
}
img.imgLink {
	cursor: pointer;
}

/* Gestion des documents */
.pxFormDocs {
	padding: 0 0 10px 10px;
}

.pxFormDocs .pxFormDocsTitle {
	padding-bottom: 10px;
}

.pxFormDocs .pxFormDocsTitle img {
	
}
.pxFormDocs .pxFormDocsTitle p {
	margin-bottom: 10px;
	display: inline;
}

.pxFormDocs .pxFormDocsContent {
	padding-top: 10px;
}

.pxFormDocs div.pxFormDocsAction {
	text-align: left;
	padding-left: 40px;
}

.pxFormDocs div.pxFormDocsAction img {
	vertical-align: middle;
}

.pxFormDocs div.pxFormDocsAction span {
	color: grey;
    font-size: 10px;
    font-style: italic;
}

.pxFormDocs ul.docList {
	list-style: none inside none;
    margin: 0;
}

.pxFormSimpleDoc ul.docList {
	margin-bottom: 10px;
}

.pxFormDocs ul.docList li {
	margin-bottom: 2px;
}

.pxFormDocs ul.docList li img {
	width: 16px;
	height: 16px;
	padding: 0 5px;
}

.pxFormDocs span.simpleDocTitle {
	padding-left: 20px;
	padding-right: 30px;
}


/* Gestion des notifications */
.pxFormNotify {
	padding: 0 0 10px 10px;
}

.pxFormNotify .pxFormNotifyTitle {
	padding-bottom: 10px;
}

.pxFormNotify .pxFormNotifyTitle img {
	
}
.pxFormNotify .pxFormNotifyTitle p {
	margin-bottom: 10px;
	display: inline;
}

.pxFormNotify .pxFormNotifyContent {
	padding-top: 10px;
}

/* Gestion des objets liés */
.pxFormObjects {
	padding: 0 0 10px 10px;
}

.pxFormObjects .pxFormObjectsTitle {
	padding-bottom: 10px;
}

.pxFormObjects .pxFormObjectsTitle img {
	
}
.pxFormObjects .pxFormObjectsTitle p {
	margin-bottom: 10px;
	display: inline;
}

.pxFormObjects .pxFormObjectsContent {
	padding-top: 10px;
}

.pxFormObjects div.pxFormObjectsAction {
	text-align: left;
	padding-left: 40px;
}

.pxFormObjects ul.objectList li img {
	height: 16px;
	padding: 0 5px;
}

.pxFormFieldObjectButton {
	margin-left: 5px;
}

.pxFormFieldObjectValue img {
	padding-right: 5px;
}

/* Gestion champ de sélection de contrat */
.pxFormFieldContrat {
	margin: 20px 0 5px 30px;
    text-align: left;
}

/* Gestion des catégories */
.pxFormCategControlIcon {
	cursor: pointer;
	vertical-align: middle;
	margin-right: 2px;
}

/*Gestion de l'autocomplétion*/
.ui-autocomplete{
	z-index:1004;
}