div.NCS.parent {
	position: absolute;
	z-index: 1000;
	background: white;
	border: 1px solid #575b5c;
	border-radius: 0px 0px 5px 5px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	padding: 10px;
	text-align: center;
	overflow: hidden;
	min-width: 280px;
	margin-top: 50px !important;
	font-family: Roboto;
	font-size: 16px;
	width: 100%;
	/* max-width: 400px; */
}
div.NCS.category {
	display: flex;
	padding: 10px;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	float: left;
}

div.NCS.room {
    height: 5px;
}

div.NCS.display {
    overflow: hidden;
    background: transparent;
    z-index: 999;
    position: absolute;
    border-radius: 5px;
    padding: 5px 2.5px;
    box-sizing: border-box;
    align-items: center;
    display: none;
}

div.NCS.inlinedisplay {
    height: 100%;
    width: 10000px;
}

div.NCS.displayelement:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

div.NCS.displayelement {
    display: inline-block;
    color: black;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    margin: 0;
    box-sizing: border-box;
    line-height: 100%;
    height: 100%;
    border-radius: 2.5px;
}

/*a.NCS.close, a.NCS.Cancel {
    opacity: 1;
    text-align: right;
    font-size: 14px;
    margin: 5px;
    text-decoration: none;
    font-weight: bold;
}*/

.NCS.action{
    text-align: right;
}

div.NCS.value {
    font-size: 16px;
    float: left;
}

span.NCS.name{
    margin: 0;
    font-size: 18px;
}

div.NCS.subname{
    font-size: 14px;
}
div.NCS.text {
	clear: both;
	display: inline-block;
	width: 50%;
	float: left;
	/* background-color: red; */
	text-align: left;
}
.NCS.action {
	width: 100%;
	float: left;
	/* background-color: green; */
}

div.NCS.name, div.NCS.value {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    color: #272727;
}
a.NCS.close {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	width: 70px !important;
	background-color: #575b5c;
	text-align: center;
	color: white;
	height: 32px;
	border-radius: 10px;
	line-height: 32px;
	display: inline-block;
	text-shadow: 0 0px !important;
	opacity: 1 !important;
	font-size: 16px !important;
	text-decoration: none !important;
}
a.NCS.Cancel {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	width: 70px !important;
	background-color: #575b5c;
	text-align: center;
	color: white;
	height: 32px;
	border-radius: 10px;
	line-height: 32px;
	display: inline-block;
	font-size: 16px !important;
	text-decoration: none !important;
}
a.NCS.Cancel:hover {
	background-color: #baa085;
}a.NCS.close:hover {
	background-color: #baa085;
}
.cancel {
	width: 50%;
	float: left;
	text-align: left;
}
.save {
	width: 50%;
	float: right;
	text-align: right;
}

div.NCS.buttons {
	/* width: 150px; */
	width: 50%;
	float: right;
	/* text-align: right; */
	right: 0;
	padding-top: 2%;
	padding-bottom: 2%;
	left: 50px;
}

a.NCS.button {
	background: white;
	color: #575b5c;
	border: 2px solid #575b5c;
	text-decoration: none;
	width: 34px;
	height: 35px;
	display: inline-block;
	/* text-align: right; */
	border-radius: 50%;
	box-sizing: border-box;
	line-height: 32px;
}

a.NCS.button:hover{
/*    color: rgb(34, 34, 34);
    border-color: rgb(34, 34, 34);*/
	background-color: #baa085;
	color: white;
	border: 2px solid #575b5c;
}

a.NCS.button.inactive {
    background: white;
    color: rgb(235, 235, 235);
    border: 1px solid rgb(235, 235, 235);
}

.NCS.value{
    margin: 0 10px;
}




