
/* Basic */
body {
	margin-top: 50px;
    overflow-y: scroll;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    background-color: #F2F6F7;
    margin-bottom: 50px;
}

/* Make column to fill the height */
.fill-height {
	min-height: -webkit-calc(100vh - 60px);
	min-height: -moz-calc(100vh - 60px);
	min-height: calc(100vh - 60px);
}

.main-content {
	background-color: #f7fbfc;
	margin: 0px;
}

.cs-xs-page-title {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 900;
	color: #FFFFFF;
	letter-spacing: 1.79px;
	margin-top: 20px;
	line-height: 50px;
}

.navbar-toggle {
	margin-right: 0px;
}

.logo {
	padding: 15px 10px;
}

/* Left */
.left-nav {
	background-color: #F2F6F7;
	color: #264C5A;
}

.profile {
	text-align: center;
	margin-bottom: 30px;
}

.profile-picture {
	margin-top: 30px;
	margin-bottom: 10px;
}

.profile-title {
	font-family: 'Lato', sans-serif;
/* 	font-family: 'Quicksand', sans-serif; */
	font-weight: 900;
	font-size: 14pt;
	display: block;
	margin-bottom: 5px;
	color: #000000;
}

.profile-points, .profile-co2e {
	font-family: 'Roboto', sans-serif;
/* 	font-family: 'Quicksand', sans-serif; */
	font-weight: 500;
	font-size: 10pt;
	color: #7F7F7F;
	display: block;
	
}

.left-list-group {
	border-radius: 0px;
	box-shadow: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.left-list-group-item {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #F2F6F7;
	border: 0;
	padding: 5px 15px;
	color: #264C5A;
}

.left-list-group a:hover {
	color: #ffffff;
	border-color: #009ec0;
	background-color: #009ec0;
	border-radius: 2px;
}

.left-list-group a:hover .list-group-item-text {
	font-weight: 500;
	color: #ffffff;
}

.left-list-group a:hover .left-list-group-icon {
	color: #ffffff;
}

.left-list-group > .habits-active {
	color: #ffffff;
	border-color: #009ec0;
	border-radius: 2px;
	background-color: #009ec0;
}

.left-list-group > .habits-active .list-group-item-text {
	font-weight: 500;
	color: #ffffff;
}

.left-list-group > .habits-active .left-list-group-icon {
	color: #ffffff;
}

.left-list-group-icon {
	color: #009ec0;
	margin-left: 10px;
	margin-right: 10px;
}

.right-list-group-icon {
	position: absolute; 
	left: 250px;
	margin-top: 5px;
}

.list-group-item-text {
	font-family: 'Roboto', sans-serif;
/* 	font-family: 'Quicksand', sans-serif; */
	font-weight: 300;
	font-size: 14px;
	color: #264C5A;
}

/* CS Box */

.mission-box-active {
	background: #efefef;
	box-shadow: 0 3px 6px 0 rgba(86,97,108,0.29);
	border-radius: 10px;
	padding: 15px 10px;
	margin-bottom: 20px;
	border: 3px solid #efefef;
	text-decoration: none;
/* 	min-height: 70px; */
}

.mission-box {
	background: #FFFFFF;
	box-shadow: 0 3px 6px 0 rgba(86,97,108,0.29);
	border-radius: 10px;
	padding: 15px 10px;
	margin-bottom: 20px;
	border: 3px solid #FFFFFF;
	text-decoration: none;
/* 	min-height: 70px; */
}



.mission-box:hover {
	text-decoration: none;
	border-color: #009ec0;
}

.mission-box a:hover {
	text-decoration: none;
}

.mission-box:hover.transport {
/* 	border-color: rgba(178,68,56,1); */
	border-color: #d25454;
}

.mission-box:hover.food {
/* 	border-color: rgba(239, 198, 71, 1); */
	border-color: #51bfa6;
}

.mission-box:hover.household {
/* 	border-color: rgba(95, 179, 186, 1); */
	border-color: #548ed2;
}

.mission-box:hover.consumption {
/* 	border-color: rgba(120, 98, 133, 1); */
	border-color: #7659c3;
}

.mission-box:hover.work {
/* 	border-color: rgba(120, 98, 133, 1); */
	border-color: #D2549D;
}

/*
.mission-box-link {
	display: block; 
	padding-left: 0px;
}*/

.mission-box-link:hover {
	text-decoration: none;
}

.mission-icon {
	color: #AF4C45; 
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 7px;
}

.mission-text-group {
	margin-left: 10px;
	width: 100%;
}

.mission-name {
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	letter-spacing: 0.44px;
}

.mission-status {
	position: relative; 
	left: 0px;
	top: -55px;
	background-color: #fff;
	text-align: center;
	padding: 5px 15px;
	box-shadow: 0 2px 4px 0 rgba(77,84,96,0.26);
	border-radius: 100px;
	font-size: 14px;
}

.mission-text-wrapper {
	display: block;
}

.mission-reward {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: rgb(41,41,41);
	/* letter-spacing: 0.44px; */
	line-height: 18px;
}

.mission-label {

	font-family: 'Roboto', sans-serif;
/* 	font-family: 'Quicksand', sans-serif; */
	font-size: 14px;
	color: #000000;
	letter-spacing: 0.44px;
	font-weight: normal;
	position: absolute;
	right: 100px;
}

.label-habits-mission-reward {
	border-radius: 13px;
	background-color: rgba(255, 255, 255, 0.4);
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
/* 	font-family: 'Quicksand', sans-serif; */
	font-size: 14px;
	letter-spacing: 0.2px;
	font-weight: 500;
}

.mission-chevron {
	color: #AF4C45;
	margin: 8px;
}

/* Colors */
.transport-color {
/* 	color: rgba(178,68,56,1); */
	color: #d25454;
}

.transport-background-color {
/* 	background-color: rgba(178,68,56,1); */
	background-color: #d25454;
}

.consumption-color {
/* 	color: rgba(120, 98, 133, 1); */
	color: #7659c3;
}

.consumption-background-color {
/* 	background-color: rgba(120, 98, 133, 1); */
	background-color: #7659c3;
}

.food-color {
/* 	color: rgba(239, 198, 71, 1); */
	color: #51bfa6;
}

.food-background-color {
/* 	background-color: rgba(239, 198, 71, 1); */
	background-color: #51bfa6;
}

.household-color {
/* 	color: rgba(95, 179, 186, 1); */
	color: #548ed2;
}

.household-background-color {
/* 	background-color: rgba(95, 179, 186, 1); */
	background-color: #548ed2;
}

.work-color {
	color: #D2549D;
}

.work-background-color {
	background-color: #D2549D;
}

.green-color {
	color: #007A53;
}

.habits-color {
	color: #009ec0;
}

.mission-category-name {
	font-family: 'Lato', sans-serif; 
/* 	font-family: 'Quicksand', sans-serif; */
	font-weight: bold; 
	font-size: 20px; 
	color: #000000; 
	letter-spacing: 0.44px; 
	line-height: 20px; 
	display: block; 
	margin: 7px 10px;
}

.mission-category-icon {
	margin: 0px;
}

.mission-category-other-name {
	font-size: 16px;
}

.mission-category-other-name span {
	margin-left: 7px;
}

.img-center {
	margin: 0 auto;
}

.btn-cs-complete {
	background: #56BF51;
	box-shadow: 0 2px 4px 0 rgba(74,82,91,0.25);
	border-radius: 5px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	height: 48px;
	line-height: 34px;
	min-width: 200px;
}

.btn-cs-complete:hover {
	opacity: 0.8;
	background: #56BF51;
	color: #ffffff;
}

.btn-cs-green {
	background: #009ec0;
	box-shadow: 0 2px 4px 0 rgba(74,82,91,0.25);
	border-radius: 5px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	height: 48px;
	line-height: 34px;
	min-width: 180px;
}

.btn-cs-green:hover {
	opacity: 0.8;
	background: #009ec0;
	color: #ffffff;
}

.btn-cs-green-invert {
	background: #FFFFFF;;
	box-shadow: 0 2px 4px 0 rgba(74,82,91,0.25);
	border-radius: 5px;
	font-size: 16px;
	color: #009ec0;
	border-color: #009ec0;
	border-width: 2px;
	text-align: center;
	height: 48px;
	line-height: 34px;
	min-width: 200px;
}

.btn-cs-green-invert:hover {
	opacity: 0.8;
	background: #ffffff;
	color: #009ec0;
}

.btn-cs-red {
	background-color: #D25454;
	box-shadow: 0 2px 4px 0 rgba(74,82,91,0.25);
	border-radius: 6px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	height: 48px;
	line-height: 34px;
	font-weight: 500;
	min-width: 180px;
}

.btn-cs-red:hover {
	opacity: 0.8;
	background: #D25454;
	color: #ffffff;
}

.btn-cs-white {
	background-color: #ffffff;
	font-size: 16px;
	color: #009ec0;
	text-align: center;
	height: 48px;
	line-height: 34px;
	font-weight: 500;
	min-width: 200px;
	border: 0;
}

.btn-cs-white:hover {
	opacity: 0.8;
	background: #ffffff;
	color: #009ec0;
}

.btn-cs-transparent {
/* 	background-color: rgba(0,0,0,0; */
	opacity: 1.0;
	font-size: 16px;
	color: #009ec0;
	text-align: center;
	height: 48px;
	line-height: 34px;
	font-weight: 500;
	min-width: 200px;
	border: 0;
}

.btn-cs-transparent:hover {
	opacity: 0.9;
	color: #339A95;
}

/* Toplist */	
.btn-toplist-active {
	font-size: 16px;
	color: #fff;
    background-color: #009ec0;
    border-color: #009ec0;
}

.btn-toplist-active:hover {
	font-size: 16px;
    color: #fff;
    background-color: #009ec0;
    border-color: #009ec0;
    
}

.btn-toplist-inactive {
	font-size: 16px;
	color: #009ec0;
    background-color: #fff;
    border-color: #009ec0;
}

.btn-toplist-inactive:hover {
    color: #009ec0;
    background-color: #fff;
    border-color: #009ec0;
}

.cs-media-list {
	counter-reset: my-counter;
}

.cs-media-list .media {
	margin-top: 0px;
	padding-left: 0px;
}

.cs-media-list li {
	list-style: outside none none;
	padding-left: 20px;
}

.cs-media-list li::before {
	content: counter(my-counter, decimal);
	counter-increment: my-counter;
	
	background: #cccccc;
	color: #000000;
	display: inline-block;
	line-height: 10px;
	padding: 3px;
	top: 15px;
	position: relative;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
/* 	font-family: 'Quicksand', sans-serif; */
	font-weight: 900;		
	border-radius: 45px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
}

.cs-media-list .media-heading {
	font-size: 16px;
	padding-top: 5px;
}

.cs-media-list .media-body {
	border-bottom: 1px solid #DBDBDB;
	min-height: 60px;

}

.mission-group-name {
	font-family: 'Lato', sans-serif;
/* 	font-family: 'Quicksand', sans-serif;  */
	font-size: 20px;
}

.image-list {
	margin-left: 15px;
}

.image-list img {
	margin-right: 5px;
}

.image-list span {
	color: #000000;
	line-height: 35px;
	margin-left: 5px;
}

.climate-impact-summary {
	display: block;
	margin-bottom: 20px;
}

.climate-impact-summary i {
	margin-right: 10px;
}

/* .climate-impact-summary span {
	
} */

.mission-card {
	box-shadow: 0 3px 6px 0 rgba(86,97,108,0.29);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 0px;
	border: 0;
}

.mission-card .more-info {
	color: #000; 
	display: block;
	text-decoration: none;
}

.mission-card .more-info:hover {
	text-decoration: none;
}

/*
.mission-card .top {
	height: 225px; 
}
*/

.mission-card > .transport {
/* 	background-image: linear-gradient(-180deg, #D97969 0%, #B24438 100%); */
	background-color: #d25454;
}

.mission-card > .consumption {
/* 	background-image: linear-gradient(-180deg, #AA8DBA 0%, #786285 100%); */
	background-color: #7659c3;
}

.mission-card > .household {
/* 	background-image: linear-gradient(-180deg, #84DBE1 0%, #5FB3BA 100%); */
	background-color: #548ed2;
}

.mission-card > .food {
/* 	background-image: linear-gradient(-180deg, #FFF09E 0%, #F7D35A 100%); */
	background-color: #51bfa6;
}

.mission-card > .work {
	background-color: #D2549D;
}

.mission-card .btn-group-icon {
	margin-right: 30px;
}

.mission-card .icon {
	padding-top: 15px; 
	width: 100%; 
	text-align: center; 
	color: #ffffff;
}

.mission-card .reward {
	text-align: center; color: #ffffff;
}

.mission-card .body {
	background-color: #ffffff; margin: 40px;
}

.mission-card .mission-header {
	font-family: 'Lato', sans-serif;
/* 	font-family: 'Quicksand', sans-serif; */
	font-size: 20px;
}

.mission-card .more-info {
	font-weight: 500;
}

.mission-status-row {
	padding-top: 22px;
}

.mission-status-wrapper {
	margin-left: 15px; 
	margin-right: 15px; 
	height: 50px; 
	background-color: rgba(255,255,255,0.4); 
	color: #ffffff; 
	font-weight: 500;
}

.mission-status-no {
	margin-left: 15px; 
	margin-right: 15px; 
	height: 50px; 
	color: #ffffff; 
	font-weight: 500;
}

.mission-status-text {
	display: block; 
	margin-left: 40px; 
	padding-top: 15px; 
	padding-bottom: 15px;
}

.top {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-color: #59A6AC;
}

.label-category {
	background: #69BCC2;
	border-radius: 100px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	font-weight: 300;
	padding: 5px 10px;
	letter-spacing: 1.1px;
}

.center {
	margin: auto;
	width: 30%;
}

a[aria-expanded=true] .fa-chevron-down {
   display: none;
}
a[aria-expanded=false] .fa-chevron-up {
   display: none;
}

/* Form */
.form-group label {
	font-family: 'Roboto', sans-serif;
/* 	font-family: 'Quicksand', sans-serif; */
	font-size: 14px;
	font-weight: normal;
}

.cs-input {
	border-radius: 3px;
	background-color: #ffffff;
	box-shadow: 0 3px 6px 0 rgba(86, 97, 108, 0.11);
	border: 0px;
}

/* Groups */




.climate-category {
	font-family: 'Lato', sans-serif;
/* 	font-family: 'Quicksand', sans-serif; */
	font-size: 27px;
	font-weight: 900;
	margin-top: 10px;
}

.question {
	font-family: 'Lato', sans-serif;
/* 	font-family: 'Quicksand', sans-serif; */
	font-size: 20px;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.4px;
	display: block;
}

.popover-title {
	background-color: #ffffff;
	font-family: Lato;
	font-size: 16px;
	font-weight: 900;
	border: none;
}

.popover-content {
	font-family: Roboto;
	font-size: 12px;
}

.popover {
	border-color: #ffffff;
	border-radius: 10px;
	background-color: #ffffff;
	box-shadow: 0 3px 6px 0 rgba(86, 97, 108, 0.29);
	width: 230px;
}	

.popover > .arrow {
	display: none;
}
		
.cs-radio {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 0px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
/* 	font-family: 'Quicksand', sans-serif; */
}

/* Hide the browser's default radio button */
.cs-radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 22px;
	width: 22px;
	background-color: #f7fbfc;
	border-radius: 50%;
	border: 2px solid #000;
}

/* On mouse-over, add a grey background color */
.cs-radio:hover input ~ .checkmark {
	background-color: transparent;
}

/* When the radio button is checked, add a blue background */
.cs-radio input:checked ~ .checkmark {
	background-color: #f7fbfc;
	border: 1px solid #000;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.cs-radio input:checked ~ .checkmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.cs-radio .checkmark:after {
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #000;
	border: 2px solid #000;
}

.cs-radio-household .checkmark {
/* 	border-color: rgba(95, 179, 186, 1); */
	border-color: #548ed2;
}
.cs-radio-household input:checked ~ .checkmark {
/* 	border-color: rgba(95, 179, 186, 1); */
	border-color: #548ed2;	
}
.cs-radio-household {
/* 	border-color: rgba(95, 179, 186, 1); */
	border-color: #548ed2;
}
.cs-radio-household .checkmark:after{
/*
	border-color: rgba(95, 179, 186, 1);
	background: rgba(95, 179, 186, 1);
*/
	border-color: #548ed2;
	background-color: #548ed2;
}

.cs-radio-food .checkmark {
/* 	border-color: rgba(239, 198, 71, 1); */
	border-color: #51bfa6;
}
.cs-radio-food input:checked ~ .checkmark {
/* 	border-color: rgba(239, 198, 71, 1); */
	border-color: #51bfa6;
}
.cs-radio-food {
/* 	border-color: rgba(239, 198, 71, 1); */
	border-color: #51bfa6;
}
.cs-radio-food .checkmark:after{
/*
	border-color: rgba(239, 198, 71, 1);
	background: rgba(239, 198, 71, 1);
*/
	border-color: #51bfa6;
	background: #51bfa6;
}

.cs-radio-transport .checkmark {
/* 	border-color: #b24438; */
	border-color: #d25454;
}
.cs-radio-transport input:checked ~ .checkmark {
/* 	border-color: #b24438; */
	border-color: #d25454;	
}
.cs-radio-transport {
/* 	border-color: #b24438; */
	border-color: #d25454;
}
.cs-radio-transport .checkmark:after{
/*
	border-color: #b24438;
	background: #b24438;
*/
	border-color: #d25454;
	background: #d25454;
}
					
.cs-radio-consumption .checkmark {
/* 	border-color: rgba(120, 98, 133, 1); */
	border-color: #7659c3;
}
.cs-radio-consumption input:checked ~ .checkmark {
/* 	border-color: rgba(120, 98, 133, 1); */
	border-color: #7659c3;
}
.cs-radio-consumption {
/* 	border-color: rgba(120, 98, 133, 1); */
	border-color: #7659c3;
}
.cs-radio-consumption .checkmark:after{
/*
	border-color: rgba(120, 98, 133, 1);
	background: rgba(120, 98, 133, 1);
*/
	border-color: #7659c3;
	background: #7659c3;
}					
						


/* Mobil meny */
.cs-collapse-navbar {
	background-color: #FFFFFF;
	box-shadow: 0 4px 7px 0 rgba(44,55,65,0.25);
	border-radius: 5px;
/* 	margin-left: 40px !important; */
	margin-right: 0px !important;
/* 	margin-top: 10px; */
}  

.cs-mobile-menu {
	max-height: 500px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
}

.mobile-menu-row {
	border-bottom: 1px solid #DBDBDB;
}

.mobile-menu-link {
	color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
}

.mobile-menu-link:hover {
	color: #000;
}

.mobile-menu-icon {
	margin-left: 5px;
	margin-right: 20px;
}

.mobile-menu-title {
	font-family: 'Lato', sans-serif;
/* 	font-family: 'Quicksand', sans-serif; */
	font-size: 16px;
	color: #000000;
	letter-spacing: 0.35px;
	font-weight: 900;
	
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: 500px;	
}

.leaderboard-filter-wrapper {
	margin-top: 20px;
}

/**
 * Progress bars with centered text
 */

.progress-center {
  position: relative;
}

.progress-center span {
    position: absolute;
    display: block;
    width: 100%;
}

/* Group header */


.dropdown-menu-group {
	border: 0;
	box-shadow: 0 3px 10px 1px rgba(69, 82, 87, 0.33);
	min-width: 225px;
	margin: 5px;
	overflow: visible;
	z-index: 2000 !important;
	
}

.dropdown-menu-group li a {
	white-space: normal;
	line-height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 15px;
}
						
.btn-cs-group {
	text-align: left;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 0 3px 6px 0 rgba(86, 97, 108, 0.29);
	color: #009ec0;
	padding: 15px;
	font-weight: normal;
}

.btn-cs-group i{
	margin-right: 10px;
}

.btn-cs-group:hover {
	text-decoration: none;
	border-color: #009ec0;
	background-color: #009ec0;
	color: #ffffff;
}

.btn-cs-group-active {
	background-color: #009ec0;
	color: #fff;
}

.btn-cs-group-active:hover {
	color: #fff;
}

.campaign {
	box-shadow: 0 3px 6px 0 rgba(86, 97, 108, 0.29);
	background-color: #ffffff;
/*
	margin-left: -15px;
	margin-right: -15px;
*/
	margin-top: -10px;
}
	
.campaign-header {
	height: 150px;
/* 	background-image: url("https://res.cloudinary.com/climatesaver/image/upload/v1542849830/webapp/campaign/pow/campaign-header.jpg"); */
	background-color: #ffffff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-left: 15px;
	color: #ffffff;
	font-weight: 500;
}

.campaign-header .members {
	padding-top: 50px;
}

.campaign-header .name {
	font-family: Lato;
	font-size: 36px;
	font-weight: 900;
	padding-right: 15px;
}

.campaign .body {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 30px;
	padding-bottom: 30px;
	line-height: 1.43;
	background-color: #ffffff;
}

.body .name {
	font-family: Lato;
	font-size: 16px;
	font-weight: 900;
}	

.campaign-body-header {
	font-family: Lato;
	font-size: 16px;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.4px;
	color: #000000;
	margin-bottom: 5px;
	margin-top: 0px;
}

.campaign .campaign-menu {
	background-color: #ffffff;
	margin-left: 15px;
	margin-right: 15px;
}

.mobile-back-icon {
		color: #ffffff; 
		margin-top: 2px
	}
	
/* .fanzy-checkbox {
/* margin:4px; */
/* float:left; */
/* } */ 

.fanzy-checkbox-title {
	line-height: 50px;
	font-family: 'Roboto', sans-serif;
/* 	font-family: 'Quicksand', sans-serif; */
	font-weight: 400px;
	text-align: left;
}

.fanzy-checkbox label {
/* float:left; */
	width: 48px;
	height: 48px;
	margin: 4px;
	background-color: #f7fbfc;
	border-radius: 50%;
	
overflow:auto;
       
}

.fanzy-checkbox label span {
	text-align: center;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
/* 	font-family: 'Quicksand', sans-serif; */
	font-weight: 400;
	cursor: pointer;
	padding: 13px 0px;
	display: block;
	
}

.fanzy-checkbox label input {
	position: absolute;
	top: -20px;
	display: none;
}

.fanzy-checkbox .consumption input:checked + span {
/* 	background-color: rgba(120, 98, 133, 1); */
	background-color: #7659c3;
	color: #ffffff;
	font-weight: 500;
}

.fanzy-checkbox .consumption {
/*
    border-color: rgba(120, 98, 133, 1);
    border: 1px solid rgba(120, 98, 133, 1);
*/
    border-color: #7659c3;
    border: 1px solid #7659c3;
}

.fanzy-checkbox .consumption label {
/* 	border: 1px solid rgba(120, 98, 133, 1); */
	border: 1px solid #7659c3;
}

.fanzy-checkbox .food input:checked + span {
/* 	background-color: rgba(239, 198, 71, 1); */
	background-color: #51bfa6;
	color: #ffffff;
	font-weight: 500;
}

.fanzy-checkbox .food {
/*
    border-color: rgba(239, 198, 71, 1);
    border: 1px solid rgba(239, 198, 71, 1);
*/
    border-color: #51bfa6;
    border: 1px solid #51bfa6;
}

.fanzy-checkbox .food label {
/* 	border: 1px solid rgba(239, 198, 71, 1); */
	border: 1px solid #51bfa6;
}

.fanzy-checkbox .transport input:checked + span {
/* 	background-color: rgba(178,68,56,1); */
	background-color: #d25454;
	color: #ffffff;
	font-weight: 500;
}

.fanzy-checkbox .transport {
/*
    border-color: rgba(178,68,56,1);
    border: 1px solid rgba(178,68,56,1);
*/
    border-color: #d25454;
    border: 1px solid #d25454;
}

.fanzy-checkbox .transport label {
/* 	border: 1px solid rgba(178,68,56,1); */
	border: 1px solid #d25454;
}

/* .table-responsive {
	margin-left: 15px;
	margin-right: 15px;
} */

@media(max-width:767px){
	.fanzy-checkbox label {
		width: 42px;
		height: 42px;
		margin: 2px;
	}
	
	.fanzy-checkbox label span {
		font-size: 14px;
		padding: 11px 0px;
		display: block;
		
	}
	
	.table-responsive {
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.campaign-partner-image {
		margin-bottom: 30px;	
	}
	
	.campaign {
		margin-left: -15px;
		margin-right: -15px;
		margin-top: -10px;
	}
	
	.campaign-menu {
		margin-left: -15px;
		margin-right: -15px;
	}
}

.question-row {
	margin-top: 40px;
}	
			
.question-input {
	border-radius: 3px;
	background-color: #ffffff;
	box-shadow: 0 3px 6px 0 rgba(86, 97, 108, 0.11);
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

/* .table-footprint {
	margin-left: -15px;
	margin-right: -15px;				
} */

.table-footprint tr td {
	padding: 13px 8px !important;
}

/* .footprint-detailed-result {
						
} */

.footprint-detailed-result th {
	font-weight: 900;
	border-top: none;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
/* 	font-family: 'Quicksand', sans-serif; */
}

.footprint-detailed-result > tr > td .spacer {
	border-top: none;
	border-bottom: none;
}

.footprint-detailed-result > tr > td .summary {
	font-weight: 700;
}

/* Smallest devices i.e iPhone 4/5/SE */
@media(max-width:320px){
	.btn-cs-group i {
		display: none;
	}	
	
	.btn-left {
/* 		padding-left: 0px; */
		padding-right: 7.5px;	
	}
	
	.btn-right {
		padding-left: 7.5px;
/* 		padding-right: 0px; */
	}
	
/*	Buggar ur gridden på några andra ställen :/ 
	.col-xs-6 {
		width: 100%;
	}
*/
}

.mission-campaign-image {
	text-align: center;
}

.whatever {
	width: 100%;
	cursor: pointer;
}

.checkboxes input[type=checkbox]{
    display: none;
}

.checkboxes input[type=checkbox]:checked + .whatever {
    background-color: #009ec0;
    color: #ffffff;
    border-color: #009ec0;
}

.checkboxes input[type=checkbox]:checked > .media-heading {
    color: #ffffff;
}

.campaign-links {
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	font-weight: normal;
}	

.campaign-links i {
	margin-right: 7px;
}

.campaign-links a {
	color: #000000;
}

.campaign-links a:hover {
	color: #000000;
	text-decoration: none;
}

.whatever {
	width: 100%;
	cursor: pointer;
}

.checkboxes input[type=checkbox]{
    display: none;
}

.checkboxes input[type=checkbox]:checked + .whatever {
    background-color: #009ec0;
    color: #ffffff;
    border-color: #009ec0;
}

.checkboxes input[type=checkbox]:checked > .media-heading {
    color: #ffffff;
}

.img-center {
	margin: 0 auto;	
}

.gold-color {
	color: #fed14e;
}

.silver-color {
	color: #b2d5e0;
}

.bronze-color {
	color: #c1703d;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #f2f8fa;
}

.table-habits-toplist {
	border: none;
}

.table-habits-toplist > thead > tr > th {
    border-bottom: solid 1px #dadada !important;
}

.table-habits-toplist > tbody > tr > td {
    border-bottom: solid 1px #979797 !important;
}

.table-habits-toplist > tbody > tr:last-child td {
    border-bottom: dashed 1px #979797 !important;
}
	
.table-habits-toplist .placement {
	width: 40px; 
	line-height: 30px; 
	font-weight: normal; 
	text-align: center;
}

.table-habits-toplist .avatar {
	width: 40px; 
	line-height: 30px;
}

.table-habits-toplist .title {
	line-height: 30px; 
	font-weight: normal;
}

.table-habits-toplist .title a {
	color: #23527c;
}

.table-habits-toplist .value {
	line-height: 30px; 
	font-weight: normal; 
	text-align: right;
}

.label-card {
	border-radius: 8px;
	font-size: 12px;
}

.hs-stats-circle-block {
	text-align: center;
	vertical-align: middle;
}
.hs-stats-circle {
	background: #009ec0;
	border-radius: 200px;
	height: 150px;
	width: 150px;
	display: table;
	margin: 20px auto;
	border: 1px solid #009ec0;
	color: #ffffff;
}
.hs-stats-circle p {
	vertical-align: middle;
	display: table-cell;
}	

.stats-number-box .title-white {
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ffffff;
}

.stats-number-box .value-white {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.4px;
	color: #ffffff;			
}

.stats-number-box .title {
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: rgba(0, 0, 0, 0.5);
}

.stats-number-box .value {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.4px;
	color: #000000;			
}

/* Modal */
.habits-modal .modal-header {
	border-bottom: none;
}
	
.habits-modal .modal-title {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.4px;
	color: #000000;
}	
	
.habits-modal .modal-body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.43;
	letter-spacing: normal;
	color: #000000;
	padding-top: 5px;	
}

.habits-modal .modal-footer {
	border-top: none;
}

.img-shadow {
	box-shadow: 0 3px 6px 0 rgba(86, 97, 108, 0.36); 
}

.question-buttons {
	margin-top: 30px;
}

@media(min-width:768px){
	.main-content {
		padding-top: 30px;
		padding-left: 30px;
		padding-right: 30px;
	}	
}

/* Extra Small */
@media(max-width:767px){
	body {
		margin-top: 50px;
	}
	
	
/*
	.cs-navbar-burger {
		z-index: 999;
		color: #000000;	
	}
*/
	
	.logo {
	    padding: 10px 10px;
	    margin-top: 4px;
	}

	.profile p {
		margin-top: 25px;
	}	
	
	.leaderboard-filter {
		margin-top: 10px;
	}
	
	.cs-media-list .media-heading {
		font-size: 14px;
	}
	
	.cs-media-list .media-body {
		font-size: 12px;
	}
	
	.mission-box {
		margin-left: 15px;
		margin-right: 15px;
		margin-bottom: 10px;
	}
	
	.mission-box-link {
		padding-right: 0px;
		padding-left: 0px;
	}
	
	.mobile-card-border {
		padding-left: 0px;
		padding-right: 0px;
	}
		
	.climate-impact-summary {
		display: block;
		margin-bottom: 10px;
	}
	
	.climate-impact-summary i {
		margin-right: 5px;
	}
	
	.climate-impact-summary span {
		font-size: 14px;
	}
	
	.profile-title {
		font-size: 16px;
	}
	
	.profile-points, .profile-co2e {
		font-size: 14px;
	}
	
	.mission-status {
		min-width: 200px;
	}
	
	.media-middle {
	    vertical-align: top;
	}
	
	.btn-cs-group {
		margin-bottom: 10px;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.btn-cs-group i {
		margin-right: 5px;
	}
	
	.group-co2 {
		margin-top: 0px;
	}

	.group-points {
		margin-bottom: 0px;
	}
	
	.btn-cs-green {
		min-width: 150px;
	}
	
	.question-buttons {
		margin-top: 15px;
	}
	
	.btn-cs-red {
		min-width: 150px;
	}
	
	.special-category .mission-box {
		margin-bottom: 10px;	
	}
	
	.special-category .left-box {
		margin-right: 5px;	
	}
	
	.special-category .right-box {
		margin-left: 5px;	
	}
	
	.left {
		margin-left: 5px;
	}	
	
	.mission-category-other-name span {
		margin-left: 0px;
	}
	
	.mission-category-other-name {
		font-size: 14px;
		margin: 0px;
	}
	
	.table-responsive {
		border: none !important;
	}
	
	.table-responsive td {
		font-size: 16px;
	}
	
	.table-habits-toplist .placement {
		width: 30px; 
		line-height: 24px; 
		font-weight: normal; 
		text-align: center;
	}
	
	.table-habits-toplist .avatar {
		width: 30px; 
		line-height: 24px;
	}
	
	.table-habits-toplist .title {
		line-height: 24px; 
		font-weight: normal;
	}
	
	.table-habits-toplist .value {
		line-height: 24px; 
		font-weight: normal; 
		text-align: right;
	}
	
	.hs-stats-circle {
		height: 120px;
		width: 120px;
	}
}