@import "./ticket.css";

.atolMain{
  margin-top: 20px;
}

.atolFooter{
    position:absolute;
    bottom: 0px;
    padding-left: auto;
    padding-right:auto;
    padding-bottom: 12px;
    padding-top:12px;
    width: 100%;
}



a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
  }
  
  html {
    font-size: 14px;
  }
  @media (min-width: 768px) {
    html {
      font-size: 16px;
    }
  }
  
  .box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
  }
  
  .loginForm{
    margin-left: auto;
    margin-right: auto;
  }

  .formField{
    width: 100% !important;
    margin-bottom: 10px!important;
  }

  .dashGrid{
    height: 75vh!important;
  }

  .mmGrid{
    height: 75vh!important;
  }

  .adminGrid{
    height: 68vh!important;
  }

  .toolbarField{
    width:300px!important;
  }

  div:has(div.expand){
    /* z-index: 10000!important; */
  }

  .expand{
    @media only screen and (max-width: 600px){
      width: 100vw !important;
      height: 100vh !important;
    }
    @media only screen and (min-width: 600px){
      width: 100vw !important;
      height: 100vh !important;
    }
    @media only screen and (min-width: 992px){
      width: 75vw !important;
      height: 100vh !important;
    }
    @media only screen and (min-width: 1286px){
      width: 50vw !important;
      height: 100vh !important;
    }
  }

  .expandMax{
    width: 100vw !important;
    height: 100vh !important;
  }

 
  .expand .offcanvas-body{
    overflow:hidden;
  }

  .expand-panel{
    position:absolute;
    height: 65vh!important;
    top: 0!important;
    bottom: 0 !important;
    margin-top: 275px;
    margin-bottom: 50px!important;
  }

  .expand-panel-content{
    padding-bottom: 100px;
    overflow-y: scroll!important;
  }
  .expand-panel .k-animation-container{
    
    width: 100%!important;
  }

  .k-tabstrip .k-tabstrip-content .k-animation-container{
    width:100%!important;
  }

  .notificationList .k-window-titlebar{
    display: none!important;
  }

  .notificationList .k-window-content{
    padding: 0 !important;
  }

  a.whitelink:link{
    color:#ffffff;
  }

  a.whitelink:visited{
    color:#ffffff;
  }

  
  .loader-container{
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #eee;
  }

  .loader-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .noteImage{
    flex-direction: column;
    flex: content;
    flex-grow: 1;
    min-height: 500px;
    height:80vh;
  }

  .notesList{
    flex-direction: column;
    flex: content;
    flex-grow: 1;
    height: 70dvh!important;
  }

  .a9s-popup{
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 8px;
    min-height: 50px;
    outline: none;
    padding: 0.5rem;
    position: absolute;
    width: 300px;
    box-shadow:
      0 5px 53px rgba(0,0,0,0.7),
      inset 0 1px 1px rgba(255,255,255,0.25);
  }

  .a9s-popup textarea {
    border: 1px solid #555;
    background-color: #ffffff;
    color:#000000;
    font-family: Verdana,Arial;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    outline: none;
    padding: 5px;
    resize: none;
    width: 100%;
  }

  .noProof{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .submitProgress{
    margin-top:10px;
    margin-bottom: 10px;
    border: #000000 solid thin;
    padding: 10px;
  }

  .k-upload .k-actions{
    display: none;
  }

  #submitform{
    overflow: hidden;
  }

  .navBadge{
    z-index: 1040!important;
  }

  .loaderWindow{
    display: flex!important;
    justify-content: center!important;
  }

  .k-switch{
    width: 75px!important;
  }
  .k-switch-label-off, .k-switch-label-on {
    display: inline!important;
    width: calc(100% - 2em - 12px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-shadow: none;
    line-height: 2em;
    overflow: hidden;
  }
  .k-switch-label-on {
    color: #FFF;
    text-align: left;
    left: 8px;
  }
  .k-switch-label-off {
    color: #333;
    text-align: right;
    right: 8px;
  }

  .watermark{
    width:75%;
    position:absolute;
    top:0;
    left:0;
    z-index:999;
    opacity:0.5;
}