﻿.unset_color{
	    color: UNSET;
}
ui-selectmenu-button.ui-button {
    width: max-content;
}
.nt-form-value {
    flex-grow: unset;
}
.darkcomment{
	color: inherit;
}
.nt-site-footer{
	font-size: 10px;
    font-weight: normal;
    color: #888;
	padding: 4px;
    border-collapse: collapse;
    /**position: fixed;
    bottom: 0px;**/
    left: 0px;
    text-align: left;
}
.nt-body-div {
	height:unset;
}
.child_div_1{
	display: inline-block;
}

.child_div_2{
	display: inline-block;
}
.child_div_3{
	display: inline-block;
	text-align: center;
    width: 75%;
}
.SigUpdateSavebtn{
  background-color: green; /* blue */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;	
  background-image: none;
  width: 90vw;
  min-width: 500px;
  font-size: 1.5em !important;
}
.SigUpdateCancelbtn{
  background-color: red;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;	
  background-image: none;
  width: 90vw;
  min-width: 500px;
  font-size: 1.5em !important;
}
.SigUpdateDiv{
	width: 100vw;
}
@media (max-width:1024px) {
	.nt-prompt {
        text-align: left;
    }
}
.bpm-autocomplete-off{
	autocomplete:"off"
}
button.ui-datepicker-current { display: none; }