/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 4 avr. 2014, 11:47:13
    Author     : robert
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 4 avr. 2014, 11:40:04
    Author     : robert
*/
.popup_modal {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #aaaaaa;
  opacity: 0.5;
  z-index: 1000; }

.popup_wnd {
  overflow-y:scroll;
  font-family: "arial";
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  border: 1px solid #9d9d9c;
  border-radius: radius;
  background: white;
  z-index: 1001;
  max-width: 80%;
  max-height: 100%; }
  .popup_wnd .title {
    height: 36px;
    line-height: 36px;
    color: #575756;
    font-size: 14px;
    font-weight: normal;
    border-bottom: 1px solid #9d9d9c;
    padding: 0 6px; }
  .popup_wnd .close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 1001; }
  .popup_wnd .msg {
    display: table;
    height: 100px; }
  .popup_wnd .msg > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    color: #575756;
    font-size: 14px;
    font-weight: normal;
    padding: 6px;
    min-width: 230px; }
  .popup_wnd .foot {
    height: 36px;
    line-height: 36px;
    color: #ed7f12;
    font-size: 14px;
    font-weight: normal;
    border-top: 1px solid #ed7f12;
    margin: 0 6px;
    text-align: right; }
    .popup_wnd .foot .button {
      text-align: center;
      border-left: 2px solid #ed7f12;
      height: 12px;
      line-height: 12px;
      margin: 12px 0;
      display: inline-block;
      padding: 0 8px;
      cursor: pointer; }
    .popup_wnd .foot .button:last-child {
      border-right: 2px solid #ed7f12; }
