

/***** 
    Styles for the Multi-Numeric With Controls question theme
    Copyright (C) 2023 - Tony Partner, sondages.pro (https://www.sondages.pro/), Incidence (https://incidence.be/)
    Licensed MIT, GPL
    Version - 1.0
    Create date - 2023-12-13
    Last Edit - 2023-12-13
*****/

.mnwc-list {
	position: relative;
	height: auto;
}

@media only screen and (min-width: 768px) and (max-width: 960px) {

	.mnwc-list input.form-control.numeric {
		min-width: 40px;
	}
}

.mnwc-dynamic-item {
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	margin: 0 0 10px 0;
	z-index: 1025;
	background-color: #FFFFFF;
}

.mnwc-dynamic-item .control-label {
	text-align: right;
	clear: both;
}

.mnwc-dynamic-item .control-label.mnwc-total,
.mnwc-dynamic-item .ls-input-group.mnwc-total {
	/*border-bottom: 1px solid #CCCCCC;*/
}

.mnwc-dynamic-item .ls-input-group {
	padding: 0.42rem 52px 0 0.75rem;
	text-align: right;
}

.mnwc-dynamic-item .form-control-static {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	min-height: inherit;
}

.mnwc-dynamic-item .mnwc-visible-xs.mnwc-label-text {
	padding-right: 0.5em;
}

@media only screen and (min-width: 768px) {

	.mnwc-dynamic-item .mnwc-visible-xs.mnwc-label-text {
		display: none !important;
	}
}

.mnwc-dynamic-spacer {
	clear: both;
}

.mnwc-item input.form-control {
	height: auto;
}



