@CHARSET "ISO-8859-1";
.lotdetail-wrapper { height: 300px; overflow: auto; }


.button-hidden{
	visibility:hidden
}

.mytableBodyScroll tbody,.mytableBodyScroll th,.mytableBodyScroll td {
 	border: 1px solid black;
    border-collapse: collapse;
}
.mytableBodyScroll tbody {
	display:block;
	max-height:300px;
	overflow-y:scroll;
}


.mytableBodyScroll thead {
	display:table;
	width:100%;
	table-layout:fixed;
	padding-right: 50px;
}

.mytableBodyScroll th {
	padding-right: 300px;
	background-color: #fde9d9;
}
	


.mytableBodyScroll tbody tr {
	display:table;
	width:100%;
	table-layout:fixed;
}



table.scroll {
     width: 100%;
    /* border-collapse: collapse; */
    //border-spacing: 0;
    //border: 2px solid black;
}

table.scroll tbody,
table.scroll thead { display: block; }

table.scroll thead tr th { 
    height: 30px;
    line-height: 30px;   
}

table.scroll tbody {
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

table.scroll tbody { border-top: 2px solid black; }

table.scroll tbody td,table.scroll thead th {
    /* width: 20%; */ /* Optional */
    //border-right: 1px solid black;
    /* white-space: nowrap; */
}

table.scroll tbody td:last-child,table.scroll thead th:last-child {
    border-right: none;
}



/*
table.scroll1 {
	
	width: 100%
}

table.scroll1 thead, table.scroll1 tbody, table.scroll1 tbody tr , table.scroll1 tbody tr td, table.scroll1 thead th{
	display: block;
}

table.scroll1 tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

table.scroll1 thead th {
    height: 30px; 
}

table.scroll1 tbody {
    height: 400px;
    overflow-y: auto;
}

table.scroll1 tbody td, table.scroll1 thead th {
    width: 19.2%;
    float: left;
}
*/

/*
Force table width to 100%
*/
 table.table-fixedheader {
    width: 100%;   
}
/*
Set table elements to block mode.  (Normally they are inline).
This allows a responsive table, such as one where columns can be stacked
if the display is narrow.
*/
 table.table-fixedheader, table.table-fixedheader>thead, table.table-fixedheader>tbody, table.table-fixedheader>thead>tr, table.table-fixedheader>tbody>tr, table.table-fixedheader>thead>tr>th, table.table-fixedheader>tbody>td {
    display: block;
}
table.table-fixedheader>thead>tr:after, table.table-fixedheader>tbody>tr:after {
    content:' ';
    display: block;
    visibility: hidden;
    clear: both;
}
/*
When scrolling the table, actually it is only the tbody portion of the
table that scrolls (not the entire table: we want the thead to remain
fixed).  We must specify an explicit height for the tbody.  We include
100px as a default, but it can be overridden elsewhere.

Also, we force the scrollbar to always be displayed so that the usable
width for the table contents doesn't change (such as becoming narrower
when a scrollbar is visible and wider when it is not).
*/
 table.table-fixedheader>tbody {
    overflow-y: scroll;
    height: 100px;
    
}
/*
We really don't want to scroll the thead contents, but we want to force
a scrollbar to be displayed anyway so that the usable width of the thead
will exactly match the tbody.
*/
 table.table-fixedheader>thead {
    overflow-y: scroll;    
}
/*
For browsers that support it (webkit), we set the background color of
the unneeded scrollbar in the thead to make it invisible.  (Setting
visiblity: hidden defeats the purpose, as this alters the usable width
of the thead.)
*/
 table.table-fixedheader>thead::-webkit-scrollbar {
    background-color: inherit;
}


table.table-fixedheader>thead>tr>th:after, table.table-fixedheader>tbody>tr>td:after {
    content:' ';
    display: table-cell;
    visibility: hidden;
    clear: both;
}

/*
We want to set <th> and <td> elements to float left.
We also must explicitly set the width for each column (both for the <th>
and the <td>).  We set to 20% here a default placeholder, but it can be
overridden elsewhere.
*/

table.table-fixedheader>thead tr th, table.table-fixedheader>tbody tr td {
    float: left;    
    word-wrap:break-word;     
}

.top-buffer { margin-top:20px; }

.error-red{
	color:red
}

#general-info-collapse{
	/*background-color: lightgreen;*/
}

.my-buttonbar {
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
}


div.dt-buttons {
    float: right;
}


.checkbox-inline {
    display: inline-block;
    width: 15px;
    height: 15px;
}

.fa-exclamation-circle {
  color: red;
}


a.disabled {
   pointer-events: none;
   cursor: default;
}


th.rotate {
  /* Something you can count on */
  height: 250px;
  white-space: nowrap;
}

th.rotate > div {
  transform: 
    /* Magic Numbers */
    translate(25px, 51px)
    /* 45 is really 360 - 45 */
    rotate(315deg);
  width: 30px;
}
th.rotate > div > span {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
}

.no-label-alignment
{
    margin-top:25px;
}

input[readonly]{
  background-color:transparent;
  border: 0;
  font-size: 1em;
}
