html,body{
    height:100%;
  }
  body{
      margin: 0 0 0 0;
      padding: 0 0 0 0;    
      font-family: Arial, Helvetica, sans-serif;        
      background-color: #EAEAEA;
      -ms-overflow-style: none;  /* Internet Explorer 10+ */
      scrollbar-width: none;  /* Firefox */
  }
  
  body::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
    width:0 !important;
  } 
  .touchDevice{ 
    cursor:pointer  !important;
  }
  #headerRow{
    width: 100%;
  }
  mat-dialog-container {
      position: relative;
      left: 130%;
      top: -450px;
      background-color: white;
      z-index: 100000;
    }
  
  .table-striped>tbody>tr:nth-child(odd)>td, 
  .table-striped>tbody>tr:nth-child(odd)>th {
     background-color: white;   
   }
  
   .dialog .mat-dialog-container {
      max-width: 600px !important;  
      position: relative !important;
      left:0%;
      top:15%;  
    }
    .mat-dialog-container {
      position: relative !important;
      left:0%;
      top:15%;  
    }
    .positive{
      background-color: #5BBD72!important;
      color: #FFF;
      min-width: 88px;
      min-height: 40px;
      cursor:pointer;
      font-size: 13pt;
      font-size: bold;
      border-radius: 4px;
      border:0px;
    }
    .black{
      background-color: #5C6166;
      color: #FFF;
      min-width: 88px;
      min-height: 40px;
      cursor:pointer;
      font-size: 13pt;
      font-size: bold;
      border-radius: 4px;
      border:0px;
    }
    .ajs-dialog{
      min-width: 200px !important;    
      text-align: center !important;
    }
    @media only screen and (max-width: 568px){
      .ajs-dialog{      
        max-width: 100% !important;      
      }
    }  
    @media only screen and (max-width: 550px){
      
      .ajs-close{
          display:none !important;
      }
      .ajs-buttons{
          text-align: center !important;
      }
      .ajs-content{
          text-align: center !important;
      }
   }  
   #header{        
    margin:0px !important;    
    height: 75px; 

    background: #FFFFFF;
    border-bottom: 1px solid #CDCDCD;
    font-size: 20px;
    color: #6E6E6E;
    z-index: 999;
}
#emptyCol{
    background: #428BCA;
    border: 0 solid #CDCDCD; 
    width:230px !important;
    z-index:999;   
}
#menuBtn{
    text-align: center;
    width:80px;
    font-size:20pt;
    line-height: 75px;
    z-index:999;
    border-right:1px solid #CDCDCD;
}
#menuBtn span:hover{
    cursor:pointer;    

}
#menuWrapper{  
    z-index:999;  
    position: fixed;
    top:75px;
    bottom:0px;
    float:none;
    display:block;
    width:0px;
}
.wrapper{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
}
.main{
    padding-top:75px;
}
#mainContainer{    
    height:100%;
    overflow-y: scroll; 
    padding:30px 20px 20px 60px;    
}
.menuOut{
    margin-left:215px;
}
.menuIn{
    margin-left:50px;
}
.noMenu{
    margin-left:0;
}
#title{
    display: inline-block;
    line-height: 75px;        
    width: 75px;    
    z-index: 999;
}
#title h2{
    line-height: 75px;
    margin: 0;
    font-size: 20pt;
}
.info{
    padding: 0px 10px 0px 10px;
}

/* .row{
    width:100%;
    height: 100%;
} */
#main{
    min-width:100%;
}
#loginButton{    
    font-size: 40pt;
    line-height: 75px;
    color: #428BCA;
}
#loginButton:hover{
    cursor:pointer;    
    color:#57A0DF;
}
#loginButtonParent{
    text-align: right;
    z-index: 999;
    max-width: 70px;
}
#logoutDialog ul{
    list-style: none;
    padding-left: 5px;
    font-size: 14pt;
    display: inline-block;
    width: 100%;
    margin: 0;
}
#logoutDialog ul li {
    border-bottom: 1px solid #CDCDCD;
}
#logoutDialog ul li:hover {
    color:#428BCA;
    border-bottom: 1px solid #428BCA;
    cursor:pointer;
}
#logoutDialog {
    width: 150px;    
    position: absolute;
    z-index: 1000;    
    background: white;
    top: 74px;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #CDCDCD;
    right: 30px;
    color:#6E6E6E;
    box-shadow:#6E6E6E 4px 4px 5px;
}
#arrow{
    transform: rotate(45deg);
    background: white;
    position: absolute;
    width: 15px;
    height: 15px;    
    right: 17px;
    bottom: 32px;
    border-left: 1px solid #CDCDCD;
    border-top: 1px solid #CDCDCD;
}
#infoDialog{
    display: none;
}
toaster-container{
    font-size:12pt;
}
.mobileScreen{
    display: none;
  }
#statusBar{
    width: 30px;
    height: 30px;
    background: #6E6E6E;
    border-radius: 100%;
    margin: 0 auto;    
    display: inline-table;
    vertical-align: middle;
}
.btn-primary{  
    background: #428BCA !important;    
}
.btn-secondary{
    background: #6E6E6E;
}

@media only screen and (max-width: 1040px){    
    .loggedOut{
        left:213px !important;
    }       
}
@media only screen and (max-width: 760px){    
      /*.mainScreen{
        display:none;   
    }*/    
    /*#menuWrapper{
        display: none;
    }*/
    #emptyCol{
        display:none;
    }
    #menuBtn{
        padding-left:15px;
    }
    #mainContainer{
        margin-left:0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }          
}
@media only screen and (max-width: 600px){    
    #title h2{
        font-size: 14pt;
    }
}
@media only screen and (max-width: 400px){    
    #title h2{
        font-size: 12pt;
    }
}
#menuWrapper{
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
} 
#menuWrapper::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
    width:0 !important;
}


#menu{        
    height: 100%;
    width:100%;
    position: relative;    
    background: #34323A;    
    z-index: 998;    
    border-right:1px solid #1D1C1C;    
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox  */
}
#menu::-webkit-scrollbar{
    display: none;  /* Safari and Chrome */
    width:0 !important;
}

#mainMenu{
    position: relative;
    overflow: scroll;
    width: auto;
    height: 100%;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox  */
    overflow-x:hidden !important;
}
#mainMenu::-webkit-scrollbar{
    display: none;  /* Safari and Chrome */
    width:0 !important;
} 
.menuOpened{
    width: 215px !important;
}
.menuClosed{
    width: 50px !important;
}
.hideText{
    visibility: hidden;
}
.showText{
    visibility: visible;
}
.iconPaddingOpened{
    padding-left:15px;
    padding-right:15px;
}
.iconPaddingClosed{
    padding-left:8px;
    padding-right:8px;
}

/*.menuItem_{
    margin:0px 20px 0px 20px;    

}*/
.menuItem_{    
    background: #28262C;
    border-bottom: 1px solid #606060;
    font-size: 16pt !important;
    color: #6E6E6E !important;
    letter-spacing: 0.7px;
    text-align: left;
    height:50px; 
    display: flex;
    align-items: center;
    
    
}
#icon{
    width:20%;

}
.menuText{
    width:80%;
}
.itemSelected{
    color:white !important;
}
.menuItem_:hover{
    color:#2DADED !important;
    cursor:pointer;
}
.fa-spinner{
    font-size: 10pt;
}
.mobile{
    display:none;
}

#dropdown{    
    background-color: white;
    padding: 5px 15px 5px 9px;
    border-radius: 5px;
    display: none;
    position: absolute;
    width:200px;
    z-index: 999;
}
.showMenu{
    display: block !important;
}
#ddButton{
    margin-bottom:3px;
    padding-left: 5px;
}
.ddButtonClick{
    border-bottom: 3px solid #2DADED;       
    color:#2DADED !important;
    cursor:pointer;
    margin-bottom:0px !important;

}
.mobileItem{
    border-bottom: 2px solid #2DADED;
}
.mobileItem:hover{    
    color:#2DADED !important;
    cursor:pointer;
}

@media only screen and (max-width: 760px){      
  .menuClosed{
      display: none;
  }
}
.ui-dialog { z-index: 1000 !important ;}


   
