.window{
  position: absolute;
  padding: 0 0 24px 0;
  visibility: hidden;
  top: 0;
  left: -500;
  width: 0;
  height: 0;
  border: 1px solid black;
  background-color: #c1c1c1;
  z-index:200;
}
.popup-under-waiter .window {
    z-index: 50;
}
.customwindow{
  position: absolute;
  visibility: hidden;
  top: 0;
  left: -215;
  width: 0;
  height: 0;
  border: 1px solid black;
  background-color: #c1c1c1;
  z-index:50;
}
.header{
  top: 0;
  left: -500;
  width: 0;
  height: 0;
  border-bottom: 1px solid black;
  background-color: #a1a1a1;
  z-index:60;
}
.frame{
  position: relative;
  top: 0;
  left: 3;
  width: 0;
  height: 0;
  z-index:70;
}
.framerag{
  position: absolute;
  visibility: hidden;
  top: 0;
  left: -500;
  width: 0;
  height: 0;
  border: 1px solid black;
  background-color: #c1c1c1;
  z-index:40;
}
.customframerag{
  position: absolute;
  visibility: hidden;
  top: 0;
  left: -215;
  width: 0;
  height: 0;
  border: 1px solid black;
  background-color: #c1c1c1;
  z-index:40;
}
.closeimg{
  cursor: pointer;
  border: 0;
  width: 16px;
  height: 16px;
}

.resize_w {
    /*background: #cc0000;*/
    cursor: nw-resize;
    position: absolute;
    right: 3px;
    bottom: 1px;
    height: 16px;
    width: 16px;
    z-index: 100;
}

.win_res, .win_drag {
    background: #fff !important;
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 999 !important;
}

.win_drag, .header_move {
    /*position: absolute;*/
    cursor: move;
}

.f_size {
    height: 100%;
    width: 100%;
}
