@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	src: url('fonts/Roboto-Light.woff2') format('woff2'),
		url('fonts/Roboto-Light.woff') format('woff');
}

.content-body{
	padding:20px;
}
.sticky-footer {
	line-height: 50px;
	font-weight: bold;
	font-size: 1vw;
	/*font-size: 14px;*/
}

hr.extra-short {
    margin: 7px 0 7px 0;
}

body.activity,
body.myActions,
body.myHome {
	background: none repeat scroll 0 0 #f0f0f3;
}

body.myHome.mfp-zoom-out-cur {
	padding-right:15px;
}


.header .toggle-sidebar-left {
	background: #00667E none repeat scroll 0 0;
}

.header .toggle-sidebar-left a, .header .toggle-sidebar-left a:visited,
	.header .toggle-sidebar-left a:active, .header .toggle-sidebar-left a:link
	{
	color: #fff;
}

.header .toggle-sidebar-left .dropdown-menu-right a {
	color: #000;
}

.header .toggle-sidebar-left a:hover {
	color: #ededed;
}

ul.nav-main>li>p {
	padding: 12px 25px;
}

@media screen and (max-width: 767px) {
	ul.nav-main li.nav-active .nav-children{
		display:block;
	}
	#profile-info{
		display: none;
	}
}

/* FORM BLOCK */
.form-block {
	/* position: relative; */
	padding: 10px;
}

/* AJAX */
/* LOADING */
#modalLoading .modal-dialog {
	width: 200px;
}

#modalLoading .modal-dialog .modal-body {
	height: 180px;
	max-height: 180px !important;
	text-align: center;
}

#modalLoading .modal-dialog .modal-body img {
	padding: 10px 0;
	margin: 0 auto;
	height: 150px !important;
	width: 128px !important;
}

#nprogress {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

#nprogress .bar {
	height: 5px;
}

.modal-dialog .modal-body {
	line-height: 20px;
}

.modal-dialog .modal-body strong {
	font-weight: 600;
}

.autocomplete-suggestions {
	border: 1px solid #999;
	background: #FFF;
	cursor: default;
	overflow: auto;
	-webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
	-moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
	box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
	padding: 2px 5px;
	white-space: nowrap;
	overflow: hidden;
}

.autocomplete-no-suggestion {
	padding: 2px 5px;
}

.autocomplete-selected {
	background: #F0F0F0;
}

.autocomplete-suggestions strong {
	font-weight: bold;
	color: #000;
}

.autocomplete-group {
	padding: 2px 5px;
}

.autocomplete-group strong {
	font-weight: bold;
	font-size: 16px;
	color: #000;
	display: block;
	border-bottom: 1px solid #000;
}

body .btn-primary {
	background-color: #767ddc;
	border-color: #767ddc !important;
}

body .btn-primary:hover {
	background-color: #767ddc;
	border-color: #767ddc !important;
}

.pull-right-margin {
	margin-right: 10px;
}

nav.nav-pagination {
	text-align: center;
}

.row-margin-bottom {
	margin-bottom: 25px;
}

.btn-file {
	position: relative;
	overflow: hidden;
}

.btn-file input[type="file"] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 999px;
	text-align: right;
	filter: alpha(opacity = 0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}

.input-group-btn .btn-file {
	white-space: nowrap;
}

.file-thumbnail-footer .file-caption-name {
	padding-top: 0;
}

.logoCompanyUpdate {
	margin-bottom: 10px;
}

.logoCompanyUpdate img {
	max-height: 35px;
}

.input-group-btn .fileinput-upload-button {
	display: none;
}

.file-preview-image {
	max-height: 60px !important;
	width: auto;
}

.file-preview-image img {
	height: auto !important;
	max-height: 60px !important;
}

.file-preview-frame {
	max-height: 60px !important;
	width: auto;
}

#companyMode {
	margin-right: 50px;
}

#companyMode .titleMode {
	float: left;
	margin-right: 5px;
}

#companyMode #mode-type {
	float: left;
}

.header .current-logo-company img {
	max-height: 50px !important;
}

.table.table_results {
	margin-bottom: 140px;
}

/* TOUR */
.popover-navigation>.btn-group {
	margin-right: 5px;
}

.timepicker-body {
	border: 1px solid #cccccc;
	width: 300px;
}

.timeMinutes {
	width: 40px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	background-color: #f6f6f6;
}

.textMinutes {
	width: 70px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	text-align: center;
	background-color: #f6f6f6;
}

.table.table_results {
	margin-bottom: 140px;
}

.popover-navigation>.btn-group {
	margin-right: 5px;
}

.popover {
	padding: 0;
	min-width: 270px;
	max-width: 320px;
}

.popover .popover-title {
	background: url("../images/icons/donut-xs.png") no-repeat scroll 14px
		5px #00667E;
	color: #fff !important;
	padding-left: 42px;
	font-size: 14px !important;
	font-weight: normal !important;
	line-height: 16px;
}

.popover.bottom>.arrow::after {
	border-bottom-color: #ee6a2f;
}

.popover-navigation>.btn-group {
	margin-right: 5px;
}

.popover[class*="tour-"] .popover-navigation [data-role="next"] {
	margin-left: 1px;
}

.popover .text-highlight {
	color: #0050bb;
}

/* LIQUID METER */
.liquid-meter-wrapper .liquid-meter {
	margin-bottom: 30px;
	position: relative;
}

.liquid-meter-wrapper .liquid-meter .mask {
	/* left: -9px; */
	left: 0;
	position: absolute;
	/* top: -8px; */
	top: 0;
	max-width: 175px;
	z-index: 1;
}

/* TABLE*/
table tr.table_head {
	background-color: #767ddc;
	color: white;
	height: 60px;
	text-align: center;
}

.table_col {
	margin: 12px;
}

.table_label {
	color: #fff;
	display: inline;
	font-size: 88%;
	font-weight: 700;
	line-height: 1;
	padding: 0.2em 0.6em 0.3em;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
}

/* PREVIOUS BUTTON */
.pager .previous>a, .pager .previous>span {
	color: #666;
}

/* BIWEL BUTTON */
.btn-biwel {
	background: #0050bb;
	color: #ffffff;
}

.btn-biwel:hover, .btn-biwel:focus, .btn-biwel:active, .btn-biwel.active,
	.open>.dropdown-toggle.btn-biwel {
	background: #0050bb;
	color: #ffffff;
}

.btn-biwel:active, .btn-biwel.active {
	background: #0050bb;
	box-shadow: none;
	color: #ffffff;
}

.btn-biwel.disabled {
	background-color: #ffffff;
	border-color: #cccccc;
	color: #333333;
}

/* BUTTON HEIGHT SLIDER SIMULE */
.simuleHeight {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	text-align: right;
}

.azure-btn {
    border-radius: 5px;
    border: 1px solid #bbb;
    padding: 10px 5px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    background: #008AD7;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.7em;
}

/* RESUME HEADER */
header .resume {
	display: inline-block;
	color: #fff;
	padding-top: 8px;
}

header .resume * {
	display: inline-block;
}

header .resume>div {
	margin-left: 20px;
	padding-top: 6px;
	vertical-align: middle;
}
/* header .resume > div.today {} */
header .resume>div.today .weekday {
	font-size: 16px;
}

header .resume>div.today .dateSet {
	text-transform: uppercase;
	margin-bottom: 0;
}

header .resume>div.today .fa {
	margin-top: 4px;
}

/* TABLE*/
.table_head {
	background-color: #767ddc;
	color: white;
	height: 60px;
	text-align: center;
}

.table_col {
	margin: 12px;
}

.table_label {
	color: #fff;
	display: inline;
	font-size: 88%;
	font-weight: 700;
	line-height: 1;
	padding: 0.2em 0.6em 0.3em;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
}

.btn-grafica {
	background: url("../images/cmi/btn_barres_1.png") no-repeat scroll 14px
		5px;
	opacity: 1;
	z-index: 1;
	cursor: pointer;
}

.btn-grafica:hover {
	background: url("../images/cmi/btn_barres_2.png") no-repeat scroll 14px
		5px;
	opacity: 1;
	z-index: 1;
	cursor: pointer;
}

.btn-grafica-active {
	background: url("../images/cmi/btn_barres_2.png") no-repeat scroll 14px
		5px;
	opacity: 1;
	z-index: 1;
	cursor: pointer;
}

.btn-grafica-active:hover {
	background: url("../images/cmi/btn_barres_1.png") no-repeat scroll 14px
		5px;
	opacity: 1;
	z-index: 1;
	cursor: pointer;
}

.btn-donut {
	background: url("../images/cmi/btn_donut_1.png") no-repeat scroll 14px
		5px;
	opacity: 1;
	z-index: 1;
	cursor: pointer;
}

.btn-donut:hover {
	background: url("../images/cmi/btn_donut_2.png") no-repeat scroll 14px
		5px;
	opacity: 1;
	z-index: 1;
	cursor: pointer;
}

.btn-donut-active {
	background: url("../images/cmi/btn_donut_2.png") no-repeat scroll 14px
		5px;
	opacity: 1;
	z-index: 1;
	cursor: pointer;
}

.btn-donut-active:hover {
	background: url("../images/cmi/btn_donut_1.png") no-repeat scroll 14px
		5px;
	opacity: 1;
	z-index: 1;
	cursor: pointer;
}

/* TABLE */
.table_head {
	background-color: #767ddc;
	color: white;
	height: 60px;
	text-align: center;
}

.table_col {
	margin: 12px;
}

.table_label {
	color: #fff;
	display: inline;
	font-size: 88%;
	font-weight: 700;
	line-height: 1;
	padding: 0.2em 0.6em 0.3em;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
	border-radius: 5px;	
}

.table_label_biwel {
	color: #fff;
	display: inline;
	font-size: 88%;
	font-weight: 700;
	line-height: 1;
	padding: 0.2em 0.6em 0.3em;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
	border-radius: 5px;
	background: #00667E;	
}

.dropdown {
	min-width: 85px;
	white-space: nowrap;
}

.open>.dropdown-menu-right {
	display: block;
}

.dropdown-menu-right {
	background-clip: padding-box;
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	display: none;
	float: left;
	font-size: 14px;
	right: 0;
	list-style: outside none none;
	margin: 2px 0 0;
	min-width: 160px;
	padding: 5px 0;
	position: absolute;
	text-align: left;
	top: 100%;
	z-index: 1000;
}

.open .dropdown-menu-right a {
	border-radius: 2px;
	color: #7d7d7d;
	display: block;
	font-size: 1.2rem;
	line-height: 1.5rem;
	padding: 5px 10px;
}

.notifications .notification-menu .content {
	/*padding-left:0;*/
}

.open .dropdown-menu-right a:hover {
	background: #767ddc none repeat scroll 0 0;
}

.notifications .notification-menu #notificationDropdownMenu hr {
	background: #e6e6e6 none repeat scroll 0 0;
	clear: both;
	height: 1px;
	margin: 12px 0;
	width: 100%;
}

.notifications .notification-menu #notificationDropdownMenu li {
	padding: 0 0 20px 5px;
	margin: 0 0 1px;
	min-height: 54px;
	border-radius:5px 0 0 5px;
}
.notifications .notification-menu #notificationDropdownMenu li.new {
	background: rgba(255, 0, 0, 0.08);
}
.notification-menu .notification .image {
	margin-bottom:30px;
}
.notifications .notification-menu #notificationDropdownMenu li.notification,
.notifications .notification-menu #notificationDropdownMenu li.activitySharedNotification ,
.notifications .notification-menu #notificationDropdownMenu li.activitySharedNotificationCorporate,
.notifications .notification-menu #notificationDropdownMenu li.activityNotification,
.notifications .notification-menu #notificationDropdownMenu li.activityNotificationCorporate,
.notifications .notification-menu #notificationDropdownMenu li.activityGalleryNotification,
.notifications .notification-menu #notificationDropdownMenu li.activityGalleryNotificationCorporate
 {
	cursor:pointer;
	background:#f6f9fd;
	padding-top:5px;
	padding-bottom:5px;
	display:inline-block;
	width:100%;
}
.notifications .notification-menu #notificationDropdownMenu li.viewed{
	/*background:#fff;*/
}
.notifications .notification-menu #notificationDropdownMenu li.readed{
	background:#fff;
}
.notifications .notification-menu #notificationDropdownMenu li .icon-activity {
	position:relative;
	text-align: center;
	width:35px;
}
.notifications .notification-menu #notificationDropdownMenu li .icon-activity .fa {
	position: absolute;
    color: #fff;
    top: 20%;
    left: 0;
    font-size: 16px;
    width: 100%;
}

.notifications .notification-menu #notificationDropdownMenu .message {
	margin-bottom: 4px;
}

.notifications .notification-menu #notificationDropdownMenu a {
	width: 100%;
}

html .panel-info .panel-blue, html .additional-information .panel-blue {
	background: #00667E none repeat scroll 0 0;
	border-radius: 25px 25px 0 0;
}

html .panel-info .panel-body, html .additional-information .panel-ody {
	border-radius: 0 0 25px 25px;
}


.additional-information h2 {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
}

.additional-information .mfp-close, .additional-information .mfp-close-btn-in .mfp-close
	{
	color: #fff;
}


#modal-vote-activity #block-stars {
	width: 100%;
    display: inline-block;
    text-align: center;
    padding: 20px 0 15px;
    background: #ddd;
}
#modal-vote-activity #stars {
    display: inline-block;
}
#modal-vote-activity #stars a {
	text-decoration: none;
	display: inline-block;
	/* Volver a dar tamaño al texto */
	font-size: 32px;
	/*font-size: 2rem;*/
	
	color: #888;
}


#modal-vote-activity #stars a.active {
	color: rgb(39, 130, 228)!important;
}

#modal-vote-activity #stars:hover a {
	color: rgb(39, 130, 228);
}
#modal-vote-activity #stars:hover a.disabled {
	color: #888!important;
	cursor:default;
}
#modal-vote-activity #stars:hover a.active {
	color: rgb(39, 130, 228)!important;
}
/*
 * El selector de hijo, es necesario para aumentar la especifidad
 */
#modal-vote-activity #stars > a:hover ~ a {
	color: #888;
}

#modal-challenge h3 {
	color: #000;
	font-size: 16px;
	margin-bottom: 25px;
	margin-top: 10px;
}

#modal-challenge .challenge-value {
	line-height: 25px;
}

#modal-challenge .width-bottom-line {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

#modal-challenge .colorYes {
	color: #98c10f;
}

#modal-challenge .colorNo {
	color: #f18f4e;
}

#modal-challenge .duration-challenge .title {
	color: #aaa;
	font-size: 16px;
	font-weight: 600;
}

#modal-challenge .duration-challenge {
	margin-bottom: 20px;
}

#modal-challenge .duration-challenge .duration {
	color: #666666;
	font-size: 18px;
	line-height: 34px;
}

#modal-challenge .duration-challenge .duration span {
	font-size: 36px;
	font-weight: 600;
}

.loadingDiv {
	margin-bottom: 50px;
	margin-top: 50px;
	text-align: center;
}

.goal-not-exceeded {
	color: #fd742b !important;
}

html .additional-information .bg-goal-not-exceeded,
	.bg-goal-not-exceeded {
	background: #fd742b none repeat scroll 0 0;
}

html .additional-information #challenge-chart {
	height: 174px;
	position: relative;
	text-align: center;
	width: 100%;
}

html .additional-information #challenge-chart .canvas-chart {
	z-index: 0;
}

html .additional-information #challenge-chart .content-chart {
	left: 0;
	line-height: 16px;
	position: absolute;
	top: 50px;
	width: 100%;
	text-align: center;
}

html .additional-information #challenge-chart .content-chart .title {
	font-size: 20px;
	font-weight: 600;
}

.format-challenge {
	border: 1px solid #dddddd;
	border-radius: 4px;
	margin-top: 10px;
	/*padding-bottom: 14px;
	padding-top: 14px;*/
	height: 450px;
	position: relative;
}

.format-challenge .button-accept-challenge:hover {
color: #ffffff;	
}


.icon-challenge{	
    float: left;
    margin-top: -2px;
    margin-left: -10px;
}

.format-challenge.format-challenge-company  {
	height: 500px;
}

#create-challenge.format-challenge {
	cursor: pointer;
}

.format-challenge.feeding {
	background: transparent url('../images/challenges/feeding.jpg')
		no-repeat scroll top;
}

.format-challenge.activity {
	background: transparent url('../images/challenges/activity.jpg')
		no-repeat scroll top;
}

.format-challenge.distance {
	background: transparent url('../images/challenges/distance.jpg')
		no-repeat scroll top;
}

.format-challenge.recipe-contest {
	background: transparent url('../images/challenges/recipe-contest.jpg')
		no-repeat scroll top;
}




.format-challenge .bg-challenge {
	/*background-color: #ffffff;
    height: 320px;
	opacity: 0.9;
	filter: alpha(opacity=90);*/
	
	
}


.format-challenge .content-challenge {
	padding-top: 5px;
	height: 350px;
	position: absolute;
	top: 0;
	left: 0;
}

.format-challenge.company-challenge .content-challenge {
	height: auto;
}

.format-challenge .content-challenge .image-challenge-single,
	.format-challenge .content-challenge .image-challenge-company {
	margin-bottom: 20px;
	margin-top: 0px;
	text-align: center;
}

.format-challenge .content-challenge .image-challenge-single.challenge-corporate
	{
	margin-bottom: 5px;
}

.format-challenge .content-challenge .type-challenge-single {
	color: #000;
	line-height: 17px;
	text-align: justify;
}

.format-challenge .content-challenge .image-challenge-single.create-image
	{
	margin-top: 89px;
	text-align: center;
}

.format-challenge .content-challenge .image-challenge-company.create-image
	{
	margin-bottom: 0;
	margin-top: 20px;
	text-align: center;
}

.format-challenge .content-challenge .text-challenge {
	text-align: center;
	color: #333333;
}

.format-challenge .content-challenge .text-challenge h4 {
	text-transform: uppercase;
}

#additional-information-challenges .input-group-addon .fa,
	#modal-challenge .input-group-addon .fa {
	color: #999999;
}

.format-challenge .challenge-title,
.challenge-title-receipt {
	color: #000000;
	font-size: 18px;
	font-weight: 600;
	height: 46px;
	margin-top: 120px;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
}

.format-challenge .challenge-title.challenge-corporate {
	margin-top: 120px;
}

.format-challenge .challenge-description {
	color: #000000;
	height: 100px;
	line-height: 20px;
	overflow: hidden;
	text-align: justify;
}

.format-challenge .challenge-description.challenge-corporate {
	color: #000000;
	height: 80px;
	line-height: 20px;
	overflow: hidden;
	text-align: justify;
}

.format-challenge .challenge-info.challenge-corporate {

	height: 120px;

}
.format-challenge .challenge-description.challenge-corporate2 {
	color: #000000;
	height: 190px;
	line-height: 20px;
	overflow: hidden;
	text-align: justify;
}

#create-challenge.format-challenge .challenge-description {
	color: #555555;
	line-height: 24px;
	height: auto;
	margin-top: 40px;
}

#create-challenge.format-challenge .challenge-description span {
	color: #666666;
	font-size: 30px;
	font-weight: 600;
}

#create-challenge.format-challenge .challenge-description span.total {
	font-size: 22px;
}

.format-challenge .challenge-time, .format-challenge .challenge-goal-total .left  {
	color: #000000;
	font-size: 14px;
	padding-top:5px;
}
.format-challenge .challenge-participants   {
	color: #000000;
	font-size: 12px;
	padding-top:5px;
	font-weight: bold;
}
.format-challenge .challenge-time .btn-primary {
	
background-color: #0495c9;
	}
	.format-challenge .challenge-time .btn-primary:hover {
	
background-color: #0495c9;
	}

.format-challenge .challenge-diffdays {
	color: #000000;
	font-size: 16px;
	text-align: center;
	/*border-right: 1px solid #333333;*/
	/*height: 42px;*/
	position: relative;
}

.format-challenge .challenge-diffdays.challenge-corporate {
	/*height: 36px;*/
}
.format-challenge .challenge-joined {
	color: #000000;
	font-size: 14px;
	padding-top:20px;
	font-weight: bold;
}

.format-challenge .challenge-diffdays strong {
	font-size: 24px;
}

.format-challenge .challenge-status {
	color: #000000;
	text-align: left;
	/*height: 42px;*/
	position: relative;
}

.format-challenge .challenge-status.challenge-corporate {
	/*height: 36px;*/
}

.format-challenge .challenge-status .challenge-status-success,
	.format-challenge .challenge-percent-total.challenge-status-success {
	color: #2cae41;
	font-weight: 600;
}

.format-challenge .challenge-percent-total.challenge-status-unsuccessful
	{
	color: #ff0000;
	font-weight: 600;
}

.format-challenge .challenge-percent{
	margin-top:10px;
}

.format-challenge .center-vertical {
	padding-right: 30px;
	position: absolute;
	top: 50%;
	transform: translate(0px, -50%);
	-webkit-transform: translate(0, -50%);
	width: 100%;
}

.format-challenge .challenge-goal-total  .right {
	color: #007ECA;
	text-align: right;
	font-weight: bold;
}



.format-challenge .challenge-percent-total {
	color: #FF5A00;
	font-size: 18px;
	font-weight: 600;
	/*line-height: 48px;
	text-align: center;*/
	/*margin-top: 6px;*/
}

.format-challenge .challenge-percent-total.challenge-corporate {
	font-size: 18px;
	/*line-height: 40px;*/
}

.format-challenge .progress {
	margin-bottom: 10px;
	height: 15px;
}

#challenge-type-1, #challenge-type-2
, #challenge-type-3, #challenge-type-4
, #challenge-type-5,#challenge-type-6 {
	margin-bottom: 20px;
	margin-top: 15px;
	padding: 0;
	position: relative;
	width: 100%;
}

a.btn-default.challenge-type:hover {
	background-color: #fff;
	border-color: #767ddc;
}

#challenge-type-1 span, #challenge-type-2 span
, #challenge-type-3 span, #challenge-type-4 span
, #challenge-type-5 span ,#challenge-type-6 span{
	background-color: #fff;
	color: #000000;
	float: left;
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 10px;
	padding-top: 10px;
	text-transform: uppercase;
	width: 100%;
}

#challenge-type-1 span.bg, #challenge-type-2 span.bg
, #challenge-type-3 span.bg , #challenge-type-4 span.bg
, #challenge-type-5 span.bg , #challenge-type-6 span.bg
	{
	height: 120px;
}

#challenge-type-1 span.bg {
	background: transparent url('../images/challenges/button-steps-new.jpg')
		no-repeat scroll center bottom;
}

#challenge-type-2 span.bg {
	background: transparent url('../images/challenges/button-kms-new.jpg')
		no-repeat scroll center bottom;
}

#challenge-type-3 span.bg {
	background: transparent url('../images/challenges/button-feeding.jpg')
		no-repeat scroll center bottom;
}
#challenge-type-4 span.bg {
	background: transparent url('../images/challenges/button-feeding-new.jpg')
		no-repeat scroll center bottom;
}

#challenge-type-5 span.bg {
	background: transparent url('../images/challenges/button-races-new.jpg')
		no-repeat scroll center bottom;
}

#challenge-type-6 span.bg {
	background: transparent url('../images/challenges/button-video.jpg')
		no-repeat scroll center bottom;
}

.challenge-type .without-synchronization {
	background-color: #fff;
	height: 164px;
	opacity: 0.9;
	filter: alpha(opacity = 90);
	position: absolute;
	top: 0;
	padding-left: 10px;
	padding-right: 10px;
}

.challenge-type .without-synchronization span.title {
	margin-top: 20px;
}

.btn-default.type-without-synchronization {
	cursor: default;
}

.btn-default.type-without-synchronization:hover {
	cursor: default;
	border-color: #cccccc;
}

a.cancel-challenge, .cancel-challenge-view, a.cancel-challenge-company {
	/*color: #888888;*/
	color:white;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
}



body.myActions .breadcrumb-activity
body.activity .breadcrumb-activity, 
body.healthprofile .breadcrumb-activity,
body.cmiactivities .breadcrumb-activity, 
body.cmichallenges .breadcrumb-activity, 
body.cmiwellbeingprograms .breadcrumb-wellbeingprograms, 
body.admincmiactivities .breadcrumb-activity, 
body.healthprofileplus .breadcrumb-activity,
body.myActivity .breadcrumb-activity , 
body.myNews .breadcrumb-news ,
body.cminews .breadcrumb-news   
{
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

body.myActions .breadcrumb-activity .wizard-progress.wizard-progress-lg,
body.activity .breadcrumb-activity .wizard-progress.wizard-progress-lg,
	body.healthprofile .breadcrumb-activity .wizard-progress.wizard-progress-lg,
	body.cmiactivities .breadcrumb-activity .wizard-progress.wizard-progress-lg,
	body.cmiwellbeingprograms .breadcrumb-awellbeingprograms .wizard-progress.wizard-progress-lg,
	body.cmichallenges .breadcrumb-activity .wizard-progress.wizard-progress-lg,
	body.admincmiactivities .breadcrumb-activity .wizard-progress.wizard-progress-lg,
	body.healthprofileplus .breadcrumb-activity .wizard-progress.wizard-progress-lg,
	body.myActivity .breadcrumb-activity .wizard-progress.wizard-progress-lg,
	body.myNews .breadcrumb-news .wizard-progress.wizard-progress-lg,
	body.cminews .breadcrumb-news .wizard-progress.wizard-progress-lg
	{
	border: 0;
	margin: 0 auto;
	padding-bottom: 0;
	width: 60%;
}



body.myActions .breadcrumb-activity .wizard-progress .steps-progress .progress-indicator,
body.activity .breadcrumb-activity .wizard-progress .steps-progress .progress-indicator,
	body.healthprofile .breadcrumb-activity .wizard-progress .steps-progress .progress-indicator,
	body.cmiactivities .breadcrumb-activity .wizard-progress .steps-progress .progress-indicator,
	body.cmiwellbeingprograms .breadcrumb-wellbeingprograms .wizard-progress .steps-progress .progress-indicator,
	body.admincmiactivities .breadcrumb-activity .wizard-progress .steps-progress .progress-indicator,
	body.healthprofileplus .breadcrumb-activity .wizard-progress .steps-progress .progress-indicator,
	body.myActivity .breadcrumb-activity .wizard-progress .steps-progress .progress-indicator,
	body.myNews .breadcrumb-news .wizard-progress .steps-progress .progress-indicator,
	body.cminews .breadcrumb-news .wizard-progress .steps-progress .progress-indicator
	{
	background: #757cdc none repeat scroll 0 0;
}




body.myActions .breadcrumb-activity .wizard-progress .wizard-steps,
body.activity .breadcrumb-activity .wizard-progress .wizard-steps,
body.healthprofile .breadcrumb-activity .wizard-progress .wizard-steps,
body.cmichallenges .breadcrumb-activity .wizard-progress .wizard-steps,
body.healthprofileplus .breadcrumb-activity .wizard-progress .wizard-steps,
body.myActivity .breadcrumb-activity .wizard-progress .wizard-steps,
body.myNews .breadcrumb-news .wizard-progress.wizard-steps,
body.cminews .breadcrumb-news .wizard-progress.wizard-steps
{
	padding-top: 35px;
}

body.myActions .breadcrumb-activity .wizard-progress .wizard-steps li,
body.activity .breadcrumb-activity .wizard-progress .wizard-steps li,
body.healthprofile .breadcrumb-activity .wizard-progress .wizard-steps li,
body.cmichallenges .breadcrumb-activity .wizard-progress .wizard-steps li,
body.healthprofileplus .breadcrumb-activity .wizard-progress .wizard-steps li
body.myActivity .breadcrumb-activity .wizard-progress .wizard-steps li,
body.myNews .breadcrumb-news .wizard-progress .wizard-steps li a,
body.cminews .breadcrumb-news .wizard-progress .wizard-steps li a
{
	min-width: 65px;
}

body.myActions .breadcrumb-activity .wizard-progress .wizard-steps li a,
body.activity .breadcrumb-activity .wizard-progress .wizard-steps li a,
	body.healthprofile .breadcrumb-activity .wizard-progress .wizard-steps li a,
	body.cmichallenges .breadcrumb-activity .wizard-progress .wizard-steps li a,
	body.healthprofileplus .breadcrumb-activity .wizard-progress .wizard-steps li a,
	body.myActivity .breadcrumb-activity .wizard-progress .wizard-steps li a,
	body.myNews .breadcrumb-news .wizard-progress .wizard-steps li a,
	body.cminews .breadcrumb-news .wizard-progress .wizard-steps li a
	{
	    padding-top: 15px;
	}

body.myActions .breadcrumb-activity .wizard-progress .wizard-steps li a span,
body.activity .breadcrumb-activity .wizard-progress .wizard-steps li a span,
	body.healthprofile .breadcrumb-activity .wizard-progress .wizard-steps li a span,
	body.cmiactivities .breadcrumb-activity .wizard-progress .wizard-steps li a span,
	body.admincmiactivities .breadcrumb-activity .wizard-progress .wizard-steps li a span,
	body.cmichallenges .breadcrumb-activity .wizard-progress .wizard-steps li a span,
	body.healthprofileplus .breadcrumb-activity .wizard-progress .wizard-steps li a span,
	body.myActivity .breadcrumb-activity .wizard-progress .wizard-steps li a span,
	body.myNews .breadcrumb-news .wizard-progress .wizard-steps li a span,
	body.cminews .breadcrumb-news .wizard-progress .wizard-steps li a span
	{
	width: 50px;
    height: 50px;
    margin-top: -30px;
    margin-left: -30px;
    border-radius: 60px;
    line-height: 44px;
    font-size: 22px;
    border-width: 4px;
}

body.myActions .breadcrumb-activity .wizard-progress .wizard-steps li.active a span,
body.activity .breadcrumb-activity .wizard-progress .wizard-steps li.active a span,
	body.healthprofile .breadcrumb-activity .wizard-progress .wizard-steps li.active a span,
	body.cmiactivities .breadcrumb-activity .wizard-progress .wizard-steps li.active a span,
	body.admincmiactivities .breadcrumb-activity .wizard-progress .wizard-steps li.active a span,
	body.cmichallenges .breadcrumb-activity .wizard-progress .wizard-steps li.active a span,
	body.healthprofileplus .breadcrumb-activity .wizard-progress .wizard-steps li.active a span,
	body.myActivity .breadcrumb-activity .wizard-progress .wizard-steps li.active a span,
	body.myNews .breadcrumb-news .wizard-progress .wizard-steps li.active a span,
	body.cminews .breadcrumb-news .wizard-progress .wizard-steps li.active a span
	
	{
	border-color: #757cdc;
	color: #757cdc;
}

body.myActions .breadcrumb-activity .wizard-progress .steps-progress .progress-indicator,
body.activity .breadcrumb-activity .wizard-progress .steps-progress .progress-indicator,
	body.healthprofile .breadcrumb-activity .wizard-progress .steps-progress .progress-indicator,
	body.cmiactivities .breadcrumb-activity .wizard-progress .steps-progress .progress-indicator,
	body.admincmiactivities .breadcrumb-activity .wizard-progress .steps-progress .progress-indicator,
	body.cmichallenges .breadcrumb-activity .wizard-progress .steps-progress .progress-indicator,
	body.healthprofileplus .breadcrumb-activity .wizard-progress .steps-progress .progress-indicator,
	body.healthprofileplus .breadcrumb-activity .wizard-progress .steps-progress .progress-indicator,
	body.cminews .breadcrumb-bews .wizard-progress .steps-progress .progress-indicator
	{
	background: #757cdc none repeat scroll 0 0;
}

.group-challenge {
	border: 1px solid #dddddd;
	border-radius: 5px;
	margin: 20px auto 40px;
	padding: 20px 20px 0;
	width: 70%;
}

.group-challenge.group-challenge100 {
	width: 100%;
}

.group-challenge label {
	float: left;
	font-weight: 600;
	line-height: 30px;
	width: 40%;
}

.group-challenge.group-challenge100 label {
	width: 100%;
}

.group-challenge .input-group {
	float: left;
	width: 60%;
}

.group-challenge.group-challenge100 .input-group {
	width: 100%;
}

#challenge-value-goal-plus, #challenge-value-goal-minus,
	#challenge-value-fruit-plus, #challenge-value-fruit-minus,
	#challenge-value-campaign-total-plus,
	#challenge-value-campaign-total-minus, #challenge-value-modal-plus,
	#challenge-value-modal-minus {
	cursor: pointer;
}

#challenge-value-goal {
	text-align: center;
}

.notification-challenge-view.format-challenge {
	margin-bottom: 20px;
}

.progress .progress-bar-orange {
	background-color: #FE6736;
}

#modal-challenge .text-partial-challenges {
	font-size: 15px;
	margin-top: 20px;
}

#modal-challenge .text-finish-challenges {
	font-size: 15px;
}

#modal-challenge .text-percent {
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: -15px;
}

#modal-challenge h3.finish {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 25px;
	margin-top: 10px;
	text-align: center;
	text-transform: uppercase;
}

#modal-challenge .btn-default.weight_plus .fa, #modal-challenge .btn-default.weight_minus .fa
	{
	color: #333333;
}

/* INICI ACTIVITATS */

#modal-activity h3 {
	color: #000;
	font-size: 16px;
	margin-bottom: 25px;
	margin-top: 10px;
}

#modal-activity .activity-value {
	line-height: 25px;
}

#modal-activity .width-bottom-line {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

#modal-activity .colorYes {
	color: #98c10f;
}

#modal-activity .colorNo {
	color: #f18f4e;
}

#modal-activity .duration-activity .title {
	color: #aaa;
	font-size: 16px;
	font-weight: 600;
}

#modal-activity .duration-activity {
	margin-bottom: 20px;
}

#modal-activity .duration-activity .duration {
	color: #666666;
	font-size: 18px;
	line-height: 34px;
}

#modal-activity .duration-activity .duration span {
	font-size: 36px;
	font-weight: 600;
}

.loadingDiv {
	margin-bottom: 50px;
	margin-top: 50px;
	text-align: center;
}

.goal-not-exceeded {
	color: #fd742b !important;
}

html .additional-information .bg-goal-not-exceeded,
	.bg-goal-not-exceeded {
	background: #fd742b none repeat scroll 0 0;
}

html .additional-information #activity-chart {
	height: 174px;
	position: relative;
	text-align: center;
	width: 100%;
}

html .additional-information #activity-chart .canvas-chart {
	z-index: 0;
}

html .additional-information #activity-chart .content-chart {
	left: 0;
	line-height: 16px;
	position: absolute;
	top: 50px;
	width: 100%;
	text-align: center;
}

html .additional-information #activity-chart .content-chart .title {
	font-size: 20px;
	font-weight: 600;
}

.block-filter-activities, .block-filter-wellbeingprograms {
	padding:20px;
	background:#eeeeee;
	border-radius:10px;
	display:inline-block;
	width:100%;
}
.block-filter-activities h3, .block-filter-wellbeingprograms h3 {
	color:#333!important;
	margin-top:0;
	font-size: 16px;
    text-transform: none;
    font-weight: 600;
}
.block-filter-activities p, .block-filter-wellbeingprograms p {
	/*margin-bottom:5px;*/
	margin-bottom:0px;
}
.block-filter-activities input, .block-filter-wellbeingprograms input {
	border-radius:5px;
	height:36px;
	padding:7px;
	border:1px solid #E5E7E9;
	width:100%;
}
.block-filter-activities select, .block-filter-wellbeingprograms select {
	height:36px;
	padding:7px;
	width:100%;
}

.block-filter-activity-view ,.block-filter-wellbeingprograms{
	margin:20px 0 20px 0;
}

.block-filter-activity-view #filter-activity-list-view , .block-filter-wellbeingprograms #filter-wellbeingprograms-list-view{
	border-radius:10px 0 0 10px;
}
.block-filter-activity-view #filter-activity-map-view {
	border-radius:0 10px 10px 0;
	border-left:none;
}

.block-filter-activity-view button, .block-filter-wellbeingprograms-view button {
	background:#fff;
	border:1px solid #ccc;
	color:#333;
	height:30px;
	outline:none;
}
.block-filter-activity-view button.selected, .block-filter-wellbeingprograms-view button.selected {
	background:#eee;
	cursor:default;
}

#btn-filter-activities, #btn-filter-wellbeingprograms {
	border:1px solid #666;
	background:#333;
	color:#fff;
	width:40%;
	border-radius:10px;
	margin-top:10px;
	height:30px;
	outline:none;
	margin-left:15px;
	display:inline-block;
	float:right;
}

#btn-delete-filter-activities, #btn-delete-filter-news, #btn-delete-filter-conferences
, #btn-delete-filter-workouts, #btn-delete-filter-wellbeingprograms  {
border: 1px solid #666;
    background: #333;
    color: #fff;
    width: auto;
    border-radius: 10px;
    margin-top: 25px;
    height: 30px;
    outline: none;
    display: inline-block;
    float: left;
    padding: 0 25px 0 25px;
}

.format-news {
	border: 1px solid #dddddd;
	border-radius: 4px;
	margin-top: 10px;
	margin-bottom:35px;
	/*padding-bottom: 14px;
	padding-top: 14px;*/
	height: 225px;
	position: relative;
	overflow:hidden;
	padding:0;
	background:#f6f6f6;
}


.format-activity {
	border: 1px solid #dddddd;
	border-radius: 4px;
	margin-top: 10px;
	margin-bottom:35px;
	/*padding-bottom: 14px;
	padding-top: 14px;*/
	height: 425px;
	position: relative;
	overflow:hidden;
	padding:0;
	background:#f6f6f6;
}

.format-wellbeingprograms {
	border: 1px solid #dddddd;
	border-radius: 4px;
	margin-top: 10px;
	margin-bottom:35px;
	/*padding-bottom: 14px;
	padding-top: 14px;*/
	height: 550px;
	position: relative;
	overflow:hidden;
	padding:0;
	background:#f6f6f6;
}
.format-challenge {
	border: 1px solid #dddddd;
	border-radius: 4px;
	margin-top: 10px;
	margin-bottom:35px;
	/*padding-bottom: 14px;
	padding-top: 14px;*/
	height: 425px;
	position: relative;
	overflow:hidden;
	padding:0;
	background:#f6f6f6;
}

.create-activity-view .bg-activity {
	position:absolute;
	top:0;
	left:0;
	height:190px;
	width:100%;
	z-index:1;
	padding:0;
	background-size: cover;
}

.create-news-view .bg-news {
	/*position:absolute;*/
	top:0;
	left:0;
	height:200px;
	/*max-width:300px;*/
	z-index:1;
	padding:0;
	background-size: cover;
	border-radius:10px;
}

.format-activity .button-accept-activity:hover {
color: #ffffff;	
}
.format-wellbeingprograms .button-accept-wellbeingprograms:hover {
color: #ffffff;	
}

@media only screen and (min-width: 768px) {
	.col-activity-info {
		width:72%!important;
		/*padding:0;*/
	}

	.col-activity-preview {
		width:27%!important;
	}
}


.format-activity .block-icons,.format-wellbeingprograms .block-icons {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
.format-challenge .block-icons {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}

.format-activity .icon, .format-wellbeingprograms .icon  {
	display:inline-block;
	float:left;
	margin:-2px 5px 0;
	position:relative;
	text-align:center;
}
.format-activity .icon .fa, .format-wellbeingprograms .icon .fa {
	position:absolute;
	color: #fff;
	top: 20%;
	left: 0;
	font-size:20px;
	width: 100%;
}
.format-activity .icon.icon-share-activity, .format-wellbeingprograms .icon.icon-share-wellbeingprograms{	
	float: right;
	margin-top: 0;
	margin-right: 0;
	padding: 7px 10px;
	background: #fff;
	z-index:2;
	position:relative;
}
.format-activity .icon.icon-share-activity.disabled {
	cursor:default;
}
.format-activity .icon.icon-share-activity.disabled img {
	opacity:0.3;
}

.format-activity.activityCompany,  
.format-activity.activity {
	height: 405px;
}
#additional-information-activities-add .format-activity.activityCompany,  
#additional-information-activities-add .format-activity.activity {
	height: 350px;
	margin-bottom:10px;
}

#create-activity.format-activity {
	cursor: pointer;
}


.format-activity .content-activity {
	padding-top: 5px;
	height: 250px;
	display:inline-block;
	/*position: absolute;
	top: 0;
	left: 0;*/
}

.modal-block .format-activity .content-activity {
	padding-top:135px;
}
.modal-block #activities-add-view .format-activity .content-activity {
	padding-top:0;
}
.format-activity .block-image {
	display:inline-block;
	float:left;
	width:100%;
	height:145px;
	overflow:hidden;
	position:relative;
	background:#eeeeee;
}

#challenges-add-view .format-challenge .block-image {
	height:auto;
	max-height:145px;
}
.format-challenge .activity-image {
	display:inline-block;
	/*max-height:205px;*/
}

.format-challenge .block-image {
	display:inline-block;
	float:left;
	width:100%;
	height:145px;
	overflow:hidden;
	position:relative;
	background:#eeeeee;
}

#activities-add-view .format-activity .block-image {
	height:auto;
	max-height:145px;
}
.format-activity .activity-image {
	display:inline-block;
	/*max-height:205px;*/
}

.format-activity.activityCompany .content-activity {
	height: auto;
}

.format-activity .content-activity .image-activity-single,
	.format-activity .content-activity .image-activity-company {
	margin-bottom: 20px;
	margin-top: 0px;
	text-align: center;
}

.format-activity .content-activity .image-activity-single.activity-corporate
	{
	margin-bottom: 5px;
}

.format-activity .content-activity .type-activity-single {
	color: #000;
	line-height: 17px;
	text-align: justify;
}

.format-activity .content-activity .image-activity-single.create-image
	{
	margin-top: 89px;
	text-align: center;
}

.format-activity .content-activity .image-activity-company.create-image
	{
	margin-bottom: 0;
	margin-top: 20px;
	text-align: center;
}

.format-activity .content-activity .text-activity {
	text-align: center;
	color: #333333;
}

.format-activity .content-activity .text-activity h4 {
	text-transform: uppercase;
}

#additional-information-activities .input-group-addon .fa,
	#modal-activity .input-group-addon .fa {
	color: #999999;
}

.format-activity .activity-title {
	color: #000000;
	font-size: 18px;
	/*font-weight: 600;*/
	height: 46px;
	margin-top: 5px;
	overflow: hidden;
	text-align: left;
	/*text-transform: uppercase;*/
}
.format-activity .activity-title a {
	display:inline-block;
	color: #000000;
}


.format-activity .activity-description {
	color: #000000;
	height: 80px;
	word-break:break-word;
	overflow:hidden;
	margin-bottom:15px;
	line-height: 20px;
	/*text-align: justify;*/
}

.format-activity .wellbeingprogram-description {
	color: #000000;
	height: 150px;
	word-break:break-word;
	overflow:hidden;
	margin-bottom:15px;
	line-height: 20px;
	/*text-align: justify;*/
}
.modal-block .format-activity .activity-description {
	/*height:auto;*/
}
#additional-information-activities textarea {
	resize: none!important;
	height:80px;
}

.ui-pnotify.stack-bar-top {
	z-index:10005;
}
.modal {
	z-index:10040;
}
.format-activity .activity-where {
	color: #000000;
}
.format-activity .activity-where .activity-place-link {
	/*color: #000000;*/
	font-weight:600;
}
.format-activity .activity-when {
	color: #000000;
}

.format-activity .activity-description.activity-corporate {
	color: #000000;
	height: 100px;
	line-height: 20px;
	overflow: hidden;
	text-align: justify;
}

#modal-vote-activity #stars {
	font-size: 26px;
	text-align: center;
}

#map-canvas {
	display:block;
	width:100%;
	height:400px;
}

#map-canvas * {
    overflow:visible;
}

#map-common-canvas {
	display:block;
	width:100%;
	height:500px;
}

#map-common-canvas * {
    overflow:visible;
}

.marker-img {
	max-width:300px;
	/*max-height:200px;*/
}
.marker-img img {
	max-width:100%!important;
}
/*
html .panel-info#activities .panel-blue {
	background:#005788;
}*/

#create-activity.format-activity .activity-description {
	color: #555555;
	line-height: 24px;
	height: auto;
	margin-top: 40px;
}

#create-activity.format-activity .activity-description span {
	color: #666666;
	font-size: 30px;
	font-weight: 600;
}

#create-activity.format-activity .activity-description span.total {
	font-size: 22px;
}

.format-activity .activity-time  {
	color: #000000;
	font-size: 14px;
	padding-top:5px;
}
.format-activity .activity-participants   {
	color: #000000;
	font-size: 12px;
	padding-top:5px;
	font-weight: bold;
}
.format-activity .activity-time .btn-primary {
	
background-color: #0495c9;
	}
	.format-activity .activity-time .btn-primary:hover {
	
background-color: #0495c9;
	}

.format-activity .activity-diffdays {
	color: #000000;
	font-size: 16px;
	text-align: center;
	/*border-right: 1px solid #333333;*/
	height: 42px;
	position: relative;
}

.format-activity .activity-diffdays.activity-corporate {
	height: 36px;
}
.format-activity .activity-joined {
	color: #000000;
	font-size: 14px;
	padding-top:10px;
	font-weight: bold;
}

.format-activity .activity-diffdays strong {
	font-size: 24px;
}

.format-activity .activity-address {
	color: #000000;
	text-align: left;
	min-height: 25px;
	position: relative;
}
.format-activity .activity-date {
	color: #000000;
	text-align: left;
	height: 30px;
	position: relative;
}
.format-activity .activity-status {
	color: #000000;
	text-align: left;
	height: 42px;
	position: relative;
}

.format-activity .activity-status.activity-corporate {
	height: 36px;
}

.format-activity .activity-status .activity-status-success,
	.format-activity .activity-percent-total.activity-status-success {
	color: #2cae41;
	font-weight: 600;
}

.format-activity .activity-percent-total.activity-status-unsuccessful
	{
	color: #ff0000;
	font-weight: 600;
}

.format-activity .activity-percent{
	margin-top:10px;
}

.format-activity .center-vertical {
	padding-right: 30px;
	position: absolute;
	top: 50%;
	transform: translate(0px, -50%);
	-webkit-transform: translate(0, -50%);
	width: 100%;
}

.format-activity .activity-goal-total  .right {
	color: #007ECA;
	text-align: right;
	font-weight: bold;
}



.format-activity .activity-percent-total {
	color: #FF5A00;
	font-size: 18px;
	font-weight: 600;
	/*line-height: 48px;
	text-align: center;*/
	/*margin-top: 6px;*/
}

.format-activity .activity-percent-total.activity-corporate {
	font-size: 18px;
	/*line-height: 40px;*/
}

.format-activity .progress {
	margin-bottom: 10px;
	height: 15px;
}

#activity-template-1, #activity-template-2, #activity-template-3, #activity-template-4, #preview-activity-template-1, #preview-activity-template-2, 
#preview-activity-template-3, #preview-activity-template-4 {
	margin-bottom: 20px;
	margin-top: 15px;
	padding: 0;
	position: relative;
	width: 100%;
	overflow:hidden;
	border-width:2px;
}
#activity-template-1.selected, #activity-template-2.selected, #activity-template-3.selected, #activity-template-4.selected,
 #preview-activity-template-1.selected, #preview-activity-template-2.selected, #preview-activity-template-3.selected, 
 #preview-activity-template-4.selected{
	border-color:#333;
}

a.btn-default.activity-template:hover {
	background-color: #fff;
	border-color: #767ddc;
}

#activity-template-1 span, #activity-template-2 span, #activity-template-3 span, #activity-template-4 span, 
#preview-activity-template-1 span, #preview-activity-template-2 span, #preview-activity-template-3 span, #preview-activity-template-4 span {
	background-color: #fff;
	color: #000000;
	float: left;
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 10px;
	padding-top: 10px;
	text-transform: uppercase;
	width: 100%;
}

#activity-template-1 span.bg, #activity-template-2 span.bg, #activity-template-3 span.bg, #activity-template-4 span.bg, 
#preview-activity-template-1 span.bg, #preview-activity-template-2 span.bg, #preview-activity-template-3 span.bg, #preview-activity-template-4 span.bg{
	height: 145px;
	background-size:auto 90%!important;
}

#activity-template-1 span.bg, #preview-activity-template-1 span.bg{
	background: #fff url('../images/activities/button-template-1.png')
		no-repeat scroll center bottom;
}

#activity-template-2 span.bg, #preview-activity-template-2 span.bg {
	background: #fff url('../images/activities/button-template-2.png')
		no-repeat scroll center bottom;
}

#activity-template-3 span.bg, #preview-activity-template-3 span.bg {
	background: #fff url('../images/activities/button-template-3.png')
		no-repeat scroll center bottom;
}

#activity-template-4 span.bg, #preview-activity-template-4 span.bg {
	background: #fff url('../images/activities/button-template-4.png')
		no-repeat scroll center bottom;
}

.activity-type .without-synchronization {
	background-color: #fff;
	height: 164px;
	opacity: 0.9;
	filter: alpha(opacity = 90);
	position: absolute;
	top: 0;
	padding-left: 10px;
	padding-right: 10px;
}

.activity-type .without-synchronization span.title {
	margin-top: 20px;
}

#activity-step-4 .error-update {
	color:#fe0000;
	text-align:right;
}
#activity-step-preview .error-update {
	color:#fe0000;
	text-align:right;
	display:none;
}


.btn-default.type-without-synchronization {
	cursor: default;
}

.btn-default.type-without-synchronization:hover {
	cursor: default;
	border-color: #cccccc;
}

a.cancel-activity, .cancel-activity-view, .cancel-activity-company {
	/*color: #888888;*/
	color:#333;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	position:absolute;
	bottom: 3px;
	right:5px;
}

.group-activity {
	border: 1px solid #dddddd;
	border-radius: 5px;
	margin: 15px 2% 15px;
	padding: 20px 20px 0;
	display:inline-block;
	/*width: 70%;*/
	width: 96%;
}
.group-activity .form-group {	
	display:inline-block;
}

.input-group .form-control#activity-value-address {
	width:93%;
}
.group-activity.group-activity100 {
	width: 100%;
	margin:10px 0 15px;
}

.group-activity label {
	float: left;
	font-weight: 600;
	line-height: 30px;
	width: 40%;
}
.group-activity .full-width label {
	width:19.3%;
}
label.error-users {
    color: #B94A48;
    margin-top: 2px;
}
label.error-date {
    color: #B94A48;
    margin-top: 2px;
}

.group-activity.group-activity100 label {
	width: 100%;
}

.group-activity .input-group {
	float: left;
	width: 60%;
}

.group-activity .full-width .input-group {
	width: 80.7%;
}

.group-activity.group-activity100 .input-group {
	width: 100%;
}
.input-group-icon input.form-control:first-child, .input-group-icon input.form-control:last-child {
	border-radius:0;
}

#activity-value-goal-plus, #activity-value-goal-minus,
	#activity-value-fruit-plus, #activity-value-fruit-minus,
	#activity-value-campaign-total-plus,
	#activity-value-campaign-total-minus, #activity-value-modal-plus,
	#activity-value-modal-minus {
	cursor: pointer;
}

#activity-value-goal {
	text-align: center;
}

.notification-activity-view.format-activity {
	margin-bottom: 20px;
}

.progress .progress-bar-orange {
	background-color: #FE6736;
}

#modal-activity .text-partial-activities {
	font-size: 15px;
	margin-top: 20px;
}

#modal-activity .text-finish-activities {
	font-size: 15px;
}

#modal-activity .text-percent {
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: -15px;
}

#modal-activity h3.finish {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 25px;
	margin-top: 10px;
	text-align: center;
	text-transform: uppercase;
}

#modal-activity .btn-default.weight_plus .fa, #modal-activity .btn-default.weight_minus .fa
	{
	color: #333333;
}
/* FI ACTIVITATS */

#flotTip {
	background-color: #fff;
	padding: 0.4em 0.6em;
	border-radius: 0.5em;
	font-size: 0.9em;
	border: 1px solid #111;
	white-space: nowrap;
	color: #000;
	text-align: center;
	opacity: 0.9;
	filter: alpha(opacity = 90);
	z-index: 10002;
}

/* INICIO: Imagen circular del perfil con circulo perfecto */
.image-circle {
	border-radius: 50% !important;
	margin: 0 auto;
	overflow: hidden !important;
	position: relative !important;
}

.image-circle img {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
}
/* FIN: Imagen circular del perfil con circulo perfecto */
.notification-menu ul.notification-menu-scroll {
	height: 240px;
	overflow-x: hidden;
	overflow-y: scroll;
	width: 100%;
}

/* INICIO: Cookies */
#legal-cookies {
	background: #767ddc none repeat scroll 0 0;
	bottom: 0;
	color: #ffffff;
	font-size: 12px;
	line-height: 30px;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 1010;
}

#modalCookies .modal-header {
	background: #ee6a2f none repeat scroll 0 0;
	border-bottom: medium none;
	border-radius: 5px 5px 0 0;
	color: #fff;
}

#modalCookies .modal-header .modal- {
	background: transparent url("../images/icons/donut-sm.png") no-repeat
		scroll 0 0;
	line-height: 2.1;
	padding-left: 50px;
}

#modalCookies h2 {
	color: #0050bb;
	font-size: 18px;
	font-weight: 600;
}

#modalCookies table {
	width: 100%;
}

#modalCookies table th {
	background-color: #767ddc;
	color: #fff;
	padding: 8px;
	text-align: center;
}

#modalCookies table td {
	border-top: 1px solid #dddddd;
	padding: 8px;
	vertical-align: top;
}
/* FIN: Cookies */

/* INICIO: Notificaciones ranking */
#modal-challenge #ranking-description1.ranking-description,
	#modal-challenge #ranking-description2.ranking-description,
	#modal-challenge #ranking-description3.ranking-description {
	border-top: 0 none;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 1px;
}

#modal-challenge #ranking-description1.ranking-description .user-title,
	#modal-challenge #ranking-description2.ranking-description .user-title,
	#modal-challenge #ranking-description3.ranking-description .user-title
	{
	height: 50px;
	overflow: hidden;
}

#modal-challenge #ranking-description1 .user-position, #modal-challenge #ranking-description2 .user-position,
	#modal-challenge #ranking-description3 .user-position {
	font-size: 40px;
	line-height: 40px;
	margin-top: 10px;
}

#modal-challenge #ranking-description1.ranking-description .user-position,
	#modal-challenge #ranking-description2.ranking-description .user-position,
	#modal-challenge #ranking-description3.ranking-description .user-position
	{
	text-align: center;
	color: #fff;
	font-weight: 600;
	padding-bottom: 5px;
	padding-top: 5px;
}

#modal-challenge #ranking-description2.ranking-description .user-position
	{
	margin-top: 30px;
}

#modal-challenge #ranking-description3.ranking-description .user-position
	{
	margin-top: 45px;
}

#modal-challenge #ranking-description1 .user-steps, #modal-challenge #ranking-description2 .user-steps,
	#modal-challenge #ranking-description3 .user-steps {
	font-weight: 600;
}

#modal-challenge #ranking-description1.ranking-description .user-position
	{
	background: transparent url('../images/ranking/position1.png') repeat-y
		scroll center top;
	padding-top: 40px;
}

#modal-challenge #ranking-description2.ranking-description .user-position
	{
	background: transparent url('../images/ranking/position2.png') repeat-y
		scroll center top;
	padding-top: 20px;
}

#modal-challenge #ranking-description3.ranking-description .user-position
	{
	background: transparent url('../images/ranking/position3.png') repeat-y
		scroll center top;
}

#modal-challenge .ranking-notification .image-circle img {
	width: 100%;
}
/* FIN: Notificaciones ranking */

/* POPUPS */
.modal-header {
	background: none repeat scroll 0 0 #ee6a2f;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	color: #fff;
}

.modal-header .modal-title {
	/*background: url("../images/icons/donut-sm.png") no-repeat 0 0
		transparent;*/
	line-height: 2.1;
	/*padding-left: 50px;*/
}

.modal-header .close {
	margin-top: 8px;
}

.modal-body .text-highlight {
	color: #0050bb;
}

.modal-footer .btn-tour {
	background: #0050bb;
	color: #fff;
	float: left;
}

#additional-information-activities.modal-block {
	max-width: 80%;
}

#additional-information-wellbeingprograms.modal-block {
	max-width: 80%;
}

/*Fin popups*/
#ranking .user-image {
	height: 89px;
	width: 89px;
}

#ranking .hq-image {
	height: 100px;
	width: 100px;
}

.friend-description .user-image {
	height: 74px;
	width: 74px;
}

.healthprofile #basic-information .user-image .image-circle,
.healthprofileplus #basic-information .user-image .image-circle {
	width: 114px;
	height: 114px;
}

.pac-container { z-index: 10005 !important; }

/* MOBILE BUG */
	.dropdown-backdrop {
		display: none;
	}
	
	
	
	
@media screen and (min-width: 768px) {
	.no-padding-sm {
		padding-left:0!important;
		padding-right:0!important;
	}
}
@media screen and (max-width: 767px) {
	.no-padding-xs {
		padding-left:0!important;
		padding-right:0!important;
	}
	
	.page-header .right-wrapper {
		display:none;
	}
}
@media screen and (max-width: 1199px) {
	.pl-md-none {
		padding-left:0;
	}
	.pr-md-none {
		padding-right:0;
	}
}

#acceptFriend:hover{
	background-color: #C8E7BF;
}

#rejectFriend:hover{
	background-color: #E8ACA1;
}

#acceptFriend, #rejectFriend{
	border-radius: 50%;
}


.friendAccept{
	color:green; 
	margin-left: 20%
}

.friendReject{
	color:red; 
	margin-left: 20%
}

.colorIconFriends{
	color:#767DDC;
}
.colorIconFriendsAccept{
	color:#4CA214;
}
.colorIconFriendsReject{
	color:#DC4021;
}
.minGrafica {
	font-weight: bold;
	font-size: 15px;
	padding-left: 15px;
}
.newsImageWall{
	max-height: 250px;
    border-radius: 5px;
}

#help{
	padding-right: 60px;
}

@media(max-width: 1300px ){
	.banner-footer{
		width:100%;
	}
}

@media(max-width: 550px ){
	.banner-footer,
	.banner-footer-logos{
		width:100%;
	}
	
	.hideMenu{
		display:none;
	}
}
/*button start challenge on companies challenge*/
.buttonDetailStart{
	margin-top:15px;
}

.buttonDetailReceiptContest{
	margin-top:10px;
}


.buttonRoundedStart {
    width: 100%;
    border-radius: 10px;
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    cursor: pointer;
    margin: 0px 0 4px 0;
    padding: 15px 0px 15px 0px;
    border: none;
    font: normal 18px "Roboto", Helvetica, sans-serif;
    color: rgba(255, 255, 255, 0.9);
    text-transform: capitalize;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: #686d6e;
    text-shadow: 0 0 0 rgba(239, 245, 247, 1);
    transition: all 0.2s;
    background: #16a085;
    text-align: left !important;
}

.buttonRoundedStart::before {
    display: inline-block;
    border-radius: 10px 0 0 10px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 63px;
    height: 100%;
    position: absolute;
    content: "";
    cursor: pointer;
    top: 0;
    left: 0;
    border: none;
    color: rgba(0, 0, 0, 0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    background: rgba(0, 0, 0, 0.3);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: 48px auto;
    background-size: 48px auto;
    transition: all 0.2s;
}

.buttonRoundedStart i {
    color: #fff !important;
    margin: 0 0 0 17px;
    z-index: 2;
    position: relative;
}

.buttonRoundedStart span {
    position: absolute;
    left: 78px;
    top: 15px;
    font: normal 18px "Roboto", Helvetica, sans-serif;
    text-transform: uppercase;
}

.darkbluelightplus{
	background: #16a085;
}
.nephritis{
	/*background: #27ae60 !important;*/
	background: #d95555 !important;
	
}

.field-icon-password {
    float: right;
    /* margin-left: -145px; */
    /* margin-top: -25px; */
    position: relative;
    z-index: 2;
    margin-right: 12px;
}
}


/*responsaive footer*/
/*responsive*/
@media only screen and (max-width: 900px) {
	
	
	.logo-footer-div, .banner-footer, .banner-footer-logos  {
		width: 50%;
	}
	
}

@media only screen and (max-width: 700px) {
	.logo-footer-div, .banner-footer {
		width: 100%;
	}
	
}

@media only screen and (max-width: 500px) {
	/* INICIO: Cookies */
#legal-cookies {
	visibility:hidden;
}
	
	
}




.hoverable {
      cursor:pointer;
      color:#000;
      text-decoration:none;
    }
    .hoverable .hover {
      display:none;
    }
    .hoverable:hover .normal {
      display:none;
    }
    .hoverable:hover .hover {
      display:inline-block;  /* CHANGE IF FOR BLOCK ELEMENTS */

    }
    
 .corporate-color{
	color:#005778 !important;
}
 .corporate-bg-color{
	background-color:#005778 !important;
}

.panel-ranking,.panel-home{
	border-radius:10px;
	/*padding:10px;*/
	color:#000000;
	background-color:#ffffff;	
}

.content-widget-btn{
	margin-top:5%;
	margin-bottom: 10px;
}
.content-widget-btn a{
	font-size: 1.25rem;
    font-weight: bold;
    padding: 5px 40px;
    text-decoration: none;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;	
}
.content-widget-btn a:hover{
    color: #fff;
    text-decoration:none;

}