/* ---------------------------------------------------------------- */
/* --- 02.02.2023 --- стили списков ------------------ www.isV.by - */
/* --- 07.02.2023 --- стили списков ------------------ www.isV.by - */
/* ---------------------------------------------------------------- */

.scInLine, .scIconInLine, .scTextInLine {
             position: absolute;
              z-index: 842;
                 left: 8px;
                  top: 0px;
                width: 474px;
               height: 18px;
          padding-top: 0px;
         padding-left: 0px;
                color: black;
           font-family: 'Exo 2', sans-serif; /*'Fira Sans', sans-serif;*/
/*          font-family: "Courier New";*/
           text-align: left;
          font-weight: normal; /*bold;*/
            font-size: 12px;
     background-color: lightgray;
}

.scIconInLine {
                 left: 0px;
                  top: 0px;
                width: 15px;
               height: 15px;
     background-color: transparent;
      background-image: url('../Simg/SideL-list-item-free.png');
     
}

.scTextInLine {
                 left: 22px;
                  top: 2px;
                width: 452px;
                color: brown;
     background-color: transparent;
}

/* --- 15.01.2023 --- Список тем, задач, вопросов или иных проблем ... --- */
/* ---                пустая строка списка и строка с содержимым        --- */
.scLineItemFree, .scLineItemFill {
              position: absolute;
               z-index: 842;
                  left: 14px;
                   top: 44px;
                 width: 310px;
                height: 18px;
                 color: black;
           font-family: 'Exo 2', sans-serif; /*'Fira Sans', sans-serif;*/
            text-align: left;
             font-size: 13px;
          font-weight : normal;
          padding-left: 28px;
           padding-top: 2px;
         border-radius: 8px 8px 8px 8px;
      background-color: transparent;
      background-image: url('../Simg/SideL-list-item-free.png');
     background-repeat: no-repeat;
}

.scLineItemFree:hover {
      background-color: lightgray;
      background-image: url('../Simg/SideL-list-item-free-h.png');
}

.scLineItemFill {
                   top: 74px;
      background-image: url('../Simg/SideL-list-item-fill.png');
}

.scLineItemFill:hover {
      background-color: lightgray;
      background-image: url('../Simg/SideL-list-item-fill-h.png');
}
