.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mt70 {
	margin-top: 70px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mt90 {
	margin-top: 90px !important;
}

.mt100 {
	margin-top: 100px !important;
}

body,
html {
	/* background: #f5f5f5; */
	background: #fff;
}

ul li {
	list-style: none;
}

.hideit {
	display: none;
}

.form-group>label {
	bottom: 32px;
	left: 15px;
	position: relative;
	background-color: white;
	padding: 0px 5px 0px 5px;
	font-size: 1.1em;
	transition: 0.2s;
	pointer-events: none;
}

.form-control:focus~label {
	bottom: 60px;
}

.form-control:valid~label {
	bottom: 60px;
}

textarea {
	resize: none;
	padding-left: 20px !important;
}

.form-control:focus,
.form-select:focus {
	border-color: #ccc;
	box-shadow: none;
}

.form-group.form-group-textarea>label {
	bottom: 180px;
	left: 15px;
	position: relative;
	background-color: transparent;
	padding: 0px 5px 0px 5px;
	font-size: 12px;
	transition: 0.2s;
	pointer-events: none;
}

.form-group-textarea .form-control:focus~label {
	bottom: 210px;
}

.form-group-textarea .form-control:valid~label {
	bottom: 210px;
}

textarea:focus,
input[type="text"]:focus,
input[type="checkbox"]:focus,
input[type="range"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: #ced4da;
	box-shadow: none;
	outline: 0 none;
}


.form-group {
	margin-top: 2%;
}

.form-group label {
	font-size: 12px;
	min-width: 100px;
}

.form-group label:hover {
	cursor: text;
}

.form-group input {
	padding-left: 20px;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-radius: 0;
}

.form-group input[type='submit'] {
	padding-left: 20px;
	padding-right: 20px;
}

.header {
	background-color: #fff;
	width: 100%;
	margin-left: 30px;
	height: 50px;
	position: fixed;
	z-index: 1;
	right: 0;
	top: 0;
	box-shadow: 0 1px 1px #e9ecef;
	text-align: right;
	padding: 10px
}

.main-container {
	width: 100%;
	float: left;
}

.main-content-wrapper {
	margin-left: 70px;
	padding: 100px 50px 50px 50px
}


.sidebar {
	width: 70px;
	min-height: 100vh;
	float: left;
	background: #393f4e;
	position: fixed;
	z-index: 2;
}


.card-stats {
	min-height: 150px !important;
	position: relative;
}

.card-value {
	position: absolute;
	right: 1.25rem;
	bottom: 0;
	font-size: 50px;
	font-weight: bold;
	color: #000;
}

.col-1-third {
	flex: .45 0 0%;
}

.stats-devices .flex-grid {
	text-align: center;
}

.stats-devices .flex-grid i {
	font-size: 1.5rem;
	margin: 30px 0 10px 0;

}

.stats-resolutions .flex-grid {
	text-align: center;
}

.stats-resolutions .flex-grid .res-value {
	font-size: 1.5rem;
	margin: 20px 0 10px 0;
	font-weight: bold;

}

.stats-resolutions .flex-grid .res-item {
	font-size: .875rem;
	opacity: .8;
}

.stats-value-red {
	color: red;
}

.stats-value-yellow {
	color: orange;
}

.stats-value-green {
	color: green;
}

.card-stats .card-value {
	font-size: 35px;
	;
}

.question-answer-table {
	margin-top: 30px;
}

.stats-sum-row {
	vertical-align: top;
}


.stats-items {
	width: 100%;
	text-align: left !important;

}

.stats-item-label {
	min-width: 100px;
	display: inline-block;
}

.stats-item-value {
	vertical-align: top;
	font-size: .875rem;
	margin-left: 5px;
	font-weight: bold;
}

.stats-item-bar-wrapper {
	background: #ccc;
	position: relative;
	width: 70%;
	text-align: left;
	min-height: 10px;
	background: #ddd;
	border-radius: 20px;
}

.stats-item-bar {
	min-height: 10px;
	background: #1088d3;
	display: inline-block;
	vertical-align: top;
	margin-top: 5px;
	border-radius: 20px;
	max-width: 70%;
}

.stats-item-bar-wrapper .stats-item-bar {
	position: absolute;
	left: 0;
	top: 0;
	background: #0c5dbb;
	margin-top: 0;
}

.danu .stats-item-label {
	font-weight: bold;
}

.stats-procentage-value {
	font-weight: normal;
	margin-left: 10px;
}

.danu .stats-item-bar {
	background: rgb(255, 175, 8);
}

.question-answer-table {
	table-layout: fixed;
	width: 100%;
}

.question-answer-table td {
	width: 1%;
}

.rating-star-wrapper {
	width: 310px;
	min-height: 65px;
	background-size: 100%;
	position: relative;
	z-index: 3;
	display: inline-block;
}

.rating-star-fill {
	width: 102%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background: url(../img/ratings-star.png) no-repeat 0 0 transparent;
	background-size: cover;
}

.rating-star-fill-inner {
	width: 100%;
	height: 95%;
	background: #ff9c35;
	z-index: 1;
	position: absolute;
	left: 1px;
	top: 1px;
}

.rating-smile-wrapper {
	width: 310px;
	min-height: 65px;
	background-size: 100%;
	position: relative;
	z-index: 3;
	display: inline-block;
}

.rating-smile-fill {
	width: 102%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background: url(../img/ratings-smile.png) no-repeat 0 0 transparent;
	background-size: cover;
}

.rating-smile-fill-inner {
	width: 100%;
	height: 95%;
	background: linear-gradient(90deg, rgba(249, 0, 0, 1) 0%, rgba(255, 109, 0, 1) 24%, rgba(255, 156, 53, 1) 50%, rgba(110, 224, 104, 1) 75%, rgba(43, 148, 6, 1) 100%);
	z-index: 1;
	position: absolute;
	left: 1px;
	top: 1px;
}

.stats-summary-line {
	margin-bottom: 10px;
}

.stats-summary-label {
	font-size: .750rem;
	opacity: .7;
}

.avg-value {
	display: inline-block;
	vertical-align: top;
	font-size: 40px;
	line-height: 1.6;
	margin-right: 25px;
	padding-right: 35px;
	font-weight: bold;
	border-right: 1px solid #ccc;
}

.complete-answers-stat-line .smile {
	background: url(../img/stat-smile-sprint.png) no-repeat 0 0 transparent;
}

.complete-answers-stat-line .star {
	background: url(../img/stat-star-sprint.png) no-repeat 0 0 transparent;
}

.complete-answers-stat-line .stats-value {
	vertical-align: top;
	font-size: 1rem;
	margin-right: 10px;
	font-weight: bold;
	padding-top: 5px;
	display: inline-block;
}

.complete-answers-stat-line .smile {
	min-height: 30px;
	background-size: 150px;
	display: inline-block;
	min-width: 200px;
	margin-top: 2px;;
}

.complete-answers-stat-line .smile.smile-1 {
	background-position: 0 0px;
}

.complete-answers-stat-line .smile.smile-2 {
	background-position: 0 -30px;
}

.complete-answers-stat-line .smile.smile-3 {
	background-position: 0 -60px;
}

.complete-answers-stat-line .smile.smile-4 {
	background-position: 0 -90px;
}

.complete-answers-stat-line .smile.smile-5 {
	background-position: 0 -120px;
}

.complete-answers-stat-line .star {
	min-height: 30px;
	background-size: 150px;
	display: inline-block;
	min-width: 200px;
	margin-top: 2px;
}

.complete-answers-stat-line .star.star-1 {
	background-position: 0 0px;
}

.complete-answers-stat-line .star.star-2 {
	background-position: 0 -30px;
}

.complete-answers-stat-line .star.star-3 {
	background-position: 0 -60px;
}

.complete-answers-stat-line .star.star-4 {
	background-position: 0 -90px;
}

.complete-answers-stat-line .star.star-5 {
	background-position: 0 -120px;
}

.complete-answers-stats-scara-wrapper {
	display: inline-block;
	height: 5px;
	width: 70%;
}

.complete-answers-stat-line .stats-value {
	width: 30px;
}

.complete-answers-stats-scara-wrapper .scara {
	background: #0c5dbb;
	height: 10px;
	border-radius: 50px;
}


.rate-star-layer-1,
.rate-star-layer-2,
.rate-star-layer-3 {
	width: 300px;
	height: 60px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}

.rate-star-layer-1 {
	background: url(../img/rate-star-layer-1.png) no-repeat -29px 0 transparent;
	z-index: 1;
}

.rate-star-layer-2 {
	background: url(../img/rate-star-layer-2.png) no-repeat -29px 0 transparent;
	z-index: 2;
}

.rate-star-layer-3 {
	background: url(../img/rate-star-layer-3.png) no-repeat -30px 0 transparent;
	z-index: 3;
}

.rate-smile-layer-1,
.rate-smile-layer-2,
.rate-smile-layer-3 {
	width: 300px;
	height: 60px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}

.rate-smile-layer-1 {
	background: url(../img/rate-smile-layer-1.png) no-repeat -29px 0 transparent;
	z-index: 1;
}

.rate-smile-layer-2 {
	background: url(../img/rate-smile-layer-2.png) no-repeat -29px 0 transparent;
	z-index: 2;
}

.rate-smile-layer-3 {
	background: url(../img/rate-smile-layer-3.png) no-repeat -31px 0 transparent;
	z-index: 3;
}

.final-banner-preview .phonebg {
	width: 100%;
	height: 100%;
	background: url(../img/phonebg.png) no-repeat 50% 0 transparent;
	min-height: 400px;
	background-size: 245px;
	position: relative;
}

.final-banner-preview .phonebg .img-wrapper {
	width: 170px;
	height: 200px;
	text-align: center;
	margin: 0 auto;
	opacity: .5;
	background: #ccc;
	position: absolute;
	left: calc(50% - 85px);
	top: 30px;
	height: 355px;
	border-radius: 20px;
}

.final-banner-preview .phonebg .img-wrapper.img-added {
	background-color: transparent;
	opacity: 1;
	overflow: hidden;
}

.final-banner-preview .phonebg .img-wrapper img {
	min-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	display: none;
	;
}

.pic2bg {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 0;
}

.banner-link-wrapper {
	width: 165px;
	height: 200px;
	text-align: center;
	margin: 0 auto;
	opacity: 1;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	position: absolute;
	left: calc(50% - 82px);
	bottom: 15px;
	border-bottom-left-radius: 18px;
	border-bottom-right-radius: 18px;
	height: 100px;
	z-index: 2;
}

.banner-btn-1 {
	font-size: .875rem;
	background: #fff;
	margin-top: 25%;
	display: inline-block;
	border-radius: 5px;
	text-decoration: none;
	color: #000;
	transition: .5s;
}



.banner-button-has-text {
	padding: 5px 10px;
}

.banner-btn-1:hover {
	background: #000;
	color: #fff;
}

.stat-danu-da,
.stat-danu-nu {
	color: #fff;
	padding: 5px;
	font-size: .875rem;
	border-radius: 5px;
}

.stat-danu-da {
	background: rgb(16, 153, 16);
}

.stat-danu-nu {
	background: rgb(196, 9, 9);
	margin-left: 40px;
}

.complete-answers tr {
	border-bottom: 1px solid #f5f5f5;
	transition: .3s;
	position: relative;
	z-index: 1;
}

.complete-answers tr.tbody-rows:hover {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
	z-index: 3;
}

.complete-answers tr td {
	padding: 5px;;
}

.pg-statistici .btn {
	background: orange;
}

.pg-statistici .btn:hover {
	background: rgb(215, 142, 7);
}

.logout-link {
	border: 1px solid #ccc;
	padding: 7px 20px;
	border-radius: 5px;
	font-size: .875rem;
	vertical-align: top;
	margin-left: 20px;
	transition: .3s;
	background: #393f4e;
	border: 0;
	color: #fff !important;
}

.logout-link:hover {
	background: #1a3d95;
}

.app-status {
	position: absolute;
	bottom: 20px;
	left: 0px;
	width: 100%;
	border-top: 1px solid #9d9fa7;
	padding-top: 10px;
}

.app-status p {
	margin: 5px 0 0 30px;
	padding: 0;
	font-size: .775rem;
	color: #fff;
	opacity: .5;
}

.app-status a {
	color: #fff;
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #fff;
	opacity: .4;
}

.form-control:disabled~label,
.form-control[readonly]~label {
	bottom: 55px;
}

.btn {
	font-size: .875rem;
	;
}

@media print {

	.header,
	.footer {
		display: none;
		margin: 0;
		padding: 0;
		color: transparent;
		font-size: 0px;
	}

	html,
	body {
		background: #fff;
		margin: 0;
		padding: 0;
	}
}

#print-wrapper .main-content-wrapper {
	margin: 0 auto;
	padding: 0;
}

#print-container {
	width: 210mm;
	height: 297mm;
	margin: 0 auto;
}

#print-container.card {
	border: none;
	padding: 0;
}

#print-container img#qrCode {
	max-width: 300px;
}

#print-wrapper .campaign-wrapper {
	margin: 0 auto;
	padding: 0;
}

/* #print-wrapper textarea {
	border: 0;
	background: #f5f5f5;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 3rem;
	line-height: 1.2;
} */

#print-wrapper .show-qr-img {
	position: relative;
}

.corner {
	width: 100px!important;
	height: 100px!important;
	position: absolute;
	opacity: .5;
}

.corner-left-top {
	transform: rotate(0deg);
	left: -10px;
	top: -50px;
}

.corner-right-top {
	transform: rotate(90deg);
	right: -10px;
	top: -50px;
}

.corner-right-bottom {
	transform: rotate(180deg);
	right: -10px;
	bottom: -50px;
}

.corner-left-bottom {
	transform: rotate(270deg);
	left: -10px;
	bottom: -50px;
}

.print-header {
	text-align: center;
	height: 30%;
	overflow: hidden;
}

.print-header p {
	margin-bottom: 0px;
}

.print-body {
	text-align: center;
	height: 40%;
	overflow: hidden;
	padding: 5%;;
}

.print-body img {
	margin-top: 20%;
}

.print-footer {
	text-align: center;
	height: 25%;
	overflow: hidden;
}

.print-subfooter {
	text-align: center;
	height: 5%;
	border-top: 1px solid #ccc;
	padding-top: 1%;
}

.print-subfooter img {
	max-height: 50px;
}

#print-container {
	margin: 10px;
	display: inline-block;
	float: left;
}

.print-setup-wrapper {
	display: inline-block;
	background: #fff;
	width: calc(95vw - 210mm);
	height: 297mm;
	margin: 10px;
	float: right;
	padding: 20px;
}

.print-setup-wrapper .print-body {
	text-align: left;
}

.note-resizebar {
	display: none;
	overflow: hidden;
}

.print-setup-wrapper {
	padding: 0;
}

.print-setup-wrapper .print-header {
	border-bottom: 1px solid #ccc;
}

.print-setup-wrapper .print-header .note-editable  {
	height: 292px!important;
}

.print-setup-wrapper .print-body {
	background: transparent;
	height: 36%;
}

.print-setup-wrapper .note-editor.note-frame {
	border: 0;
	border-radius: 0;
}

.print-setup-wrapper .print-footer {
	height: 29%;
}
.print-setup-wrapper .print-footer .note-editable  {
	height: 283px!important;
}

.show-qr-img .top, 
.show-qr-img .bottom {
	position: absolute;
	width: 40px;
	height: 40px;
	pointer-events: none;
  }
  
  .show-qr-img .top {
	top: 20px;
	border-top: 5px solid;
  }
  
  .show-qr-img .bottom {
	bottom: 20px;
	border-bottom: 5px solid;
  }
  
  .show-qr-img .left {
	left: 20px;
	border-left: 5px solid;
  }
  
  .show-qr-img .right {
	right: 20px;
	border-right: 5px solid;
  }
  
  .show-qr-wrapper .show-qr-img {
	  width: 360px;
	  height: 360px;
	  padding: 50px;
	  background-color: #ffffff;
  }
  .print-body .show-qr-wrapper img {
	  margin: 0;	
  }

.print-page-footer {
	margin: 10px;
	position: fixed;
	bottom: 0;
	left: 0px;
  }

  .print-page-footer {
	background: #f5f5f5;

	width: 90px;
}

.print-page-footer button {
	background: transparent;
	border: 0;
	margin: 10px 0;
	width: 70px;
	height: 70px;
	transition: .5s;
	border-radius: 50%;
}

.print-page-footer button:hover {
	background: #ccc;
	border-radius: 50%;
}

.print-page-footer button img {
	max-height: 30px;
}

.print-page-footer i {
	font-size: 1.5rem;
}
.print-page-footer-row {
	text-align: center;
}

.dashboard-campaign-element {
	font-weight: 400;
    line-height: 1.5;
    color: #555;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e9edf3;
    border-radius: 0.3rem;
    min-height: 1px;
    padding: 1.25rem;
    vertical-align: top;
    transition: .3s;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.dashboard-campaign-element .progressbar {
	height: 8px;
	background: #ccc;
	margin-bottom: 20px;
	border-radius: 20px;
}

.dashboard-campaign-element .progressbar .progressbar-fill {
	height: 100%;
	background: #09b54e;
	border-radius: 20px;
}

.dashboard-campaign-element.warning-1 .progressbar .progressbar-fill {
	background-color: rgb(183,6,6);
}

.dashboard-campaign-element.warning-2 .progressbar .progressbar-fill {
	background-color: rgb(224,169,0);
}

.dashboard-list-col {
	float: left;
	width: 10%;
}
.dashboard-list-col.dashboard-list-col-1 .dashboard-list-value {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dashboard-list-col.dashboard-list-col-1 {
	width: 19%;
}
.dashboard-list-col.dashboard-list-col-7,
.dashboard-list-col.dashboard-list-col-8,
.dashboard-list-col.dashboard-list-col-9 {
	width: 7%;
}
.dashboard-list-col.dashboard-list-col-10 {
	text-align: right;
}

.dashboard-list-col.dashboard-list-col-10 .dashboard-list-value a {
	float: right;
	text-align: center;
	width: 28px;
	height: 28px;
	font-size: .9rem;
	border-radius: 50%;
	padding-top: 3px;
	margin-left: 5px;
	transition: .5s;
}

.dashboard-list-col.dashboard-list-col-10 .dashboard-list-value a:hover {
	background: #393f4e;
	color: #fff;
}
.dashboard-list-col .dashboard-list-label {
	font-size: .650rem;
	opacity: .7;
}

.dashboard-list-col .dashboard-list-value {
	font-size: .875rem;
}

th {
	vertical-align: top;
}

.question-answer-table .danu .stats-item-bar {
	max-width: 55%;
}

.question-answer-table .scara .stats-item-bar {
	max-width: 100%;
}

.question-answer-table .lista .stats-item-label {
	max-width: 70px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	margin-right: 20px;
}

.question-answer-table .lista .stats-item-bar {
	max-width: 55%;
}