@import url('https://fonts.googleapis.com/css?family=Open+Sans');
/* Custom CSS */
body {
	color: #2A2A2A;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  background: #F9F9F9;
}

.bg-cover {
  background-size: cover !important;
}

.lh-1 {
  line-height: 1rem;
}

.white-space {
  white-space: break-spaces;
}

#name_sort:active{
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.loader {
  border: 8px solid #ddd;
  border-top: 8px solid #00877c;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1.5s linear infinite;
  margin: 5px auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.spanLh {
  line-height: 1em;
  display: inline-block;
}

/* HACK GMAP */
#gm-iw { 
	text-align: left;
	padding-top: 15px;
}
#gm-iw .firstHeading { 
	font-size: 1rem;
	color: #00877c;
}
#gm-iw .secondHeading {
	font-size: 1rem;
	font-weight: bold;
}
#gm-iw img.img-fluid {
  max-width: 100%;
}

/* HACK ZMI */
.navbar .zmdi-home {
  font-size: 1.25em;
}

/* HACK BOOTSTRAP */
.navbar-brand {
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .navbar-brand .txt-before-logo {
    font-size: 0.9rem;
    display: inline-block;
    width: 6rem;
    white-space: normal;
    line-height: 1rem;
  }
}
.text-justify{
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
button {
	cursor: pointer;
}
.row.rx-1 {
  margin-right: -5px;
  margin-left: -5px;
}
.row.rx-1 > div {
  padding-right: 5px;
  padding-left: 5px;
}
.breadcrumb {
	margin-bottom: 0;
	background: transparent;
	color: grey;
	font-size: .8rem;
}
.breadcrumb a,
.breadcrumb-item.active {
    color: grey;
}
.navbar.bg-light {
  background: #fff!important;
}
.dropdown-item {
	font-size: .85rem;
	padding: .25rem .5rem;
}
.dropdown-divider {
  margin: .25rem 0;
}
.card a {
	color:#2A2A2A;
}
.btn-outline-koeo {
  color: #00877c!important;
  background-color: transparent!important;
  background-image: none!important;
  border-color: #00877c!important;
}
.btn-outline-koeo:hover {
  color: #fff!important;
  background-color: #6c757d!important;
  border-color: #6c757d!important;
}
.btn-outline-danger {
  color: #dc3545!important;
}
.btn-outline-danger:hover {
  color: #fff!important;
}
.alert-koeo {
  color: #fff;
  background-color: #00877c;
  border-color: #00877c;
}
.alert-fw {
  border-radius: 0;
  border:0 0 inherit 0;
  margin-bottom: 0;
}
.alert-dash {
  padding: 1rem 2rem 1rem 1rem;
  margin: 0 1rem 1rem;
}

.border-0 {
  border: 0;
}

.w-100 {
	width: 100%;
}

.w-m-50 {
	max-width: 50%;
}
.w-m-40 {
	max-width: 40%;
}

.h-m-200px {
  max-height: 200px;
}

.btn-koeo {
  color: #fff!important;
  background-color: #00877c!important;
  background-image: none!important;
  border-color: #00877c!important;
}
.btn-koeo:hover {
  color: #fff!important;
  background-color: #6c757d!important;
  border-color: #6c757d!important;
}
.btn-koeo-outline {
  color: #00877c!important;
  background-color: #fff!important;
  background-image: none!important;
  border-color: #00877c!important;
}
.btn-koeo-outline:hover {
  color: #fff!important;
  background-color: #00877c!important;
  border-color: #00877c!important;
}

.navbar-brand img {
	max-height: 60px;
}

.text-c-green, .text-koeo {
	color: #00877c!important;
}
.bg-c-green, .bg-koeo {
	background-color: #00877c!important;
}
.border-c-green {
	border-color: #00877c!important;
}

.hidden {
  display: none!important;
}

.background-title {
	background: #00877c;
	color: #FFF;
	padding: 2rem;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2rem;
}
.background-title h3 { font-size: 26px; color: #512D6D; text-transform: uppercase;}

.cover-background {
	background: url('/assets/img/photo-tko.jpg') no-repeat center fixed;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.full-height {
	padding: 15vh 0;
}

#home .p-header { color: #FFF; }
#home .p-header h2.title {}
#home .p-header h3.subtitle {}

/*
 * STEP REGISTER MISSION
 */
@media screen and (max-width: 767px) {
  .steps-timeline {
    border-left: 2px solid #00877c;
    margin-left: 50%;
  }
}
@media screen and (min-width: 767px) {
  .steps-timeline {
    border-top: 2px solid #00877c;
    margin-top: 35px;
  }
}
.steps-timeline:after {
  content: "";
  display: table;
  clear: both;
}
.step {
    background: #fff;
    color: #222;
    padding: 10px 0;
    border-radius: 4px;
    border: 1px solid #aaa;
}
.step-focus {
    background: #fff;
    color: #00877c;
    border: 4px solid #00877c;
}
.step-focus:hover {
    background: #00877c;
    color: #fff;
    border: 4px solid #00877c;
}
.step-muted {
    background: #eee;
    color: #888;
    border-radius: 4px;
    border: 0;
    padding: 12px 0;
}
@media screen and (max-width: 767px) {
  .step {
    margin-bottom: 20px;
    margin-left: -100%;
    width: 200%;
  }
}
@media screen and (min-width: 767px) {
  .step {
    float: left;
    width: 18.75%;
    margin-top: -36px;
    margin-right: 8.3%;
  }
}

@media screen and (max-width: 767px) {
  .steps-four {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 767px) {
  .steps-four {
    margin-left: .1%;
    margin-right: 0;
  }
}

.steps-description {
  margin: 0;
}

.steps-description {
  overflow: hidden;
  text-align: center;
}

/*
 * CARDS
 */
.card {
    background-color: #fff;
    margin-bottom: 25px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.04);
    box-shadow: 0 0 4px 0 rgba(0,0,0,.04);
    border-width: 0;
    border-radius: 3px;
    display: block;
}
.card-default {
    border-width: 1px;
}
.card-header {
    font-size: 18px;
    font-weight: 300;
    padding-left: 0;
    padding-right: 0;
    padding-top: 1.5384rem;
    margin: 0 1.538rem;
    border-bottom-width: 0;
    border-radius: 3px 3px 0 0;
    background-color: transparent;
}
.card-header .tools {
    float: right;
    font-size: 0;
}
.card-header .tools .icon {
    display: inline-block;
    font-size: 1.538rem;
    line-height: 25px;
    vertical-align: middle;
    cursor: pointer;
    color: #bababa;
    min-width: 1.538rem;
    text-align: center;
}
.card-header-divider {
    border-bottom: 1px solid #d9d9d9;
    margin: 0 1.538rem 8px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1.2307rem;
}
.card-header:first-child {
    border-radius: calc(3px - 1px) calc(3px - 1px) 0 0;
}
.card-header-divider .card-subtitle {
    margin-top: 0;
    margin-bottom: 0;
}
.card-subtitle {
    display: block;
    font-size: 1rem;
    color: #707070;
    margin-top: 0;
    margin-bottom: .4615rem;
}
.card-table .card-body {
    padding: 0;
}
.card-table table {
    margin-bottom: 0;
    font-size: 0.85rem;
}

.table-responsive {
    border: 0;
    margin-bottom: 0;
}
.table.table-borderless thead tr th {
    border-bottom: 2px solid #dee2e6;
}
.card-table tr td:first-child, .card-table tr th:first-child {
    padding-left: 20px;
}
.card-logo {
	background: #fff;
	height: 170px;
	width: 100%;
	border-radius: 3px 3px 0 0;
}

.card-img-cover {
  background-position: center; 
  background-size: cover; 
  background-repeat: no-repeat;
}

/*
 * EVENTS / ACTIONS
 */
#events-page {}
#events-page .p-header .btn {
	white-space: normal;
	line-height: 1rem;
}
#events-page .p-header .btn-col {
	width: 100%;
}
@media (min-width: 768px) {
	#events-page .p-header .btn-col {
		width: 49.7%;
	}
}
@media (min-width: 993px) {
	#events-page .p-header .btn-col {
		width: 24.68%;
	}
}
@media (min-width: 1200px) {
	#events-page .p-header .btn-col {
		width: 12.175%;
	}
}

#events-page {}
#events-page .filter-tags {}
#events-page h4, #events-page h5 {
	color: #00877c;
}
#events-page .filter-tags h6 {
	color: #222;
	padding: 0 0 .5rem;
}

#events-page a.card {
	border: 1px solid #eee;
	border-radius: 4px;
	margin-bottom: 15px;
	display: block;
	text-decoration: none;
	color: #1A1A1A;
	min-height: 315px;
}
#events-page a.card img {
	border-radius: 3px 3px 0 0;
}
#events-page a.card h3 {
	font-size: .95rem;
	padding: 10px 10px 0.25rem;
}
#events-page a.card p {
	font-size: 0.9rem;
	opacity:0.5;
	padding: 0 10px;
}
#events-page a.card:hover {
	background: #00877c;
	color: #fff;
  border-color: #00877c;
}
#events-page a.card:hover img {
	background: #fff;
}

a.card.cardProvided {
  opacity: .5;
}
a.card.cardProvided:hover {
  opacity: 1;
}

/* Ribbon */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #999;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #ddd;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #222;
  font: 700 18px/1 'Open Sans', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/* Ribbon top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}


/*
 * EVENT / ACTION
 */
#action-page .background-title {
	margin-bottom: 0;
}
#action-page .header {
	color: #222;
	margin-bottom: 1.5rem;
}
#action-page .header h1 {
	font-size: 1.4rem;
	font-weight: bold;
	padding:0 12px;
}
#action-page .header .actionIcon {}
#action-page .header .actionIcon img {
	max-height: 64px;
	max-width: 64px;
	margin-bottom: 0rem;
}
#action-page .header .actionIcon h6 {
	font-weight: normal;
	font-size: 12px;
	margin: 0;
  color: grey;
}
#action-page .header .a-pourvoir {
	font-weight: normal;
	font-size: 13px;
	color: #00877c;
	text-transform: uppercase;
}

@media (max-width: 767px) {

	#action-page .header .actionIcon {
	  width: calc(100% - 30px);
	  max-width: none;
	}

  #action-page .header h1 {
    text-align: center;
  }

}
#action-page .content {
	background: #fff;
}
#action-page .action {
	color: #333;
}
#action-page .action .action-image {
	margin-bottom: 1rem;
}
#action-page .action .action-content {
	margin-bottom: 1rem;
}
#action-page .action .action-content .your-action {
	font-size: 1.1rem;
	font-weight: bold;
	text-transform: uppercase;
}
#action-page .action .action-desc {
	font-size: 1rem;
	line-height: 1.25rem;
	text-align: justify;
}
#action-page .assos .action-desc ul {
	padding: 0 0 0 15px;
}

#action-page .action .action-icon-content .icon {
	height:48px;
	display: block;
}
#action-page .action .action-icon-content {
	text-align: center;
	padding: 6px 0;
  margin: 6px 0;
	color: #555;
	font-size: .8rem;
	line-height: 1rem;
}
#action-page .assos {
	background: #F9F9F9;
  height: 100%;
  padding:0 5px;
}
#action-page .assos .assos-desc {
	padding: 2rem .5rem;
  color: #555;
  font-size: .8rem;
  line-height: 1.15rem;
}
#action-page .assos .assos-desc ul {
	padding: 0 0 0 15px;
}
@media (min-width: 768px) {
	#action-page .header h2 {
		font-size: 18px;
	}
}
@media (min-width: 992px) {
	#action-page .header h2 {
		font-size: 21px;
	}
}
#action-page .actionPrevNext a.link {
	color: #777;
}
#action-page .actionPrevNext a.link:hover {
	color: #333;
	text-decoration: none;
}

#companies {
	background: #fff;
	padding-bottom: 2rem;
}
#companies .background-title {
	background: #00877c;
	color: #FFF;
	padding: 2rem;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2rem;
}
#companies h3 { font-size: 26px; color: #222; }

#companies a.card {
	border: 1px solid #eee;
	border-radius: 4px;
	margin-bottom: 15px;
	display: block;
	text-decoration: none;
	color: #1A1A1A;
	min-height: 250px;
}
#companies a.card img {
	border-radius: 3px 3px 0 0;
}
#companies a.card h3 {
	font-size: 1rem;
	padding: 10px;
	color: #222;
	padding-top: 1rem;
}
#companies a.card:hover {
	background: #00877c;
	color: #fff;
	border-color: #00877c;
}
#companies a.card:hover img {
	background: #fff;
}
#companies a.card:hover h3 {
	color: #fff;
}


#content-page {
	background: #fff;
	padding-bottom: 2rem;
}

#content-page .background-title {
	background: #00877c;
	color: #FFF;
	padding: 2rem;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2rem;
}
#content-page h3 { font-size: 26px; color: #512D6D; text-transform: uppercase;}
#content-page .block-green {
	background: #00877c;
  color: #fff;
  border-radius: 4px;
  padding: 30px 15px;
}

#content-blog-single {  }
#content-blog-single section {
  padding: 4.5rem 0;
}

/* SIGNIN */
#signin {
  background: #fff;
  min-height: calc(100vh - 86px);
}
#signin .signin-header {
  text-align: center;
}
#signin h1 {
  font-size: 1.5rem;
}
.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.form-signin .form-group {
  margin-bottom: 0;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin #username {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin #user_email, .form-signin #user_plainPassword_first  {
  margin-bottom: -1px;
  border-radius: 0;
}
.form-signin #password, .form-signin #user_plainPassword_second {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-text-help {
  margin-bottom: .5rem;
}

.cover-container {
  max-width: 42em;
}
.cover {
  padding: 0 1.5rem;
}

#survey-form {
  margin-bottom: 10rem;
}

/* HACK RADIO BUTTON */
#survey hr {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.form-check {
  margin-bottom: 0.5rem;
  display: inline-block;
}
.form-check label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  margin-right: 15px;
  font-size: 16px;
}

.form-check input[type=radio] {
  display: none;
}
.form-check label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background-color: #ccc;
}
.form-check:hover label:before {
  background-color: #00877c;
}
.form-check input[type=radio]:checked + label:before {
  background: #00877c;
}

/* HACK TOGGLE BUTTON */
.custom-control-input:checked
.custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}
.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem;
}
.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.alert-telemission {
    color: #000;
    background-color: #eee;
    border-color: #ccc;
    font-weight: bold;
}

.footer-copyright {
  text-align: center;
  padding: 2rem 0 3rem;
  font-size: .8rem;
  color: #999;
}

.carousel-indicators {
  margin: 0;
  bottom: -38px;
}

.carousel-indicators li {
  background-color: #000;
}

.dropdown-scrollable {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}

.select2-container--bootstrap4 {
  min-width: 150px!important;
}

#widget-total-by-platform {
  padding: 15px 0px;
  border-radius: 5px;
}

#widget-total-by-platform h4 {
  font-weight: bold;
}

.background {
  background: #00877c!important;
  color: #FFFFFF!important;
}

.datepicker .disabled {
  background-color: #f5f5f5 !important;
  color: #999 !important;
  cursor: not-allowed !important;
}

.datepicker .past-date {
  background-color: #badcff !important;
  color: #155493 !important;
  cursor: not-allowed !important;
}

.datepicker .selected {
  background-color: #007bff !important;
  color: white !important;
}

.datepicker .selected.disabled {
  background-color: #0056b3 !important;
  color: white !important;
  cursor: not-allowed !important;
}

.datepicker .today {
  background-color: #fff !important;
  border: 3px solid #3685e5 !important;
  border-radius: 5px !important;
  color: #212529 !important;
}

.datepicker .today.disabled {
  background-color: #f8f9fa !important;
  color: #6c757d !important;
  cursor: not-allowed !important;
}

.datepicker .holiday {
  background-color: #ffe4e4 !important;
  color: #ff7f7f !important;
  font-weight: bold !important;
  cursor: not-allowed !important;
}

.datepicker .weekend {
  background-color: #f8f9fa !important;
  color: #dc3545 !important;
}

/* Date validation styles */
.date-item {
    padding: 10px;
    border-bottom: 1px solid #eee;
}
.date-item.refused .date,
.date-item.refused .type {
    text-decoration: line-through;
}
.date-item .type {
    margin-left: 10px;
    color: #666;
} 

.custom-checkbox {
  width: 28px;
  height: 28px;
  margin-top: 1px;
  cursor: pointer;
}

.custom-checkbox:checked {
  background-color: #f26666!important;
  border-color: #f26666!important;
  accent-color: #f26666!important;
}

.custom-checkbox:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Ellipsis */
.ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis-1 {
  -webkit-line-clamp: 1;
}
.ellipsis-2 {
  -webkit-line-clamp: 2;
}
.ellipsis-3 {
  -webkit-line-clamp: 3;
}

#register_user_front_step2_themes .form-check,
#register_user_front_step2_proTags .form-check,
#register_user_front_step2_persoTags .form-check {
  margin-bottom: 0.5rem;
  margin-right: 1rem;
}