/* all input type of class txtfld enclosed in a form of class type-1 */

.x-toolbar-left {
	width:150px;
}
.saisie .x-grid3-hd-inner {
	display: none;
}

table.type-1 {
	width:auto; border:0px solid red;
	font-size:11px;
}

table.type-1 tr.c1 {
	background-color:#eeeeee;
}

table.type-1 tr.c2 {
	background-color:#dddddd;
}

table.type-1 td {
	border:0px dotted black;
	border-bottom:10px solid #eeeeee;
	vertical-align:middle;
}

table.type-1 td.label,td.label-r {
  padding:5px 0px 5px 5px;
  padding: .2em .6em .3em;
  font-size: 100%;
  font-weight: bold;
  font-style:tahoma;
  line-height: 1;
  color: #4E4F4F;
  text-align: left;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

table.type-1 td.data,td.data-r {
	padding:0px 0px 0px 5px;
	text-align:left;
}

table.type-1 td.label-r,td.data-r {
	padding:0px 5px 0px 5px;
	text-align:right;
}

table.type-1 td.first {
	padding:5px;
	background-color:#eeffcc;
}

table.type-1 td.last {
	padding:0px;
	background-color:#eeff00;
}

/* fieldset *******************************************************************/


/* buttons inside fieldset */
fieldset div.actions {
	margin-right:5px;
}

div.form-spacer {
	margin-top:10px;
	margin-bottom:10px;
	padding-right:20px;
	text-align:right; font-weight:bold; color:#ff0000;
}

/* actions buttons (save, cancel) at the end of form */
div.actions {
	border:0px solid blue;
	padding:10px 20px 5px 0px;
	background-color:transparent;
	text-align:right;
}

div.actions-parameter {
	text-align:right;
}

/* div type-1 is used when there is no form type-1 around table */
div.type-1 fieldset, form.type-1 fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
}

fieldset.type-1-disabled{
  padding: .35em .625em .75em;
  margin: 0 2px;
}

div.type-1 fieldset.type-1-disabled, form.type-1 fieldset.type-1-disabled {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #666666;
}

div.type-1 legend, form.type-1 legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  font-style: tahoma;
  font-size :14px;
  font-weight: bold;
}


form.type-1 input.fld-itxt,textarea {
  display: block;
  width: auto;
  height: auto;
  font-size: 11px;
  line-height: 1.42857143;
  color: #000;
  background-color: #FAFFBD;
  background-image: none;
  border: 1px solid #ccc;
  border-style: inset;

  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input.iframe {
	background-color:#ffcc99;
	border:1px solid red;
	font-family:arial,sans-serif; font-size:11px;
}

/* buttons */
.btn-enabled,.btn-disabled {
  display: inline-block;
  padding: 3px 6px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px outset transparent;
  border-radius: 4px;
}
.btn-enabled {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-enabled:hover {
  color: #B50101;
  background-color: #fff;
  border-color: #ccc;
}

.btn-disabled {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
  border: 0px solid transparent;
}

.btn-enabled2{
	padding-top:0px;
	padding-bottom:0px;
	font-family:tahoma,arial; font-size:11px;font-weight:bold;
	background-color:#b50938;
	border-top:1px solid #ccaaaa;
	border-right:1px solid #cc6666;
	border-bottom:1px solid #cc6666;
	border-left:1px solid #ccaaaa; 
	color:#ffffff;
}



fieldset.type-1-disabled table {
	color:#999999;
}

fieldset.type-1-disabled legend {
	border:0px solid #000038;
	padding:3px 5px 3px 5px;
	background-color:#000038;
	color:#ffffff; font-weight:bold;
}

fieldset.type-1-disabled legend {
	background-color:#666666;
}
/* progress bar ***************************************************************/

table.progressbar {
	width:auto;
}

table.progressbar td {
	border:0px solid blue;
	padding:5px 0px 0px 0px;
}


div.progressbar-before,div.progressbar-current,div.progressbar-after {
	width:20px; border:1px solid black;
	margin-right:2px;
	padding:2px;
	text-align:center;
}

div.progressbar-current{
	background-color:#b50938; color:#ffffff;
}

div.progressbar-before{
	background-color:#999999;
}

div.progressbar-after{
	background-color:#ffffff;
}

iframe.process {
	width:100%; height:50px;
	border:1px solid green;
	display:block;
}

.btn-form{
    background-position: 0 center;
    padding-left: 18px;
    padding-bottom: 5px;
	padding-right: 0px;
	border: 0;
    background: transparent;
    cursor: pointer;
    margin: 0;
    overflow: visible;
    width: auto;
    -moz-outline: 0 none;
    outline: 0 none;
	background-repeat: no-repeat;
	color: black;
}

.btn-form:hover{
	background-color: #d9e8fb;
	border-radius: 4px;
  -webkit-box-shadow: inset 0 -10px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 -10px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.btn-form:active{
	background-color: #d9e8fb;
	border-radius: 4px;
  -webkit-box-shadow: inset 0 10px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 10px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

