/* dialogue popup */
.dialog-translucid {
    background-color: #000;
    opacity:0.7;
    filter:alpha(opacity=70);
    position: absolute;
    left: 0px;
    top: 0px;
    border: 0px none #000000;
}
.dialog-popup {
    background-color: #FFFFFF;
    border-radius: 5px !important;
    box-shadow: 0 0 30px #111111 !important;
    position:absolute;
    border: 0px none #000000;
    background-color: #FFFFFF;
    padding: 0 20px 20px;
}
#dialog {
    background-color: #FFFFFF;
    margin:auto;
    clear: both;
}
#dialog .content {
    /* background-color: #F2F2F2; */
    width:100%;
    border-width: 0;
}
#dialog .footer{
    padding: 0;
    float:left;
    width:100%;
}
#dialog button {
    margin-right: 15px;
}
#dialog .footer input, #crf_body .footer input {
    float:left;
    margin-right: 15px;
}
#dialog select {
    margin: 0;
    margin-left: 0;
    margin-bottom: 5px;
}
#option-bar-content{
    display: none;
}
a#option-bar-a {
    bottom: -8px;
    display: block;
    height: 16px;
    left: 50%;
    margin-left: -88px;
    overflow: hidden;
    position: absolute;
    text-indent: 110%;
    white-space: nowrap;
    width: 176px;
}
a.minimize {
    background: url("../images/base/option-bar.png") no-repeat scroll 0 -160px transparent;
}
a.minimize:hover {
    background: url("../images/base/option-bar.png") no-repeat scroll 0 -224px transparent;
}
a.maximize {
    background: url("../images/base/option-bar.png") no-repeat scroll 0 -176px transparent;
}
a.maximize:hover {
    background: url("../images/base/option-bar.png") no-repeat scroll 0 -208px transparent;
}
#option-bar {
    position: absolute;
    width: 100%;
    z-index: 9;
}
#dialog #option-bar .content {
    background-color: #f6f6f6;
}






#popupMask {
  background-color: #FFFFFF;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.7;
  filter:alpha(opacity=70);
  position: absolute;
  top: 0;
  width: 100%;
  z-index:9998;
}
#popupContainer {
  left: 25px;
  position: absolute;
  top: 50px;
  display: none;
}
#popupContainer #htmlContainer {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 5px 5px 5px 5px;
  color: #555555;
  font-size: 10px;
  margin: 0 25px;
  position: relative;
  text-align: center;
  z-index:9999;
  padding:0 20px 20px;
  margin-top: 20px;
}

#popupContainer #popupTop {
  min-height: 1px;
  position: relative;
  padding:20px;
}
#popupContainer #popupTop h3 {
  font-size:24px;
}

#popupContainer a.popupClose {
  background: url("../images/base/btn-x.png") no-repeat scroll 0 0 transparent;
  cursor: pointer;
  display: block;
  height: 30px;
  overflow: hidden;
  position: absolute;
  right: -35px;
  text-indent: -9999px;
  top: -15px;
  width: 30px;
  text-decoration: none;
}

#popupContainer:before, #popupContainer:after {
  background-image: url("../images/base/bg-shadow.png");
  background-repeat: no-repeat;
  bottom: -38px;
  content: "";
  height: 38px;
  position: absolute;
  width: 262px;
  z-index: 9999;
}

#popupContainer:after {
  background-position: right top;
  right: 5px;
}

#popupContainer:before {
  background-position: left top;
  left: 5px;
}

.close-dialog-menu {
    position: absolute;
    cursor: pointer;
    display: block;
    margin-top: -5px;
    margin-left: -5px;
    background: url("../images/base/btn-x.png") no-repeat scroll 0 0 transparent;
    width: 27px;
    height: 27px;
}


.pop_chapitre {
    color: #FFFFFF;
    background-color: #BFC9D3;
    padding:0;
}
.pop_titre {
    font-size: 12pt;
    font-weight: bold;
    font-style: italic;
    color: #A09F9F;
}
.pop_ligne1 { font-size: 9pt; font-style: normal; color: #666666; background-color: #FFFDEB }
.pop_ligne2 { font-size: 9pt; font-style: normal; color: #666666; background-color: #FFFDEB }
.pop_caution { font-size: 9pt; font-style: normal; color: #000000; }
.pop_link1 { font-size: 9pt; font-style: normal; color: #0088CC; text-decoration: none }
.pop_link1:hover { font-size: 9pt; font-style: normal; color: #0088CC; text-decoration: underline }
.pop_link2 { font-size: 9pt; font-style: normal; color: #000000; text-decoration: none }
.pop_link2:hover { font-size: 9pt; font-style: normal; color: #000000; text-decoration: none }

/** CUSTOMISATION JQUERY UI **/

/** DIALOG **/
.ui-dialog {z-index: 2000;}
.ui-dialog .ui-widget-header { 
    background: #4a4a4a; 
    color: #fff; 
    font-weight: normal; 
    font-size: 13px; 
    font-family: "Calibri","CalibriFont", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ui-dialog .ui-dialog-buttonpane .ui-button {
    border-radius: 5px;
    font-size: 14px;
    border: 1px solid #CCC;
}