/**
 * * Copyright 2022 Vizuali All Rights Reserved.
 */
/*  * {box-sizing: border-box;} */

 body {
    font-family: "Lato", sans-serif;
  }
  .sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #522b7c;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 20px;
  }
  
  .sidebar span {
    padding: 6px 6px 6px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .sidebar span:hover {
    color: #f1f1f1;
  }
  .sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .sidebar a:hover {
    color: #f1f1f1;
  }
  
  .sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  .openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #522b7c;
    color: white;
    padding: 7px 13px;
    border: none;
  }
  
  .openbtn:hover {
    background-color: #444;
  }
  
  #main {
    transition: margin-left .5s;
    padding: 5px;
  }
  
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
    .sidebar {padding-top: 15px;}
    .sidebar a {font-size: 18px;}
  }

 .h_logo {
  margin-left: 38px;
  margin-top: 15px;
  margin-bottom: 40px;
  }
  #header_top {
    margin-right: 40px;
    margin-top: 15px;
  float: right;
    }
/*     #header_bottom  button {
      padding: 8px 8px 8px 32px;
      text-decoration: none;
      font-size: 25px;
      color: #818181;
      display: block;
      transition: 0.3s;
    }
    .#header_bottom  button:hover {
      color: #f1f1f1;
    } */
  #mainBody {
    width: 95%;
    height:100%;
    margin-left: 2%;
    margin-right: 2%;
    display:block;
    margin-top: 8px;
     position: relative;
  } 
  #secondBody {
    padding-top: 12px; 
    background: #f6f6fb;
  }
  #second {
    position: absolute;
   right:0px;
   top:0px;
   padding:  5px; 
   z-index: 99;
  }
  #floatDiv {
    position: fixed;
    top: 130px;
    left: 0px;
    background: #f1f3f3;
    width: auto;
    height: auto;    
    padding-top: 12px;
    z-index: 999;
    display: none;
  }
 .child-elem {
    background: #e4efef;
  }
 
  .float-block {
    margin-bottom: 4px;
    padding: 4px 20px 16px 2px;
    background: #f1f3f3;
    box-shadow: -1px 1px 0px rgba(120, 130, 157, 0.5);
  } 
  
  .float-block td {
   padding-left: 8px;
   padding-right: 8px;
  }
  .tbl_title {
    padding-top: 12px ;
    padding-bottom: 6px ;
    margin-left: 10px ;
    width: 450px;
    }
  .tableFixHead input {
    border: none;
    margin-left: 4px ;
    vertical-align: middle;
    }
 
    .tableFixHead {
      overflow-y: auto;
      border: 1px solid #A1B6B5;
    }
    .tableFixHead table {
      table-layout: auto;
      display: block;
      font-size: 12px;
    /*   border-collapse: collapse;   */
    
    }
    .tableFixHead thead td {
      position: sticky;
      top: 0;
      height: 35px;
      background-color: rgb(255, 255, 255);
    }
  
    .tableFixHead  tr {
      border: 2px solid ;
      border-color: transparent;
     }
    .tableFixHead td {
      padding-left: 8px;
      padding-right: 8px; 
      text-align: left;
    } 
    .selectTbl {
      position: absolute;
      left: 260px;
      z-index: 100;
    }

    .btMenu {
      padding: 8px ;
            color: white;
      background-color: #522b7c;
      border: none;
      font-size: 14px;
      margin: 0px 1px;
    } 
    .btMenu:hover {
      background: #000000;
    }
    .actionBtn_div {
      display: block;
       height: 26px;
       padding-left: 12px;
       margin-right: 12px;
       }
       .actionBtn {
         width: 24px;
         height: 24px;
         margin-left: 3px;
         margin-right: 3px;
       background: #522b7c;
       color: white;
       border: none;
       }
       .actionBtn:hover {
         background: #000000;
       }
       .actionBtn img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
      }
      .closeBtn {
        float: right;
        margin-right: 6px;
      }
      .search {
        display: inline-block;  
        margin-left: 50px ;
        margin-bottom: 4px ;
        margin-right: 35px ;
        line-height: 35px;
        height: 35px ;
        width: auto;
        background: #FFFFFF;
        border: 1px solid #A1B6B5;
        }
      .search input {
        border: none;
        margin-left: 16px ;
        vertical-align: middle;
        } 
        .labelSet {
          padding-left: 8px;
          font-size: 12px;
        }
        .fieldSet {
          height: 30px;
          width: 152px;
          padding: 4px;
          font-size: 12px;
          border: 1px solid rgba(185, 185, 185, 0.75);
          box-sizing: border-box;
         
        }
        .fieldErorr {
          border: 1px solid red;
          box-sizing: border-box;
         
        }
        .fieldSetBT28 {
          height: 30px;
          width: 152px;
          padding: 4px;
          background:  #522b7c;
          color: white;
          border: 1px solid rgba(185, 185, 185, 0.75);
          box-sizing: border-box;
         
        }
        .fieldSetBT28:hover {
          background:  black;
        }
        .fieldSetBT55 {
          padding: 4px;
          background:  #7d88ef;
          color: white;
          border: 1px solid rgba(185, 185, 185, 0.75);
          box-sizing: border-box;
          border-radius: 4px;
        }
        .fieldSetBT55:hover {
          background:  black;
        }
        .fieldSetLink {
          margin: 4px;
          padding: 4px;
          font-size: 12px;
          color: #7d88ef;
        }
        .fieldSetLink:hover {
          color:  black;
          cursor: pointer;
        }
        .flMsg {
          margin-left: 16px;
        }
        .flMsgRed {
          color: red;
        }
        .flMsgNormal {
          color: #0f24e8;
        }
        .fieldSetBT {
          /*   height: 30px; */
            width: 100%;
            padding: 8px;
            font-size: 12px;
            border: 1px solid rgba(185, 185, 185, 0.75);
            box-sizing: border-box;
          }
        .flTitle{
          margin: 12px;
          margin: 6px;
          font-weight: 600;
          font-size: 14px;
          text-transform: uppercase;
           color: #484964;
        }
        .fieldSetIM {
          margin: 6px;
          height: 100px;
          width: auto;
          border: 1px solid rgba(185, 185, 185, 0.75);
        }
        .fieldSetTextarea {
          position: relative;
          width: 350px;
          height: "auto";
          overflow: hidden;
          padding: 4px;
          font-size: 12px;
          border: 1px solid rgba(185, 185, 185, 0.75);
          box-sizing: border-box;
         
        }

    .stable { 
      margin: 10px;
      border-collapse: separate;
      border-spacing: 20px;
     }
    .sdiv {
      align-items: center;
      width: 410px;
      height: 140px;
      border: 2px solid #b9b9b9;
    } 
    .ldiv0 {
      margin-top: 5%;
      max-width: 1360px;
      display: grid;
      place-items: center;
      align-content: center;
      
    } 
    .ldiv_main {
      display: box;
     max-width: 1360px;
      
    } 
    .ldiv {
      padding: 20px;
      width:  430px;
      border: 2px solid #b9b9b9;
    } 
   
 
    .sdiv div{
      margin: 10px;
      display: table;
      width: 100%;
      padding: 20px;
      height: 97px;
    }
    .sdiv span{
      display: table-cell;
      vertical-align: middle;
      padding-left: 10px;
      font-weight: 600;
      font-size: 22px;
    }

.scroll-vert {
  overflow-y: scroll;
  height: 82%;   
}
.fileManager {
  margin: 4;
  padding:6;
  width: 300px;
    height: 280px;
    border: 1px solid #A1B6B5;
    border-radius: 4px;
}
.fileManager ul {
  list-style-type: none;
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
  width: 100%;
    height: 200px;
    overflow: auto;
}
.fileManager  li {
  min-height: 24px;
  margin: 4px;
  padding: 2px;
  border: 1px solid #A1B6B5;
  border-radius: 4px;
} 
.current {
  border: rgb(30, 223, 223);
  outline: none;
  padding: 5px 5px;
  margin: 2px ;
  background-color: #f1f1f1;
  cursor: pointer;
}
.active, .current:hover {
  background-color: dimgray;
  color: white;
}
  .goToLink0 {
    position: relative;
  }
  .goToLink0:hover .goToLink {
    display: block;
   }
   .goToLink0 .goToLink{
    display: none;
    left: 17px;
    width: 350px;
    padding: 4px;
    font-size: 12px;
    background: white;
    border: 1px solid rgba(185, 185, 185, 0.75);
    box-sizing: border-box;
   
    z-index: 1;
  }
  .cl_td {
    padding: 8px;
  }
  .cl_td div{
   position: relative; 
   background: white;
   height: 28vh;
   width: 45vh;
   padding: 6px;
   border: 2px solid #b9b9b9;
   overflow: auto;
  }
  .cl_button {
   position: absolute; 
   right:  20px;
   bottom: 20px;
   
  }
  .i_checkbox {
    display: inline-flex;
    cursor: pointer;
    position: relative;
    margin-left: 2px;
  }
  
  .i_checkbox > span {
    color: #484964;
    font-size: 12px;
    padding: 0.3rem 0.2rem;
  }
  
  .i_checkbox > input {
     width: 18px;
     height: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
   
    outline: none;
    transition-duration: 0.3s;
    background: #FFFFFF;
  
  border: 1px solid rgba(185, 185, 185, 0.75);
    cursor: pointer;
  }
  
  .i_checkbox > input:checked {
     background-color: #b3ec4a;
  }
  
  .i_checkbox > input:checked + span::before {
    content: '\2713';
    display: block;
    text-align: center;
    color: white;
    position: absolute;
    left: 0.5rem;
    top: 0.25rem;
  }
  .bigTxt{
    font-weight: 700;
    font-size: 14px;
  }
 
 
    .background0 {
      font-weight: 700;
      
      background: #FFFFFF;
    }
    .background1 {
      background: #f0eaea;
    }
    .background2 {
      background: #ebecf3;
    }
    .background3 {
      background: #d3d3d0;
    }
    .dropbtn:disabled {
      border: 2px solid  #005193; 
      color:darkgrey
      }
      .dropbtn:hover, .dropbtn:focus {
        background-color: #03A4EA;
      }
      
      .dropdown {
        position: relative;
        display: inline-block;
      }
      
      .dropdown-content {
        display: none;
        position: absolute;
       
      
        padding: 2px;
        margin: 3px;
        min-width: 80px;
        overflow: auto;
        box-shadow: 0px 4px 8px 0px #00000033;
        z-index: 1;
      }
      
      .dropdown-content li {
        color: white;
        padding: 4px 4px;
        text-decoration: none;
        display: block;
      }
      
      .dropdown li:hover {
      color: black;
      background-color: #ddd;}
      #h_help {
        display: table-cell; 
        vertical-align: middle;
        width: 29px;
        height: 29px;
         background-image: url("h_help.svg");
      }