﻿/*.details_panel
{
	margin:30px 15px;
}*/

.details_panel .buttons
{
	padding:20px 5px;
	text-align:center;
}

.buttons input
{
	margin-right:10px;
	
}


/*.hug_details
{
	margin:0;
	width:730px;
}*/

@media (min-width: 992px) {
    .hug_details .dd_new_line {
width:60%;
}
}
@media (max-width: 992px) {
    .hug_details .dd_new_line,
    .details_panel .hug_details .dt_new_line {
width:100%;
}
}

.hug_details .dt,
.hug_details .dd,
.hug_details .dd_new_line
{
	float:left;
	margin:0;
	padding:3px 4px;
}

.hug_details .dt,
#enum_div .dt
{
	clear:left;
	width:40%;
	font-weight:bold;
}

.hug_details .dd,
#enum_div .dd_new_line
{
	width:60%;
}


.details_panel .hug_details label
{
	display:inline-block;
	margin-top:3px;
	margin-right:10px;
	vertical-align:top;
}

.details_panel .hug_details input
{
	margin-left:0;
}

/* Linked property */
.hug_details.edit_mode .dd .link_field
{
	display:none;
}

.hug_details .dd .dt,
.hug_details .dd .dd
{
	display:inline-block;
	_display:inline;
	float:none;
	width:auto;
	padding:3px 0 3px 0;
	font-weight:normal;
}
.hug_details .dd .inline .dt,
.hug_details .dd .inline .dd
{
	margin:0 0 0 5px;
	padding:0;
}

.hug_details .dd .dt
{
	padding-top:6px;
	padding-bottom:0;
}
.hug_details .dd .inline .dt
{
	padding:0;
	margin-left:0;
}

/* Paragraph */
.hug_details .paragSeparator
{
	clear:both;
	float:none;
	margin:10px 0 0 0;
	border-top:solid 2px #0072BD;
}

.hug_details .paragSeparator div
{
	float:left;
	padding:3px 4px;
}

.hug_details .paragSeparator .left
{
	width:250px;
	font-weight:bold;
	color:White;
	background-color:#0072BD;
}

.hug_details .paragSeparator .right
{
	font-style:italic;
}

.hug_details .separator
{
	clear:both;
	float:none;
	padding:3px 4px;
	border-top:solid 1px #cccccc;
	font-weight:bold;
}
.hug_details .separatorNoBorder {
	clear: both;
	float: none;
	padding: 3px 4px;

	font-weight: bold;
}

.hug_details .labelWide
{
	clear:both;
	float:none;
	padding:3px 4px;
	font-weight:bold;
}

.hug_details .firstTest
{
	display:block !important;
}

.questionnaireTitle
{
	text-align:center;
	font-size:20px;
	margin-bottom:20px;
}

.small-white-box {
	width: 90px; 
	height: 20px;
	background-color: white; 
	color: #000; 
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 1px;
	font-size: 11px;

}

.small-white-box:focus {
	border-color: #007bff;
	outline: none; 
	box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); /* Add a subtle glow */
}

.datepicker-container {
	position: absolute;
	top: 100%;
	left:40%;
	z-index: 1000;
}

.field-container {
	position: relative; 
	display: inline-block;
	width: 100%;
}