@CHARSET "UTF-8";



/*********** Form general style ***************/

#input-group-wrapper {
	background: #464646;
	max-width:1000px !important;
	margin-bottom:-12px;
	border-top:3px solid #E2E2E0;
}

.emq-input {
	font-size:13px;
	height:30px;
	border:none;
	border-bottom:1px solid #565656;
	background:none;
	color:#B4B4B4;
	border-radius:0;
	font-family:'Open Sans';
	width:100%;
	padding: 8px 5px 0 5px;
	margin: 1px 0 0 0;
}

.emq-input:hover, .emq-input:focus {
	border-bottom:1px solid #666;
}

.emq-input-wrapper {
	position: relative;
	margin:0 22px 0 12px;
}

.answer-list-id{
	width:20px;
}

.answer-list-separator{
	width:10px;
}
.emq-button {
	width:134px;
	height:28px;
	padding: 4px 0 6px 0;
	margin:13px 0 13px 13px;
	font-size:11px;
	font-family:'Montserrat';
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
	color: #fff;
	border:1px solid #F4982D;
	cursor: pointer;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	background-color: #F4982D;
	
}
.emq-button:hover {
	background-color:#ea8918;
}

.emq-other-wrapper{
	padding: 4px 0 6px 0;
	margin:13px 0 13px 13px;
	font-size:11px;
	font-family:'Montserrat';
	font-weight:700;
	text-transform:uppercase;
	color: #fff;
}

.emq-form-cancel {
	float:right;
	margin:20px 15px 0 0;
	width:25px;
	height:25px;
	cursor: pointer;
	z-index:4;
	background: url(images/close-icon.png) no-repeat center center;
}
/* Retina display #contact-submit */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.emq-form-cancel { background-size: 10px 10px; background: url(images/close-icon@2x.png) no-repeat center center; }
}

.displayed-question-actions{
	float: right;
}

.displayed-question-answers{
	min-height: 130px;
}

.ball {
  display: block;
  margin: 0;
  height: 18px;
  width: 18px;
}

.stage {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-top: 0;
  -webkit-perspective: 72px;
  -moz-perspective: 72px;
  -ms-perspective: 72px;
  -o-perspective: 72px;
  perspective: 72px;
  -webkit-perspective-origin: 50% 50%;
  -moz-perspective-origin: 50% 50%;
  -ms-perspective-origin: 50% 50%;
  -o-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  float: left
}

.toggleclosed-label{
	height: 18px; 
	line-height: 18px; 
	margin-left: 30px;
}

.active-question{
	background:#72c85b;
}

.semiactive-question{
	background:#ffed24;
}

.inactive-question{
	background: #E91722;
}

.my-box-closed {
	padding:7px 12px 8px 12px;
	margin:0 5px 5px 5px;
	background-color:rgba(0, 0, 0, .10);
}
/* Lets give the default closed toggle box a different depth of shade */
.togglebox .my-box-closed {
	background-color:rgba(0, 0, 0, .03);
}


.my-box-closed a {
	text-decoration:underline;
}
.my-boxclosedtoggle {
	padding:9px 10px 7px 9px;
	margin:1px 3px 1px 3px;
	cursor:pointer;
	font-weight:bold;
}
.my-toggleclosed-button {
	margin: 7px 5px 0 5px;
	width:27px;
	height:27px;
	float:right;
	background: url(images/toggle.png) no-repeat center 6px;
	cursor:pointer;
}
/* Retina display .my-toggleclosed-button  */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.my-toggleclosed-button {
background-size: 8px 12px !important; background: url(images/toggle@2x.png) no-repeat center 7px;
}
}




.managing-actions{
	border-collapse: collapse;
	float:right;
}

.managing-actions,.managing-actions th,.managing-actions td{
	cursor: pointer;
	font-weight: bold;
	text-align: center;
}

.managing-action-icon{
	width:60px;
	height:45px;
}
.activate{
	background-image: url(images/lamp.png);
	background-size: cover;
}
.deactivate{
	background-image: url(images/bar-lamp.png);
	background-size: cover;
}
.modify{
	background-image: url(images/mod.png);
	background-size: cover;
}
.delete{
	background-image: url(images/delete.png);
	background-size: cover;
}
.charts{
	background-image: url(images/charts.png);
	background-size: cover;
}

.export{
	background-image: url(images/export.png);
	background-size: cover;
}

.managing-action-label{
	height: 15px;
	width:60px;
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
	color: #f4982d;
	
}

.id-label{
	font-size:13px;
	height:30px;
	border:none;
	border-bottom:1px solid #565656;
	background:none;
	color:#B4B4B4;
	border-radius:0;
	font-family:'Open Sans';
	width: 300px;
	padding: 8px 5px 0 5px;
	margin-left: 50px;
	display:none;
	float:right;
}

.id-label:hover, .id-label:focus {
	border-bottom:1px solid #666;
}


/*-------------------------------
*	Default dropdown styles
--------------------------------*/

.tzSelect{
	
	/* This is the container of the new select element */
	
	height:30px;
	display:inline-block;
	min-width:50px;
	position:relative;
	margin:5px;
}

.tzSelect .selectBox{
	position:absolute;
	height:100%;
	width:100%;
	
	/* Font settings */
	
	font:13px/34px 'Montserrat';
	text-align:center;
	color:#ffffff;

	/* Using CSS3 multiple backgrounds and a fallback */
	
	background-color: #F4982C;
	cursor:pointer;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
.tzSelect .selectBox:before{
	content:"\25bc";
	float: right;
	margin-right: 10px;
}

.tzSelect .selectBox:hover,
.tzSelect .selectBox.expanded{
	color: #FFFFFF;
	background-color: #F4982C;
	background-position: bottom;
}

.tzSelect .dropDown , .select-answer  .dropDown{
	font:13px/34px 'Montserrat';
	text-align:center;
	color: #FFFFFF;
	position:absolute;
	top:30px;
	left:0;
	width:100%;
	list-style:none;
	z-index:1000;
}

.tzSelect li, .select-answer li{
	background-color:#F4982C;
	cursor:pointer;
	padding:4px;
	text-align:center;
	margin:0 !important;
	position: relative;
}

.tzSelect li:hover, .select-answer li:hover{
	background-color: #f9ac52;
}

/*-----------------------------------------------------
*	Front End Style for select
------------------------------------------------------*/

.select-answer{
	
	/* This is the container of the new select element */
	
	height:34px;
	display:block;
	min-width:50px;
	position:relative;
	left: 50%;
	margin:20px 5px;
	
}

.select-answer .selectBox{
	position:absolute;
	
	height:100%;
	line-height:34px;
	width:100%;
	cursor:pointer;
	
	
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#666666;
	font:'Montserrat';
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	text-align:center;
}
.select-answer .selectBox:before{
	content:"\25bc";
	float: right;
	margin-right: 10px;
}

.select-answer .selectBox:hover,
.select-answer .selectBox.expanded{
	
	background-color:#e9e9e9;
}


/*-----------------------------------------------------
*	Additional styles for the apple product dropdown
------------------------------------------------------*/


.tzSelect .hasDetails{
	border-width:0 1px 1px;
}

.tzSelect .hasDetails li{
	height:85px;
	position:relative;
	padding:0;
	text-align:left;
	
	/* Again, using CSS3 multiple backgrounds with a fallback */
	
	background:url('images/dropdown_slice.png') repeat-x #222;
	background-image:url('images/dropdown_slice.png'),url('images/dropdown_slice.png'),url('images/dropdown_slice.png');
	background-position: 50% -171px, 0 -85px, 0 0;
	background-repeat: no-repeat, no-repeat, repeat-x;
}

.tzSelect .hasDetails li:hover{
	background-position: 50% -256px, 0 -85px, 0 0;
}

.tzSelect .hasDetails li span{
	left:88px;
	position:absolute;
	top:27px;
}

.tzSelect .hasDetails li i{
	color:#999999;
	display:block;
	font-size:12px;
}

.tzSelect .hasDetails li img{
	left:9px;
	position:absolute;
	top:13px;
}

.emq-help{
display:none;
	width: 20px;
	height: 20px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	background-color:#F4982D;
	color: #fff;
	float:right;
	position: absolute;
	right: 2px;
	top: 50%;
	margin-top: -10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor:help;
}

.tzSelect li .label{
	cursor: pointer;
}
#answers-wrapper{
	position:relative;
	width: 100%;
}
.emq-add-answer-wrapper{
	position: relative;
	clear:both;
}
#emq-add-answer{
	position:relative;
	left: 100%;
	margin-left: -150px;
}
.answer-row{
	position: relative;
	clear:both;
}
.answer-row table{
	width:100%;
	padding:  8px 5px 0;
}
.answer-row td{
	padding: 0 15px;
}
.answer-input{
	position: relative;
}
.delete-answer{
	position: relative;
	float: right;
	margin: 0;
}

.colorPicker{
	height: 30px;
	width: 35px;
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 0px;
	background-color: #858585;

}

.colorChoise li:hover .colorPicker{
}

#pseudoform input[type=checkbox] {
	visibility: hidden;
}

/* SLIDE ONE */
.slideCheck {
	display: inline-block;
	width: 50px;
	height: 10px;
	background: #333;
	margin: 0px auto;
	margin: 0 15px;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: relative;
	top: 8px;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
}

.slideCheck label {
	display: block;
	width: 16px;
	height: 16px;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;

	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
	cursor: pointer;
	position: absolute;
	top: -3px;
	left: -3px;

	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	background: #fcfff4;

	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}

.slideCheck input[type=checkbox]:checked + label {
	left: 37px;
}

.styledCheck {
	width: 20px;	
	margin: 5px auto;
	position: relative;
	left: -20px;
}

.styledCheck label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	border-radius: 4px;

	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	background: #fcfff4;

	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}

.styledCheck label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 4px;
	left: 4px;
	border: 3px solid #333;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.styledCheck label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.5;
}

.styledCheck input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}


#vis-label{
	position:relative;
	padding: 0 20px 0 0;
}

#reset-label{
	font-weight: bold;
	color: red;
	position:relative;
	padding: 0 20px 0 0;
}
#vis-graph-only, #vis-graph-user, #dur-start-activation, #dur-start-creation{
	padding: 0 8px;
}
.answer-vis-selected{
	color: #ffffff;
	font-weight: bold;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	background-color: #f4982d;
	background-position: bottom;
	padding: 8px;
}

/* SQUARED FOUR */
.multipleCheck {
	display: inline-block;
	width: 20px;	
	margin: 0;
	position: relative;
}

.multipleCheck label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 3px;
	border-radius: 4px;

	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	background: #fcfff4;

	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}

.multipleCheck label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 4px;
	left: 4px;
	border: 3px solid #333;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.multipleCheck label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.5;
}

.multipleCheck input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
#multiple-choise-label{
	display: inline-block;
	width: 50px;
	margin-left: 30px;	
}
#multiple-number-label{
	display: inline-block;
	position: relative;
	top: -15px;
	height: 30px;
	line-height: 30px;
}

.twodigits{
	width: 20px;
	margin-left: 50px;
}
.twodigitserror{
	border-color: red;
	transition : border 500ms ease-out; 
	-webkit-transition : border 500ms ease-out; 
	-moz-transition : border 500ms ease-out;
	-o-transition : border 500ms ease-out;
}

.displayed-question-answers ul{
	list-style-type:square;
}

.counterDown {
	background-color: #5c5c5c; 
	color:white; 
	font-weight: bold; 
	padding: 5px; 
	position:absolute; 
	bottom: 0; 
	right: 0;
}

.listed-collection, .listed-question{
	border-radius: 2px;
    box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.02) inset, 1px 1px 0 rgba(0, 0, 0, 0.05);
    font-size: 14px;
    background-color: #f9f9f9;
    border: 1px solid #e2e2e2;
    color: #666;
    line-height: 14px;
    margin: 10px 0;
    padding: 15px 15px;
}

.listed-collection a{
	text-decoration: none;
	color: #21b0b8;
    outline: medium none;
    transition: all 0.2s ease 0s;
}

.listed-question .question-label{
	width: 100%;
	text-align: center;
	font-size:  14px;
	font-weight: bold;
	padding: 0px 0px 25px 0px;
}


#questions-list .emq-checkbox {
	display: block;
	cursor: pointer;
	font-size: 14px; margin-bottom:10px; line-height:24px;
}

#questions-list input[type=checkbox] {
 display:none;	
}
#questions-list .emq-checkbox:before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align:middle;
	background-color: #2e6f85;
	color: #f3f3f3;
	text-align: center;
	border-radius: 3px;
}
#questions-list input[type=checkbox]:checked + .emq-checkbox:before {
	content: "\2713";
	font-size: 24px;
}

.submit-answer {
	position: relative;
	font-size: 11px;
	font-family: 'Montserrat';
	font-weight: 700;
	text-align: center;
	color: #fff;
	cursor: pointer;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	background-color: #FAAA43;
}
#save-uid:before{
	content: "\2713";
}
#clear-uid:before{
	content: "\00d7";
}
#clear-uid{
	padding: 6px 14px 8px 16px;
	margin:13px 0 13px 13px;
	font-size:22px;
	font-family:'Montserrat';
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
	color: #ff0000;
	border:1px solid #2e6f85;
	cursor: pointer;
	line-height: 62px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	background-color: #efefef;
}
#clear-uid:hover {
	background-color:#2e6f85;
}
#clear-uid:active {
	background-color:#2e6f85;
}
#save-uid{
	padding: 6px 13px 8px 14px;
	margin:13px 0 13px 13px;
	font-size:22px;
	font-family:'Montserrat';
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
	color: #56c47f;
	border:1px solid #2e6f85;
	cursor: pointer;
	line-height: 14px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	background-color: #efefef;

}
#save-uid:hover {
	background-color:#2e6f85;
}
#save-uid:active {
	background-color:#2e6f85;
}
.submit-answer:hover {
	background-color: #FEB95A;
}.submit-answer:active {
	background-color:#2e6f85;
}
#uid-wrapper{
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
}

#uid-wrapper .error{
	text-align: center;
	color: red;
}
#uid-wrapper input[type="text"] {
  padding: 14px;
  margin-top:0px;
  border: solid 1px #2E6F85;
  transition: box-shadow 0.3s, border 0.3s;
  width: 200px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  vertical-align: 18%;
}
#uid-wrapper input[type="text"]:focus {
  border: solid 1px #707070;
  box-shadow: 0 0 5px 1px #969696;
}

.submit-answer-error{
	display: none;
	text-align: center;
	color: red;
	margin: 5px 0;
}

.already-voted{
	margin: 25px 0 5px 0;
	text-align: center;
}










.loader {
    text-align: center;
	width: 160px;
	height: 100px;    
    position: fixed;
    left: 50%;
    top:50%;
    margin-left: -80px;
    margin-top: -50px;
    background-color: #fff;
    border-radius: 50px;
}
.loader span {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin: 50px auto;
    background: #f4982d;
    border-radius: 50px;
    -webkit-animation: loader 0.9s infinite alternate;
    -moz-animation: loader 0.9s infinite alternate;
}
.loader span:nth-of-type(2) {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
}
.loader span:nth-of-type(3) {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}
@-webkit-keyframes loader {
  0% {
    width: 10px;
    height: 10px;
    opacity: 0.9;
    -webkit-transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    opacity: 0.1;
    -webkit-transform: translateY(-21px);
  }
}
@-moz-keyframes loader {
  0% {
    width: 10px;
    height: 10px;
    opacity: 0.9;
    -moz-transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    opacity: 0.1;
    -moz-transform: translateY(-21px);
  }
}


.download-cloud-icon{
	background: url('images/cloudDownload.png') no-repeat;
	width: 98px;
	height: 84px;
	background-size:cover;
}

.menu-otfq-index , .menu-otfq{
	position: relative;	
}

.round-badge {
  display: none;
  position: absolute;
  padding: 3px 3px 3px 3px;
  border-radius: 32px;
  border: 2px solid #2e6f85;
  width: 11px;
  height:11px;
  background: #D55757;
  color: #FFF;
  left: 51%;
  top: 5px;
  text-align: center;
  z-index: 1;
  font-size: 11px;
  font-weight: 700;
  line-height: 11px;
}

#activate-all-questions{
	float: right;
	cursor: pointer;
}

#deactivate-all-questions{
	float: right;
	margin-left: 10px;
	cursor: pointer;
}

.autocomplete-loading{
	background: url('images/ajax-loader.png') no-repeat right center;
}

.thresholdsWrappers{
	display: inline-block;
	margin: 0 50px;
}
.thresholdsWrappers label{
	display: block;
}

#thresholds table{
	text-align: center;
}
#thresholds table td{
	width: 150px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#deactivate-all-questions div{
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 3px;
	background: url("images/disattiva.png");
	background-size: contain;
    background-repeat: no-repeat;
}

#activate-all-questions div{
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 3px;
	background: url("images/attiva.png");
	background-size: contain;
    background-repeat: no-repeat;
}


.insert-new-managed-user{
	display: inline-table;
	width: 29%;
	min-width: 200px;
	margin: 0 10px;
}
#emqm-save-container{
	width: 18px;
	min-width: 18px;
	cursor: pointer;
}
#emqm-reset-container{
	width: 18px;
	min-width: 18px;
	cursor: pointer;
}
#emqm-id-select{
	width: 250px;
	min-width: 250px;
	margin: 0;
}

#managed-users-list{
	border-radius:2px;
	box-shadow: inset 0 0 10px 1px rgba(255,255,255,0.02), 1px 1px 0px rgba(0, 0, 0, 0.05);
	font-size:14px;
}

#managed-users-list p{
	margin-top: 5px;
	margin-bottom: 5px;
}
#managed-users-list i{
	cursor: pointer;
}
#managed-users-list .group{
	float: right;
	border: 1px solid #e4e4e4;
	padding: 2px;
	margin-rigth: 10px;
}

.ui-autocomplete {
    font-size: 12px;
}

.download-import-template{
	position: absolute;
	right: 0;
	display: inline-block;
	cursor: pointer;
}

.download-import-template div {
    background: url("images/excel.png") no-repeat scroll 0 0 / contain rgba(0, 0, 0, 0);
    display: inline-block;
    height: 20px;
    left: 3px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 20px;
}

.upload-users-list{
	display: inline-block;
	cursor: pointer;
}

.upload-users-list div {
    background: url("images/upload.png") no-repeat scroll 0 0 / contain rgba(0, 0, 0, 0);
    display: inline-block;
    height: 20px;
    left: 3px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 20px;
}

.import-list-loader{
	background: url("images/big-ajax-loader.png") no-repeat scroll 0 0 / contain rgba(0, 0, 0, 0);
	width: 100px;
	height: 100px;
	margin: 0 auto !important;
	display: none;
}

.emq-close-icon{
	
}