.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;
}

.btn {
	background: #004b8c;
	border: 0;
	transition: .25s;
	color: #fff;
}

.btn:hover {
	background: #0265bb;
	color: #fff;
}

a {
	color: #004b8c;
	transition: .15s;
}
a:hover {
	color: #0265bb;
}

.bg-white {
	background: #ffffff;
}

.p30 {
		padding: 30px;
	}

.br5 {
	border-radius: 5px;
}

.hideit {
	display: none;
}





/* RANGE input styles */
input[type="range"] {
  -webkit-appearance: none;
  margin-right: 15px;
  width: 80%;
  height: 7px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background-image: linear-gradient(#00acb2, #00acb2);
  background-size: 30% 100%;
  background-repeat: no-repeat;
}

/* Input Thumb */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #00acb2;
  cursor: ew-resize;
  box-shadow: 0 0 2px 0 #555;
  transition: background .3s ease-in-out;
}

input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #ff4500;
  cursor: ew-resize;
  box-shadow: 0 0 2px 0 #555;
  transition: background .3s ease-in-out;
}

input[type="range"]::-ms-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #00acb2;
  cursor: ew-resize;
  box-shadow: 0 0 2px 0 #555;
  transition: background .3s ease-in-out;
}

input[type="range"]::-webkit-slider-thumb:hover {
  background: #00acb2;
}

input[type="range"]::-moz-range-thumb:hover {
  background: #00acb2;
}

input[type="range"]::-ms-thumb:hover {
  background: #00acb2;
}

/* Input Track */
input[type=range]::-webkit-slider-runnable-track  {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

input[type=range]::-moz-range-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

input[type="range"]::-ms-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}
/* end of RANGE input styles */


.status-alert-wrapper {
	width: 100%;
	height: 100vh;
	background: transparent;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	text-align: center;
}

.status-alert-wrapper .status-message {
  font-size: 14px;
  color: #0c5460;
  max-width: 300px;
	border-radius: 2px;
  	margin: 20px auto 0 auto;
  	padding: 10px 20px;
	background: #00acb2;
	color: #fff;
	font-size: 12px;
}

.notifications a {
	text-decoration: none;
	position: relative;
}

.form-check-input:checked {
    background-color: #00acb2;
    border-color: #00acb2;
}

.form-group {
	position: relative;
}

.help-block {
	margin: 0;
	padding: 0;
	text-align: left;
	color: red;
	font-size: 12px;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	left: 20px;
	bottom: 5px;
}



/* .pg-login .login-form .form-group,
.pg-register .register-form .form-group {
	margin-bottom: 20px;
} */





.cover-img h3 {
	color: #ccc;
	font-weight: 100;
	margin: 190px 0 10px 350px;
}

.cover-img h2 {
	margin-left: 350px;
	color: #fff;
}

.header {
	max-height: 70px;
}

.header-logo {
	max-height: 70px;
	display: inline-block;
	width: 50%;
}

.header-logo a {
	display: inline-block;
	max-width: 200px;
}

.header-logo img {
	max-height: 50px;
	margin: 10px;
}

.navigation {
	display: inline-block;
	width: 49%;
	text-align: right;
}

.navigation li {
	list-style: none;
	display: inline-block;
	margin-left: 10px;
}

.navigation li.regular a {
	width: 35px;
	height: 35px;
	text-align: center;
	padding-top: 7px;
	line-height: 1.2;
	border-radius: 50px;
	transition: .3s;
	display: inline-block;
}

.navigation li.regular a:hover {
	background: #ccc;
}

.navigation .logout a {
	border: 1px solid #00acb2;
	color: #00acb2;
	text-decoration: none;
	padding: 10px 20px;
	font-size: 12px;
	border-radius: 5px;
	transition: .3s;
}

.navigation .logout a:hover {
	background: #00acb2;
	color: #fff;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#00acb2;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
}

.my-float{
	margin-top:22px;
}

.float:hover {
	background: #027e82;
	color: #fff;
}

.notifications.has-notification span {
	font-size: 10px;
	background: #00acb2;
	width: 17px;
	height: 17px;
	display: inline-block;
	border-radius: 50%;
	color: #fff;
	position: absolute;
	right: -5px;
	top: 0;
	padding-top: 2px;
	text-align: center;
}

.addhabit-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	width: 100%;
	height: 100vh;
	z-index: 9;
	display: none;
}

.addhabit-wrapper .addhabit-inner {
	max-width: 600px;
	margin: 50px auto;
}

.addhabit-wrapper label {
	font-size: 12px;
	color: #999;
	margin-bottom: 5px;
}

.row-effort,
.row-date,
.row-duration,
.row-submit {
	max-width: calc(100% - 60px);
	margin: 30px auto 0 auto;
}

.row-submit {
	text-align: right;
}

.row-effort output {
	float: right;
	margin-top: -7px;
}

.row-habit label {
	width: 100%;
	margin-left: 30px;
}

label {
	margin-bottom: 5px;
}


.addhabit-wrapper .habit-select {
	display: blink;
	margin: 0;
	padding: 0;
}

.addhabit-wrapper .habit-select .habit-item {
	text-align: center;
}

.addhabit-wrapper .habit-select .habit-item i {
	font-size: 30px;
	color: #00acb2;
	transition: .4s;
}

.addhabit-wrapper .habit-select .habit-item span {
	width: 70px;
	height: 70px;
	border: 2px solid #00acb2;
	display: inline-block;
	border-radius: 50%;
	padding-top: 17px;
	transition: .4s;
}

.addhabit-wrapper .habit-select .habit-item span:hover {
	background: #027e82;
	border-color: #027e82;
	cursor: pointer;
}

.addhabit-wrapper .habit-select .habit-item span:hover i {
	color: #fff;
}

.addhabit-wrapper .habit-select .habit-item.selected span {
	background: #00acb2;
	border-color: #00acb2;
}

.addhabit-wrapper .habit-select .habit-item.selected span i {
	color: #fff;
}

#ageOutputId {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: inline-block;
	background: #00acb2;
	text-align: center;
	padding: 5px;
	color: #fff;
	font-size: 20px;
}

.close-popup {
	position: absolute;
	right: 2%;
	top: 2%;
	font-size: 30px;
	transition: .3s;
}

.close-popup:hover {
	color: #00acb2;
	cursor: pointer;
	font-size: 40px;
	top: calc(2% - 5px);
	right: calc(2% - 5px);
}

.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: 55px;
}

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

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;
}

.header {
	background-color: #fff;
	width: calc(100% - 300px);
	margin-left: 30px;;
	height: 70px;
	position: fixed;
	z-index: 4;
	right: 0;
	top: 0;
	box-shadow: 0 1px 1px #e9ecef;
	text-align: right;
}

.main-content-wrapper {
	width: 100%;
}

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

/* .main-content-wrapper .main-content {
	width: calc(100vw - 300px);
	margin-left: 300px;
	margin-top: 70px;
	float: left;
	min-height: calc(100vh - 70px);
	background: #f5f7fa;
	padding: 30px;
} */

.sidebar .sidebar-logo {
	text-align: left;
	margin: 10px 0 30px 0;
	padding-left: 20px;
}

.sidebar .sidebar-logo img {
	max-width: 120px;
} 

.sidebar-nav ul li {
	list-style: none;
	margin-bottom: 20px;
	text-align: left;
}

.sidebar-nav ul li a {
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
	transition: .3s;
	font-size: 12px;;
}

.sidebar-nav ul li a img {
	width: 30px;
	height: 30px;
	vertical-align: middle;
	margin-right: 10px;
	color: #fff;
}

.sidebar-nav ul li.active a,
.sidebar-nav ul li a:hover {
	color: #ffb400;
}

.sidebar-nav img {
	filter: invert(100%) sepia(4%) saturate(0%) hue-rotate(239deg) brightness(105%) contrast(104%);
}

.sidebar-nav .active img {
	filter: invert(70%) sepia(27%) saturate(3252%) hue-rotate(0deg) brightness(105%) contrast(102%);	
}

.header ul {
	padding: 0px 30px 0 0;
}

.header ul li {
	list-style: none;
	display: inline-block;
	padding: 20px 10px;
	transition: .3s;
}

.header ul li img {
	width: 30px;
	height: 22px;
	vertical-align: middle;
	margin-left: 0px;
	font-size: 20px;
}

.header ul li a {
	text-decoration: none;
	color: #555;
}

.header ul li a img {
	width: 30px;
	height: 30px;
	vertical-align: middle;
	margin-right: 10px;
	font-size: 24px;
}

.header ul li.usermenu:hover {
	color: #000;
	cursor: pointer;
}

.usermenu {
	position: relative;
}

.user-options {
	background: #fff;
    padding: 5px;
    min-width: 200px;
    box-shadow: 0 4px 5px rgba(0,0,0,0.11);
    border-radius: 0.2rem;
    position: absolute;
    top: 70px;
    right: 0;
	display: none;
}

.usermenu.active {
    background: #fff;
}

.active .user-options {
	display: block;
}

.user-options ul {
	margin: 0;
	padding: 0;
}

.user-options ul li {
	display: block;
	margin: 5px 0;
	padding: 0;
	text-align: right;
}

.user-options ul li a {
	font-size: 14px;
	display: block;
	padding: 5px 5px 5px 0;
	transition: .3s;
}

.user-options ul li a:hover {
	color: #000;
}

.pg-title {
    font-weight: bold;
    color: #666;
    margin-bottom: 40px;
	width: 70%;
	display: inline-block;
}

.add-new-page-item {
	text-align: right;
	display: inline-block;
	width: 29%;
}

.add-new-page-item a {
	color: #fff;
	text-decoration: none;
	background: #004b8c;
	padding: 10px 20px;
	border-radius: 4px;
	font-size: 12px;
	transition: .3s;
}

.add-new-page-item a:hover {
	background: #0265bb;
}

.card {
	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;
}

.card.selected-type {
	border-color: #393f4e;
}

.select-campaign-type label {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.campaign-type-title {
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
	margin-bottom: 30px;
	margin-top: -5px;
}

.campaign-type-info {
	display: block;
	font-size: .7rem;
	opacity: .8;
	margin-bottom: 5px;
}

.btn.campaign-start {
	margin-top: 50px;
	width: 200px;
	margin-left: calc(50% - 100px);
	font-size: .8rem;
}

a.disabled {
	pointer-events: none;
	cursor: default;
	opacity: .5;;
  }

.flex-grid {
	display: flex;
  	justify-content: space-between;
	margin: 0 -1%;
}

.flex-grid .col {
	margin: 1%;
}

.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;
}

.flex-grid .inner-grid {
	display: flex;
    justify-content: space-between;
    margin: 0 -1%;
}

.flex-grid .inner-grid .form-check {
	margin: 0 3%;
}

.subtitle {
	font-weight: 200;
	color: #666;
	font-size: 20px;
}

.campaign-wrapper {
	margin-bottom: 50px;
}

.card-1of3{
    display: inline-block;
	width: 32%;
	margin: 0 .5% 1% 0;
}

.card-1of3:nth-child(3n) {
	margin-right: 0;
}

.campaign-item {
	padding-top: 30px;
}

.campaign-item .btn {
	font-size: 12px;
}

.context-menu {
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: right;
	z-index: 10;
}

.context-menu i {
	font-size: 20px;
	width: 30px;
	height: 30px;
	padding: 10px;
}

.context-menu i:hover {
	cursor: pointer;
}

.context-menu .context-options {
	background: #fff;
	padding: 5px;
	min-width: 100px;
	box-shadow: 0 4px 18px rgba(0,0,0,0.11);
    border-radius: 0.2rem;
	position: relative;
	right: 10px;
}

.context-menu .context-options a {
	display: block;
	text-align: right;
	margin: 5px;
	font-size: 14px;
	text-decoration: none;
	color: #666;
}

.context-menu .context-options a:hover {
	text-decoration: underline;
}

.context-options input[type="submit"] {
	text-align: right;
    margin: 5px;
    font-size: 14px;
    text-decoration: none;
    color: #666;
	background: none;
	border: 0;
	padding: 0;
	line-height: 1;
}

.context-options input[type="submit"]:hover {
	text-decoration: underline;
}

.campaign-item .campaign-title {
	font-weight: bold;
	min-height: 50px;
}

.campaign-item .campaign-description {
	font-size: .8rem;
	margin: 20px 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	min-height: 60px;
}

.fakelabel {
	display: block;
	font-size: 12px;
	color: #999;
}

.question-wrapper {
	text-align: center;
	margin: 50px 0 30px 0;
	border-top: 1px solid #ccc;
}

.add-question {
	display: inline-block;
	border: 1px solid #ccc;
	background: #fff;
	padding: 5px 20px;
	border-radius: 50px;
	font-size: 12px;
	transition: .3s;
	position: relative;
	top: -17px;
}

.add-question span {
	width: 30px;
	height: 20px;
	vertical-align: middle;
	font-size: 20px;
}

.add-question:hover {
	cursor: pointer;
	background: #ccc;
}

.cols3 .col-inner.col-inner-1 {
	width: 40%;
}

.cols3 .col-inner.col-inner-2 {
	width: 15%;
}

.cols3 .col-inner.col-inner-3 {
	width: 40%;
}

.col-inner-2 .form-select {
	font-size: 14px;
	margin-top: 10px;
}

.addnew {

	margin-left: 10px;
	font-size: 12px;
	position: relative;
	border: 1px solid #ccc;
	padding: 3px 10px;
	border-radius: 50px;
	transition: .3s;
}

.addnew:before {
	content: '+';
	margin-right: 5px;
	text-decoration: none;
	font-weight: bold;
}

.addnew:hover {
	cursor: pointer;
	background: #ccc;
}

.form-group {
	position: relative;
}

.remove-list-option {
	position: absolute;
	left: -2px;
	top: 7px;
	font-size: 16px;
	width: 15px;
	height: 15px;
	text-align: center;
	transition: .3s;
	opacity: .5;
}

.remove-list-option:hover {
	color: red;
	cursor: pointer;
	opacity: 1;;
}

.flex-grid {
	position: relative;
}

.move-options {
	text-align: center;
	position: absolute;
	left: 0;
	top: -15px;
	width: 100%;
}

.move-options span {
	background: #fff;
	width: 30px;
	height: 30px;
	display: inline-block;
	font-size: 20px;
	border-radius: 50%;
	margin: 0 5px;
	transition: .3s;
	color: #ccc;
}

.move-options span:hover {
	background: #eee;
	cursor: pointer;
	color: #000
}

.questions .flex-grid {
	margin-top: 20px;
}

.questions .flex-grid:first-child {
	margin-top: 0;
}

.questions .flex-grid:first-child .move-options .up,
.questions .flex-grid:first-child .move-options .down {
	display: none;
}

.questions .flex-grid.first-question:first-child .move-options .down {
	display: inline-block;
}

.questions :nth-last-child(1 of .flex-grid) .move-options .down{
	display: none;
}

.launch-preview {
	position: fixed;
	top: 20px;
	left: 50%;
	width: 300px;
	z-index: 10;
	font-size: 14px;
}

.preview-wrapper {
	background: #fff;
	width:100vw;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 20;
}

.danu div,
.scara div {
	display: inline-block;
	min-width: 40px;
	text-align: center;
}

.danu div label,
.scara div label {
	min-width: 100%;
	font-size: 14px;
}

.form-group.text {
	
}

.text input {
	border-bottom: 1px solid #ccc;
}

.qtype {
	display: none;;
}

.character-count {
	position: absolute;
	bottom: -20px;
	left: 20px;
	font-size: 10px;
}

.startpreview {
	position: fixed;
	z-index: 10;
	text-align: center;
	left: 50px;
	bottom: 10px;
	padding: 5px 10px;
	border-radius: 4px;
	width: 200px;
	background: #004b8c;
	border: 0;
	transition: .25s;
	color: #fff;
}

.startpreview:hover {
	cursor: pointer;
	background: #0265bb;
	color: #fff;
}

.startpreview i {
	vertical-align: middle;
	margin-left: 10px;
}

.endpreview {
	position: absolute;
	z-index: 10;
	text-align: center;
	right: -10px;
	top: -10px;
	width: 36px;
	height: 36px;
	border-radius: 4px;
	font-size: 20px;
	padding-top: 2px;
	background: #004b8c;
	border: 0;
	transition: .25s;
	color: #fff;
}

.endpreview:hover {
	cursor: pointer;
	background: #0265bb;
	color: #fff;
}

.delete-grid {
	position: absolute;
	right: 11px;
	top: 12px;
	width: 26px;
	height: 26px;
	border-radius: 4px;
	font-size: 15px;
	padding-top: 2px;
	background: #004b8c;
	border: 0;
	transition: .25s;
	color: #fff;
	z-index: 5;
	text-align: center;
}

.delete-grid:hover {
	cursor: pointer;
	background: #0265bb;
	color: #fff;
}

/* START --------------------------- temp styles / will be deleted later */

.preview {
	position: fixed;
    left: 0px;
    bottom: 0px;
    width: 320px;
    height: 700px;
    z-index: 20;
	background: url(../img/phonebg.png) no-repeat 53% 50% #fff;;
	background-size: 355px;
	padding: 30px 10px 10px 10px;
    box-shadow: 0 4px 5px rgba(0,0,0,0.11);
    border-radius: 0.2rem;
}

.preview .campaing-header {
	max-width: 240px;
    padding: 20px 0 0 0;
    border: 0;
    background: #f8f7f8;
    margin: 0px auto 10px auto;
    font-size: 60%!important;
    min-height: 130px;
	text-align: center;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;

}

.qrow {
	border: 1px solid #999;
	min-height: 100px;
	margin-bottom: 10px;
}

.preview {
	padding-top: 80px
}

.qrow {
	max-width: 230px;
	padding: 5px;
	border: 0;
	background: #f8f7f8;
	margin: 0 auto 10px auto;
	font-size: 60%!important;
	min-height: 0;
}

.preview label,
.preview select{
	font-size: 8px!important;
}

.scara div {
    display: inline-block;
    min-width: 19px;
	padding: 0;
    text-align: center;
}

.save-questions {
	width: 90%;
	margin: 0 1.5%;
	text-align: center;
	position: absolute;
	bottom: 15px;
	left: 0;
}

.save-questions .btn {
	width: 80%;
	height: 50px;
}

/* END --------------------------- temp styles / will be deleted later */

.profile-item.inner-card-1of3 {
	background: url(../img/phonetop.png) no-repeat 50% 0px #fff;
	min-height: 350px;
	background-size: 100%;
}

.profile-bg-color {
	background: #ccc;
	width: 87%;
	min-height: 260px;
	border-top-left-radius: 12%;
	border-top-right-radius: 12%;
	margin: 15px auto 0 auto;
	position: relative;
}

/* .profile-logo {
	border: 4px solid #fff;
	background: #f5f5f5;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	position: absolute;
	top: 20px;
	left: 75px;
	text-align: center;
	display: table;
} */

.profile-logo {
    border: 1px dashed #fff;
    background: transparent;
    width: 80%;
    max-height: 100px;
	min-height: 100px;
    border-radius: 0;
    position: absolute;
    top: 20px;
    left: 10%;
    text-align: center;
    display: table;
}

.profile-logo.img-added {
	border: 1px solid transparent;
}

.profile-logo img {
	max-width: 100%;
	max-height: 100px;
	height: auto;
	width: auto;
}


.profile-logo-inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.profile-logo span {
	font-size: 40px;
	padding-top: 25px;
	opacity: .6;
	transition: .3s;
}

.profile-logo:hover span {
	opacity: 1;
	cursor: pointer;
}

.color-picker {
	position: absolute;
	bottom: 10px;;
	right: 10px;
	transition: .3s;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 50%;
	padding-top: 7px;
}

.color-picker:hover {
	color: #000;
	background: #999;
	cursor: pointer;
}

.inner-card-1of3 {
	width: 28%;
	margin: 0 4.5% 1% 0;
	flex: 1;
}

.inner-card-2of3 {
	width: 64%;
	margin: 0 .5% 1% 0;
	vertical-align: top;
	flex: 2;
}


.side-by-side .card {
	flex-direction: row;
}

.file-upload {
	margin: 0 10px 0 0px;
	position: relative;
}

.file-upload span {
	font-size: 12px;
	width: 150px;
	background: #ccc;
	color: #000;
	padding: 5px 10px;
	display: inline-block;
	text-align: center;
}

.file-upload span:hover {
	cursor: pointer;
}

.file-upload input.upload {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
  	z-index: 10;
	font-size: 20px;
	cursor: pointer;
	height: 36px;
	width: 180px;
	opacity: 0;
	filter: alpha(opacity=0); }

#fileuploadurl,
#fileuploadurl2{
  	border: none;
  	font-size: 12px;
  	padding-left: 0;
  	width: 250px; 
	position: absolute;
	left: 200px;
	top: 5px;
}

.jst-material-input-file {
  margin-top: 70px; 
}

input[type="color"] {
	padding: 0;
	margin-left: 25px;
	width: 40px;
	height: 40px;
	display: inline-block;
}

input[type="color"] ~ label {
	margin-left: 0;
	left: 20px;
	top: -70px;
	display: block;
}

.form-inline {
	display: inline-block;
	margin-right: 20px;
}

.campaigntextpreview {
	position: absolute;
	left: 5%;
	top: 150px;
	width: 90%;
	text-align: center;
	font-size: 12px;
}

.campaign-simple .profile-bg-color {
	background-color: #fff;
	min-height: 150px;
}

.campaign-simple .profile-logo {
	border-color: #ccc;
}

.campaign-simple .profile-logo.img-added {
	border-color: transparent;
}

.campaign-simple .profile-item.inner-card-1of3 {
	min-height: 150px;
}

.campaign-simple .inner-card-2of3 .form-inline {
	display: none;
}

#qrcode,
.qrcode {
	display: none;;
}

.campaign-logo {
    width: 50%;
    margin: 0 25%;
	height: 80px;
}

.campaign-logo img {
    max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
}

.campaign-footer {
	max-width: 235px;
    padding: 20px 0 0 0;
	margin: 20px auto 10px auto;
	text-align: center;
}

.campaign-footer input {
	font-size: .8rem;
	border: 0;
	padding: 5px 30px;
	border-radius: 4px;
	text-transform: uppercase;
}

.campaign-logo {
	width: 50%;
	margin: 0 25%;
}

.campaign-logo img {
	max-width: 100%;
}

.campaign-footer {
	max-width: 235px;
    padding: 20px 0 0 0;
	margin: 20px auto 10px auto;
	text-align: center;
}

.qform .form-group.text {
	padding-bottom: 20px;
}

.qform .textliber {
	font-size: .7rem;
	padding: 3px 5px;
	border: 1px solid #ccc;
	border-radius: 2px;
}

.qform .character-count {
	left: 5px;
	bottom: 0px;
	font-size: .5rem;
}

.campaign-footer input {
	font-size: .8rem;
	border: 0;
	padding: 5px 30px;
	border-radius: 4px;
	text-transform: uppercase;
}

.qrow .qlabel {
	margin-bottom: 10px;
	font-size: .7rem;
}

.qform-wrapper {
	position: relative;
}
.qform-wrapper .protective-overlay {
	width: 240px;
	margin: 0 auto;
	height: 520px;;
	display: block;
	background:transparent;
	z-index: 9;
	position: absolute;
	left: 30px;
	top: 0;
	border-radius: 30px;
}

.empty {
	text-align: center;
}

.show-qr-wrapper {
	text-align: center;
}

.show-qr-wrapper .show-qr-title {
	font-size: 2rem;
}

.show-qr-wrapper .show-qr-desc {
	opacity: .6;
	margin-bottom: 50px;
}

.show-qr-wrapper .show-qr-img {
	max-width: 400px;
	margin: 0 auto;
}

.show-qr-wrapper .show-qr-img img {
	width: 100%;
	text-align: center;
}

.card-qtype {
	position: absolute;
	right: 10px;
	bottom: 25px;
	z-index: 5;
	width: 30px;
	height: 30px;
	display: inline-block;
	font-size: 1.5rem;
}

/* -------------- to delete */
#ccontent {
	position: absolute;
	top: -65px;
	left: 5px;
	width: 96%;
	height: 280px;
	display: none;
}
/* -------------- */

.col.col-left {
	flex: 2 0 0%;
}

.switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 20px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #00acb2;
}

input:focus + .slider {
  box-shadow: 0 0 1px #00acb2;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.simple-question-option {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	position: relative;
	vertical-align: middle;
}

.simple-question-option input {
	position: relative;
	z-index: 5;
	width: 40px;
	height: 40px;
	opacity: 0;
}


.simple-question-option label {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	background: #fff;
	font-size: 24px;
	width: 40px;
	height: 40px;
	transition: .3s;
	border-radius: 50%;
	padding-top: 1px;
	border: 1px solid transparent;
}

.simple-question-option label:hover,
.simple-question-option input:hover {
	color: rgba(0,172,178,0.65);
	cursor: pointer;
}

.simple-question-option input:checked+label {
	color: #00acb2;
	background: #eee;
	border-radius: 50%;	
}

.simple-question-state {
	display: inline-block;
	vertical-align: middle;
	width: 10%;
}

.simple-question-question {
	display: inline-block;
	vertical-align: middle;
	width: 73%;
}

.simple-question-type {
	display: inline-block;
	vertical-align: middle;
	width: 15%;
	text-align: center;
}

.question-summary .qoption-item {
	display: inline-block;
	text-align: center;
	position: relative;
}

.question-summary .qoption-item input {
	position: relative;
    z-index: 5;
    width: 40px;
    height: 40px;
    opacity: 0;
}

.question-summary.star .qoption-item label {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}

.question-summary .qoption-item label:after {
	font-family: "Font Awesome 6 Free";
	position: absolute;
	left: 0;
	top: 0px;
	z-index: 4;
	color: #000;
	font-size: 2rem;
	width: 40px;
	height: 40px;
	display: inline-block;
}

.question-summary.star .qoption-item label:after  {
	content: '\f005';
}

.question-summary.star .qoption-item.selected label:after  {
	content: '\f005';
	font-weight: 900;
	color: #ffd700;
}


/* .question-summary.smile .qoption-item label:after {
	content: '\f118';
} */

.question-summary.smile .qoption-item:nth-child(1) label:after {
	content: '\f556';
}

.question-summary.smile .qoption-item:nth-child(2) label:after {
	content: '\f119';
}

.question-summary.smile .qoption-item:nth-child(3) label:after {
	content: '\f11a';
}

.question-summary.smile .qoption-item:nth-child(4) label:after {
	content: '\f118';
}

.question-summary.smile .qoption-item:nth-child(5) label:after {
	content: '\f580';
}


.question-summary.smile .qoption-item.selected label:after {
	font-weight: 900;
}

.question-summary.smile .qoption-item.selected:nth-child(1) label:after {
	color: #d32918;
}

.question-summary.smile .qoption-item.selected:nth-child(2) label:after {
	color: #f45b2a;
}

.question-summary.smile .qoption-item.selected:nth-child(3) label:after {
	color: #f08f1b;
}

.question-summary.smile .qoption-item.selected:nth-child(4) label:after {
	color: #90c845;
}

.question-summary.smile .qoption-item.selected:nth-child(5) label:after {
	color: #3eb546;
}

.question-summary {
	padding: 20px;
	margin-bottom: 2rem;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

.question-summary textarea {
	width: 100%;
	padding: 10px;
	border-color: #ccc;
}



.preview .qform .qoptions .qoption-item {
	display: inline-block;
	position: relative;
    z-index: 5;
    width: 40px;
    height: 40px;
    
}

.preview .qform .qoptions .qoption-item input {
	opacity: 0;
}

.preview .qrow.star .qform .qoptions .qoption-item label {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}

.preview .qrow.star .qform .qoptions .qoption-item label:after {
	font-family: "Font Awesome 6 Free";
	position: absolute;
	left: 0;
	top: 0px;
	z-index: 6;
	color: #000;
	font-size: 2rem;
	width: 40px;
	height: 40px;
	display: inline-block;
	content: '\f005';
}

.preview .qrow.star .qform .qoptions .qoption-item label:after {
	content: '\f005';
}


.preview .qrow.smile .qform .qoptions .qoption-item label:after {
	font-family: "Font Awesome 6 Free";
	position: absolute;
	left: 0;
	top: 0px;
	z-index: 6;
	color: #000;
	font-size: 2rem;
	width: 40px;
	height: 40px;
	display: inline-block;
	content: '\f005';
}

.preview .qrow.smile .qform .qoptions .qoption-item:nth-child(1) label:after {
	content: '\f556';
}

.preview .qrow.smile .qform .qoptions .qoption-item:nth-child(2) label:after {
	content: '\f119';
}

.preview .qrow.smile .qform .qoptions .qoption-item:nth-child(3) label:after {
	content: '\f11a';
}

.preview .qrow.smile .qform .qoptions .qoption-item:nth-child(4) label:after {
	content: '\f118';
}

.preview .qrow.smile .qform .qoptions .qoption-item:nth-child(5) label:after {
	content: '\f580';
}

.preview textarea {
	width: 100%;
	min-height: 70px;
	padding: 5px 10px!important;
}

.preview form {
	height: 515px;
	overflow-y: scroll;
	border-radius: 30px;
	max-width: 240px;
	margin: 10px 0 0px 30px;
}

.main-content .flex-grid:first-child .delete-grid {
	display: none;
}

.no-results {
	background: url(../img/noresults.png) no-repeat 50% transparent;
	width: 100%;
	min-height: 50px;
	padding: 30px 0;
	background-size: 30px;
}

.hp-value {
	text-align: right;
	font-size: 50px;
	font-weight: bold;
	color: #393f4e;
}

.hp-campaigns-summary {
	font-size: 12px;
}

.hp-campaigns-active h5,
.hp-campaigns-active .hp-value {
	color: rgb(18,140,18);
}

.hp-campaigns-inactive h5,
.hp-campaigns-inactive .hp-value {
	color: rgb(171,7,7);
}

.campaign-summary-row {
	margin-bottom: 30px;
}

.campaign-summary-label {
	font-size: .775rem;
	opacity: .6;
}

.pg-statistici .campaign-title {
	min-height: 50px;
	margin-top: 20px;
}

.stats-option-right {
	text-align: right;
	border-left: 1px solid #ccc;
}

.warning-1 {
	background: rgba(255,0,0,0.10)
}

.dashboard-card-value {
	text-align: right;
	font-size: 50px;
	font-weight: bold;
	line-height: 1;
	margin-top: 20px;
	color: #000;
}