﻿.popup-affichageforme-maincontainer {
  background-color: #FFFFFF;
  -moz-box-shadow: 1px 1px 12px #555;
  -webkit-box-shadow: 1px 1px 12px #555;
  box-shadow: 1px 1px 12px #555;
  padding: 0;
  position: relative;
  max-height: 95%;
  overflow: auto;
  /* top: 2%; */
  /* bottom: 2%; */
  /* left: 3%; */
  margin: auto;
  width: 950px;
  z-index: 9990;
  margin-top: 15px;
  border-top: 5px solid #3598dc;
}
.popup-affichageforme-header {
  /*width: 100%;*/
  height: 40px;
  line-height: 40px;
  background-color: #3598dc;
  color: #FFF;
  text-align: center;
  padding-left: 10px;
  font-size: 25px;
  text-transform: uppercase;
  position: relative;
  font-family: Arial, sans-serif;
}
.popup-affichageforme-header input {
  position: relative;
  float: right;
  display: block;
  margin: 0px;
  height: 100%;
  padding: 0 20px 0 20px;
  color: #FFF;
  background: transparent;
  border: 0;
  border-left: 1px solid #FFF;
  cursor: pointer;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
.affichageforme-mainbuttons {
  text-align: center;
  padding-bottom: 15px;
}
.affichageforme-mainbuttons input {
  font-size: 16px;
}
.affichageforme-mainbuttons .cancel {
  background-color: #e74c3c;
}
.affichageforme-mainbuttons .cancel:hover {
  background-color: #c0392b !important;
}
.titre-affichageforme {
  /*text-align:left;*/
}
.popup-affichageforme-maincontainer fieldset legend {
  text-align: left;
  margin-left: 20px;
  font-weight: bold;
  font-size: 10pt;
}
.affichageforme-container {
  background: transparent;
  display: table;
  width: 100%;
}
.affichageforme-forme,
.affichageforme-actions {
  display: table-cell;
  vertical-align: top;
}
.affichageforme-forme {
  -moz-box-shadow: 1px 1px 12px #CCC;
  -webkit-box-shadow: 1px 1px 12px #CCC;
  box-shadow: 1px 1px 12px #CCC;
  width: 750px;
  height: 350px;
}
.affichageforme-actions input,
.affichageforme-actions a {
  display: block;
  border: 1px solid #CCC;
  background: #3598DC;
  width: 100%;
  color: #FFF;
  padding: 10px;
  font-size: 12px;
  cursor: pointer;
  height: 50px;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
.affichageforme-actions input:hover,
.affichageforme-actions a:hover {
  background-color: #2F86C2 !important;
}
.affichageforme-actions input[disabled=disabled],
.affichageforme-actions input.aspNetDisabled,
.affichageforme-actions a[disabled=disabled],
.affichageforme-actions a.aspNetDisabled {
  cursor: no-drop;
  background-color: #CCC !important;
  border: 1px solid #dfdfdf !important;
}
.affichageforme-actions a img {
  vertical-align: middle;
  width: 32px;
  float: left;
}
.affichageforme-actions a span {
  display: inline;
  padding-left: 2px;
}
.affichageforme-listeformes {
  margin-bottom: 5px;
  margin-top: 5px;
}
.affichageforme-listeformes div {
  float: left;
  -moz-box-shadow: 1px 1px 12px #CCC;
  -webkit-box-shadow: 1px 1px 12px #CCC;
  box-shadow: 1px 1px 12px #CCC;
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.affichageforme-params {
  display: table;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.affichageforme-param {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
.affichageforme-param-coltitle {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 13px;
}
.affichageforme-params input {
  font-size: 9pt;
}
.affichageforme-params label {
  font-size: 8pt;
}
.affichageforme-params .fa-info-circle {
  font-size: 22px;
  vertical-align: middle;
  margin-left: 5px;
}
.affichageforme-params .buttonValider.buttonSurcote {
  padding: 6px;
  margin-left: 5px;
  float: none;
}
.affichageforme-params .buttonValider.buttonSurcote img {
  margin: 0 !important;
}
.affichageforme-param-colCoteAB,
.affichageforme-param-colCoteD,
.affichageforme-param-col40,
.affichageforme-param-col20 {
  float: left;
}
.affichageforme-param-col40 {
  width: 37%;
}
.affichageforme-param-colCoteAB,
.affichageforme-param-colCoteD {
  width: 33%;
}
.affichageforme-param-colCoteAB select[disabled="disabled"],
.affichageforme-param-colCoteAB input[type=text][disabled="disabled"],
.affichageforme-param-colCoteAB input[type=password][disabled="disabled"],
.affichageforme-param-colCoteAB input[type=email][disabled="disabled"],
.affichageforme-param-colCoteAB .row > span > input[type=submit][disabled="disabled"] {
  cursor: help !important;
}
.affichageforme-param-colCoteD {
  /*width: 120px;*/
  margin-left: 1px;
  margin-right: 1px;
}
.affichageforme-param-col20 {
  width: 26%;
}
.affichageforme-param .row {
  text-align: left;
}
.popup-affichageforme-container,
.modalBackground-priseforme {
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.modalBackground-priseforme {
  background-color: #333;
  opacity: 0.8 !important;
  /*z-index: 9999;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;*/
}
.popup-priseforme-buttons {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
}
.text-affichageforme {
  margin-right: 10px;
  margin-left: 10px;
}