
/*.md-outline.select-wrapper+label {
top: .5em !important;
z-index: 2 !important;
}
.select-dropdown {
    top: 0 !important;
}*/
/*.tableFixHead          {   }
.tableFixHead thead { position: sticky; z-index: 100;}
/*.tableFixHead thead th { position: sticky; top: 0; }
.tableFixHead tbody    { overflow-y: auto; margin-top: 100px; height: 50vh; max-height: 50px; position: all;}*/
/*

.tblFixedTbody {
    display:block;
    height:50vh;
    overflow:auto;
}
.tblFixedThead, .tblFixedTbody > tr {
    display:table;
    width:100%;
    table-layout:fixed;
}
.tblFixedThead {
    width: calc( 100% - 1em )
}

*/

.select-wrapper input.select-dropdown {
	margin: 0 0 0 0;
	width: 100%;
}

/*--------for login page password icon-------------*/
.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -30px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
/*-------- end for login page password icon-------------*/


html {
    user-select: none;
}

