/**
 *  Файл:             work.css
 *  Модуль:           Shop
 *  Дизайн:           default
 *  Описание:         файл таблицы стилей для рабочих интерфейсов
 *
 *  Версия:           2.02.04
 *  Дата создания:    2013-07-21
 *  Дата модификации: 2020-02-24
 * ---------------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- Разбивка страниц -- */
html{
   display:flex;
 }
body{
   flex:1;
   display:flex;
   flex-direction:column;
   overflow:hidden;
}
/* -------------------------------------------------------------------- Основной рабочий слой --- */
.workBasesRowLayer,
.workBasesColumnLayer{
   flex:1;
   display:flex;
   margin:0px;
   padding:0px;
 }
.workBasesRowLayer{
   flex-direction:row;
   height:0;
 }
.workBasesColumnLayer{
   flex-direction:column;
 }
.workLeftLayer{
   width:255px;
   margin:2px 0px 0px 0px;
   padding:0px;
   display:flex;
   flex-direction:column;
 }
.workRightLayer{
   margin:5px 2px 2px 3px;
   padding:0px;
   flex:1;
   display:flex;
 }
.workCenterLayer{
   margin:3px;
   padding:0px;
   flex:1;
   display:flex;
 }
.workBasicRightLayer{
   margin:5px 2px 2px 3px;
   padding:0px;
   flex:1;
   display:flex;
   flex-direction:column;
 }
.workFixedLayer{
   display:flex;
 }
.workChangeLayer{
   flex:1;
   display:flex;
 }
/* ---------------------------------------------------------- Блок распределений пров доступа --- */
.accessRights{
   margin:0px 5px 5px 20px;
 }
.accessRights .markHeader{
   margin:0px;
   margin-right:-1px;
   padding:3px 5px;
   border:#1C6891 1px solid;
   border-bottom-width:0px;
   float:left;
   text-transform:lowercase;
   text-align:center;
   font-weight:bold;
   color:black;
   overflow:none;
   -webkit-border-radius:7px 7px 0px 0px;
    -khtml-border-radius:7px 7px 0px 0px;
     -icab-border-radius:7px 7px 0px 0px;
      -moz-border-radius:7px 7px 0px 0px;
       -ms-border-radius:7px 7px 0px 0px;
        -o-border-radius:7px 7px 0px 0px;
           border-radius:7px 7px 0px 0px;
 }
.accessRights .markHeader:first-child{
   margin-left:20px;
 }
.accessRights .active{
   background:#BEBEBE;
 }
.accessRights .markHeader:hover{
   cursor:pointer;
   background:#D3D3D3;
 }
.accessRights .markContent{
   height:300px;
   width:550px;
   margin:0px;
   padding:0px 0px 10px 0px;
   border:#1C6891 1px solid;
   overflow:auto;
 }
.accessRights .lineWithRule{
   padding:3px 20px;
 }
.accessRights .lineWithRule:hover{
   background-color:#ddd;
   -webkit-border-radius:2px;
    -khtml-border-radius:2px;
     -icab-border-radius:2px;
      -moz-border-radius:2px;
       -ms-border-radius:2px;
        -o-border-radius:2px;
           border-radius:2px;
 }
.accessRights .lineWithRule img{
   margin:1px 5px;
 }
.accessRights .subtitle{
   font-weight:bold;
   margin:10px 15px 0px 10px;
   padding:0px 0px 0px 10px;
   border-bottom:#1C6891 1px solid;
 }
.tblAccessNote{
   width:520px;
   margin:5px 10px -5px;
   border-collapse:collapse;
   border-spacing:0px;
 }
.tblAccessNote th{
   width:85px;
   background:url("../images/bg_cell.png") repeat-x #b6c6d7;
   background-position: -0px -1px;
   color:#000000;
   font-weight:bold;
   padding:3px 0px;
   font-size: 11px;
   border-left:#fff 1px solid;
 }
.tblAccessNote th:first-child{
   border-left:#fff 0px solid;
 }
.tblAccessNote td{
   text-align:center;
   vertical-align:middle;
   border:#BBBBBB 1px solid;
   padding:3px 0px;
 }
.tblAccessNote td:first-child{
   text-align:left;
   padding:0px 10px 0px 5px;
   white-space:nowrap;
 }
/* ------------------------------------------------------------------------------ Карта сайта --- */
.siteMap{
   margin-top:2px;
   padding:5px 10px;
   border:#BBBBBB 1px solid;
   overflow:auto;
   flex:1;
 }
.siteMap pre{
   width:100px;
   height:100%;
 }
/* ------------------------------------------------------------------------------------- Конец -- */
