/* Jquery UI overrides */
.ui-dialog .ui-dialog-titlebar { 
    padding: 0em 0em 0em 0em !important;
    position: relative;
    background: url(im/wtab-h17.png) 10px 50% no-repeat;
    height:20px;

}

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: 4px 4px 4px 4px !important;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 4px 4px !important;
	border-top: 0;
	overflow: auto;
}
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 10px !important;
    z-index:111 !important;
}
/* Former Dattable CSS*/
table.wt {
    width: 100%;
    padding:0;
    /* border-collapse: collapse;*/
    /*border: 1px solid grey;
    border-spacing: 1px;*/
    text-align: center;
    font-weight: bold;
}
table.wt tbody tr.selected {
  background-color: #B0BED9;
}
table.wt tbody tr:hover {
  background-color: #e6e6e6;
}
table.wt tbody tr:hover.selected {
  background-color: #aab7d1;
}
table.wt tr:nth-child(even) {
    background-color: #f2f2f2;
}
/* Jquery additions */
.no-close .ui-dialog-titlebar-close {
        display:none;
}
br { 
clear: left;
} 
div.login {
    align-content: left;
    font-size: 16px
}
.login.img {
    align-content: center;
} 
/* Label */  
.login-label { 
    width:25%; */
    padding-left:0px; 
    margin: 5px; 
    float: left; 
    text-align: left;
}  
.login-input { 
    margin: 0px;
    padding: 0px;
    float: left;
    border: 1px solid #cdcdcd;
    background-color: white;
    -moz-border-radius: 2px;
}
.login-submit { 
    margin: 5px;
    padding: 5px;
    float: left;
    /* width: 50px; */
    background-color: white;
}

/* Dropdown Button */
 .dropbtn {
  background-color: #b4b4b4;
/*  color: white;
  padding: 8px 4px;
  font-size: 10px;
  border: none;
  */
  width:40px;
  border-radius: 6px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  /* min-width: 160px; */
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 999;
  border-radius: 6px;
}
/* Links inside the dropdown */
.dropdown-content li {
  color: black;
  padding: 2px 4px;
  text-decoration: none;
  display: block;
  border-radius: 6px;
}

/* Change color of dropdown links on hover */
.dropdown-content li:hover {
    background-color: #ddd;
    z-index: 1000;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #b4b4b4;}

.hide{
    display:none;
}
.show{
    display:block!important;
}
.top {
  width: 100%;
  min-height:5%;
}
.head {
    display: flex;
    margin:0;
}
.center {
  padding:8px;
  width: 80%;
  text-align:center;
  margin:0;
}
.wtImg{
  padding:8px;
  object-fit:contain;
  width: 10%;
}
.tblMiddle {
  height:80%;
  margin:0px;  
}
.footer {
  position: fixed;
  bottom: 32px; 
  width: 100%;
  display: flex;
  height:10%;
  margin:0px;
  /*display: grid;
  grid-template-columns: auto auto auto;  */
}
.divleft {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 35%;
  margin-left:16px;
  object-fit:contain;
}
.divcenter {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 30%;
  object-fit:contain;
}
.divright {
  display: flex;
  flex-direction: row-reverse;
  width: 35%;
  align-items: center;
  object-fit:contain;
  margin-right:16px;
}
.bottomleft {
  height:100%;
  /*width:100%; */
  object-fit:contain;
}
.bottomcenter {
  height:100%;
  width:100%;
  object-fit:contain;
  align-items: center;
}
.bottomright {
  height:100%;
  width: 60%;
  object-fit:contain;
}
.container {
    display:grid;
    height:100%;
}

    </style> 
@media print {
    #resTblCLContainer { 
        page-break-before: always;
    }
    table thead tr th{
        /*padding:0;
        border: 2px #777; */
        background: #e6e6e6 !important;
        color: black !important;
    }
}