
.scroll_Panel
{
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display:block;

  box-sizing: border-box;

  background-color: rgba(0, 0, 0, 0); /* Начальная прозрачность */
  transition: background-color 0.2s ease-in-out; /* Плавный переход */

  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.scroll_Panel_Obj
{
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display:block;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.scroll_Panel_show {
  background-color: rgba(0, 0, 0, 0.6); /* Конечная прозрачность */
}

.scroll_Panel_delete {
  background-color: rgba(0, 0, 0, 0.0); /* Конечная прозрачность */
}


.fmtNewClassic
{
  display:flex;
  height:100%;
  width:100%;
}

.centerDIV
{
  margin:auto;
}



.new_black_layout {
  background: #000;
  margin:0px;
  bottom: 0;
  left:0px;
  top:0px;
  height: 100%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
  display:none;
  background-color:rgba(0, 0, 0, 0.5);
}


.new_clear_layout {
  background: #000;
  bottom: 0;
  margin:0px;
  left:0px;
  top:0px;
  opacity: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 998;
  display: block;
  background-color:rgba(255, 255, 255, 0);
}




.fixed
{
  position:fixed; /*позицианируем чтобы исчез скролл*/
  width:100%; /*что бы верстка не складывалась по ширине*/
  height:100%;
}

.classBlur
{
  filter: blur(2px);
}

.scroll_BackFon
{
  position: fixed;
  z-index: 2;
  top:0px;
  right:0px;
  bottom:0px;
  left:0px;
  display:block;
  background: rgba(4, 4, 4, 0.7);

}

.FrmWinFixHide
{
  display:none;
}


.frmPanelWindow
{
  width:auto;
  height:auto;
  display:inline-block;
  background-color: #FFC;

  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  box-shadow:5px 5px 5px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  padding:5px;
  border:solid 3px #F24F00;
  font-size:11px;
  font-family:Tahoma, Geneva, sans-serif;

}



.frmWindow_rect
{
  width:auto;
  height:auto;
  display:inline-block;
  background-color:#F00;
  box-shadow:5px 5px 5px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}




.frmWindowList1
{
  display:inline-block;
  width:100%;
  height:auto;
  background-color:#FFF;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
}

.frmWindowList_blank
{
  display:inline-block;
  width:100%;
  height:auto;
}


.frmWindowList2_rect
{
  display:inline-block;
  width:100%;
  height:auto;
  background-color:#FFF;
}


.frmWindow1
{
  width:auto;
  height:auto;
  display:inline-block;
  background-color:#CCCCCC;
  border-radius:3px;
  box-shadow:5px 5px 5px rgba(0, 0, 0, 0.5);
}


.frmWindowTitle
{
  width:100%;
  display:flex;
  justify-content: space-between;
  align-items: center;
  background-color:#546ee5;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  padding: 12px;
}


.frmWindowTitleFlex
{
  display:flex;
  align-items:center;
  gap:7px;
  width:auto;
  height:auto;
  font-weight:bold;
  font-size:14px;
  color:#FFF;
}



.frmWindow .frmWindowTitle .frmWindowTitle_
{
  display:inline-block;
  width:auto;
  height:auto;
  font-weight:bold;
  font-size:14px;
  color:#FFF;
}




.frmWindow
{
  display:inline-block;
  width:100%;
  height:auto;
  background-color:#FFF;
}


.frmWindowList
{
  display:inline-block;
  width:100%;
  height:auto;
  padding: 20px;
  background-color:#FFF;
}

.frmWindowList_nopad
{
  display:inline-block;
  width:100%;
  height:auto;
  background-color:#FFF;
}


.frmWindowFooterListDiv
{
  display:block;
  width: auto;
  height:auto;
}

.frmWindowFooterList
{
  display:flex;
  justify-content:center;
  gap:10px;
  width:100%;
  height:auto;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  padding:13px;
  background-color: #EFEFEF;
}

.frmShowMesssageText
{
  width:100%;
  padding:10px;
  text-align:center;
}


.frmCloseBtnWin
{
  display:inline-block;
  width:auto;
  height:auto;
}

.frm_setting
{
  background-image:url(../fw_win/setting11.png);
  width:16px;
  height:16px;
  display:inline-block;
  margin-right:2px;
}

.frmCloseBtnWin .frm_closebtn
{
  display:inline-block;
  background-image: url(../fw_win/close_win.png);
  width:16px;
  height:16px;
}

.frm_closebtn_btn
{
  display:inline-block;
  background-image: url(../fw_win/close_win.png);
  width:16px;
  height:16px;
}

.frm_closebtn_black
{
  display:inline-block;
  background-image: url(../fw_win/close_win_black.png);
  width:16px;
  height:16px;
}


.frmWindow
{
  width:100%;   /* БЫЛО auto;*/
  height:auto;
  display:inline-block;
  background-color:#CCCCCC;
  border-radius:8px;
  box-shadow:5px 5px 5px rgba(0, 0, 0, 0.5);
}


.frmWindow_blank
{
  width:auto;
  height:auto;
  display:inline-block;
}

.frmWindowList2
{
  display:inline-block;
  width:100%;
  height:auto;
  background-color:#FFF;
  border-radius:3px;
}



.frmJWindow
{
  width:100%;   /* БЫЛО auto;*/
  height:auto;
  display:inline-block;
  background-color:#FFF;
  box-shadow:0px 0px 25px rgba(234, 234, 234, 0.9);
}


.classic_frmWindow
{
  display:inline-block;
  width:100%;
  height:auto;
  background-color:#FFF;
  box-shadow:3px 3px 0px rgba(0, 0, 0, 0.1);
}

.classic_frmWindow_no_shad
{
  display:flex;
  width:100%;
  height:auto;
  background-color:#FFF;
  border-radius: 12px;
  box-shadow:5px 5px 5px rgba(0, 0, 0, 0.2);
  position: relative;
}

.classic_white_panel{
  background-color: #FFF;
  border-radius: 12px;
  flex-grow: 1;
  padding: 20px;
}




.test_class
{
  width: auto;
  display: flex;
  align-items: center;
  justify-content:center;
  margin-left: auto;
  margin-right: auto;
  min-height: calc(100%);
  opacity: 0;
  margin-top: -30px;
  transition: 0.2s ease-in-out; /* Плавный переход */
}

.test_class_lefttop
{
  width: auto;
  display: flex;
  opacity: 0;
  margin-top: -30px;
  transition: 0.2s ease-in-out; /* Плавный переход */
  position: relative; /* добавлено */
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.slowChangeTopLeft{
  transition: margin-left 0.3s ease, margin-top 0.3s ease;
}

.test_class_hide {
  opacity: 0;
}

.test_class_show {
  opacity: 1;
  margin-top: 0px;
  /*width: 100%;
  height: 100%;*/
}

.test_class_show_obj {
  opacity: 1;
  margin-top: 0px;
  width: 100%;
  height: 100%;
}



.remodal-is-locked
{
  -ms-touch-action: none;
  touch-action: none;

}


.classic_frmWindow_close{
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  border: none;
  right: 10px;
  top: 10px;
  line-height: 0.8;
  font-size: 20px;
  color: #717171;
  opacity: .4;
  cursor: pointer;
  text-decoration: none;
  z-index: 1;
}


.close_img{
   background-image: url("close.png"); 
   width: 11px;
   height: 11px;
   display: inline-block;
}



.frmWindowOBJ
{
  display:flex;
  width:100%;   /* БЫЛО auto;*/
  height:auto;
  background-color:#FFF;
  box-shadow:5px 5px 5px rgba(0, 0, 0, 0.5);
}


.frmWindowOBJ_IN
{
  display:inline-block;
  width:100%;
  height:auto;
  padding: 20px;
  background-color:#FFF;
}
