html, body{
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal {
    display:    block;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 0, 0, 0, 0 ) 
                url('../resources/ajax-loader_mid.gif')
				50% 50% 
                no-repeat;
}


div#mainDIV {
	height: 100%;
	width: 100%;
}

div#headerDIV {
	height:10%;
	width: 100%;
	background-color:#ffffff;
}


div#contentDIVLogin {
	height: 85%;
	width: 100%;
	background-color: white;
	float: left;
}

div#contentDIV {
	height: 80%;
	width: 100%;
	background-color: white;
}

div#footerDIV {
	height: 1%;
	width: 100%;
	/*padding-top: 4px;*/
	background-color: white;
	text-align: center;
	float: left;
}

div.footerLabel {
	font-size: 10px;
	font-family: sans-serif;
	text-align: center;
}

label.top-spacing {
	padding-top: 6px;	
}

.vAndVText {
	height: 20px;
	width: 200px;	
}

.tooltip1 {
	position: relative;
	display: inline-block;
}

.tooltip1 .tooltiptext1 {
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
	top: -15px;
	left: 105%;
}

.tooltip1:hover .tooltiptext1 {
	visibility: visible;
}

.paddingtd {
	padding: 5px 5px 5px 5px;
}

.tblCss{
	border-collapse: collapse;
}
	
.threadRow {
	width: 100px; 
	height: 20px; 
	border-top: 1px solid black; 
	border-left: 1px solid black; 
	border-right: 1px solid black; 
	background-color: yellow;
}
.colorRow{
	width: 100px; 
	height: 50px; 
	border: 1px solid black; 
	font-size: large;
	font-weight: bolder;
	cursor: pointer;
}
.threadRowBig {
	width: 300px; 
	border-top: 1px solid black; 
	border-left: 1px solid black; 
	border-right: 1px solid black; 
	background-color: yellow;
	font-size: 30px; 
}
.colorRowBig{
	width: 300px; 
	border: 1px solid black; 
	cursor: pointer;
	font-size: 80px; 
}
.serialNoRowBig{
	width: 300px; 
	border-bottom: 1px solid black; 
	border-left: 1px solid black; 
	border-right: 1px solid black;
	font-size: 30px; 
}
.BLUE{
	color: white;
	background-color: #2545F8;
}
.LIME{
	background-color: #44FA13;
}
.YELLOW{
	background-color: yellow;
}
.ORANGE{
	background-color: orange;
}
.RED{
	background-color: red;
}
.GRAY{
	background-color: gray;
}
.BLACK{
	color: white;
	background-color: black;
}
.serialNoRow{
	width: 100px; 
	height: 20px; 
	border-bottom: 1px solid black; 
	border-left: 1px solid black; 
	border-right: 1px solid black; 
}
.spaceBox{
	width: 100px; 
	height: 20px; 
}	
.legendBox {
	width: 30px; 
	height: 30px; 
	border: 1px solid black; 
}

.container {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-content: flex-start;
}

.container .item {
	margin-left: 0px;
	margin-right: 50px;
	margin-top: 30px;
}

.container .item .caption {
    display: block;
    padding-top: 7px;
    width: 100px;
    text-align: center;
}	

.container .item .menu {
    width: 300px;
    height: 70px;
}

.control-static {
	width:  100px;
}
.control-static-2 {
	width:  210px;
}
.control-value {
	color:  blue;
}
.control-space {
	padding-left:  100px;
}

.control-space-30 {
	padding-left:  30px;
}

.input-common-attr {
	height: 30px; 
	border-radius: 5px;
}

.bootbox-on-top {
    z-index: 1051 !important; /* Adjust the value as needed */
}

