.view {
  position: relative;
  overflow: hidden;
  cursor: default;
}

.container-fluid {
  max-width: 1140px;
}

.container-fluid-wider {
  max-width: 1340px;
}

.container-fluid-xl {
	max-width: 100% !important;
}

.container-fluid .h2-header-bold,
.maincontent .container-fluid.apps-cnt .h2-header-bold {
	font-weight: 700;
	font-size: 2.5rem;
}

.btn {
	margin: .375rem;
	border-radius: .125rem;
	color: #fff;
	font-size: 0.9rem;
	padding: 0.655rem 1.55rem;
}

.btn.btn-lg {
	padding: 1rem 2.4rem;
	font-size: .94rem;
}

.btn-primary {
	background-color: #4285f4 !important;
}

.btn-primary:hover, 
.btn-primary:focus {
	background-color: #538df0 !important;
}

body.comet-frontend .btn {
	box-shadow: 0 4px 9px -4px #687982;
}

.maincontent .btn.btn-sm {
  font-size: 0.85rem;
  padding: .50rem 1.3rem;
}

.btn-orange {
	background-color: #f07e22 !important;
}

.btn-orange:hover,
.btn-orange:focus {
	background-color: #f89241 !important;
	color: #fff;
}

.btn-bluegrey {
	background-color: #78a0a9 !important;
	color: #fff;
}

.btn-bluegrey:hover,
.btn-bluegrey:focus {
	background-color: #8aabb3 !important;
	color: #fff;
}

.btn-blueconcept {
	background-color: #3f7ec1 !important;
	color: #fff;
}

.btn-blueconcept:hover,
.btn-blueconcept:focus {
	background-color: #508fd2 !important;
	color: #fff;
}

.py-6, .pt-6 {
	padding-top: 4rem !important;
}

@media (min-width: 768px) {
	.py-md-6, .pt-md-6 {
		padding-top: 4rem !important;
	}
}

@media (min-width: 992px) {
	.py-lg-6, .pt-lg-6 {
		padding-top: 4rem !important;
	}
}

.py-6, .pb-6 {
	padding-bottom: 4rem !important;
}

@media (min-width: 768px) {
	.py-md-6, .pb-md-6 {
		padding-bottom: 4rem !important;
	}
}

@media (min-width: 992px) {
	.py-lg-6, .pb-lg-6 {
		padding-bottom: 4rem !important;
	}
}

.py-7, .pt-7 {
	padding-top: 5rem !important;
}

@media (min-width: 768px) {
	.py-md-7, .pt-md-7 {
		padding-top: 5rem !important;
	}
}

@media (min-width: 992px) {
	.py-lg-7, .pt-lg-7 {
		padding-top: 5rem !important;
	}
}

.py-7, .pb-7 {
	padding-bottom: 5rem !important;
}

@media (min-width: 768px) {
	.py-md-7, .pb-md-7 {
		padding-bottom: 5rem !important;
	}
}

@media (min-width: 992px) {
	.py-lg-7, .pb-lg-7 {
		padding-bottom: 5rem !important;
	}
}

.my-6, .mt-6 {
	margin-top: 4rem !important;
}

.my-6, .mb-6 {
	margin-bottom: 4rem !important;
}

.g-6, .gx-6 {
  --bs-gutter-x: 6rem;
  --mdb-gutter-x: 6rem;
}

.g-7, .gx-7 {
  --bs-gutter-x: 6rem;
  --mdb-gutter-x: 6rem;
}

.g-10, .gx-10 {
  --bs-gutter-x: 10rem;
  --mdb-gutter-x: 10rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* Lists */

.navbar-expand-lg .navbar-nav .dropdown-menu {
	padding: .5rem;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: .25rem;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
	border-radius: .125rem;
	color: #000;
	font-size: .95rem;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover {
	background-color: #4285f4;
	color: #fff;
	-webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.dropdown-menu.dropdown-menu-498,
.dropdown-menu.dropdown-menu-498[data-bs-popper],
NO.dropdown-menu.dropdown-menu-tools,
NO.dropdown-menu.dropdown-menu-tools[data-bs-popper]{
	left: auto;
	right: 0;
}

.dropdown-menu .dropdown-header {
	font-weight: 500;
}

.comet-backend .navbar-comet-top .dropdown-menu .dropdown-header,
.comet-old-mdb .navbar-comet-top .dropdown-menu .dropdown-header {
	padding: .5rem 1rem;
}

.comet-backend .navbar-comet-top .dropdown .dropdown-menu .dropdown-item,
.comet-old-mdb .navbar-comet-top .dropdown .dropdown-menu .dropdown-item {
	padding: .5rem 1rem;
}

.comet-backend .navbar-comet-top .dropdown-item.active, .dropdown-item:active,
.comet-old-mdb .navbar-comet-top .dropdown-item.active, .dropdown-item:active {
	background-color: #ebeced;
}

.comet-backend .navbar-comet-top .dropdown-lang,
.comet-backend .navbar-comet-top .dropdown-menu-end,
.comet-old-mdb .navbar-comet-top .dropdown-lang,
.comet-old-mdb .navbar-comet-top .dropdown-menu-end {
	right: 0;
	left: auto;
}

/* / Lists */

@media (min-width: 768px) {
  body.comet-frontend main.maincontent.maincontent-submenu {
	padding-top: 0;
  }
}

@media (min-width: 768px) {
  body.comet-frontend main.maincontent.maincontent-noBreadcrumb {
	padding-top: calc(86px + 2.5rem);
  }
}

body.comet-frontend main.maincontent.maincontent-submenu {
	padding-top: 10px;
	padding-top: 168px;
}

body.comet-frontend main.maincontent.maincontent-submenu.maincontent-noBreadcrumb {
	padding-top: 10px;
	padding-top: calc(168px + 2.5rem);
}

.navbar-comet-top .navbar-brand {
	max-width: 300px;
	width: 300px;
}

.navbar-comet-top .navbar-brand img {

}

.navbar-comet-top .nav-item .nav-link.active {
  color: #212529;
  color: #709d25;
}

@media (min-width: 992px) {
	.navbar-comet-top .nav-item .nav-link {
  	border-left: 0;
  	padding: 0 .75rem;
	}
}

.sumenu {
	padding-top: 75px;
	padding-top: 86px;
}

.sumenu .navbar-comet-sub {
	background-color: #ececec;
	padding-right: 30px;
}

.sumenu .nav-pills {
	background-color: #ececec;
	padding-right: 30px;
}

.sumenu .nav-pills .nav-link {
	background-color: #fff;
	color: #000;
	border-radius: .2rem;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.06), 0 2px 10px 0 rgba(0, 0, 0, 0.04);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.06), 0 2px 10px 0 rgba(0, 0, 0, 0.04);
	padding: .80rem 2rem;
	text-transform: none;
	font-size: 1rem;
	
}

.sumenu .nav-pills .nav-link.active {
	background-color: #709d25;
	color: #fff;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.10), 0 2px 10px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.10), 0 2px 10px 0 rgba(0, 0, 0, 0.08);
}

.navbar-comet-top .nav-item .nav-link.link-no-border {
	border-left: 0;
}

.navbar-comet-top .nav-item.nav-item-backToHub {
	padding-left: .75rem;
	padding-right: .75rem;
}

.navbar-comet-top .nav-item .nav-link.nav-link-backToHub {
	background-color: #709d25;
	color: #fff;
	padding: .65rem 1.5rem;
	border-radius: .2rem;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.10), 0 2px 10px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.10), 0 2px 10px 0 rgba(0, 0, 0, 0.08);
}

.select-comet-bs5 .form-select {
	border: 0;
	box-shadow: none;
	border-bottom: 1px solid #ced4da;
	border-bottom: 0;
	border-radius: 0;
	outline: none;
	background-color: transparent;
	padding: .5rem 2.25rem .5rem .75rem;
	color: rgb(73, 80, 87);
}

.navbar-comet-top .nav-item .nav-link.nav-link-backToHub i {
	font-size: .85rem;
}

.badge.text-bg-light {
	color: #000 !important;
}

.badge-secondary {
	background-color: #e38204 !important;
	color: #fff;
}

.footer-copyright {
	padding-top: 2rem !important;
	padding-bottom: 2rem !important;
}

.view-homepage h1 {
  margin-bottom: 1.5rem;
  font-weight: 700 !important; 
  font-size: 180%;
}

@media (min-width: 768px) {
	.view-homepage h1 {
	  font-size: 200%;
	}
}

@media (min-width: 956px) {
	.view-homepage h1 {
	  font-size: 280%;
	}
}

.view-homepage .bodytxt {
	
}

.view-homepage .bodytxt strong {
	font-weight: 600;
}

.col-homepage-txt {
	text-align: left;
}

@media (min-width: 768px) {
  .text-md-left {
	text-align: left !important;
  }
}

.col-homepage-txt .bodytxt {
	font-size: 1.27rem;
	line-height: 1.4;
	font-weight: 400;
}

.home-page .rgba-gradient {
  background: -moz-linear-gradient(45deg, rgba(66,133,244, 0.75), rgba(112,157,37, 0.75) 100%);
  background: -webkit-linear-gradient(45deg, rgba(66,133,244, 0.75), rgba(112,157,37, 0.75) 100%);
  background: -webkit-gradient(linear, 45deg, from(rgba(66,133,244, 0.75)), to(rgba(54, 198, 0, 0.75)));
  background: -o-linear-gradient(45deg, rgba(66,133,244, 0.75), rgba(112,157,37, 0.75) 100%);
  background: linear-gradient(to 45deg, rgba(66,133,244, 0.75), rgba(112,157,37, 0.75) 100%);
}

.nav-footer {
	color: #fff;
}

.nav-footer a {
	color: #fff;
}

.dce-text-media .container-fluid h2,
.dce-text-media .container-fluid h3,
.dce-text-media .container-fluid h1,
.dce-text-media .container-fluid h4 {
	font-weight: 700 !important;
	margin-bottom: 1rem;
	font-size: 2rem;
}

.dce-text-media .container-fluid h2.size-big,
.dce-text-media .container-fluid h3.size-big,
.dce-text-media .container-fluid h1.size-big,
.dce-text-media .container-fluid h4.size-big {
	font-weight: 700 !important;
	margin-bottom: 1rem;
	font-size: 2.5rem;
	margin-bottom: 1.4rem;
}

.home-quicklinks .quicklink-item {
	margin-bottom: 3%;  
	border: 0;
}
.home-quicklinks .quicklink-item:last-item {
	margin-bottom: 0;  
}

@media (min-width: 768px) {
  	.home-quicklinks .quicklink-item {
		  margin-bottom: 0;
		margin-right: 3%;  
		width: 30.333333333333336%;
		border: 0;
  	}
  	.home-quicklinks .quicklink-item:last-item {
	  	margin-right: 0%;  
	}
} 

#komet-feView .km_table .km_table-cell.km-table-index {
	background-color: #fff;
}

#komet-feView .km_table .km_table-head .km_table-row-dekHead .km_table-cell, #komet-feView .km_table .km_table-footer .km_table-row-dekHead .km_table-cell {
	border-color: #fff;
}

.card-apps .apps-img {
	fmargin-left: 7rem;
	fmargin-right: 7rem;
	max-width: 170px;
	margin-left: auto;
	margin-right: auto;
}

.form-outline.form-underline {

}

.form-outline.form-underline .form-control {
	padding-bottom: .7rem;
}

.form-outline .form-control ~ .form-notch .form-notch-leading, 
.form-outline .form-control.active ~ .form-notch .form-notch-leading, 
.form-outline .form-control ~ .form-notch .form-notch-middle, 
.form-outline .form-control.active ~ .form-notch .form-notch-middle,
.form-outline .form-control ~ .form-notch .form-notch-trailing, 
.form-outline .form-control.active ~ .form-notch .form-notch-trailing {
	 border: none;
	 border-radius: 0;
	 border-bottom: 1px solid #ced4da;
	 box-shadow: none;
}

.form-outline .form-control:focus ~ .form-notch .form-notch-leading, 
.form-outline .form-control.active ~ .form-notch .form-notch-leading, 
.form-outline .form-control:focus ~ .form-notch .form-notch-middle, 
.form-outline .form-control.active ~ .form-notch .form-notch-middle,
.form-outline .form-control:focus ~ .form-notch .form-notch-trailing, 
.form-outline .form-control.active ~ .form-notch .form-notch-trailing {
	 border: none;
	 border-radius: 0;
	 border-bottom: 1px solid #ced4da;
	 box-shadow: none;
}
 

.btn-floating.btn-comet-round {
	margin-top: 0;
	-webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.10);
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.10);
}

.col-form-label {
	color: #000;
}

.card {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.card-apps {
	-webkit-box-shadow: none;
	  box-shadow: none;
}

#page-197 .view-homepage,
#page-205 .view-homepage {
  background-image: url(https://comet.edustandards.org/fileadmin/Komet2020/Resources/Public/Images/homebg_2024.jpg) !important;
}

.view-homepage ul.ul-checkmark > li, 
.view-homepage ul.ul-arrow > li {
	font-size: 1.27rem;
}

.view-homepage ul.ul-checkmark > li::before, 
.view-homepage ul.ul-arrow > li::before {
	color: #fff;
}

@media (max-width: 992px) {
	.footer-copyright .brandlink-footer {
		margin-left: auto;
		margin-right: auto !important;
	}
}

.invite-user {
	cursor: pointer;
}

/* ################# Adapt Home View ################### */

#page-197.home-page .view,
#page-205.home-page .view {
	min-height: 1300px;
}

@media (min-width: 768px) {
	#page-197.home-page .view,
	#page-205.home-page .view {
		
	}
}

/* ################# Tabs ################### */

.md-tabs {
  position: relative;
  z-index: 1;
  padding: .7rem;
  margin-right: 1rem;
  margin-bottom: -20px;
  margin-left: 1rem;
  border: 0;
  border-radius: .25rem;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.md-tabs .nav-link {
	border: 0;
	text-transform: none;
	color: #fff;
	font-size: 1rem;
}

.md-tabs .nav-link:hover {
  background-color: transparent;
  border-color: rgba(0,0,0,0);
}

.md-tabs .nav-link.active, .md-tabs .nav-item.open .nav-link {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: .25rem;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.modal .tab-content {
	-webkit-box-shadow: none;
	  box-shadow: none;
}

/* ########## Documentation Page ########### */

.container-xxl.doc-layout {
	max-width: 1430px;
}

.doc-sidebar {
	
}

.doc-layout {

}

@media (min-width: 992px) {
	.doc-sidebar {
		position: -webkit-sticky;
		position: sticky;
		top: 8rem;
		display: block !important;
		height: calc(100vh - 11rem);
		padding-left: .25rem;
		margin-left: -.25rem;
		overflow-y: auto;
	}
	.doc-layout {
		display: grid;
			grid-template-areas:
		"sidebar main";
			grid-template-columns: 1.5fr 5fr;
			gap: 2.5rem;
	}
}

.doc-group-header {
	font-size: 1.2rem;
	line-height: 1.256;
}

#comet-docs-navigation .menu-item {
	margin-left: 1.75rem;
	color: #000;
	font-size: 1.05rem;
	padding: .1875rem .5rem;
	border-radius: 5px;
	margin-bottom: .15rem;
	line-height: 1.453;
}

#comet-docs-navigation .menu-item:hover, 
#comet-docs-navigation .menu-item:focus {
	background-color: #eaeaea;
}

#comet-docs-navigation .menu-item.active {
	background-color: #eaeaea;
}

.doc-layout .doc-maincontent {
	font-size: 1.1rem;
}

.doc-layout .doc-maincontent h1 {
	margin-bottom: 1.5rem;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}

.doc-layout .doc-maincontent h2 {
	margin-bottom: 1.2rem;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 2rem;
}

.doc-layout .doc-maincontent h3 {
	font-size: 1.7rem;
	margin-bottom: 1.2rem;
}

.doc-layout doc-maincontent .frame-default {
	margin-bottom: 3rem;
}

.doc-maincontent {
	grid-template-areas:
	"docintro"   
	"pagenav"
	"docmain";
		grid-template-rows: auto 1fr;
		
}

@media (min-width: 992px) {
	.doc-maincontent {
		display: grid;
		grid-template-areas:
		"docintro  pagenav" 
		"docmain    pagenav";
		grid-template-rows: auto 1fr;
		gap: inherit;
		grid-template-columns: 4fr 1fr;
	}
}

.doc-intro {
	grid-area: docintro;
}

.doc-maincol {
	grid-area: docmain;
}

.doc-pagenav {
	gird-area: pagenav;
}

@media (min-width: 992px) {
	.doc-pagenav {
		position: -webkit-sticky;
		position: sticky;
		top: 9.85rem;
		
		right: 0;
		z-index: 2;
		NOheight: calc(100vh - 11rem);
		overflow-y: auto;
	}
}

.doc-layout .frame-type-menu_section h2,
.doc-layout .frame-type-menu_section h3,
.doc-layout .frame-type-menu_section h4 {
	font-size: 1.3rem;
	font-weight: 500;
	margin-bottom: .75rem;
}

.doc-layout .frame-type-menu_section > ul {
	padding-left: 0;
}

.doc-layout .frame-type-menu_section > ul > li > ul {
	padding-left: 1.5rem;
}

@media (min-width: 992px) {
	.doc-layout .frame-type-menu_section > ul > li > ul {
		padding-left: 1rem;
	}
}

.doc-layout .frame-type-menu_section > ul li {
	list-style-type: none;
	padding-bottom: ;
	font-size: 1rem;
	line-height: 1.5;
}

.doc-layout .frame-type-menu_section ul li a {
	color: #222;
	display: inline-block;
	padding: .5rem 0 .5rem;
}

.doc-layout .frame-type-menu_section ul li a:hover {
	color: rgb(59,113,202);
}

.doc-layout .frame-type-menu_section ul li a.active {
	color: rgb(59,113,202);
}

/* ########## /Documentation Page ########## */

/* ########################################################### */
/* ########################################################### */
/* ############## CSS for gtn_questionnaire.css ############## */
/* ########################################################### */
/* ########################################################### */


.tx-gtn-exabiscompetences .md-form.form-questionaire-search > label {
	font-size: 1.25rem;
}

.tx-gtn-exabiscompetences .md-form.form-questionaire-search .form-control-input {
	padding-bottom: .8rem;
}

.tx-gtn-exabiscompetences .exabis-questionnaire-grid-cart-non-published {

}

.tx-gtn-exabiscompetences .exabis-questionnaire-grid-cart .mask-disabled {
	display: none;
}

NO.tx-gtn-exabiscompetences .exabis-questionnaire-grid-cart-non-published .mask-disabled {
	background: repeating-linear-gradient( 135deg, transparent, transparent 10px, #f7f7f7 10px, #f7f7f7 20px );
	opacity: .4;
	pointer-events: none;
	display: block;
}

.tx-gtn-exabiscompetences .quesationnairesListContainer .card-thumb {
	margin: 1rem 1rem 0 1rem;
}

.tx-gtn-exabiscompetences .quesationnairesListContainer .card-body {
	padding-top: 1rem;
	padding-bottom: .5rem;
}

.tx-gtn-exabiscompetences .exabis-questionnaire-grid-cart .card-header-toolbar {
	padding: 1rem 1rem 0 1rem;
}

.tx-gtn-exabiscompetences .card-header-toolbar a {
	color: #3f5b65;
}

.tx-gtn-exabiscompetences .card-header-toolbar a.edit-quest {
	
} 

.tx-gtn-exabiscompetences .badge-quest-lang {
	ffcolor: #000 !important;
	background-color: #e38204 !important;
}

.tx-gtn-exabiscompetences .badge-date {
	padding-left: 1.2rem !important;
	padding-right: 1.2rem !important;
	font-size: .9rem;
}

.tx-gtn-exabiscompetences .badge-date-last {
	color: #fff !important;
	background-color: #e38204 !important;
}

.tx-gtn-exabiscompetences .exabis-questionnaire-grid-cart .card-body,
.tx-gtn-exabiscompetences .exabis-questionnaire-grid-cart .card-footer {
	padding-left: 1rem;
	padding-right: 1rem;
}

.tx-gtn-exabiscompetences .exabis-questionnaire-grid-cart .date-pagination {
	color: #3f5b65;
}

.tx-gtn-exabiscompetences .exabis-questionnaire-grid-cart .date-pagination {
	color: #3f5b65;
}

.tx-gtn-exabiscompetences .exabis-questionnaire-grid-cart .date-pagination.disabled {
	opacity: .5;
}

.exabis-questionnaire-grid-cart-non-published.marker {
  width: 60px;
  height: 13px;
  border: none;
 /*border: 1px solid rgba(0,0,0,.085)*/
  display: inline-block;
}

.exabis-questionnaire-category-list th,
.exabis-questionnaire-category-list td {
	background-color: transparent !important;
	vertical-align: middle;
}

body.comet-frontend .exabis-questionnaire-subject-title, body.comet-frontend .exabis-questionnaire-topic-title {
	font-size: 1.8rem !important;
}

.exabis-questionnaire-subject-title, .exabis-questionnaire-topic-title {
	text-align: left !important;
}

.form-date {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50px;
	padding: .275rem 1.85rem .275rem 1.2rem; 
	font-size: .9rem;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	background-color: rgb(248, 249, 250);
	font-weight: 700;
}

.tx-gtn-exabiscompetences .exabis-questionnaire-grid-cart-non-published .card-thumb {
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.06), 0 2px 10px 0 rgba(0, 0, 0, 0.06);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.06), 0 2px 10px 0 rgba(0, 0, 0, 0.06);
	background-color: #fff;
}

.tx-gtn-exabiscompetences .exabis-questionnaire-grid-cart-non-published .card-footer {
	background-color: #f8f8f8;
}

.card .card-footer .btn {
	margin: 0 .5rem 0 0;
}

.card .card-footer .btn:last-child {
	margin: 0 0 0 0;
}

body.comet-frontend .progress {
	border-radius: .25rem;
}

.card-new-quest {
	
}

.accordion-item .accordion-button {
	background-color: transparent;
	border: 0;
	
}

.accordion-button::after {
	content: "";
	display: none;
	
}

.accordion-simple .accordion-item {
	border-bottom: 0;
	box-shadow: none !important;
	border-radius: 0 !important;
}

.accordion-simple .accordion-item:last-child {
	border-bottom: 1px solid rgba(0,0,0,.125);
}

.accordion-simple .accordion-item .card-header {
	border-width: 0;
	border-radius: 0 !important;
}

/* # stepper-arrows # */

.stepper-arrows {
  display: inline-block;
  overflow: hidden;
  border-radius: 0px;
  margin-top: 1.5rem;
}

.stepper-arrows a {
  text-decoration: none;
  outline: none;
  display: block;
  float: left;
  font-size: 1.05rem;
  text-transform: none;
  font-family: 'Roboto', sans-serif;
  color: #4d6e88;
  line-height: 36px;
  padding: 0 14px 0 30px;
  position: relative;
  font-weight: 400;
  background: #8a9aa7;
  color: white;
  transition: all 0.5s;
}

.stepper-arrows a:before {
  background: white;
  box-shadow: 0 0 0 1px #ccc;
}

.stepper-arrows a:first-child {
  padding-left: 20px;
  border-radius: 0;
  border-bottom-left-radius: .2rem;
  border-top-left-radius: .2rem;
}
.stepper-arrows a:first-child:before {
  left: 14px;
}
.stepper-arrows a:last-child {
  border-radius: 0; 
  padding-right: 20px;
  border-bottom-right-radius: .2rem;
  border-top-right-radius: .2rem;
}

.stepper-arrows a.active, .stepper-arrows a:hover {
  background: #709d25;
  color: #fff;
}

.stepper-arrows a:hover {
  background: #4285f4;
  color: #fff;
}

.stepper-arrows a.active:after, .stepper-arrows a.active:after {
  background: #709d25;
}

.stepper-arrows a.active:hover:after {
  background: #709d25;
}

.stepper-arrows a:hover:after {
  background: #4285f4;
}

.stepper-arrows a.active {
  color: #fff;
}

.stepper-arrows a.active:hover {
  background-color: #709d25;
  color: #fff;
  cursor: pointer;
}

.stepper-arrows a:after {
  content: '';
  position: absolute;
  top: 0; 
  right: -13px;
  width: 33px; 
  height: 36px;
  transform: scale(0.707) rotate(45deg);
  z-index: 1;
  background: #8a9aa7;
  color: white;
  transition: all 0.5s;
  box-shadow: 
	2px -2px 0 2px rgba(255, 255, 255, 1), 
	3px -3px 0 2px rgba(255, 255, 255, 0.1);
  border-radius: 0 5px 0 50px;
}

.stepper-arrows .disabled {
	background: #bac4cd;
	pointer-events: none;
	cursor: default;
}

.stepper-arrows .disabled:after {
	background: #bac4cd;
}

.stepper-arrows .step-item:last-child:after {
  box-shadow: 
  2px -2px 0 2px rgba(255, 255, 255, 0), 
  3px -3px 0 2px rgba(255, 255, 255, 0);
}

/* # / stepper-arrows # */

.card-new-quest {
	border-radius: 0;
	position: relative;
}

.card-new-quest .card-footer {
	font-weight: 600;
	font-size: 1.2rem;
	border-top: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.card-new-quest .card-image-hover {
	position: relative;
}

.card-new-quest .caption {
	opacity: 0;
	background-color: #94a4ac;
	NObackground-color: #6ea82e;
	NObackground-color: #4285f4;
	z-index: 99999;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.1rem;
	font-weight: 500;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	-webkit-transition: background-color 0.5s ease-in-out;
	-moz-transition: background-color 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out;
}

.card-new-quest .caption ul.ul-checkmark > li {
	font-size: 1.2rem;
	font-weight: 400;
}

.card-new-quest:hover .caption {
	opacity: 1;
}

.btn-toggle:focus .caption {
	NOopacity: 1;
	background-color: #6ea82e;
}

.btn-toggle .card-footer {
	background-color: #fff;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.btn-toggle:focus .card-footer,
.btn-toggle.active .card-footer {
	background-color: #6ea82e;
	color: #fff;
}

.card-new-quest .caption ul.ul-checkmark li:before {
	color: #fff;
}

.btn-toggle {
	background-color: transparent;
	border: 0;
	padding: 0;
}



legend.legend-settings-group {
  font-size: 1.55rem !important;
}

/* / CSS for gtn_questionnaire.css */

.mfp-figure figure {
	background-color: #fff;
}