.wrapper {
	overflow: auto;
	height: 100vh;
	width: 100%;
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
}
.section-wrap {
	overflow: auto;
	height: 100vh;
}
.container-fluid.landing-page {
	overflow: hidden;
}
.page-container {
	display: flex;
	padding: 0 0 0 209px;
}
.profile-sidebar {
	background: #F1F2F0;
	flex-basis: 209px;
	margin: 0 0 0 -209px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 18px;
	color: #fff;
}
.profile-sidebar .info {
	background: #285491;
	color: #fff;
	text-align: center;
	padding: 34px 18px 17px;
	margin: 0 -18px;
	-webkit-border-radius: 43px 0 0;
	-moz-border-radius: 43px 0 0;
	border-radius: 43px 0 0;
}
.logo-container {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
	height: 104px;
	margin: 0 auto 16px;
	width: 104px;
	overflow: hidden;
	background: #f2f2f0;
	position: relative;
}
.logo-container a {
	display: block;
	height: 100%;
}
.profile-sidebar .info h2 {
	margin: 0 0 3px;
	font: 500 25px/28px "Roboto",Arial,Helvetica,sans-serif;
	color: #fff;
	text-transform: none;
}
.profile-sidebar .edit-link {
	color: #F1F2F0;
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
}
.profile-sidebar .edit-link .ico {
	display: inline-block;
	vertical-align: middle;
	color: #F1F2F0;
	font-size: 14px;
	padding: 0 6px 0 0;
}
.profile-sidebar .block {
	text-transform: uppercase;
	border-bottom: 1px solid #36abb2;
	margin: 0 -18px;
	padding: 27px 18px 23px;
}
.profile-sidebar h2 {
	font: 500 17px/19px "Roboto",Arial,Helvetica,sans-serif;
	color: #275794;
	margin: 0 0 9px;
}
.profile-sidebar .block:last-child {
	border: 0;
}
.profile-sidebar .list {
	margin: 0 -18px;
	padding: 0;
	list-style: none;
	font: 500 15px/17px "Roboto",Arial,Helvetica,sans-serif;
}
.profile-sidebar .list li {
	margin: 13px 0 0;
	width: 100%;
	display: table;
	position: relative;
}
.profile-sidebar .list li:before{
	content:'';
	width: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: #285491;
	z-index: 4;
	transition: all 0.3s ease 0s;
}
.profile-sidebar .list li:hover:before,
.profile-sidebar .list li.active:before {
	width: 4px;
}
.profile-sidebar .list .readonly a {
	pointer-events: none;
	color: #999999;
}
.profile-sidebar .list .readonly a:before {
	background-color: #A5A8AE;
}
.profile-sidebar .list .readonly:hover:before {
	width: 0;
}
.profile-sidebar .list li:first-child {
	margin: 0;
}
.profile-sidebar .list a {
	color: #666;
	padding: 5px 19px 5px 69px;
	position: relative;
	height: 50px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	transition: all 0.3s ease 0s;
	z-index: 2;
}
.profile-sidebar .list a:before {
	content:'';
	width: 42px;
	height: 42px;
	position: absolute;
	left: 19px;
	top: 4px;
	border-radius: 40px;
	background-color:rgba(40,84,145,1);
	background-repeat:no-repeat;
	background-position: center;
	background-size: 24px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
.profile-sidebar .list a:after {
	content:'';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 50px;
	background: #d3dae2;
	z-index: -1;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
}
.profile-sidebar .list a:hover,
.profile-sidebar .list .active a {
	background: #D3DAE2;
	color: #285491;
	text-decoration: none;
}
.profile-sidebar .list a:hover:after,
.profile-sidebar .list .active a:after {
	width: 100%;
}
.profile-sidebar .list a:hover:before,
.profile-sidebar .list .active a:before {
	background-color: rgba(40,84,145,0);
	background-size: 30px;
}
.profile-sidebar .list .ico-community:before {
	background-image: url(../images/ico-community.png);
}
.profile-sidebar .list .ico-community:hover:before,
.profile-sidebar .list .active .ico-community:before {
	background-image: url(../images/ico-community-blue.png);
}
.profile-sidebar .list .ico-overview:before {
	background-image: url(../images/ico-overview.png);
}
.profile-sidebar .list .ico-overview:hover:before,
.profile-sidebar .list .active .ico-overview:before {
	background-image: url(../images/ico-overview-blue.png);
}
.profile-sidebar .list .ico-strategy:before {
	background-image: url(../images/ico-strategy.png);
}
.profile-sidebar .list .ico-strategy:hover:before,
.profile-sidebar .list .active .ico-strategy:before {
	background-image: url(../images/ico-strategy-blue.png);
}
.profile-sidebar .list .ico-baseline:before {
	background-image: url(../images/ico-baseline.png);
}
.profile-sidebar .list .ico-baseline:hover:before,
.profile-sidebar .list .active .ico-baseline:before {
	background-image: url(../images/ico-baseline-blue.png);
}
.profile-sidebar .list .ico-plans:before {
	background-image: url(../images/ico-plans.png);
}
.profile-sidebar .list .ico-plans:hover:before,
.profile-sidebar .list .active .ico-plans:before {
	background-image: url(../images/ico-plans-blue.png);
}
.profile-sidebar .list .ico-discussion:before {
	background-image: url(../images/ico-discussion.png);
}
.profile-sidebar .list .ico-discussion:hover:before,
.profile-sidebar .list .active .ico-discussion:before {
	background-image: url(../images/ico-discussion-blue.png);
}
.profile-sidebar .list .ico-learning:before {
	background-image: url(../images/ico-learning.png);
}
.profile-sidebar .list .ico-learning:hover:before,
.profile-sidebar .list .active .ico-learning:before {
	background-image: url(../images/ico-learning-blue.png);
}
.profile-sidebar .list .ico-p2p:before {
	background-image: url(../images/ico-p2p.png);
}
.profile-sidebar .list .ico-p2p:hover:before,
.profile-sidebar .list .active .ico-p2p:before {
	background-image: url(../images/ico-p2p-blue.png);
}
.profile-sidebar .list .ico-academia:before {
	background-image: url(../images/ico-academia.png);
}
.profile-sidebar .list .ico-academia:hover:before,
.profile-sidebar .list .active .ico-academia:before {
	background-image: url(../images/ico-academia-blue.png);
}
.profile-sidebar .list .ico-library:before {
	background-image: url(../images/ico-library.png);
}
.profile-sidebar .list .ico-library:hover:before,
.profile-sidebar .list .active .ico-library:before {
	background-image: url(../images/ico-library-blue.png);
}
.page-container > .holder {
	width: 100%;
	float: left;
}
#header {
	background: #f1f2f0;
	border-bottom: 1px solid #D6D5D5;
}
#header .logo-iuc,
#header .logo-com {
	background: url(../images/logo.png);
	width: 61px;
	height: 57px;
	float: left;
	overflow: hidden;
	text-indent: -9999px;
	margin: 16px 13px 11px;
}
#header .logo-iuc {
	background: url(../images/logo-iuc-large.png) no-repeat;
	background-size: 100% auto;
	height: 42px;
	width: 100px;
	margin-top: 24px;
}
#header .logo-iuc a,
#header .logo-com a {
	display: block;
	height: 100%;
}
#header .sources {
	margin: 0;
	padding: 27px 0 0;
	list-style: none;
	overflow: hidden;
	text-align: center;
	font:  18px/28px "Roboto",Arial,Helvetica,sans-serif;
}
#header .sources li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 50%;
	margin: 0 -4px 0 0;
}
#header .sources .fa {
	font-size: 30px;
	padding: 0 15px 0 0;
}
#header a{
	color: #5D6779;
}
#header .btn {
	color: #fff;
}
#header .notification {
	position: relative;
	margin: 0 -99px 0 0;
}
#header .notification .link {
	background: #285491;
	color: #fff;
	height: 84px;
	position: relative;
	width: 84px;
	display: block;
}
#header .notification .carousel {
	padding: 11px 30px;
}
#header .notification .carousel-control:focus {
	opacity: .5;
}
#header .notification .carousel-control:hover {
	opacity: .9;
}
#header .notification .link .fa{
	font-size: 30px;
	left: 50%;
	margin: -15px 0 0 -16px;
	position: absolute;
	top: 50%;
}
#header .carousel .fa {
	padding-bottom: 4px;
}
#header .notification .has-error {
	color: #ee4927;
}
#header .notification .text {
	font-size: 14px;
	font-weight: 500;
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: 6px;
	text-align: center;
	top: 5px;
	width: 20px;
	background: #fff;
	color: #285491;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.notification .drop {
	display: block;
	position: absolute;
	width: 445px;
	top: 100%;
	right: 0;
	text-align: center;
	color: #231f20;
	background: #f2f2f0;
	font: 18px/26px "Roboto",Arial,Helvetica,sans-serif;
	z-index: 100;
}
.notification.is-hidden .drop {
	display: none;
}
.notification .carousel-control {
	background: url(../images/ico-notification-prev.png) no-repeat;
	width: 11px;
	height: 16px;
	text-indent: -9999px;
	overflow: hidden;
	top: 15px;
	left: 8px;
}
.notification .carousel-control.right {
	background: url(../images/ico-notification-next.png) no-repeat;
	left: auto;
	right: 8px;
}
.notification .carousel .item{
	padding: 0 24px;

}
.notification .carousel .title {
	display: block;
	margin: 0 0 10px;
	font: 500 21px/24px "Roboto",Arial,Helvetica,sans-serif;
}
.notification .scroll-box {
	max-height: 101px;
	overflow: auto;
}
.notification .carousel .scroll-box {
	margin: 0 0 7px;
}
.notification .carousel p {
	margin: 0 0 3px;
}
.options {
	text-align: center;
	margin: 0 0 13px;
	display: block;
}
#header .options {
	margin: 0;
}
.options.registered {
	padding: 0 84px 0 0;
}
.options .login {
	color: #5d6779;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	font: 16px/19px "Roboto",Arial,Helvetica,sans-serif;
	margin: 31px 0 0;
}
.options.registered .login,
.options .notification,
.options .user-option {
	display: none;
}
.options .login,
.options.registered .notification,
.options.registered .user-option {
	display: block;
}
#header .jcf-select {
	width: 100%;
	margin: 0;
	border: 0;
	border-left: 1px solid #D6D5D5;
	border-right: 1px solid #D6D5D5;
	background: none;
	height: 84px;
	text-align: center;
	cursor: pointer;
}
#header .jcf-select-text {
	font: 18px/84px "Roboto",Arial,Helvetica,sans-serif;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	color: #5d6779;
}
#header  .jcf-select-opener {
	background: none;
}
#header .jcf-select-opener {
	position: static;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/ico-arrow-down.png) no-repeat;
	width: 12px;
	height: 7px;
}
#header  .jcf-drop-active .jcf-select-opener {
	background: url(../images/ico-arrow-top.png) no-repeat;
}
#header .jcf-select-opener:before {
	display: none;
}
#header .jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #D6D5D5;
}
#header .jcf-list {
	font: 18px/25px "Roboto",Arial,Helvetica,sans-serif;
}
#header .jcf-option {
	color: #5d6779;
	font: 500 16px/19px "Roboto",Arial,Helvetica,sans-serif;
}
#header .modal .jcf-option {
	font: 19px/22px "Roboto",Arial,Helvetica,sans-serif;
}
#header .jcf-option.jcf-hover {
	cursor: pointer;
}
#header .user-option {
	text-align: right;
	position: relative;
	font: 500 16px/19px "Roboto",Arial,Helvetica,sans-serif;
}
#header .user-info {
	padding: 10px 118px 9px 25px;
	position: relative;
}
#header .user-info:after {
	position: absolute;
	content: '';
	background: url(../images/ico-arrow-down-blue.png) no-repeat;
	width: 12px;
	height: 7px;
	top: 50%;
	right: 16px;
	margin: -4px 0 0;
}
#header .active .user-info:after {
	background: url(../images/ico-arrow-top-blue.png) no-repeat;
}
.user-option .drop {
	display: block;
	position: absolute;
	top: 100%;
	width: 100%;
	right: 33px;
	background: #285491;
	padding: 0;
	margin: 0;
	list-style: none;
	color: #fff;
	z-index: 100;
	text-transform: uppercase;
}
.user-option .drop li {
	border-top: 1px solid #fff;
}
.user-option .drop a {
	display: block;
	padding: 5px 18px;
}
#header .user-option .drop a {
	color: #fff;
}
.user-option .drop li:first-child {
	border: 0;
}
.user-option.is-hidden .drop {
	display: none;
}
#header .logo-container {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #36ABB2;
	width: 65px;
	height: 65px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	margin: 0 -77px 0 13px;
}
#header .img-container img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
	width: 100%;
	height: auto;
}
#header .user-info .name {
	display: inline-block;
	vertical-align: middle;
	color: #5d6779;
	text-transform: uppercase;
	max-width: 85%;
}
#content .layout-container {
	background: #f4f4f4;
	padding-top: 18px;
}
#content .layout-indent,
#content .layout-container.left {
	padding: 17px 0 0 41px;
	background: none;
}
#content .bg {
	background: #f1f2f0;
	position: relative;
	z-index: 1;
}
#content .col-xs-7 + .col-xs-5.bg:before {
	position: absolute;
	content: '';
	background: #f4f4f4;
	top: 100%;
	right: 0;
	z-index: -1;
	width: 100%;
}
.layout-indent > .bg,
#content .layout-container > .bg {
	-webkit-border-radius: 41px 0 41px 0;
	-moz-border-radius: 41px 0 41px 0;
	border-radius: 41px 0 41px 0;
	padding-top: 37px;
	padding-bottom: 31px;
	margin: 0 0 15px;
}
#content .layout-container > .bg:before {
	display: none;
}
#content iframe {
	border: 0;
	min-height: 1000px;
}
/* organization */
.organization {
	color: #fff;
	font: 500 18px/21px "Roboto",Arial,Helvetica,sans-serif;
	padding: 25px 10px 5px;
	text-align: center;
	-webkit-border-radius: 19px 0 19px 0;
	-moz-border-radius: 19px 0 19px 0;
	border-radius: 19px 0 19px 0;
	position: relative;
	margin: 0 0 15px;
}
.organization.signatory {
	background: #8accd5;
}
.organization.coordinator {
	background: #61b88b;
}
.organization.supporter {
	background: #bed17f;
}
.organization.administrator {
	background: #61b88b;
}
.organization.academia {
	background: #6380a4;
}
.organization.contact {
	background: #285491;
}
.organization .image-bg {
	display: none;
}
.organization.has-bg .image-bg {
	bottom: 0;
	display: block;
	height: auto;
	left: 50%;
	margin: 0 0 0 -50%;
	min-width: 364px;
	position: absolute;
	top: 0;
	width: 100%;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat:no-repeat;
}
.organization .logo-container {
	margin: 0 auto 15px;
	z-index: 1;
}
.organization .img-box {
	margin: -25px -10px 0;
	padding: 25px 10px 0;
	-webkit-border-radius: 19px 0 0 0;
	-moz-border-radius: 19px 0 0 0;
	border-radius: 19px 0 0 0;
	overflow: hidden;
	position: relative;
	z-index: 1;
	min-height: 244px;
}
.organization .img-box .btn-holder {
	margin: -25px 0 15px -10px;
	z-index: 1;
}
.organization .img-box .btn-holder .btn {
	border-top-left-radius: 19px;
}
.organization .img-box .website-link {
	position: relative;
	z-index: 1;
}
.organization.has-bg .img-box:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	z-index: 1;
}
.organization h1 {
	font: 500 26px/29px "Roboto",Arial,Helvetica,sans-serif;
	margin: 0 0 8px;
	color: #fff;
	position: relative;
	z-index: 1;
}
.organization a {
	color: #fff;
}
.organization .source {
	font: 500 14px/16px "Roboto",Arial,Helvetica,sans-serif;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 17px;
	position: relative;
	z-index: 1;
}
.organization .edit {
	font: 700 15px/18px "Roboto",Arial,Helvetica,sans-serif;
	position: absolute;
	top: 5px;
	left: 14px;
	z-index: 1;
}
.organization .edit .fa {
	padding: 0 4px 0 0;
}
.organization .socials-list {
	margin: 0;
	padding: 0 0 11px;
	list-style: none;
	position: relative;
	z-index: 1;
}
.organization .socials-list li {
	display: inline-block;
	vertical-align: top;
	margin: 0 9px 10px;
}
.organization .socials-list .fa {
	font-size: 17px;
}
.organization .block {
	border-top: 1px solid #fff;
	margin: 0 -10px;
	padding: 12px 10px 11px;
	display: flex;
}
.organization  dl {
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 4px;
	position: relative;
	display: flex;
	flex: 1;
	flex-direction: column;
}
.organization .block dl:before {
	position: absolute;
	content: '';
	background: #fff;
	top: -12px;
	bottom: -11px;
	width: 1px;
	left: 0;
}
.organization .block dl:first-child:before {
	display: none;
}
.organization dt {
	font-size: 15px;
	line-height: 18px;
	margin: 0 0 8px;
	word-break: break-all;
}
.organization  dd {
	margin: 0 0 5px;
	font-size: 14px;
	line-height: 16px;
	word-break: break-all;
}
.organization .img-list {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
}
.organization .img-list li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 -4px 5px 0;
	padding: 0 5px;
	width: 33.3%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.organization .img-list img {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
.helper-class-for-tooltip-visibility.readonly {
	cursor: pointer;
}
.helper-class-for-tooltip-visibility.readonly [class^="col"]:before,
.helper-class-for-tooltip-visibility.readonly .form-group:before,
.helper-class-for-tooltip-visibility.readonly:before {
	content: none;
}
.helper-class-for-tooltip-visibility .col-xs-4.col-lg-4 {
	cursor: not-allowed;
}
.helper-class-for-tooltip-visibility .checkbox-container {
	cursor: not-allowed;
}
.helper-class-for-tooltip-visibility label {
	pointer-events: none;
}
/* info block */
.info-block {
	max-width: 900px;
	margin: 0 auto;
}
.info-block  .title{
	color: #8bb716;
	font: 700 16px/19px "Roboto",Arial,Helvetica,sans-serif;
	margin: 0 0 13px;
	display: block;
}
.scroll-box {
	overflow: auto;
	height: 438px;
	position: relative;
}
.info-block .btn-holder {
	padding: 15px 65px 0 0;
}
.info-block .cards-list .btn-holder {
	padding: 0;
	margin: 0;
}
.cards-list {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #5D6779;
}
.cards-list li {
	background: #fff;
	-webkit-border-radius: 25px 0 25px 0;
	-moz-border-radius: 25px 0 25px 0;
	border-radius: 25px 0 25px 0;
	padding: 6px 17px;
	margin: 0 0 15px;
}
.cards-list .media {
	margin: 0 0 10px;
}
.cards-list .media-left {
	min-width: 96px;
	vertical-align: middle;
	text-align: center;
	max-width: 96px;
	height: 96px;
}
.cards-list .img-container {
	background: #f1f2f0;
	-webkit-border-radius: 11px 0;
	-moz-border-radius: 11px 0;
	border-radius: 11px 0;
	overflow: hidden;
}
.cards-list .media-left img {
	max-height: 100%;
	max-width: 100%;
	margin: 0 auto;
	height: auto;
	display: block;
}
.cards-list dl {
	margin: 0;
}
.cards-list dd,
.cards-list dt {
	display: inline-block;
	vertical-align: top;
	margin: 0 -4px 8px 0;
	width: 30%;
	font: 500 14px/17px "Roboto",Arial,Helvetica,sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px 0 0;
}
.cards-list dd {
	width: 70%;
	text-align: right;
	color: #8bb716;
}
.cards-list dd a {
	color: #8bb716;
}
.cards-list .btn {
	margin: 0 -17px -6px 0;
}
/* scroll block */
.info-block .mCSB_scrollTools  {
	width: 32px;
}
.info-block .mCSB_inside > .mCSB_container {
	margin-right: 65px;
}
.scroll-box .mCSB_buttonUp,
.scroll-box .mCSB_buttonDown {
	height: 32px;
}
.scroll-box .mCSB_buttonUp:after,
.scroll-box .mCSB_buttonDown:after {
	position: absolute;
	content: '';
	background: url(../images/ico-arrow-top.png) no-repeat;
	width: 12px;
	height: 7px;
	top: 50%;
	left: 50%;
	margin: -3px 0 0 -6px;
}
.scroll-box .mCSB_buttonDown:after {
	background: url(../images/ico-arrow-down.png) no-repeat;
}
.scroll-box .mCSB_scrollTools {
	background: #fff;
	opacity: 1;
}
.modal .scroll-box .mCSB_scrollTools .mCSB_draggerRail,
.modal .mCSB_scrollTools .mCSB_draggerContainer,
.modal .scroll-box .mCSB_scrollTools {
	width: 27px;
	background: #f2f2f0;
}
.notification .scroll-box .mCSB_scrollTools {
	background: #f2f2f0;
}
.scroll-box .mCSB_scrollTools .mCSB_draggerRail {
	width: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #fff;
}
.scroll-box .mCSB_scrollTools a + .mCSB_draggerContainer {
	margin: 33px 0;
}
.scroll-box .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	opacity: 1 !important;
	webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.scroll-box .mCSB_dragger .mCSB_dragger_bar,
.scroll-box .mCSB_dragger:hover .mCSB_dragger_bar,
.scroll-box .mCSB_dragger:active .mCSB_dragger_bar,
.scroll-box .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background: #dadcdd;
}
.notification .mCSB_scrollTools .mCSB_draggerRail {
	background: #f2f2f0;
}
/* details block */
.details-block {
	padding: 5px 0 0;
	font: 18px/21px "Roboto",Arial,Helvetica,sans-serif;
	color: #5d6779;
	margin: 0 0 15px;
}
.details-block h2 {
	color: #8bb716;
	font: 700 24px/27px "Roboto",Arial,Helvetica,sans-serif;
	margin: 0 0 27px;
}
.details-block .progress {
	height: auto;
	-webkit-box-shadow:  none;
	-moz-box-shadow:  none;
	box-shadow:  none;
	font: 700 24px/27px "Roboto",Arial,Helvetica,sans-serif;
	text-transform: uppercase;
}
.details-block .progress-bar {
	background-color: #5d6779;
	position: relative;
	height: 12px;
}
.details-block .progress-bar.success {
	background: #8bb716;
}
.details-block .progress .sr-only {
	overflow: visible;
	height: auto;
	width: 100%;
	color: #5d6779;
	left: 0;
	top: 100%;
}
.details-block .progress-list {
	padding: 0;
	margin: 0 0 37px;
	list-style: none;
	font: 500 16px/21px "Roboto",Arial,Helvetica,sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #5d6779;
	text-align: center;
}
.details-block .progress-list .text {
	opacity: 0.6;
}
.details-block .progress-list .success .text {
	opacity: 1;
}
.details-block .progress-list li {
	float: left;
	position: relative;
}
.details-block .progress-list li:before,
.details-block .progress-list li:after {
	background: url(../images/progress-sep.png) no-repeat center center;
	content: "";
	height: 20px;
	position: absolute;
	top: 0;
	width: 30px;
}
.details-block .progress-list li:after {
	right: -17px;
}
.details-block .progress-list li:before {
	left: -17px;
}
.details-block .progress-line {
	display: block;
	background: url(../images/progress-bg-0.png) repeat-x center center;
	height: 20px;
	margin: 0 0 12px;
}
.details-block .success .progress-line {
	background: url(../images/progress-bg.png) repeat-x center center;
}
.details-block dl {
	margin: 0;
}
.details-block dd,
.details-block dt {
	display: inline-block;
	vertical-align: top;
	margin: 0 -4px 15px 0;
	width: 60%;
	font: 400 18px/21px "Roboto",Arial,Helvetica,sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px 0 0;
}
.details-block dd {
	width: 40%;
	text-align: right;
	color: #8bb716;
}
.error-summary,
.details-block p {
	margin: 0 0 20px;
}
#map {
	width: 100%;
	height: 100%;
	min-height: 316px;
	margin: 0 0 15px;
}
/* calendar */
.calendar {
	color: #9e9e9e;
	font: 17px "Roboto",Arial,Helvetica,sans-serif;
	margin: 0 0 15px;
}
.calendar h2 {
	background: #61c1cc;
	text-align: center;
	color: #fff;
	margin: 0;
	font: 500 22px/25px "Roboto",Arial,Helvetica,sans-serif;
	padding: 11px 0 10px;
	-webkit-border-radius: 41px 0 0;
	-moz-border-radius: 41px 0 0;
	border-radius: 41px 0 0;
}
.calendar .accordion-toggle {
	display: none;
}
.datepicker {
	background: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0;
	width: 340px;
}
.datepicker-dropdown:after,
.datepicker-dropdown:before {
	display: none;
}
.calendar .datepicker {
	width: 100%;
	-webkit-border-radius: 0 0 41px;
	-moz-border-radius: 0 0 41px;
	border-radius: 0 0 41px;
}

.profile-info .date-box,
.page-form .date-box,
.profile-info .time-box,
.page-form .time-box {
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin: 0;
}
.profile-info .date-box input,
.page-form .date-box input,
.profile-info .time-box input,
.page-form .time-box input  {
	z-index: 2;
	position: relative;
	cursor: pointer;
	padding: 0 19px;
}
.datepicker .table-condensed {
	width: 100%;
	border-collapse: collapse;
}
.datepicker .table-condensed thead {
	background: #61c1cc;
	font: 19px/22px "Roboto",Arial,Helvetica,sans-serif;
	color: #fff;
}
.datepicker .table-condensed th {
	font-weight: 400;
}
.datepicker .next span,
.datepicker .prev span {
	background: url(../images/arrow-prev-white.png);
	width: 10px;
	height: 15px;
}
.datepicker .next span:before,
.datepicker .prev span:before {
	display: none;
}
.datepicker .next span {
	background: url(../images/arrow-next-white.png);
}
.datepicker .table-condensed th {
	padding: 6px 2px;
}
.datepicker .table-condensed .dow {
	font-size: 17px;
	line-height: 20px;
	padding: 12px 2px;
}
.datepicker table tr td.new,
.datepicker table tr td.old {
	color: #d2d2d2;
}
.datepicker .table-condensed td {
	height: 46px;
	padding: 0;
	position: relative;
}
.datepicker .datepicker-days .today{
	background: none;
	color: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.datepicker .datepicker-days .today:before {
	position: absolute;
	content: '';
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	margin: -16px 0 0 -15px;
	top: 50%;
	left: 50%;
	background: #cccccc;
	z-index: auto;
	border: 0;
}
.datepicker .table-condensed td.signatory,
.datepicker .table-condensed td.coordinator,
.datepicker .table-condensed td.supporter,
.datepicker .table-condensed td.administrator,
.datepicker .table-condensed td.academia {
	position: relative;
	color: #fff;
}
.datepicker .table-condensed td.signatory:before,
.datepicker .table-condensed td.coordinator:before,
.datepicker .table-condensed td.supporter:before,
.datepicker .table-condensed td.administrator:before,
.datepicker .table-condensed td.academia:before {
	z-index: auto;
	border: 0;
	position: absolute;
	content: '';
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 34px;
	height: 34px;
	margin: -17px 0 0 -17px;
	top: 50%;
	left: 50%;
	background: #009bac;
}
/*.datepicker .table-condensed td.signatory:before {*/
	/*background: #8accd5;*/
/*}*/
/*.datepicker .table-condensed td.coordinator:before {*/
	/*background: #61b88b;*/
/*}*/
/*.datepicker .table-condensed td.supporter:before {*/
	/*background: #bed17f;*/
/*}*/
/*.datepicker .table-condensed td.administrator:before {*/
	/*background: #009bac;*/
/*}*/
.datepicker .table-condensed td.day:hover,
.datepicker .table-condensed td.day {
	cursor: default;
}
.datepicker .table-condensed td.day .wrap {
	position: relative;
	width: 34px;
	height: 34px;
	line-height: 34px;
	float: none;
	margin: 0 auto;
	cursor: default;
}
.datepicker .table-condensed td.day.administrator .wrap {
	cursor: pointer;
}
.datepicker table tr td .wrap:hover {
	background: transparent;
}
.datepicker .table-condensed td.academia:before {
	background: #6380a4;
	z-index: -1;
	border: 0;
	position: absolute;
	content: '';
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	margin: -22px 0 0 -22px;
	top: 50%;
	left: 50%;
}
.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
	background: none;
}
.datepicker td, .datepicker th {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled.active:hover, .datepicker table tr td span.active.disabled.disabled:hover, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled[disabled]:hover, .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active[disabled]:hover, .datepicker table tr td span.active[disabled] {
	background: #36abb2 ;
}
.datepicker table tr td.active:before {
	content: '';
	background: #009bac;
	z-index: -1;
	border: 0;
	position: absolute;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 34px;
	height: 34px;
	margin: -17px 0 0 -17px;
	top: 50%;
	left: 50%;
}
.datepicker .datepicker-days {
	position: relative;
}
.datepicker .datepicker-days:after {
	position: absolute;
	content: '';
	background: #36abb2;
	right: 0;
	top: 0;
	width: 1px;
	height: 78px;
}
.datepicker-drop {
	display: block;
	text-align: center;
	padding: 10px 0 0;
}
.date-box .drop {
	position: absolute;
	top: 100%;
	left: 50%;
	margin: 0 0 0 -100px;
	width: 200px;
	background: #36abb2;
	z-index: 100;
	opacity: 1;
}
.datepicker table tr td,
#dateOfAdhesion table td,
#datepicker-container table td{
	background: none !important;
}
.datepicker .fa-angle-right,
.datepicker .fa-angle-left {
	font-size: 20px;
	font-weight: 600;
}
.calendar .calendar-tooltip {
	display: none;
	position: absolute;
	top: calc(100% + 12px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #009bac;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: left;
	color: #ffffff;
	cursor: default;
	z-index: 3;
}
.calendar .calendar-tooltip.aligned-left {
    top: 50%;
    left: auto;
    right: calc(100% + 12px);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.calendar .calendar-tooltip.aligned-top {
		top: auto;
		bottom: calc(100% + 12px);
	}
.calendar .calendar-tooltip.aligned-top.aligned-left {
	right: 0;
	transform: none;
}
.calendar .calendar-tooltip:before {
	content: '';
	position: absolute;
	top: -12px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #009bac;
}
.calendar .calendar-tooltip.aligned-left:before {
    top: 50%;
    left: auto;
    right: -12px;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-left: 12px solid #009bac;
    border-top: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid transparent;
}
.calendar .calendar-tooltip.aligned-top:before {
		top: auto;
		bottom: -12px;
		border-top: 12px solid #009bac;
		border-bottom: none;
	}
.calendar .calendar-tooltip.aligned-top.aligned-left:before {
	right: 4px;
	transform: none;
	border-left: 12px solid transparent;
	border-top: 12px solid #009bac;
	border-right: 12px solid transparent;
	border-bottom: none;
}
.calendar .tooltip-event-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.calendar .tooltip-event-list li {
	margin-top: 35px;
}
.calendar .tooltip-event-list li:first-child {
	margin-top: 0;
}
.calendar .calendar-tooltip h3 {
	font-size: 16px;
	line-height: 1.2;
	font-weight: normal;
	margin: 0 0 5px;
}
.calendar .calendar-tooltip p {
	font-size: 14px;
	line-height: 1.2;
	margin: 0;
}
.calendar .calendar-tooltip .date-time {
	white-space: nowrap;
}
.calendar .calendar-tooltip strong {
	padding-right: 10px;
}
.calendar .calendar-tooltip .view-more {
	display: inline-block;
	margin-top: 6px;
	font-size: 13px;
	line-height: 1.2;
	text-decoration: underline;
	color: #ffffff;
}
.calendar .calendar-tooltip .view-more:hover {
	text-decoration: none;
}
.calendar .calendar-tooltip .close-tooltip {
	width: 16px;
	height: 16px;
	position: absolute;
	background: url(../images/close.png) no-repeat center;
	background-size: 16px;
	top: 5px;
	right: 5px;
	margin: 0;
	cursor: pointer;
	z-index: 2;
}
.calendar .scroll-inner {
	min-width: 230px;
	min-height: 115px;
	max-height: 165px;
	padding: 15px 4px 15px 15px;
	overflow: hidden;
}
.calendar .mCSB_inside > .mCSB_container {
	margin-right: 20px;
}
.calendar .mCSB_scrollTools a + .mCSB_draggerContainer {
	margin: 0;
}
.calendar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	background-color: rgba(0,0,0,0.4);
}
.calendar .mCSB_scrollTools {
	top: 15px;
	opacity: 1;
}
.calendar .mCSB_buttonUp,
.calendar .mCSB_buttonDown {
	display: none !important;
}

/* timepicker */
.bootstrap-datetimepicker-widget.dropdown-menu {
	min-width: 154px;
	margin: 0 0 0 2px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-align: center;
}
.bootstrap-datetimepicker-widget.dropdown-menu .table-condensed {
	width: 100%;
}
.bootstrap-datetimepicker-widget.dropdown-menu .btn {
	width: 34px;
	height: 37px;
	padding: 0;
	margin: 0;
	min-width: auto;
	max-width: none;
	-webkit-border-radius: 12px 0;
	-moz-border-radius: 12px 0;
	border-radius: 12px 0;
	text-align: center;
}
.bootstrap-datetimepicker-widget.dropdown-menu .btn .fa {
	padding: 0;
	margin-top: -18px;
	font-size: 19px;
}

/* documents table */
.documents-table {
	width: 100%;
	border-collapse: collapse;
	font: 16px/20px "Roboto",Arial,Helvetica,sans-serif;
	color: #5d6779;
	margin: 0 0 15px;
}
.documents-table th {
	font: 21px/24px "Roboto",Arial,Helvetica,sans-serif;
	color: #fff;
	background: #36abb2;
	padding: 18px 28px 19px;
}
.documents-table td {
	padding: 8px 5px 7px;
	border-bottom: 1px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 10%;
	text-align: center;
}
.documents-table td:first-child {
	width: 80%;
	padding-left: 28px;
	text-align: left;
}
.documents-table td:last-child {
	width: 10%;
}
.documents-table .fa {
	color: #8bb716;
	font-size: 19px;
}
.documents-table tr:nth-child(even) {background: #f5f5f5}
.documents-table tr:nth-child(odd) {background: #f1f2f0}
/* .contact us */
.contact-us {
	background: #36abb2;
	color: #fff;
	font: 19px/22px "Roboto",Arial,Helvetica,sans-serif;
	margin: 0 0 15px;
	padding: 38px 39px 16px;
	-webkit-border-radius: 41px 0 41px 0;
	-moz-border-radius: 41px 0 41px 0;
	border-radius: 41px 0 41px 0;
}
.contact-us h2 {
	font: 500 21px/24px "Roboto",Arial,Helvetica,sans-serif;
	margin: 0 0 15px;
}
.contact-us p {
	margin: 0 0 34px;
}
/* supporters */
table a {
	color: #5d6779;
	text-decoration: underline;
}
table a:hover {
	text-decoration: none;
	color: #5d6779;
}
.table-container table {
	width: 100%;
	border-collapse: separate;
	font: 17px/20px "Roboto",Arial,Helvetica,sans-serif;
	margin: 0 0 32px;
}
.table-container .form-box input[type="text"] {
	font-size: 17px;
}
.table-container.strategy .subheading {
	background-color: #277892;
	color: #ffffff;
	text-align: left;
	padding: 10px 17px;
}
.table-container.strategy tr td.border-correction {
	border-left-width: 1px;
}
.table-container.strategy tr td.no-side-border {
	border-left-color: transparent;
	border-right-color: transparent;
}
.table-container table span.glyphicon {
	font-size: 15px;
	margin: 0 5px;
}
.table-bordered {
	border: 0;
}
.table-container.strategy table {
	border-collapse: separate;
}
.table-container h2,
.part-index h2 {
	font: 500 24px/27px "Roboto",Arial,Helvetica,sans-serif;
	color: #8bb716;
	margin: 0 0 24px;
}
.table-container .has-ill {
	text-transform: uppercase;
}
.table-container.strategy h2 {
	color: #5d6779;
}
.table-container.strategy h3,
.table-container h3,
.page-form h3 {
	color: #8bb716;
	margin: 0 0 24px;
}
.table-container.strategy h3 label {
	color: #8bb716;
}
.table-container .has-ill i {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 44px;
	height: 44px;
	margin: 0 10px 0 0;
}
.table-container .has-ill i:before {
	content: '';
	width: 42px;
	height: 42px;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #285491;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 31px;
}
.table-container .ico-strategy:before {
	background-image: url(../images/ico-strategy.png);
}
.table-container .table-bordered th,
.table-container th {
	border: 0;
	background: #36abb2;
	font: 500 19px/22px "Roboto",Arial,Helvetica,sans-serif;
	padding: 17px 15px;
	border-left: 1px solid #6dbac0;
	color: #fff;
}
.table-container .has-scroll-container th {
	padding: 17px 10px 18px;
}
.table>tbody>tr>td,
.table>thead>tr>th {
	vertical-align: middle;
}
.table-container .table-bordered td,
.table-container td {
	border: 0;
	padding: 17px 17px;
	border-bottom: 3px solid #fff;
	max-width: 270px;
	word-wrap: break-word;
}
.table-container th.narrow-cell {
	word-wrap: break-word;
}
.table-container th.narrow-cell,
.table-container td.narrow-cell {
	max-width: 100px;
	width: 100px;
}
.table-container .table-striped tbody > tr:nth-of-type(2n+3) {
	background-color: #f9f9f9;
}
.table-container .has-scroll-container td {
	padding: 17px 10px;
}
.table-container tr {
	background: #f1f2f0;
	border-bottom: 5px solid #fff;
}
.table-container thead tr:first-child {
	border-bottom: 0;
}
.table-container tr:nth-child(even) {
	background: #f5f5f5;
}
.table-container thead tr:first-child {
	background: none;
}
.table-container tr:first-child th:first-child {
	-webkit-border-radius: 40px 0 0;
	-moz-border-radius: 40px 0 0;
	border-radius: 40px 0 0;
}
.table-container.strategy:not(.action-plans-table) tr:first-child th:first-child {
	border: 0;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
}
.table-container .align-center {
	text-align: center;
}
.table-container .six-cols th:first-child {
	width: 36%;
}
.table-container table .fa{
	color: #5d6779;
	font-size: 21px;
}
.table-container table th .fa {
	color: #ffffff;
}
.table-container .action {
	padding: 0;
	margin: 0;
	list-style: none;
}
.table-container .action li {
	float: left;
	margin: 0 13px 0 0;
}
.table-container table.style tr:nth-child(odd) td:first-child {
	padding-left: 75px;
}
.table-container table.style tr:nth-child(odd) td:nth-child(2) {
	padding-left: 39px;
}
.table-container table.style tr:nth-child(odd) td:nth-child(3) {
	padding-left: 39px;
}
.table-container.strategy:not(.action-plans-table) table {
	font-weight: 600;
	text-align: center;
}
.table-container.strategy:not(.action-plans-table) th {
	border: 1px solid #bfbfbf;
	text-align: center;
	max-width: 75px;
	word-wrap: break-word;
}
.table-container.strategy:not(.action-plans-table) tr:first-child th {
	border-top: 0;
}
.table-container.strategy tr {
	border: 0;
}
.table-container td.form-box {
	border: 0;
	border-bottom: 3px solid #fff;
}
.table-container.strategy:not(.action-plans-table) td.form-box,
.table-container.strategy:not(.action-plans-table) td {
	border: 1px solid #bfbfbf;
}
.table-container.strategy tr:nth-child(2n),
.table-container.strategy tr {
	background: #ffffff;
}

.table-container.strategy:not(.action-plans-table) td:first-child {
	border-left: 2px solid #bfbfbf;
}
.table-container.strategy:not(.action-plans-table) .has-not-border:first-child {
	border-left: 1px solid #bfbfbf;
}
.table-container.strategy:not(.action-plans-table) td.left-indent:first-child {
	padding-left: 24px;
}
.table-container.strategy:not(.action-plans-table) td:first-child > span {
	font-weight: 400;
	padding-left: 20px;
}
.table-container th:first-child {
	padding-left: 17px;
}
.table-container.strategy:not(.action-plans-table) tr:last-child td {
	border-bottom: 2px solid #bfbfbf;
}
.table-container.strategy:not(.action-plans-table) td:last-child {
	border-right: 2px solid #bfbfbf;
}
.table-container .required .jcf-list,
.table-container table .required,
.table-container table .subtotal,
.required .form-box,
.required textarea {
	background: #bed17f;
}

#non-energy-sectors tr:nth-child(11) .emission_measure_value_code .required,
#local-electricity-production-table .energy_measure_value_code .required,
#municipal-purchase-table .energy_measure_value_code .required {
	background-color: #ffffff;
}

input[readonly] {
	/* background-color: white !important; */
}

.table-container .text  .required {
	background: none;
	border-color: #f1f2f0;
}
.table-container .text  .has-error {
	border-color: #ee4927;
}
.table-container table .static {
	background: #e3f0f6;
	padding: 17px 17px;
}
.table-container table .disabled{
	background: #d6d6d6;
}
.table-container .select-list {
	padding: 0 24px;
	margin: 0 0 32px;
	list-style: none;
}
.table-container .select-list > li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px 0 0;
	padding: 0;
	border: 0;
}
#addNewCoordinator table {
	margin: 0 auto;
	max-width: 500px;
}
.select-list .form-box .required {
	background: none;
}
.select-list .required .jcf-select {
	background: #bed17f;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.select-list .jcf-select {
	border: 3px solid transparent;
}
.select-list .has-error .jcf-select{
	border: 3px solid #ee4927;
}
.select-list .form-box .jcf-drop-active {
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.table-container.strategy .no-styles:last-child,
.table-container tr:last-child .no-styles,
.table-container.strategy tr:last-child .no-styles,
.table-container.strategy .no-styles,
.table-container .no-styles,
.table-container .table-bordered .no-styles {
	background: none;
	border-color: transparent;
	padding: 0 0 0 19px;
	border-left: 1px solid #bfbfbf;
	width: 60px !important;
}
.table-container.strategy tfoot tr:last-child .no-styles,
.table-container tfoot tr:last-child .no-styles,
.table-container.strategy tfoot .no-styles,
.table-container tfoot .no-styles {
	padding: 32px 0 0;
	border: 0;
	text-align: left;
}
.table-container.strategy  .no-styles,
.table-container.strategy  .no-styles {
	border-left: 1px solid #bfbfbf;
}
.table-container .no-styles.table-cell-toggle-arrow-wrap {
	vertical-align: top;
}
.table-container .btn.small,
.table-container table .btn {
	margin: 0;
	padding: 0 14px;
	min-width: 30px;
	text-align: center;
}
.table-container .btn.small-size {
	padding: 0 8px;
	margin: 0;
}
.table-container .btn.small .fa,
.table-container table .btn .fa {
	padding: 0;
	color: #fff;
}
.table-container td .wrap-for-aligning {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.table-container td .wrap-for-aligning a,
.table-container td .wrap-for-aligning .txt {
	max-width: calc(100% - 38px);
}
.table-container td .icon-outer {
	margin-left: 10px;
}
.table-container td .has-error {
	box-shadow: 0 0 0 1px red;
}
/*.table-container table .has-success {*/
	/*box-shadow: 0 0 0 1px #5cb55e;*/
/*}*/
.table-container .checkbox-container .has-success {
	border: 0;
}
.table-container .has-success label:before {
	border-color: #5cb55e;
}
.table-container table .static .jcf-list,
.table-container table .static {
	background: #e3f0f6;
}
.table-container td.has-drop {
	position: relative;
}
.table-container tr td.with-tooltip {
	position: relative;
}
.table-container tr td.with-tooltip:hover .tooltip-box {
	display: block;
}
.table-container tr td.with-tooltip .tooltip-box {
	display: none;
	position: absolute;
	bottom: 100%;
	left: -20%;
	right: -20%;
	margin: 0 auto 10px;
	background: #ffffff;
	color: #666666;
	padding: 20px;
	border: 2px solid #285491;
}
.table-container tr td.with-tooltip .tooltip-box:after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 10px solid #285491;
	margin: 0 0 0 -5px;
}
.table-container table .form-group {
	margin: 0;
	display: flex;
/*	align-items: center;
	justify-content: center; */
}
.table-container .help-block {
	margin: 10px 0 0;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 100;
	padding: 10px;
	background: #fff;
	border: 1px solid #e74230;
}

.table-container #bau-info-form .help-block {
	display: block;
	background-color: transparent;
	border: none;
	position: relative;
	top: initial;
	left: initial;
	right: initial;
	z-index: initial;
}

table .static .help-block {
	background: #e3f0f6;
}
table .required .help-block {
	background: #bed17f;
}
.table-container form:not(#bau-info-form) .help-block:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 10px solid #e74230;
	top: -10px;
	left: 50%;
	margin: 0 0 0 -5px;
}
.table-container .has-error:hover .help-block {
	display: block;
}
tbody.readonly td,
thead.readonly td,
tfoot.readonly td,
.readonly {
	position: relative;
	cursor: not-allowed;
}
tbody.readonly:before,
thead.readonly:before,
tfoot.readonly:before {
	display: none;
}
tbody.readonly td:before,
thead.readonly td:before,
tfoot.readonly td:before,
.readonly [class^="col"]:before,
.readonly .form-group:before,
.readonly:before {
	/* position: absolute; */
	content: '';
	background: transparent;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
}
.readonly:after {
	clear: both;
	content: '';
	display: block;
}

.readonly .document-upload:before,
.readonly .document-upload:after {
	position: initial !important;
}

.readonly .document-upload {
	cursor: pointer !important;
	position: initial;
}

.table-container .input-hidden input {
	color: transparent;
}
.table-container .alert-danger {
	background: none;
	color: #e74230;
}
.table-container .text_counter,
.table-container .alert-danger ul {
	margin: 0 0 4px;
}
.table-container .notices-container {
	background: none;
}
.table-container .btn-holder{
	margin: 0;
}
.table-container .btn {
	margin: 0 20px 24px 0;
}
#commitment_adaptation-table th:first-child,
#commitment_adaptation-table td:first-child {
	width: 40%;
}
#commitment_adaptation-table th:last-child,
#commitment_adaptation-table td:last-child {
	width: 30%;
}
.table-container .has-scroll-container {
	width: 1800px;
	overflow-x: scroll;
}
.table-container .heading {
	background: #285491;
	color: #fff;
}
.table-container .has-scroll-container td:first-child {
	width: 40%;
}
.table-container .key-sector:before {
	content: '';
	position: absolute;
	left: -40px;
	width: 20px;
	height: 20px;
	background: url(../images/key-icon.jpg) no-repeat;
	background-size: 20px;
}

.table-container #non-energy-sectors-form .key-sector:before {
	left: 20px;
}

.table-container .icon-wrap {
	margin: 7px auto 0;
	width: 30px;
	cursor: pointer;
}
.table-container .form-box .icon-wrap {
	position: absolute;
	top: -6px;
	right: -3px;
}

/*action-plans-table list*/
.table-container.action-plans-table h3 {
	color: #285491;
}
.table-container.action-plans-table h3 span {
	font-size: 18px;
}
.table-container.action-plans-table table th {
	max-width: none;
	background: #285491;
	border-left-color: #ffffff;
}
.table-container.action-plans-table table th:first-child {
	border-left-color: #285491;
}
.table-container.action-plans-table table th:not(.no-styles):last-child,
.table-container.action-plans-table.expanded-table table th:nth-last-of-type(2){
	border-right: 2px solid #5d6779;
}
.table-container.action-plans-table td:first-child {
	text-align: left;
	border-left: 2px solid #bfbfbf;
}
.table-container.action-plans-table .is-monitoring {
	position: relative;
	padding-left: 50px;
}
.table-container.action-plans-table .is-monitoring:before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 7px;
	left: 25px;
	width: 20px;
	height: 20px;
	background: url("../images/level-arrow.png") no-repeat;
}
.table-container.action-plans-table .focused .is-monitoring:before {
	background-image: url("../images/level-arrow-w.png");
}
.table-container.action-plans-table td {
	font-weight: 600;
	border-bottom: 2px solid #bfbfbf;
}
.table-container.action-plans-table td:nth-last-child(2) {
	border-right: 2px solid #bfbfbf;
}
.table-container.action-plans-table tr {
	background: transparent;
}
.table-container.action-plans-table tr.locked td {
	font-weight:normal;
}
.table-container.action-plans-table tr.focused td {
	background: #277892;
	color: #ffffff;
}
.table-container.action-plans-table tr.focused td:first-child {
	border-left-color: #277892;
}
.table-container.action-plans-table tr.focused td:last-child {
	border-right-color: #277892;
}
.table-container.action-plans-table tr.focused .fa,
.table-container.action-plans-table tr.focused .glyphicon {
	color: #ffffff;
}
.table-container.action-plans-table tr[data-href]:hover td {
	cursor: pointer;
}
.table-container.action-plans-table tr:hover .btn-cell {
	background: transparent;
	cursor: default;
}
.table-container.action-plans-table .no-styles {
	border-color: transparent;
	background: #ffffff;
}
.table-container.action-plans-table .fa-share {
	font-size: 18px;
	margin: 0 5px;
}
.table-container.action-plans-table .template_button {
	min-width: 90px;
	width: 90px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.table-container.action-plans-table .template_button .btn {
	padding: 0 21px;
}
.table-container.action-plans-table .btn.small-size {
	background: #285491;
}
.table-container.action-plans-table .note-wrap {
	display: flex;
	align-items: center;
}
.table-container.action-plans-table .note-txt {
	margin-right: 20px;
}
.table-container.action-plans-table .note-wrap .btn {
	margin: 0;
}

	/* expanded table*/
.expanded-table tr {
	display: none;
}
.expanded-table tr.heading,
.expanded-table tr.focused {
	display: table-row;
}

/* emission-inventory-list-table */
.table-container.emission-inventory-list-table tr:hover td {
	cursor: pointer;
}
.table-container.emission-inventory-list-table .template_button {
	min-width: 90px;
	width: 90px;
	text-align: center;
}
.table-container.emission-inventory-list-table .focused td {
	background: #dedede;
	color: #799f12;
}

/*--- corrections for wide table with small fonts ---*/
.table-smaller-content table {
    padding-right: 20px;
}
.table-smaller-content table th,
.table-smaller-content table td,
.table-smaller-content table td.form-box {
	font-size: 14px;
}
.table-container.table-smaller-content .table-bordered th,
.table-container.table-smaller-content th {
	padding: 10px 5px;
	min-height: 40px;
}
.table-container.table-smaller-content th:first-child {
	padding-left: 5px;
}
.table-container.table-smaller-content .table-bordered td,
.table-container.table-smaller-content td {
	position: relative;
	padding: 0;
	min-height: 40px;
}
.table-container.table-smaller-content tr:first-child th:first-child,
.table-container.table-smaller-content td:first-child {
	min-width: 260px;
	max-width: 260px;
	min-height: 40px;
}
.table-container.table-smaller-content table .static,
.table-container.table-smaller-content table .btn-cell-wrap {
	padding: 10px 17px;
}

.table-container.table-smaller-content table .form-group {
	width: 100%;
	height: 100%;
	min-height:100%;
	/*background-color: #ffffff;*/
}

/*emission-factors table*/
.table-container.emission-factors-table .form-box .jcf-list {
	font-size: 12px;
}
.table-container.emission-factors-table .help-block {
	min-width: 115px;
	margin: 0 0 10px;
	top: auto;
	bottom: 100%;
	left: auto;
	right: auto;
}
.table-container.emission-factors-table .help-block::after {
	top: auto;
	bottom: -10px;
	border-bottom:0;
	border-top: 10px solid #e74230;
}
.table-container.table-smaller-content.emission-factors-table tr:first-child th:first-child,
.table-container.table-smaller-content.emission-factors-table td:first-child {
	min-width: auto;
	max-width: none;
	padding: 10px 17px;
	height: 40px;
}

/*--- table cell dropdown list---*/
.table-container .table-cell-dropdown-list {
	visibility: hidden;
	position: absolute;
	bottom: calc(100% - 5px );
	left: -1px;
	width: 0;
	overflow: hidden;
	text-align: left;
	z-index: 3;
}
.table-container .table-cell-dropdown-list.aligned-right {
	left: auto;
	right: -1px;
}
.table-container table .table-cell-dropdown-list .jcf-list {
	background: #ffffff;
	border-top: 2px solid #bfbfbf;
}
.table-container table .table-cell-dropdown-list .jcf-list-box{
	width: 100%;
	margin: 0;
}
.table-container table .table-cell-dropdown-list .jcf-list .jcf-option {
	white-space:normal;
}
.table-container.strategy table .table-cell-dropdown-list .jcf-list-box .jcf-option {
	padding-left: 10px;
	padding-right: 10px;
}
.table-container.strategy table .table-cell-dropdown-list .jcf-list-box .jcf-selected {
	background: transparent;
}
.table-container table .table-cell-dropdown-list .jcf-list-box .jcf-option:hover {
	background: #e6e6e6;
}
.table-container.strategy td:first-child .table-cell-dropdown-list span {
	padding-left: 0;
}
.table-container .table-cell-dropdown-list .form-box {
	border:none;
}
.table-container .table-cell-dropdown-list .form-box .jcf-select .jcf-select-opener {
	display: none;
}
.table-container .open-list .table-cell-dropdown-list {
	visibility: visible;
	width: 100%;
	min-width: 200px;
	overflow: visible;
}
/*--- end table cell dropdown list ---*/

/* climate-change table */
.table-container.climate-change-table td.form-box {
	width: 200px;
	max-width: 200px;
}
.table-container.climate-change-table td.form-box:last-child {
	min-width: 150px;
}
.table-container.climate-change-table .with-text-field .inner {
	display: flex;
	align-items:center;
}
.table-container.climate-change-table .with-text-field .form-group,
.table-container.climate-change-table .with-text-field span {
	width: 48%;
	min-width: 200px;
}

.table-container.climate-change-table .with-text-field .form-group {
	margin-left: 4%;
	float: right;
}
.table-container.climate-change-table .with-text-field span {
	float: left;
}
.table-container.climate-change-table .with-text-field input[type="text"] {
	background: #bed17f;
}

/* climate-change-risk table */
.table-container.climate-change-risk-table .static {
	width: 25%;
	max-width: 25%;
}
.table-container.climate-change-risk-table td.form-box:last-child {
	width: 200px;
	max-width: 200px;
	min-width: 150px;
}

/* adaptation-scorecard table */
.table-container.adaptation-scorecard .form-group ~ .form-group {
	display: none;
}
.table-container.adaptation-scorecard .text .form-group {
	border-radius: 0;
}
.table-container.adaptation-scorecard textarea {
	height: 100%;
	border-radius: 0;
}
.table-container.adaptation-scorecard th:first-child {
	max-width: 350px;
	width: 350px;
}
.table-container.adaptation-scorecard th:last-child {
	max-width: 400px;
	width: 400px;
}

/* table with sortable columns*/
.with-sortable-columns th a {
	color: #ffffff;
	text-decoration: underline;
	cursor: pointer;
}
.with-sortable-columns th a:hover {
	text-decoration: none;
}
.with-sortable-columns th .fa-caret-up,
.with-sortable-columns th .fa-caret-down {
	vertical-align: middle;
	padding-left: 5px;
}

/* part-index pages */
.part-index {
	position: relative;
}
.part-index table.table-bordered tr .without-max-width {
	max-width: none;
	white-space: nowrap;
}

/* bordered-tables on organisation pages */
.coordinator-index.administrator .table-bordered th, .coordinator-index.administrator .table-bordered td,
.organisation-index.administrator .table-bordered th, .organisation-index.administrator .table-bordered td,
.contact-index .table-bordered th, .contact-index .table-bordered td {
	max-width: 110px;
	word-wrap: break-word;
}
.signatory-index .table-bordered th:first-child, .signatory-index .table-bordered td:first-child,
.supporter-index.administrator .table-bordered th:first-child, .supporter-index.administrator  .table-bordered td:first-child,
.coordinator-index.administrator .table-bordered th:first-child, .coordinator-index.administrator .table-bordered td:first-child,
.contact-index .table-bordered th:first-child, .contact-index .table-bordered td:first-child {
	max-width: 350px;
	width: 350px;
	min-width: 350px;
}
.i18n-message-index th:nth-of-type(2){
	width: 120px;
	max-width: 120px;
	word-wrap: break-word;
}
.i18n-message-index .grid-view .table-bordered td.narrow-cell{
	max-width: 60px;
	width: 60px;
}

/* contraction tables */
.table-container.with-contracting-columns th {
	max-width: none;
}
.table-container.with-contracting-columns .contraction-btn-parent {
	max-width: none;
	padding: 0;
	transition-timing-function: linear;
}
.table-container.with-contracting-columns .contraction-btn {
	display: block;
	width: 40px;
	margin: 0 auto;
	cursor: pointer;
	transition-timing-function: linear;
}
.table-container.with-contracting-columns .contraction-btn .fa {
	font-size: 35px;
	color: #ffffff;
}
.table-container.with-contracting-columns.contraction table {
	width: auto;
}
.table-container.with-contracting-columns.contraction .contraction-cell {
	width: 0;
	min-width: 0;
	max-width: 0;
	overflow: hidden;
	color: transparent;
	white-space: nowrap;
	pointer-events: none;
}
.table-container.with-contracting-columns.contraction .contraction-cell label::before,
.table-container.with-contracting-columns.contraction .contraction-cell label::after {
	border-color: transparent;
	background: transparent;
}
.table-container.with-contracting-columns.contraction .contraction-cell input {
	pointer-events: none;
}
.table-container.with-contracting-columns.contraction .contraction-cell .jcf-select {
	width: 0;
	min-width: auto;
}
.table-container.with-contracting-columns.contraction .contraction-cell .jcf-select-text,
.table-container.with-contracting-columns.contraction .contraction-cell .jcf-select-opener::before {
	color: transparent;
}
.table-container.with-contracting-columns.contraction .contraction-btn-parent {
	max-width: 40px;
	white-space: nowrap;
	overflow: hidden;
	color: transparent;
}
/* end contraction tables */

/*compressing table cells height*/
.table-container.with-compressing-cells .btn {
	vertical-align: middle;
	margin-right: 20px;
}

/* key-action-form table (mitigation actions) */
.table-container.key-action-form-table table {
    padding-right: 20px;
}
.table-container.key-action-form-table .no-styles,
.table-container.key-action-form-table .no-styles:last-child {
	border-left: 0;
}
.table-container.key-action-form-table tr:first-child th:first-child,
.table-container.key-action-form-table td:first-child {
	max-width: 350px;
	min-width: 350px;
}
.table-container.key-action-form-table tr:nth-of-type(2) th:nth-child(1),
.table-container.key-action-form-table tr:nth-of-type(2) th:nth-child(2),
.table-container.key-action-form-table tr:nth-of-type(2) th:nth-child(3),
.table-container.key-action-form-table td:nth-of-type(2),
.table-container.key-action-form-table td:nth-of-type(3),
.table-container.key-action-form-table td:nth-of-type(4) {
	max-width: 260px;
}
.table-container.key-action-form-table.contraction tr:nth-of-type(2) th:nth-child(1),
.table-container.key-action-form-table.contraction tr:nth-of-type(2) th:nth-child(2),
.table-container.key-action-form-table.contraction tr:nth-of-type(2) th:nth-child(3),
.table-container.key-action-form-table.contraction td:nth-of-type(2),
.table-container.key-action-form-table.contraction td:nth-of-type(3),
.table-container.key-action-form-table.contraction td:nth-of-type(4) {
	max-width: 0;
}
.table-container.key-action-form-table .subheading ~ td {
	min-width: auto;
	max-width: none;
}
.table-container.key-action-form-table td.form-box:not(.contraction-cell):nth-last-of-type(3) {
	border-right-width: 2px;
}
.table-container.table-smaller-content.key-action-form-table table .form-box .jcf-select {
	height: auto;
}
.table-container.key-action-form-table .jcf-list .jcf-option {
	white-space: normal;
	line-height: 1.3;
}
.table-container.key-action-form-table .btn + span {
	padding-top: 8px;
}
.table-container.key-action-form-table td:first-child .btn + span {
	padding-left: 0;
	width: 80%;
	text-align: right;
}
.table-container.key-action-form-table td:nth-of-type(2) {
	min-width: 100px;
}

/* star icon in the tables */
.table-container .checkbox-container.star-container {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
.table-container .checkbox-container.star-container label {
	width: 26px;
	height: 26px;
}
.table-container .checkbox-container.star-container label:before {
	width: 24px;
	height: 24px;
	border: none;
	background: url("../images/star.png") no-repeat 50% 0;
}
.table-container .checkbox-container.star-container input[type="checkbox"]:checked + label::after {
	width: 24px;
	height: 24px;
	top: 0;
	left: 0;
	background: url("../images/star.png") no-repeat 50% -28px;
}
.table-container .checkbox-container.star-container + .btn {
	margin: 0 5px;
}
.table-container table .star-wrap {
	position: static;
}

/* adaptation actions table */
.table-container.adaptation-actions-table th {
	max-width: none;
}
.table-container.adaptation-actions-table table {
	padding-right: 20px;
}

/* business-as-usual-form */
.table-container.business-as-usual-form .pseudo-cell {
    height: 40px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.table-container.business-as-usual-form .pseudo-cell.additional-border {
    border-bottom: 2px solid #bfbfbf;
}
/*-------------------------*/

.profile-info  .tagsinput {
	width: 345px !important;
	background: #f1f2f0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font: 19px/22px "Roboto",Arial,Helvetica,sans-serif;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: none;
}
.profile-info .tagsinput input:focus,
.profile-info .tagsinput input,
.profile-info .tagsinput .tag {
	font: 19px/57px "Roboto",Arial,Helvetica,sans-serif;
	display: block;
	color: #5d6779 !important;
	border: 0;
	background: #f1f2f0;
	padding: 0 16px;
	width: 100% !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.profile-info .tag a {
	color: #5d6779;
}
.profile-info  .small {
	width: 430px;
}
.profile-info  .small tr:nth-child(even),
.profile-info  .small tr {
	background: none;
	border: 0;
}
.profile-info  .small td{
	border: 0;
	border-bottom: 3px solid #fff;
	background: #f1f2f0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.profile-info .small .no-styles:last-child,
.profile-info .small .no-styles,
.profile-info .small tr:last-child .no-styles,
.profile-info .small .no-styles {
	background: none;
	border: 0;
	border-bottom: 3px solid #fff;
	width: 86px;
}
.small tr:first-child .delete-row {
	position: relative;
	z-index: -1;
	opacity: 0;
}
.profile-info .colunms {
	width: 431px;
}
.profile-info .colunms.without-btn {
	width: 345px;
}
.profile-info .colunms td:first-child {
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
	width: 63%;
}
.profile-info .without-btn td:first-child {
	width: 79%;
}
.small.one-column {
	width: 345px;
}
.profile-info .colunms td:nth-child(2) {
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
}
table #title {
	font: 17px/20px "Roboto",Arial,Helvetica,sans-serif;
	color: #5d6779;
	background-color: transparent;
	padding: 0;
}
.profile-info  tr:last-child .no-styles,
.profile-info .table-container th,
.profile-info .table-container td {
	padding: 10px;
	border-left: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	text-align: center;
}
.profile-info  tr:last-child .no-styles,
.profile-info .table-container .no-styles {
	border-bottom: 0;
}
.profile-info tr:first-child th:first-child {
	border-right: 0;
}
.profile-info  tr:first-child,
.profile-info tr:nth-child(2n),
.profile-info tr {
	background: #fff;
}
.only-for-individual.hide{
	display: none;
}
.only-for-individual.show{
	display: block;
}
.only-for-individual .has-left-indent,
.profile-info .has-left-indent {
	padding-left: 19px;
}

/*vertical-aligned message popups*/
.modal .modal-dialog.vertical-aligned-popup {
	top: 50%;
	bottom:auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.modal .modal-dialog.vertical-aligned-popup .modal-content {
	text-align: center;
	padding-top: 42px;
}
.modal .modal-dialog.vertical-aligned-popup .btn-list {
	text-align: left;
}

/*popups*/
#renew-popup .vertical-aligned-popup {
	top: 50%;
	bottom:auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
#renew-popup .form-container .modal-content {
	text-align: center;
	padding-top: 42px;
}

/*sent mail popup*/
.sent-mail-popup .row {
	margin-bottom: 18px;
}
.sent-mail-popup .popup-label {
	padding-top: 9px;
}
.sent-mail-popup .text-input{
	display: block;
	padding: 10px 15px;
	border: 1px solid #dddddd;
	border-radius: 4px;
	font: 17px/20px "Roboto",Arial,Helvetica,sans-serif;
}
.sent-mail-popup .text-input.multiline {
	min-height: 150px;
}
.sent-mail-popup .btn {
	margin: 0;
}
/*popup-delay-request*/
#popup-delay-request .select-box,
#popup-delay-request .form-box {
	width: 648px;
}
#popup-delay-request .field-delayrequestform-delay_amount .form-box {
	width: 245px;
}
#popup-delay-request .jcf-select.jcf-compact-multiple {
	max-width: none;
}
#popup-delay-request label {
	padding-top: 0;
}
#popup-delay-request .btn {
	margin-right: 0;
}

/*document_update_modal popup*/
.document_update_modal .static-block-document-type-id {
	padding-top: 18px;
}

/*activity-comment popup*/

.activity-comment-popup label {
	padding-top: 0;
}

/*pagination*/
.grid-view {
	padding-bottom: 141px;
}
.grid-view .table.table-striped + .summary {
	padding-top: 30px;
}
.grid-view .table.table-striped + .summary + .pull-left {
	position: absolute;
	bottom: 83px;
	width: 100%;
	text-align: center;
}
.grid-view + .btn.add-hide-row {
	position: absolute;
	left: 0;
	bottom: 173px;
}
.grid-view > .empty {
	padding-bottom: 50px;
}
ul.pagination {
	position: relative;
	width: 100%;
	padding: 0;
	margin: -10px 0 0;
}
ul.pagination li {
	display: inline-block;
}
ul.pagination li a {
	min-width: 36px;
	height: 36px;
	padding: 6px 3px;
	margin: 0 7px;
	color: #36abb2
}
ul.pagination li a,
ul.pagination li span {
	border: none;
	border-radius: 50%;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus {
	background-color: #36abb2;
}
ul.pagination > li.prev a,
ul.pagination > li.prev.disabled > span,
ul.pagination > li.next a,
ul.pagination > li.next.disabled > span {
	width: 35px;
	height: 35px;
	margin: 0;
	padding: 1px;
	background-color: #36abb2;
	border-radius: 12px 0;
	font-size: 30px;
	line-height: 1;
	color: #ffffff;
}
ul.pagination > li.prev a:hover,
ul.pagination > li.next a:hover {
	background-color: #2d8c92;
}
ul.pagination > li.prev a:after,
ul.pagination > li.prev.disabled > span:after,
ul.pagination > li.next a:before,
ul.pagination > li.next.disabled > span:before {
	display: inline-block;
	vertical-align: middle;
}
/*---end of the pagination---*/

.pagination.go-to-page-wrapper {
	display: flex;
	width: 100%;
	justify-content: center;
	position: absolute;
	bottom: 0;
	margin: 0;
}
.table-container .go-to-page-btn {
	width: auto;
	height: 39px;
	padding: 0 15px;
	font-size: 18px;
	line-height: 40px;
}
.go-to-page {
	margin: 2px 0 0 10px;
}
.go-to-page-wrapper span {
	display: inline-block;
}

#footer {
	color: #fff;
	font-weight: 500;
	padding: 25px 0 15px;
	background: url("../images/footer-bg.png") no-repeat scroll 50% 0 / cover;
	position: relative;
	z-index: 2;
	text-align: center;
}
#footer .footer-nav {
	display: none;
}
#footer.footer-iuc {
	padding: 0 0 293px;
	background: url("../images/footer-bg-paysage.jpg") no-repeat scroll 50% 14px / cover;
}

#footer.footer-iuc .footer-inner {
	padding-top: 13px;
	padding-bottom: 13px;
	background-color: rgb(65,67,72);
}

.footer-inner a,
.footer-inner a:visited,
.footer-inner a:hover {
	color: #ffffff;
}

#footer.footer-iuc .footer-logo {
	vertical-align: middle;
	width: 50px;
	margin-right: 10px;
}
#footer.footer-iuc .footer-logo img,
#footer.footer-iuc p {
	margin: 0;
}
#footer.footer-iuc p {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}

#footer.footer-iuc .footer-nav {
	display: block;
	max-width: 1200px;
	margin: 0 auto;
}
#footer.footer-iuc .footer-nav ul {
	margin: 0;
	padding: 0;
	font-size: 0;
	overflow: hidden;
}
#footer.footer-iuc .footer-nav ul li {
	width: 25%;
	float: left;
	font-weight: bold;
	padding: 5px 0;
	list-style-type: none;
}
#footer.footer-iuc .footer-nav ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 5px 0;
	font-size: 16px;
	line-height: 1.4;
	text-decoration: none;
	color: rgb(65,67,72);
}
#footer.footer-iuc .footer-nav ul li a:hover {
	color: white;
	background-color: rgb(65,67,72);
}

#footer .footer-logo {
	display: inline-block;
	vertical-align: top;
}
#footer .footer-logo img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto 15px;
}
.row_pattern {
	display: none;
}
.error-text {
	color: #ee4927;
	border: 3px solid #ee4927;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 15px;
}

/* option list */
.option-list {
	display: flex;
	align-items: flex-end;
	width: calc(100% + 70px);
	height: 120px;
	padding: 0 0 0 56px;
	text-transform: uppercase;
	margin-bottom: 21px;
	font-weight: 500;
	background: #f4f4f4;
}
.layout-indent > .option-list {
	margin: -17px 0 21px -56px;
}
.option-list > li {
	display: table-cell;
	vertical-align: bottom;
	table-layout: fixed;
	float: none;
	height: 80px;
	margin: 0 20px 20px 0;
	padding: 0;
}
.option-list > li:first-child,
.option-list > li:first-child > a {
	border-top-left-radius: 40px;
}
.option-list > li > a {
	display: table-cell;
	vertical-align: middle;
	height: 80px;
	width: auto;
	max-width: 350px;
	min-width: 176px;
	border: 0;
	color: #a8a8a8;
	text-align: center;
	background: #f9f9f9;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 20px;
	padding: 0 25px;
	line-height: 24px;
	white-space: normal;
	letter-spacing: 2px;
}
.option-list > li > a:hover {
	background: #f9f9f9;
	color: #009bac;
}
.option-list > li > a:focus {
	background: #f9f9f9;
}
.option-list > li.active > a {
	color: #009bac;
	background: #ffffff;
	height: 100px;
	margin-bottom: 0;
}
.option-list > li.active > a:hover,
.option-list > li.active > a:focus {
	background: #ffffff;
	color: #009bac;
}
.option-list .open > a,
.option-list .open > a:hover {
	background: #f9f9f9;
}
.option-list.without-dropdown > li > a:focus {
	background: #f9f9f9;
}
.option-list.without-dropdown > li.active > a:focus {
	background: #f9f9f9;
	color: #a8a8a8;
}
.option-list > li:hover .dropdown-menu {
	display: block;
}
.option-list .dropdown-menu {
	background: #fefefe;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 0;
	padding: 0;
	color: #fff;
	text-transform: uppercase;
	width: 100%;
	margin: 0;
	text-align: center;
}
.option-list .dropdown-menu li {
	border-top: 1px solid #fff;
}
.option-list .dropdown-menu li:first-child {
	border: 0;
}
.option-list .dropdown-menu a {
	color: #009bac;
	display: block;
	padding: 5px 18px;
	text-decoration: none;
	white-space: normal;
}
.option-list .dropdown-menu a,
.option-list .dropdown-menu a:focus {
	color: #009bac;
	text-decoration: none;
	background: inherit;
}
.option-list .dropdown-menu a:hover {
	color: #009bac;
	text-decoration: underline;
	background: inherit;
}

/* report filters */
.report-filters {
	padding: 0 0 30px;
}
.report-filters .form-box {
	width: 100%;
	margin-bottom: 20px;
}
/*.report-filters .form-box .help-block {*/
	/*display: none;*/
/*}*/
.report-filters .form-box .jcf-list .jcf-option,
.table-container .filters .jcf-list .jcf-option {
	white-space: normal;
	line-height: 1.3;
}
.report-filters .jcf-select.jcf-compact-multiple {
	max-width: none;
}
.report-filters .clear-all {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #36abb2;
	text-decoration: underline;
}
.report-filters .clear-all:hover {
	text-decoration: none;
}
.report-filters .btn {
	margin-right: 5px;
}

/* filters inside table */
.table-container table .filters {
	background: #ffffff;
}
.table-container table .filters td:first-child {
    border-left: 2px solid #f5f5f5;
}
.table-container table .filters td:last-child {
    border-right: 2px solid #f5f5f5;
}
.table-container .filters input[type="text"].form-control,
.table-container .filters .jcf-select {
    height: 57px;
    width: 100%;
    padding: 0 18px;
    position: relative;
    border: 3px solid #f1f2f0;
    font: 19px "Roboto", Arial, Helvetica, sans-serif;
    text-align: left;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #f1f2f0;
    box-shadow: none;
}
.table-container .filters input[type="text"].form-control:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


	/* new section */
.admin-block .form-group,
.admin-block .btn,
.admin-block .pagination {
	margin: 0 0 20px;
}
.admin-block .pagination:after {
	display: block;
	clear: both;
	content: '';
}
.admin-block .pagination > li > a,
.admin-block .pagination > li > span {
	color: #36abb2;
}
.admin-block .pagination > .active > a,
.admin-block .pagination > .active > a:focus,
.admin-block .pagination > .active > a:hover,
.admin-block .pagination > .active > span,
.admin-block .pagination > .active > span:focus,
.admin-block .pagination > .active > span:hover {
	background-color: #36abb2;
	border-color: #36abb2;
	color: #fff;
}
.table-container .scroll-container {
	width: 100%;
	overflow-x: auto;
	position: relative;
}
.scroll-container .holder{
	min-width: 1320px;
	margin: 0 0 40px;
}
/*horizontal scroll box	*/
.scroll-container .mCSB_horizontal.mCSB_inside > .mCSB_container {
	margin: 0;
}
.scroll-container .table-container .holder {
	margin: 0;
}
.table-container .scroll-container table {
	margin: 0;
}
.scroll-container .mCSB_scrollTools .mCSB_draggerContainer {
	background: #f1f2f2;
}
.scroll-container .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	height: 16px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.scroll-container  .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	height: 16px;
	margin: 0;
	background: #bfbfbf;
}
.scroll-container .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	height: 16px;
	margin: 0;
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.scroll-container .mCSB_buttonLeft:after,
.scroll-container .mCSB_buttonRight:after {
	position: absolute;
	content: '';
	width: 7px;
	height: 12px;
	top: 50%;
	margin: -6px 0 0;
	left: 0;
	background: url(../images/ico-arrow-left.png) no-repeat;
}
.scroll-container .mCSB_buttonRight:after {
	background: url(../images/ico-arrow-right.png) no-repeat;
	left: auto;
	right: 0;
}

/*---------------------------*/
.admin-block table tr td,
.admin-block table tr th {
	vertical-align: middle;
	text-align: center;
}
.admin-block table th a,
.admin-block table th {
	background: #36abb2;
	color: #fff;
}
.admin-block table a {
	color: #5d6779;
}
.admin-block table {
	font: 16px/19px "Roboto",Arial,Helvetica,sans-serif;
	border-collapse: collapse;
	border-color: transparent;
	border: 0;
}
.admin-block table th {
	font-weight: 600;
}
.admin-block th,
.admin-block th:first-child,
.admin-block td {
	padding: 17px 4px;
}
.admin-block table,
.admin-block th:first-child {
	-webkit-border-radius: 40px 0 0;
	-moz-border-radius: 40px 0 0;
	border-radius: 40px 0 0;
	border-left: 0;
	border-top: 0;
}
.admin-block .summary {
	margin: 0 0 20px;
	font: 18px/21px "Roboto",Arial,Helvetica,sans-serif;
}

.admin-block .glyphicon {
	font-size:  14px;
	line-height: 17px;
}

/* progress bar */
.steps-list {
	display: flex;
	padding: 20px 15px 0;
	margin: 0 -15px 26px;
	list-style: none;
	font: 20px/21px "Roboto",Arial,Helvetica,sans-serif;
	background: #f4f4f4;
	color: #2b3038;
}
.steps-list li {
	display: flex;
	align-items: center;
	position: relative;
    margin: 0 30px 0 0;
	padding: 15px 25px;
	border-radius: 20px 20px 0 0;
	color: #a8a8a8;
}
.steps-list .fa {
	position: absolute;
	top: 14px;
	right: -22px;
	font-size: 22px;
	color: #a8a8a8;
}
.steps-list li:last-child .fa {
	display: none;
}
.steps-list li.active {
	background: #fff;
	color: #009bac;
	margin-right: 55px;
	margin-left: 28px;
}
.steps-list li.active:first-child {
	margin-left: 0;
}
.steps-list li.active .fa {
	right: -46px;
}

/* bootstrap tooltip */
.tooltip-inner {
	max-width: 500px;
}
.tooltip.top {
	opacity: 1;
}
.tooltip.top .tooltip-arrow {
	border-top-color: #ffffff;
	filter: drop-shadow(0 1px 0 #909090);
	transform: translateY(-1px);
}
.tooltip.top .tooltip-inner {
	color: #5d6779;
	background-color: #ffffff;
	box-shadow: 0 0 0 1px #bfbfbf;
	font-size: 14px;
}

[data-toggle="tooltip"] {
	text-decoration: underline;
	text-decoration-style: dotted;
}

/*---------------*/
.glyphicon-circle-sign {
	width: 14px;
	height: 14px;
	margin-right: 6px;
	border-radius: 50%;
	background: blue;
}
/*--------------*/
.table-container .add-activity-comment-btn {
	margin-top: -140px;
}



@media screen and (max-width: 1299px) {
	#header .logo-com,
	#header .logo {
		margin: 16px 5px 11px 9px;
	}
	#header .logo-iuc {
		margin: 31px 5px 11px 9px;
	}
	#header .jcf-select-text,
	#header .sources {
		font-size: 15px;
	}
	#header .sources li {
		margin: 0 4px;
	}
	#header .sources .fa {
		padding: 0 5px 0 0;
	}
	#header .user-option {
		font-size: 14px;
	}
	#header .user-info .name {
		display: none;
	}
	.datepicker .table-condensed td {
		padding: 9px;
	}
	.datepicker .table-condensed .active:before,
	.datepicker .table-condensed .today:before,
	.datepicker .table-condensed td:hover:before {
		width: 38px;
		height: 38px;
		margin: -19px 0 0 -19px;
	}
	.details-block .progress-list {
		font: 500 16px/19px "Roboto",Arial,Helvetica,sans-serif;
	}
	.details-block dd, .details-block dt {
		font-size: 17px;
	}
	.organization-list .action li {
		margin: 0 13px 0 0;
	}
	.table-container table,
	.table-container th {
		font: 500 16px/22px "Roboto",Arial,Helvetica,sans-serif;
	 }
	.table-container td {
		padding: 17px;
	}
	.table-container table.style tr:nth-child(odd) td:first-child {
		padding-left: 40px;
	}
	.table-container .action li {
		margin: 0 7px 0 0;
	}
	.table-container table .fa {
		font-size: 17px;
	}
}
@media screen and (max-width: 1199px) {
	#content .layout-container {
		padding-top: 53px;
	}
	.table-container.strategy td.text-left:first-child {
		padding-left: 20px;
	}
	.table-container td,
	.table-container th {
		padding-left: 6px;
		padding-right: 6px;
	}
}
@media screen and (max-width: 767px) {
	body {
		overflow: auto;
	}
	.wrapper {
		overflow: visible;
	}
	#popup-delay-request .select-box, #popup-delay-request .form-box {
		width: 100%;
	}
	#footer.footer-iuc .footer-nav {
		display: none;
	}
}
.publications-block .grid-view {
	padding-bottom: 0px;
}

table td .flag-icon {
	width: 2em;
	line-height: 1.5em;
}

.table-container.action-plans-table .note-wrap .btn {
	margin-right: 10px;
}

.contact-us a {
	text-decoration: underline;
	color: white;
}

#signatory-profile-form div.commitments table tr td[colspan="2"] {
	background-color: #f1f2f0;
	padding: 10px;
}

#signatory-profile-form div.commitments table div.document-widget .no-styles {
	background-color: #f1f2f0;
}

#signatory-profile-form div.commitments table div.document-widget th,
#signatory-profile-form div.commitments table div.document-widget td {
	width: auto;
	max-width: 150px;
	min-width: 100px;
}

#signatory-profile-form div.commitments table div.document-widget th {
	font-size: 17px;
}

.profile-info .table-container.commitments {
	max-width: 750px;
}

.signatoryTargetRows .required .form-box {
	border-color: #bed17f;
	background: #bed17f;
}

.alert-info .error {
	color: red;
}

.signatoryTargetRows div {
	float: left;
}

.signatoryTargetRows div.checkbox-holder {
	float: none;
}

.signatoryTargetRows div.form-group,
.signatoryTargetRows div .form-box {
	max-width: 150px;
}

.signatoryTargetRows div.by {
	margin: 18px 5px 5px;
}

#newsAlert {
	display: none;
	font-weight: bold;
	background: #36abb2;
	color: #fff;
	font: 19px/22px "Roboto",Arial,Helvetica,sans-serif;
	margin: 0 0 15px;
	padding: 16px 39px 16px;
	-webkit-border-radius: 41px 0 41px 0;
	-moz-border-radius: 41px 0 41px 0;
	border-radius: 41px 0 41px 0;
}

#newsAlert a {
	color: white;
	text-decoration: underline;
}

.participationInitiativesWrapper .checkbox-container label,
table td .checkbox-container label,
.field-signatoryprofileform-commit_climate_neutrality label,
#midTermTargetReasonsWrapper .checkbox-container label,
#climateNeutralityReasonsWrapper .checkbox-container label{
	width: 18px;
	height: 20px;
}

.participationInitiativesWrapper .has-text-field .checkbox-container,
#midTermTargetReasonsWrapper .has-text-field .checkbox-container,
#climateNeutralityReasonsWrapper .has-text-field .checkbox-container{
	width: auto;
	float: left;
}

.participationInitiativesWrapper .has-text-field > .form-group,
#midTermTargetReasonsWrapper .has-text-field > .form-group,
#climateNeutralityReasonsWrapper .has-text-field > .form-group{
	float: left;
	width: 250px;
	margin-left: 10px;
}

.participationInitiativesWrapper .checkbox-holder .info-block {
	margin-left: 35px;
	margin-bottom: 35px;
}

.details-block h2.colorBackgroundHeader {
	height: 56px;
	width: 100%;
	font: 500 21px/55px "Roboto",Arial,Helvetica,sans-serif;
	text-shadow: none;
	color: #fff;
	background: #36abb2;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 10px;
	text-align: left;
	text-decoration: none;
	-webkit-border-radius: 22px 0;
	-moz-border-radius: 22px 0;
	border-radius: 22px 0;
	padding: 0 21px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 188px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border: 0;
	opacity: 1;
	text-align: center;
}

.events_block a {
	color: #5d6779;
}

#firstValidationLeftBlock,
#firstValidationMiddleBlock,
#firstValidationRightBlock {
	height: 200px;
	padding-top: 10px;
}

#firstValidationMiddleBlock {
	height: auto;
}

#firstValidationLeftBlock {
	width: 25%;
	float: left;
	text-align: center;
}

#firstValidationMiddleBlock {
	width: 50%;
	float: left;
}

#firstValidationMiddleBlock table img {
	max-width: 100%;
}

#firstValidationMiddleBlock table td {
	max-width: 130px;
}

#firstValidationMiddleBlock .inactiveBadge {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	opacity: 0.5;
}

#firstValidationMiddleBlock .disclaimerText {
	font-size: 0.8em;
	text-align: center;
}

#firstValidationRightBlock {
	float: right;
	width: auto;
	text-align: center;
}

#firstValidationLeftBlock img,
#firstValidationRightBlock img {
	width: 150px;
	height: auto;
}

#firstValidationMiddleBlock table .commitmentImg img {
	float: left;
	height: 46px;
	width: auto;
	margin: 10px 10px 10px 0;
}

#firstValidationMiddleBlock table td {
	vertical-align: middle;
}

#firstValidationMiddleBlock table .greyRow {
	font-size: 0.8em;
}

#firstValidationMiddleBlock table .commitmentName {
	text-transform: uppercase;
	padding-right: 20px;
}

#firstValidationMiddleBlock table .mitigation {
	color: #285491;
}

#firstValidationMiddleBlock table .adaptation {
	color: #8bb716;
}
#firstValidationMiddleBlock table .energyPoverty {
	color: #008745;
}

div[id*="analysis-status-documents"] .info-block{
	display: none;
}

.modal-content .checkbox-container label {
	width: auto;
	height: auto;
}

.table-container input,
.table-container table .form-box{
	text-align: left !important;
	/* width: 100% !important; */
}

.analysis-list table tr:last-child {
	background-color: #ffffff;
}

.analysis-list table tr .documents-list-w3 .add-hide-row {
	display: none;
}

.analysis-list table tr:nth-last-child(2) .documents-list-w3 .add-hide-row {
	display: block;
}

.analysis-list .document-widget .table-container table .no-styles {
	min-width: auto;
}

.locked_action_plan:not(#signatory_adhesion-form_create) select,
.locked_action_plan:not(#signatory_adhesion-form_create) label,
.overview-mitigation-form .document-widget a.document-delete,
.overview-mitigation-form .document-widget a.add-hide-row,
.locked_action_plan:not(#signatory_adhesion-form_create) .jcf-select {
	pointer-events: none;
}

#analysis-mitigation-table .locked_action_plan label,
#analysis-mitigation-table .locked_action_plan select,
#analysis-mitigation-table .locked_action_plan input,
#analysis-mitigation-table .locked_action_plan .jcf-select,
#analysis-adaptation-table .locked_action_plan label,
#analysis-adaptation-table .locked_action_plan select,
#analysis-adaptation-table .locked_action_plan input,
#analysis-adaptation-table .locked_action_plan .jcf-select,
#documents-list-w0 a.documents-list-w0,
#actions-table th #action-type-filter,
#actions-table th .jcf-select,
.locked_action_plan#template_admin_overview label,
.locked_action_plan#template_admin_overview select,
.locked_action_plan#template_admin_overview input {
	pointer-events: auto !important;
}

.readonly #save-all-emission-inventory-parts,
.table-container.action-plans-table tr.locked .template_button .btn,
.locked_action_plan button[type=submit],
.overview-mitigation-form .document-widget a.document-delete,
.overview-mitigation-form .document-widget a.add-hide-row,
.readonly .submit-all-btn,
.locked_action_plan .template_button a,
#actions-table.locked_action_plan tbody tr td.no-styles button,
.locked_action_plan + div #save-all-emission-inventory-parts,
.locked_action_plan + div a.btn,
.locked_action_plan #actions-table + a.btn {
	display: none;
}

.locked_action_plan#template_admin_overview  button[type=submit] {
	display: block;
}

.profile-sidebar .edit-link .ico.editSignatoryProfileBtn {
	background-color: #f2f2f0;
	border-radius: 50%;
	font-size: 20px;
	color: #275794;
	width: 30px;
	height: 30px;
	padding-top: 6px;
	padding-left: 7px;
	float: left;
	margin-right: 10px;
}

.profile-sidebar .edit-link {
	text-align: left;
}

.profile-sidebar .edit-link span {
	position: relative;
	top: 8px;
	font-size: 1.2em;
}

.dashboardEditSidebarBtn {
	width: auto;
	min-width: 0px;
	float: right;
}

.dashboardEditSidebarBtn .fa {
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}

.document-widget .table-container table .hideTypeCol td:first-child,
ocument-widget .table-container table .hideTypeCol,
.document-widget .table-container table .hideTypeCol tr,
.document-widget .table-container table .hideTypeCol td,
.analysis-list table .document-widget tr:last-child {
	background-color: transparent !important;
	border: none !important;
}

.analysis-list table .document-widget tfoot td.no-styles {
	padding: 0;
}

.analysis-list .document-widget .table-container table {
	margin: 0;
}

div[id^='analysis-status-documents'].document_create_modal .row:nth-child(5),
div[id^='analysis-status-documents'].document_create_modal .row:nth-child(6),
div[id^='analysis-status-documents'].document_create_modal .row:nth-child(7),
div[id^='analysis-status-documents'].document_create_modal .row:nth-child(8) > div > div {
	display: none;
}

.analysis-list .locked_action_plan input,
.analysis-list .locked_action_plan select,
.analysis-list .locked_action_plan label,
.analysis-list .locked_action_plan .jcf-select {
	pointer-events: auto;
}

#eu_climate_pact_info .form-box {
	border-color: #bed17f;
	background: #bed17f;
}

details[open] summary.no-det:before { transform: rotate(90deg); }
details[open] { visibility: visible; }
details summary { cursor: pointer; margin-left: 1em; color: #36abb2;}
details summary::before { content:"►"; font-size: 1em; position: relative; left: -1em; transition: .3s linear; color: #36abb2; }
details[open] summary::before { content:"▼"; font-size: 1em; position: relative; left: -1em; transition: .3s linear;  color: #36abb2; }
summary:hover { cursor: pointer; }
details[open]  { padding-bottom: 1rem; }
details.no-details { max-height: 3em; overflow: hidden;  transition: 1s max-height ease-in-out; }
details.no-details[open] { max-height: 20em; padding-bottom: 1em; }
details a { display: block; }
details summary::-webkit-details-marker { display:none; }

#participationInitiatives details a {
	display: inline;
}

#internetExplorerWarning {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 2px solid red;
	font-weight: bold;
	font-size: 1.1em;
}

.table-container input[type="checkbox"].estimationColumnsToShow {
	display: initial;
}

.register-page #documents-list-w0 th:nth-child(5),
.register-page #documents-list-w0 td:nth-child(5) {
	display: none;
}

.register-page #documents-list-w0 th:nth-child(6),
.register-page #documents-list-w0 td:nth-child(6) {
	display: none;
}

.register-page #documents-list-w0 td:nth-child(4) {
	border-right: 1px solid #bfbfbf;
}

h4.climateNeutralityFields {
	margin-top: 40px;
}

.profile-info .checkbox-container.climateNeutralityFields {
	margin-top: 20px;
}

#commitment_mitigation-table tbody tr:first-child td:nth-child(2) .form-group,
#commitment_mitigation-table tbody tr:first-child td:nth-child(5) .form-group,
#commitment_mitigation-table tbody tr:first-child td:nth-child(4) .form-group {
	background: #bed17f;
}

#commitment_mitigation-table tbody tr:first-child .btn  {
	display: none;
}

#mitigation-actions-estimations-table td[class*="actionEstimationTargetYear"] .notYetRequired {
	background: white !important;
	border-color: white !important;
}

.field-energypovertyinidactorvalueform-energy_poverty_indicator_id .jcf-select {
	min-width: 100% !important;
	font-size: 15px;
}

.coordinator-profile table[id*=documents-list] th:nth-child(2),
.coordinator-profile table[id*=documents-list] td:nth-child(2),
.supporter-profile table[id*=documents-list] th:nth-child(2),
.supporter-profile table[id*=documents-list] td:nth-child(2) {
	display: none !important;
}

.coordinator-profile div[data-document-widget-link="coordinator-annual-survey"] table[id*=documents-list] th:nth-child(4),
.coordinator-profile div[data-document-widget-link="coordinator-annual-survey"] table[id*=documents-list] td:nth-child(4),
.supporter-profile div[data-document-widget-link="coordinator-annual-survey"] table[id*=documents-list] th:nth-child(4),
.supporter-profile div[data-document-widget-link="coordinator-annual-survey"] table[id*=documents-list] td:nth-child(4) {
	display: none !important;
}

.coordinator #reportingPlatformSection,
.supporter #reportingPlatformSection {
	display: none !important;
}


#energy-poverty-assessment td, #energy-poverty-assessment th {
	border: 1px solid #bfbfbf;
	padding: 10px;
}

#energy-poverty-assessment .unit {
	text-align: center;
}

#energy-poverty-assessment .indicatorColumn {
	min-width: 300px;
}

#energy-poverty-assessment select.required + span {
	background: #bed17f;
}

.energy-poverty-assessment .jcf-select .jcf-select-text {
	font-size: 16px;
}

.energy-poverty-assessment .jcf-list .jcf-option {
	font-size: 16px;
}

#commitment_adaptation-table tr:not(:first-child) textarea,
#energy-poverty-assessment .form-box {
	background-color: #ffffff;
}

div[class*='reached_description'] .form-box,
div[class*='reached_description'] textarea,
div[class*='short_description'] .form-box,
div[class*='short_description'] textarea,
div[class*='stakeholder_comment'] .form-box,
div[class*='stakeholder_comment'] textarea,
#monitoring-process-form .form-box,
#my_strategy_vision .form-box,
#monitoring-process-form textarea,
#my_strategy_vision textarea {
	background: none;
	border-bottom: 0;
	border-top: 0;
}

.select-box, .form-box {
	background-color: white;
}

#energy-poverty-assessment .targetLevel > div,
#commitment_energypoverty-table tbody td.form-box {
	background-color: #bed17f;
}

#energy-poverty-assessment .indicatorNotShownByDefault {
	background-color: #bed17f;
}

#action-energy-poverty-form #adaptation-sectors-table .form-box,
#mitigation-actions-table .form-group[class*=actionsectormonitoringform],
#adaptation-actions-table .form-group,
#energy-poverty-actions-table .form-group {
	background-color: #bed17f;;
}

#methodology input[type=radio] {
	display: none;
}

#mitigation_action_overview input[type=checkbox] {
	display: none;
}

#signatoryChartsWrapper {
	padding: 30px;
}

#signatoryChartsWrapper h2 {
	margin-top: 40px;
}

.grid-container {
	display: grid;
	grid-template-columns: calc(50vw - 170px) calc(50vw - 170px);
	column-gap: 40px;
	row-gap: 40px;
}
.grid-container > div {
	text-align: center;
	background-color: #F1F2F0;
	border-radius: 41px 0 41px 0;
	padding: 20px 20px 40px;
}

.apexcharts-legend.apx-legend-position-bottom.apexcharts-align-center, .apexcharts-legend.apx-legend-position-top.apexcharts-align-center,
.apexcharts-legend.apx-legend-position-bottom.apexcharts-align-center, .apexcharts-legend.apx-legend-position-top.apexcharts-align-center {
	justify-content: left !important;
}

.apexcharts-legend.apx-legend-position-bottom .apexcharts-legend-series, .apexcharts-legend.apx-legend-position-top .apexcharts-legend-series {
	min-width: 200px;
}

#signatory-profile-form div.readonly,
td.readonly input,
td.readonly > .checkbox-container {
	pointer-events: none;
	cursor: not-allowed;
}

.signatory-participation-initiative img {
	height: 2.5em;
	width: auto;
}

.part-index h3 + table {
	border-collapse: collapse;
	border: 1px solid #000000;
	margin-bottom: 10px;
}

.part-index  h3 + table th,
.part-index  h3 + table td {
	padding: 0.6em;
	border: 1px solid #000000;
}

#energy-communities-form td .form-group .full-width {
	width: 100% !important;
}

#energy-communities-form .form-box textarea,
#local-renewable-energy-production-form .form-box textarea {
	height: 50px;
}

#final-energy-consumption-table .subtotal-row .form-box .combo-input-textInput {
	background-color: #bed17f;
}

.floating-container {
	position: fixed;
	bottom: 20px;
	left: 20px;
	width: 60px;
	height: 60px;
	background-color: #36abb2;
	color: white;
	border-radius: 30px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	transition: width 0.3s, height 0.3s;
	cursor: pointer;
	z-index: 9999999;
}

.help-icon {
	font-size: 28px;
	text-align: center;
	line-height: 60px;
	display: block;
}

.close-btn {
	background: none;
	border: none;
	color: white;
	font-size: 20px;
	cursor: pointer;
}

.floating-container.expanded {
	width: 300px;
	height: 400px;
	border-radius: 10px;
}

.floating-header {
	padding: 15px;
	background-color: #0056b3;
	font-weight: bold;
}

.floating-content {
	max-height: calc(100% - 50px);
	overflow-y: auto;
	padding: 10px;
}

.floating-container:not(.expanded) .floating-header,
.floating-container:not(.expanded) .floating-content {
	display: none;
}

.floating-container:not(.expanded) .help-icon {
	display: block;
}

.floating-container.expanded .help-icon {
	display: none;
}

.floating-container:not(.expanded) .floating-content,
.floating-container:not(.expanded) .floating-header {
	display: none;
}

.gdpr-consent {
	border: 1px solid #ccc;
	padding: 12px;
	margin-top: 10px;
	font-size: 14px;
	border-radius: 6px;
}

.gdpr-consent button {
	margin-top: 10px;
	padding: 6px 12px;
	font-size: 14px;
	cursor: pointer;
}

iframe {
	width: 100%;
	height: 200px;
	border: none;
	margin-top: 10px;
}

@media screen and (max-width: 1024px) {
	.grid-container {
		grid-template-columns: calc(90vw - 170px)
	}
}
