
.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);
}


.new_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;
}


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



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




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


.new_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;
}


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


.new_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;
}

.new_frmWindowFooterList:empty{
  display: none;
}

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


.new_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;
}

.new_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;
}


.new_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;
}


/*****************************************/
.new_frmWindowTitle_white
{
  width:100%;
  display:flex;
  justify-content: space-between;
  align-items: center;
  background-color:#FFF;
  padding: 12px;
}

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

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

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

/*************************************************************************/
.frmWindow_full {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;

  background-color: #CCCCCC;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.5);

  display: flex;               /* вертикальная колонка */
  flex-direction: column;

  box-sizing: border-box;
}

.frmWindow_full_header {
  padding: 10px;
  background: #4144e6;
  flex: 0 0 auto;
  display: flex;
  justify-content: space-between;
}

.frmWindow_full_header2 {
  background: #FFF;
  flex: 0 0 auto;
  display: flex;
  justify-content: space-between;
}

.frmWindow_full_header2:empty{
  display: none;
}

/* CONTENT — растягивается на всё свободное пространство */
.frmWindow_full_content {
  flex: 1 1 auto;              /* занимает оставшееся место */
  overflow: auto;              /* скролл по X и Y */
  padding: 0px;
  background: #fff;
  box-sizing: border-box;
}

/* FOOTER — высота по содержимому */
.frmWindow_full_footer {
  padding: 10px;
  background: #eee;
  flex: 0 0 auto;
}

.new_frmWindowTitle_full
{
  width:100%;
  display:flex;
  justify-content: space-between;
  align-items: center;
  background-color:#546ee5;
  padding: 12px;
}

.frmWindow_screoll
{
  overflow-x: scroll;
  overflow-y: scroll;
}


.fr_win_full_Screen
{
  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;
  border: solid 1px #F00;
}
