:root {
  --color-firsttimer: #AADDAA;
  --color-pro: #8AA7FF;
  --color-staff: #DDAAAA;
  --color-reserved: #bbbbbb;
}

@font-face { 
	font-family: 'DejaVuSansCondensed';
	src: url('../fonts/DejaVuSansCondensed-webfont.eot');
	src: url('../fonts/DejaVuSansCondensed-webfont.eot?iefix') format('eot'),
	     url('../fonts/DejaVuSansCondensed-webfont.woff') format('woff'),
	     url('../fonts/DejaVuSansCondensed-webfont.ttf') format('truetype'),
	     url('../fonts/DejaVuSansCondensed-webfont.svg#dejavusanscondensed_webfont') format('svg');
}

html {
  height:100%;
}

body {
	
  min-width:100%;
  min-height:100%;
  position: relative;
  padding-top: 80px;
  /*padding-bottom: 20px;*/
  background-color: var(--background-color, #f8f8f8);
  color: var(--color, #333333);
  /*
  background: url('pict/bg-clouds.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  */ 
}

.panel {
  background-color: var(--panel-background-color, #ffffff);
}

.modal-content {
  background-color: var(--panel-background-color, #ffffff);
}

.panel-default {
  border-color: var(--panel-default-border-color, #dddddd);
}

.panel-default>.panel-heading {
  color: var(--color, #333333);
  background-color: var(--panel-default-heading-background-color, #f5f5f5);
  border-color: var(--panel-default-border-color, #dddddd);
}

.panel-footer {
  background-color: var(--panel-default-footer-background-color, #f5f5f5);
  border-color: var(--panel-default-border-color, #dddddd);
}

.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th 
{
  border-color: var(--table-border-color, #dddddd);
}

.table>tbody>tr.danger>td, 
.table>tbody>tr.danger>th, 
.table>tbody>tr>td.danger, 
.table>tbody>tr>th.danger, 
.table>tfoot>tr.danger>td, 
.table>tfoot>tr.danger>th, 
.table>tfoot>tr>td.danger, 
.table>tfoot>tr>th.danger, 
.table>thead>tr.danger>td, 
.table>thead>tr.danger>th, 
.table>thead>tr>td.danger, 
.table>thead>tr>th.danger
{
  background-color: var(--table-tr-danger-background-color, #f2dede);
}

.table>tbody>tr.warning>td, 
.table>tbody>tr.warning>th, 
.table>tbody>tr>td.warning, 
.table>tbody>tr>th.warning, 
.table>tfoot>tr.warning>td, 
.table>tfoot>tr.warning>th, 
.table>tfoot>tr>td.warning, 
.table>tfoot>tr>th.warning, 
.table>thead>tr.warning>td, 
.table>thead>tr.warning>th, 
.table>thead>tr>td.warning, 
.table>thead>tr>th.warning
{
  background-color: var(--table-tr-warning-background-color, #fcf8e3);
}

.table>tbody>tr.info>td, 
.table>tbody>tr.info>th, 
.table>tbody>tr>td.info, 
.table>tbody>tr>th.info, 
.table>tfoot>tr.info>td, 
.table>tfoot>tr.info>th, 
.table>tfoot>tr>td.info, 
.table>tfoot>tr>th.info, 
.table>thead>tr.info>td, 
.table>thead>tr.info>th, 
.table>thead>tr>td.info, 
.table>thead>tr>th.info
{
  background-color: var(--table-tr-info-background-color, #d9edf7);
}

.table>tbody>tr.success>td, 
.table>tbody>tr.success>th, 
.table>tbody>tr>td.success, 
.table>tbody>tr>th.success, 
.table>tfoot>tr.success>td, 
.table>tfoot>tr.success>th, 
.table>tfoot>tr>td.success, 
.table>tfoot>tr>th.success, 
.table>thead>tr.success>td, 
.table>thead>tr.success>th, 
.table>thead>tr>td.success, 
.table>thead>tr>th.success
{
  background-color: var(--table-tr-success-background-color, #dff0d8);
}

.table-hover>tbody>tr.danger:hover>td, 
.table-hover>tbody>tr.danger:hover>th, 
.table-hover>tbody>tr:hover>.danger, 
.table-hover>tbody>tr>td.danger:hover, 
.table-hover>tbody>tr>th.danger:hover
{
  background-color: var(--table-tr-danger-background-color-hover, #ebcccc);
}

.table-hover>tbody>tr.warning:hover>td, 
.table-hover>tbody>tr.warning:hover>th, 
.table-hover>tbody>tr:hover>.warning, 
.table-hover>tbody>tr>td.warning:hover, 
.table-hover>tbody>tr>th.warning:hover
{
  background-color: var(--table-tr-warning-background-color-hover, #faf2cc);
}

.table-hover>tbody>tr.info:hover>td, 
.table-hover>tbody>tr.info:hover>th, 
.table-hover>tbody>tr:hover>.info, 
.table-hover>tbody>tr>td.info:hover, 
.table-hover>tbody>tr>th.info:hover
{
  background-color: var(--table-tr-info-background-color-hover, #c4e3f3);
}

.table-hover>tbody>tr.success:hover>td, 
.table-hover>tbody>tr.success:hover>th, 
.table-hover>tbody>tr:hover>.success, 
.table-hover>tbody>tr>td.success:hover, 
.table-hover>tbody>tr>th.success:hover
{
  background-color: var(--table-tr-success-background-color-hover, #d0e9c6);
}

.form-control
{
  background-color: var(--form-control-background-color, #ffffff);
  border-color: var(--form-control-border-color, #cccccc);
  color: var(--color, #333333);
}

.input-group-addon
{
  background-color: var(--input-group-addon-background-color, #eeeeee);
  border-color: var(--input-group-addon-border-color, #cccccc);
  color: var(--color, #333333);
}

.checkin-fixed-header
{
  padding: 20px 0px 0px 0px; 
  margin-top: -30px; 
  position: fixed; 
  z-index: 2;
  width: 100%; 
  background-color: var(--background-color, #f8f8f8);
}

.btn-default,
.btn-default input
{
  color: var(--btn-default-color, #333333);
  background-color: var(--btn-default-background-color, #ffffff);
  border-color: var(--btn-default-border-color, #cccccc);
}
.btn-default:hover 
{
  color: var(--btn-default-color, #333333);
  background-color: var(--btn-default-background-color-hover, #e6e6e6);
  border-color: var(--btn-default-border-color-hover, #adadad);
}
.btn-default.active, 
.btn-default:active, 
.open>.dropdown-toggle.btn-default 
{
  color: var(--btn-default-color, #333333);
  background-color: var(--btn-default-background-color-hover, #e6e6e6);
  border-color: var(--btn-default-border-color-hover, #adadad);
}
.btn-default.focus, 
.btn-default:focus 
{
  color: var(--btn-default-color, #333333);
  background-color: var(--btn-default-background-focus, #e6e6e6);
  border-color: var(--btn-default-border-color-focus, #8c8c8c);
}
.btn-default.active.focus, 
.btn-default.active:focus, 
.btn-default.active:hover, 
.btn-default:active.focus, 
.btn-default:active:focus, 
.btn-default:active:hover, 
.open>.dropdown-toggle.btn-default.focus, 
.open>.dropdown-toggle.btn-default:focus, 
.open>.dropdown-toggle.btn-default:hover 
{
  color: var(--btn-default-color, #333333);
  background-color: var(--btn-default-background-color-hover-active, #d4d4d4);
  border-color: var(--btn-default-border-color-hover-active, #8c8c8c);
}

hr
{
  border-color: var(--hr-border-color, #eeeeee);
}

.dropdown-menu
{
  background-color: var(--dropdown-menu-background-color, #ffffff);
}
.dropdown-menu>li>a
{
  color: var(--btn-default-color, #333333);
}
.dropdown-menu .divider
{
  background-color: var(--dropdown-menu-divider-background-color, #e5e5e5);
}
.dropdown-menu>li>a:focus, 
.dropdown-menu>li>a:hover 
{
  color: var(--dropdown-menu-color-hover, #262626);
  background-color: var(--dropdown-menu-background-color-hover, #f5f5f5);
}

.close
{
  color: var(--tunnel-close-color, #000000);
  text-shadow: 0 1px 0 var(--tunnel-close-text-shodow-color, #ffffff);
}

.form-control[disabled], 
.form-control[readonly], 
fieldset[disabled] .form-control
{
  background-color: var(--input-disabled-background-color, #eeeeee);
}

.ui-state-default
{
  background: var(--jquery-ui-background-color, #f6f6f6);
  color: var(--jquery-ui-color, #454545);
}

.ui-widget.ui-widget-content
{
  border-color: var(--jquery-ui-border-color, #c5c5c5);
}

/*
.input-date-picker{

	border: 2px solid #D3D3D3;
  height: 30px;
  padding: 0 11px;
  font-size: 14px;
  align-items: center;
  
}
*/

div.achievements-container {
  background-color : transparent;
  border : solid 0px #EEE;
  border-radius : 3px;
  padding : 5px;
  margin-top : 10px;
  color : #FFF;
  text-align : center;
}

div.achievement {
  vertical-align: top;
  display : inline-flex;
  border : solid 2px #EEE;
  color : #FFF;
  width : 90px;
  height : 65px;
  border-radius : 20px;
  padding : 3px;
  margin : 5px;
  font-weight : bold;
  text-align : center;
  align-items : center;
  justify-content : center;
}

div.achievement-unchecked {
  background-color : transparent;
  
}

div.achievement-checked {
  background-color : #00f;
}

.videoHD_preview {
  border        : solid 2px #000;
  border-radius : 3px;
  display       : inline-block;
  margin        : 3px;
}

.videoHD_recording {
  border       : solid 2px #F00;
  display      : inline-block;
  margin-right : 5px;
}
.videoHD_replay_seletor{
  max-width: 150px;
}

.videoHD_preview_title {
  font-weight : bold;
  text-align  : center;
}

.videoHD_preview_thumb {
  width  : 135px;
  height : 84px;
}

.videoHD_preview_thumb_2 {
  width  : 150px;
  height : 90px;
}

.loadingAjax {
  background-color : rgba(0, 0, 0, 0.5);
  width : 100%;
  height : 100%;
  z-index : 999999;
  top : 0px;
  left : 0px;
  position : fixed;
  color : #FFF;
  text-align : center;
  font-size : 30px;
  font-weight : bold;
}

.loaderT3 {
  border: 20px solid #f3f3f3;
  border-top: 20px solid #e85900;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  margin-top : 300px;
  margin-left : auto;
  margin-right : auto;
}

.loaderT3-small, .loaderT3-smaller, .loader-chat {
  border: 3px solid #f3f3f3;
  border-top: 3px solid #e85900;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
}

.loaderT3-smaller {
  width: 16px;
  height: 16px;
}

.loader-chat {
  width: 50px;
  height: 50px;
  margin: 200px auto;
  
}

.loaderT3-ads {
  border: 10px solid #f3f3f3;
  border-top: 10px solid #e85900;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin : 25px auto;
  animation: spin 1s linear infinite;
}

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

.input-date-picker:focus{
  border-color: #303133;
    outline: none;
  
}

.popover{
    max-width: 500px; /* Max Width of the popover (depending on the container!) */
}

#header {
  position: relative;
}

#main {
  position: relative;
  height:100%;
}

.bloc-version {
  margin-top : 50px;
}

.footer {
	margin-top : 50px;
	padding-bottom: 20px;
	width : 100%;
}

.dropdown, .dropdown-menu {
  z-index:99999;
}

.logo_tunn3l {
  margin-top : 5px;
  margin-bottom : 5px;
  width : 100px;
}

.version {
  color : #AAA;
}

.tunn3l_facebook {
  text-decoration : none;
  color : #888;
  display: block;
  width: 120px;
  margin: 0 auto;
}

.tunn3l_facebook:hover, .tunn3l_facebook:active, .tunn3l_facebook:visited {
  text-decoration : none;
  color : #888;
}

.text-bold {
  font-weight : bold;
}


.navbar-fixed-top .navbar-collapse
{
	max-height: none !important;
}

.selected_efpos_responsive
{
  display: none; 
  color: #9d9d9d; 
  margin-top: 15px; 
  text-decoration: none;
}


@media (min-width: 1600px){
	.backoffice-booking-multi-coachs{
		width: 578px;
	}
}

@media (max-width: 1600px){
	.backoffice-booking-multi-coachs{
		width: 353px;
	}
}


@media (min-width: 1380px) {
  .modal-lg {
    width: 1350px;
  }
}

@media (max-width: 1380px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
	
	
	.navbar-nav .open .dropdown-menu {
		position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
	}
	
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #9d9d9d;
	}
	
	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px;
	}
	
	.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
		padding: 5px 15px 5px 25px;
	}
	
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #fff;
    background-color: transparent;
	}
	
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #fff;
    background-color: #080808;
	}

  .selected_efpos_responsive
  {
    display: inline-block;
  }
}

@media (max-width: 991px) {
	.hide_responsive
	{
		display: none !important;
	}
}

@media (min-width: 992px) {
	.show_responsive
	{
		display: none !important;
	}
}

.dropdown-menu>li>.link {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  /* color: #333; */
  white-space: nowrap;
}

.dropdown-menu>li>.link:focus, 
.dropdown-menu>li>.link:hover {
  /* color: #262626; */
  text-decoration: none;
  /* background-color: #f5f5f5; */
}

.site-logo {
  height : 40px;
  margin-top : -10px;
}

.table>tbody>tr.disabled>td
{
	background-color: #f5f5f5;
	opacity: .65;
	/*color: rgb(51, 51, 51);*/
	/*color: rgba(51, 51, 51, 0.65);*/
}

.table-overflow
{
	overflow: auto;
}

.dataTables_info
{
	white-space: normal !important;
}

.btn-table-disabled
{
	margin: 0; 
	padding: 0; 
	border: 0; 
	vertical-align: top;
}

.btn-table-disabled>.glyphicon,
.btn-table-disabled>.glyphicons
{
	color: grey;
}

.select-sm
{
	padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  height: 30px;
}

/* badges */

.badge-red {
  background-color : #F00 !important;
  color : #FFF !important;
}

.badge-green {
  background-color : limegreen !important;
  color : #FFF !important;
}

/* badge-orange */

.badge-orange {
  background-color: #FA5509 !important; 
}

/* till */

.till-date {
  white-space : nowrap;
  text-align : center;
}

.till-time {
  white-space : nowrap;
  text-align : center;
}

.till-user {
  white-space : nowrap;
  text-align : center;
}

.till-comment {
  white-space : normal;
  text-align : left;
}

.till-in_cashdraw {
  white-space : nowrap;
  text-align : right;
}

.till-payments {
  white-space : nowrap;
  text-align : right;
}

.till-delta {
  white-space : nowrap;
  text-align : right;
}

.till-buttons {
  white-space : nowrap;
  text-align : right;
}


/* budget */

table.daily-budget {
  border-collapse : collapse;
  margin : 0px auto;
}

table.daily-budget td {
  padding : 5px 10px;
  border : solid 1px #BBB;
  width : 150px;
}

table.daily-budget th {
  padding : 5px 10px;
  border : solid 1px #BBB;
  font-weight : bold;
}

td.budget-numbers {
  text-align : right;
  padding-right : 10px;
}

table.budget {
  border-collapse : collapse;
  margin : 0px auto;
}

table.budget td {
  padding-top : 2px;
  padding-bottom : 2px;
  border : solid 0px #BBB;
}

table.budget th {
  padding : 2px 5px;
  font-weight : bold;
  text-align : center;
}

tr.budget-grey {
  background-color : #EEE;
}

td.budget-month {
  text-align : right;
  font-weight : bold;
}

td.budget-data {
  text-align : right;
  width : 150px;
  padding-left : 20px;
  padding-right : 20px;
}

td.budget-data-input {
  text-align : center;
  width : 150px;
}

td.budget-footer {
  padding-top : 10px !important;
}

input.budget {
  border : solid 1px #BBB;
  text-align : right;
  width : 150px;
  padding-right : 10px;
}

/* efpos booking */

.flex-box
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: flex-start;
	width: auto;
}

.flex-child
{
	margin: 5px;
	width: 168px;
	padding: 0;
}

.flex-child.active
{
	outline-style: solid;
	outline-color: #00f;
	outline-width: 2px;
  outline-offset: -2px;
}

.timeslot-time
{
	margin: 10px 10px;
}

.efpos-climbingwall-timeslot .timeslot-time
{
	margin: 0 8px;
}

.timeslot-type
{
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	margin-left: 4px;
}

.timeslot-badge
{
	display: inline-block;
	font-size: 14px;
	margin: 4px;
  text-align: right;
}

.timeslot-category
{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.action-link
{
	font-size: 12px;
  color: #CCC !important;
}

.action-link:hover
{
	cursor: pointer;
	text-decoration: underline;
}

#efpos-booking-products
{
	height: 390px;
	overflow: auto;
}

.efpos-booking-btn-catalog
{
	width: 125px;
	height: 125px;
	margin: 0 5px 5px 0;
	padding: 0 3px;
	font-size: 12px;
  vertical-align: top;
  overflow: hidden;
}

.last-efpos-booking-btn-catalog
{
  margin-right: 25px;
}

.efpos-booking-btn-catalog.efpos-booking-set-product-type
{
  white-space: normal;
}

.efpos-booking-btn-catalog.has-booking
{
	height: 175px;
}

.efpos-booking-btn-catalog .booking-info
{
	height: 50px;
  background-color: #f0ad4e;
  color: #fff;
  margin: 0 -3px;
  white-space: normal;
}

.efpos-booking-btn-catalog .title
{
	height: 70px;
	overflow: hidden;
	white-space: normal;
	margin: 0;
}

.efpos-booking-btn-catalog .title-md
{
	height: 50px;
	overflow: hidden;
	white-space: normal;
	margin: 0;
}

.efpos-booking-btn-catalog .title-sm
{
	height: 37px;
	overflow: hidden;
	white-space: normal;
	margin: 0;
}

.efpos-booking-btn-catalog .icons
{
	height: 20px;
	margin: 0;
}

.efpos-booking-btn-catalog .icons-md
{
	height: 40px;
	margin: 0;
}

.efpos-booking-btn-catalog .price
{
	height: 20px;
  margin: 0;
  font-weight: bold;
}

.efpos-booking-btn-catalog .price-md
{
	height: 35px;
  margin: 0;
  font-weight: bold;
}

.efpos-booking-btn-catalog .price-lg
{
	height: 79px;
	margin: 0;
}

.efpos-booking-set-product-type
{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.efpos-booking-set-product-type-previous-title
{
  height: 50%;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
}

.efpos-booking-set-product-type-previous-icon
{
  font-size: 30px;
}

.efpos-booking-set-product-type-previous-icon i
{
  transform: rotate(180deg);
}

#efpos-booking-panel-cart
{
	height: 200px;
	overflow: hidden;
	overflow-y: auto;
}

#efpos-booking-panel-cart table tr td
{
	white-space: nowrap;
}

#efpos-booking-panel-cart table tr td .item-product-child
{
	display: inline-block; 
	margin-left: 15px;
	border-left: 2px solid black; 
	border-bottom: 2px solid black; 
	width: 7px; 
	height: 13px;
	vertical-align: top;
}

#efpos-booking-buy-buttons button
{
	margin-top: 3px;
}

@media (max-height: 920px) {
	#efpos-booking-products
	{
		height: 260px;
	}
}

@media (max-height: 815px) {
	#efpos-booking-panel-cart
	{
		height: 150px;
	}
}

/* efpos */

#efpos-cats a,
#efpos-sub-cats a
{
	overflow: hidden;
	text-overflow: ellipsis;
}

#efpos-products
{
	height: 270px;
	overflow: hidden;
	overflow-y: auto;
	/*text-align: center;*/
}

#efpos-products-container
{
	/*display: inline-block;*/
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#efpos-products-container a
{
	display: inline-block;
  position: relative; 
	text-align: center;
	margin: 2px;
	line-height: 125px;
	height: 125px;
	width: 125px;
	white-space: normal;
	padding: 0;
}

#efpos-products-container a .efpos_product_span_container
{
	display: flex;
  flex-direction: column;
  justify-content: space-between;
	vertical-align: middle;
	line-height: 1.42857143;
	padding: 6px;
  height: 100%;
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
}

#efpos-products-container a .efpos_product_span_container .efpos_product_span_title
{
	display: inline-block;
  font-weight: bold;
  overflow: hidden;
}

#efpos-products-container a .efpos_product_span_container .efpos_product_span_price
{
  display: inline-block;
	margin-top: 5px;
}

#efpos-products-container a .efpos_product_effect
{
  display: none;
	position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 70px;
  background-color: rgba(255, 255, 255, 0.5);
}

#efpos-products-container a:active .efpos_product_effect
{
  display: inline-block;
	-webkit-animation: scale-up-center 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: scale-up-center 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

#efpos-products-container a .efpos_product_span_container .efpos_product_span_stock span {
  vertical-align: middle;
  margin-right: 0.5rem;
}

#efpos-products-container a .efpos_product_span_container .efpos_product_san_stock .product-stock-value {
  vertical-align: middle;
}

/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */
 @-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}


#efpos-button-new,
#efpos-button-new.active,
.panel-cart-other,
.panel-cart-other > .panel-heading,
.panel-cart-other > .panel-footer
{
  border-color: #503030;
}

#efpos-button-new.warning,
#efpos-button-new.warning:hover,
#efpos-button-new.warning:focus,
.panel-cart-other > .panel-heading,
.panel-cart-other > .panel-footer
{
  background-color: #503030;
  color: #ffffff;
}

.button-table-id {
  padding-left: 8px;
  padding-right: 8px;
  max-width: 80px;
  min-width: 60px;
}

.button-table-id,
.button-table-id.active,
.panel-cart-table,
.panel-cart-table > .panel-heading,
.panel-cart-table > .panel-footer
{
  border-color: #1e90ff;
}

.button-table-id.warning,
.button-table-id.warning:hover,
.button-table-id.warning:focus,
.panel-cart-table > .panel-heading,
.panel-cart-table > .panel-footer
{
  background-color: #1e90ff;
  color: #ffffff;
}

.button-customer-id,
.button-customer-id.active,
.panel-cart-customer,
.panel-cart-customer > .panel-heading,
.panel-cart-customer > .panel-footer
{
  border-color: #cd5c5c;
}

.button-customer-id.warning,
.button-customer-id.warning:hover,
.button-customer-id.warning:focus,
.panel-cart-customer > .panel-heading,
.panel-cart-customer > .panel-footer
{
  background-color: #cd5c5c;
  color: #ffffff;
}

.efpos-label
{
	font-size: 14px;
  width: 33%;
  max-width: 33%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

#efpos-items
{
	height: 200px;
	overflow: hidden;
	overflow-y: auto;
}

.efpos-unselect-customer
{
	color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.efpos-unselect-customer:hover
{
	color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.efpos-unselect-customer:active
{
	color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.efpos-table-id-buttons
{
	height: 46px;
  display: flex;
  flex-wrap: nowrap;
  gap: 5px;
}

#efpos-customer-id-buttons
{
	height: 136px;
	overflow: hidden;
	overflow-y: auto;
}

@media (max-height: 815px) {
	#efpos-products
	{
		height: 135px;
	}
}

/* feeds */

.sidebar.left {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 270px;
  background: #448AFF;
}

.sidebar.right {
  top: 0;
  right: 0;
  bottom: 0;
  width: 270px;
  background: #448AFF;
}

.sidebar.bottom {
  left: 0;
  right: 0;
  bottom: 0;
  height: 270px;
  background: #03A9F4;
}

.sidebar.top {
  left: 0;
  right: 0;
  top: 0;
  height: 270px;
  background: #03A9F4;
}

.sidebars > .sidebar {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.64);
  position: fixed;
  color: white;
  padding: 30px;
  font-size: 2em;
  text-align: center;
}


.sidebar.left {
  top: 53px;
  width: 400px;
  background: #fff;
  z-index: 3;
  border: 1px solid #ccc;
}

.sidebar.left .toggle_sidebar {
	position: absolute;
	left: 398px;
	bottom: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left-color: #fff;
}

.daily_feed, .daily_chat {
	height: calc(50% - 10px);
	overflow: hidden;
	overflow-y: auto;
}

.daily_feed {
	box-shadow: inset 0px 0px 10px 5px #ccc;
}

.feed_container {
	padding: 5px;
}

.feed_time {
	position: relative;
	text-align: center;
	margin-bottom: 5px;
}

.feed_time strong {
	position: relative;
	z-index: 1;
}

.feed_time div {
	position: absolute;
	top: 10px;
	z-index: 0;
	border-bottom: 1px solid #eee;
	width: 100%;
}

.feed_buttons {
	height: 22px;
	margin-bottom: 5px;
}

.feed_msg {
	margin-bottom: 5px;
	padding: 2px 10px;
	border-radius: 10px;
}

.feed_msg.company_event {
	background-color: #337ab7;
	color: #fff;
}

.feed_msg.timeslot {
	background-color: #5cb85c;
	color: #fff;
}

.feed_msg.clock_in, .feed_msg.clock_out {
	background-color: #f0ad4e;
	color: #fff;
}

.feed_reply {
	display: none;
}

.feed_reply {
	margin-bottom: 5px;
}

.feed_replies {
	margin-left: 13px;
}

.daily_feed .feed_replies {
	margin-bottom: 5px;
}

.feed_replies_time, .feed_replies_name, .feed_replies_msg,
.daily_chat_msg_time, .daily_chat_msg_name, .daily_chat_msg_msg {
	display: table-cell;
	vertical-align: top;
	padding-left: 2px;
}

.feed_replies_time, .daily_chat_msg_time {
	color: #999;
	font-size: 12px;
	padding-top: 2px;
}

.feed_replies_name, .daily_chat_msg_name {
	color: #f0ad4e;
	font-weight: bold;
}

.daily_chat_container {
	height: calc(100% - 62px);
	overflow: hidden;
	overflow-y: auto;
	padding: 5px;
	box-shadow: inset 0px 0px 10px 5px #ccc;
}

.daily_report_container {
	margin-left: 5px;
}

/* vacation */

.staff-vacation {
  white-space : nowrap !important;
  display: flex;
  display:-webkit-flex;
}

.staff-vacation-month {
  display : inline-block;
  margin-right : 10px;
  border : solid 1px var(--staff-schedule-day-border-color, #dddddd);
  border-radius : 3px;
}

.staff-vacation-month-name {
  text-align : center;
  margin-bottom : 5px;
  line-height : 15px;
  font-size : 15px;
  font-weight : bold;
}

.staff-vacation-month-container {
  margin-bottom : 5px;
  min-width : 200px;
  background-color : var(--staff-vacation-background-color, #ffffff);
}

.staff-vacation-day-col {
  display : inline-block;
  vertical-align: top;
  margin : 0px;
  padding : 0px;
}

.staff-vacation-day-blank {
  width : 25px;
  height : 20px;
  line-height : 20px;
  margin : 0px;
  padding : 0px;
  text-align : center;
  font-size : 12px;
  font-weight : normal;
  position : relative;
}

.staff-vacation-day {
  width : 25px;
  height : 24px;
  line-height : 24px;
  text-align : center;
  font-weight : bold;
  margin : 0px;
  padding : 0px;
  border-top : solid 1px #555;
  position : relative;
}

.staff-vacation-day-week-end {
  background-color : var(--staff-schedule-day-border-color, #dddddd);
}

.staff-vacation-col-staff {
  border-left : solid 1px var(--staff-schedule-day-border-color, #dddddd);
  display : inline-block;
  vertical-align: top;
  margin : 0px;
  padding : 0px;
}

.staff-vacation-staff-name {
  width : 25px;
  height : 20px;
  line-height : 20px;
  margin : 0px;
  padding : 0px;
  border-top : solid 1px var(--staff-schedule-day-border-color, #dddddd);
  text-align : center;
  font-size : 12px;
  font-weight : bold;
  position : relative;
}

.staff-vacation-staff-nb-days {
  width : 25px;
  height : 20px;
  line-height : 20px;
  margin : 0px;
  padding : 0px;
  border-top : solid 1px var(--staff-schedule-day-border-color, #dddddd);
  text-align : center;
  font-size : 12px;
  font-weight : normal;
  position : relative;
}

.staff-sick-staff-nb-days {
  width : 25px;
  height : 20px;
  line-height : 20px;
  margin : 0px;
  padding : 0px;
  border-top : solid 1px var(--staff-schedule-day-border-color, #dddddd);
  text-align : center;
  font-size : 12px;
  font-weight : normal;
  position : relative;
}

.staff-vacation-staff-hour-class {
  width : 25px;
  height : 12px;
  line-height : 12px;
  text-align : center;
  font-size : 10px;
  border-top : solid 1px var(--staff-schedule-day-border-color, #dddddd);
  position : relative;
  margin : 0px;
  padding : 0px;
}

.staff-vacation-staff-hour {

}

.staff-vacation-staff-hour-0 {
  border-top : solid 1px #555 !important;
}

.staff-vacation-staff-hour:hover {
  cursor : pointer;
}

.staff-vacation-col-staff .ui-selecting { background-color: #FECA40 !important; }
.staff-vacation-col-staff .ui-selected { background-color: #F39814 !important; }

/* staff stats */

table.staff-stats {
  border-collapse: collapse;
  margin : 0px auto;
}

table.staff-stats th {
  text-align : center;
  vertical-align : bottom;
}

table.staff-stats td {
  width : 90px;
  text-align : center;
  padding : 1px 5px;
}

table.staff-stats td.staff-stats-name {
  text-align : right;
  min-width : 90px;
  white-space : nowrap;
}

/* clockin */

div#clockin_pin_code_container {
  margin : 20px auto;
  padding : 0px;
  width : 330px;
  border : solid 0px #000;
  background-color : #EEE;
  height : 60px;
  line-height : 60px;
  font-size : 40px;
  text-align : center;
  font-weight : bold;
}

div.clockin_buttons {
  margin : 20px auto;
  padding : 0px;
  width : 450px;
  white-space : nowrap;
  text-align : center;
  display : none;
}

div.clockin_button {
  width : 200px;
  height : 80px;
  line-height : 80px;
  font-size : 30px;
  text-align : center;
  font-weight : bold;
  display : inline-block;
  margin : 0px 10px;
  padding : 0px;
  border-radius : 3px;
}

div.clockin_button {
  cursor : pointer;
}

div.clockin_button_in {
  background-color : #0C0;
  color : #FFF;
}

div.clockin_button_out {
  background-color : #C00;
  color : #FFF;
}

div.clockin_container {
  margin : 0px auto;
  padding : 0px;
  width : 340px;
  border : solid 0px #000;
}

div.clockin_row {
  margin : 0px;
  padding : 0px;
  white-space : nowrap;
}

div.clockin_num {
  width : 100px;
  height : 100px;
  line-height : 100px;
  font-size : 40px;
  text-align : center;
  font-weight : bold;
  display : inline-block;
  background-color : #EEE;
  margin : 5px;
  padding : 0px;
}

div.clockin_num:hover {
  cursor : pointer;
}

div.clockin_num_empty {
  width : 100px;
  height : 100px;
  display : inline-block;
  margin : 5px;
  padding : 0px;
  line-height : 100px;
  font-size : 30px;
}

div.clockin_erase {
  width : 100px;
  height : 100px;
  display : inline-block;
  margin : 5px;
  padding : 0px;
  line-height : 100px;
  font-size : 30px;
  color : #D00;
  text-align : center;
}

div#clockin_notice {
  text-align : center;
}

div.clockin_notice_error {
  color : #F00;
}

div.clockin_notice {
  font-size : 40px;
  text-align : center;
}

div#last_clockin_notice {
  font-size : 40px;
  text-align : center;
  display:none;
}

/* staff schedule */

.staff-schedule-stats {
  white-space : nowrap !important;
  display: flex;
  display:-webkit-flex;
  border : solid 1px var(--staff-schedule-border-color, #bbbbbb);
  border-radius : 3px;
}

.staff-schedule-stats-col {
  display : inline-block;
  vertical-align: top;
  margin : 0px;
  padding : 0px;
}

.staff-schedule-stats-staff-name {
  width : 80px;
  height : 16px;
  line-height : 16px;
  font-size : 13px;
  font-weight : bold;
  text-align : center;
}

.staff-schedule-stats-nb-hours {
  width : 80px;
  height : 16px;
  line-height : 16px;
  font-size : 12px;
  font-weight : normal;
  text-align : center;
}

.staff-schedule-week-max {
  background-color: rgba(255,0,0,0.5);
}

.staff-schedule-week {
  white-space : nowrap !important;
  display: flex;
  display:-webkit-flex;
  margin-top : 20px;
}

.staff-schedule-day {
  display : inline-block;
  margin-right : 10px;
  border : solid 1px var(--staff-schedule-day-border-color, #dddddd);
  border-radius : 3px;
}

.staff-schedule-day-date {
  text-align : center;
  margin-bottom : 5px;
}

.staff-schedule-day-container {
  margin-bottom : 5px;
  /*min-width : 200px;*/
}

div.staff-schedule-col-hours {
  display : inline-block;
  vertical-align: top;
  margin : 0px;
  padding : 0px;
}

div.staff-schedule-hours {
  width : 40px;
  height : 48px;
  line-height : 48px;
  text-align : center;
  margin : 0px;
  padding : 0px;
  border-top : solid 1px #555;
  position : relative;
}

div.staff-schedule-hours-blank {
  width : 40px;
  height : 20px;
  margin : 0px;
  padding : 0px;
  position : relative;
}

div.staff-schedule-col-staff {
  border-left : solid 1px var(--staff-schedule-day-border-color, #dddddd);
  display : inline-block;
  vertical-align: top;
  margin : 0px;
  padding : 0px;
}

div.staff-schedule-staff-nb-hours {
  width : 25px;
  height : 20px;
  line-height : 20px;
  margin : 0px;
  padding : 0px;
  border-top : solid 1px var(--staff-schedule-day-border-color, #dddddd);
  text-align : center;
  font-size : 12px;
  font-weight : normal;
  position : relative;
}

div.staff-schedule-staff-name {
  width : 25px;
  height : 20px;
  line-height : 20px;
  margin : 0px;
  padding : 0px;
  border-top : solid 1px var(--staff-schedule-day-border-color, #dddddd);
  text-align : center;
  font-size : 12px;
  font-weight : bold;
  position : relative;
}

div.staff-schedule-staff-hour-class {
  width : 25px;
  height : 12px;
  line-height : 12px;
  text-align : center;
  font-size : 10px;
  border-top : solid 1px var(--staff-schedule-day-border-color, #dddddd);
  position : relative;
  margin : 0px;
  padding : 0px;
}

div.staff-schedule-staff-hour-0 {
  border-top : solid 1px #555 !important;
}

div.staff-schedule-staff-hour:hover {
  cursor : pointer;
}

/*
#staff-schedule-col-staff-1505080800-1554 .ui-selecting { background-color: #FECA40 !important; }
#staff-schedule-col-staff-1505080800-1554 .ui-selected { background-color: #F39814 !important; }
*/

.staff-schedule-col-staff .ui-selecting { background-color: #FECA40 !important; }
.staff-schedule-col-staff .ui-selected { background-color: #F39814 !important; }

/* analytics drive */

table.analytics-details {
  
}

table.analytics-details th {
  padding : 3px 5px;
  text-align : center;
}

table.analytics-details td {
  padding : 3px 10px;
}

table.analytics_drive {
  margin : 0px auto;
}

table.analytics_drive td {
  padding : 3px 10px;
}

/* number */

.numberCircle {
   color:  #43c7f2; /*var(--color-success); */
    font: 25px Arial,sans-serif;
    height: 55px;
    margin-left: 21px;
/*    padding: 8px;*/
    text-align: center;
    width: 55px;
}

/*  alerts  */

div.alerts-container {
  position : fixed;
  top : 0px;
  left : 0px;
  width : 100%;
  height : 0px;
  padding : 10px 10px 0px 10px;
  color : #FEFEFE;
  text-shadow: none;
  font-size : 16px;
  background-color : rgba(0, 0, 0, 1);
  z-index : 99999;
  display : block;
  margin-left : auto;
  margin-right : auto;
}

div.alert-msg {
  margin-left : auto;
  margin-right : auto;
}

/*  generic  */

.text-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
}

.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

a.deconnexion {
  font-size : 10px;
}

span.no-data {
  color : #CCC;
  text-align : center;
}

a.action-link {
  font-size : 12px;
  color : #CCC !important;
}

a.hard-delete {
  color : #D55 !important;
  text-decoration : none;
}

a.disabled {
  opacity: 0.5;
  pointer-events: none;
}

span.required {
  color : #D55 !important;
}

tr.tr_th {
  background-color : #DDD !important;
}

td.td_th {
  font-weight : bold !important;
}

/*  back  */

.voucher_date_valid_center {
	display: inline-block; 
	margin: 0 auto;
}

.form-control-margin {
	margin-top: 10px;
}

.panel-info .panel-heading:hover {
	cursor: pointer;
}

.panel-info .panel-body-hidden {
	display: none;
}

form.auth {
  /* margin-top : 50px; */
}

.back-auth-input {
  text-align : center;
  width : 100%;
}

.back-auth-container {
  height: 100vh; 
  display: flex; 
  justify-content: flex-start; 
  align-items: center;
}

.back-auth-panel {
  background-color: #FFFFFF;
  padding: 4rem;
  border-radius: 2rem;
  margin: auto 0;
  max-width: 390px;
  -webkit-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.2); 
  box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.2);
}

@media(max-width: 768px) {
  .back-auth-panel {
    margin: auto;
  }
}


.back-auth-page-company-logo {
  max-height: 85px;
  max-width: 310px;
}

.btn-orange { 
  color: #ffffff; 
  background-color: var(--main-color, #fa5408); 
  border-color: var(--main-color, #fa5408); 
} 
 
.btn-orange:hover, 
.btn-orange:focus, 
.btn-orange:active, 
.btn-orange.active, 
.open .dropdown-toggle.btn-orange { 
  color: #ffffff; 
  background-color: var(--main-color, #fa5408); 
  border-color: var(--main-color, #fa5408); 
} 

.td-sortable {

}

.td-sortable:hover {
  cursor : grab;
}

.tr-link {

}

.tr-link:hover {
  cursor : pointer;
}

.td-link {

}

.td-link:hover {
  cursor : pointer;
}

.link {

}

.link:hover {
  cursor : pointer;
}

.customer_note, .emergency-contact-info {
  width : 90%;
  height : 100px;
  padding : 5px;
  resize: none;
  background-color : #FFF;
  border : solid 1px #EEE;
}

div.user-info {
  margin-top : 5px !important;
}

.skydiving-certificates-popin {
  display: none;
  position: absolute;
  top: 0;
  background-color: #fff;
  z-index: 1;
  width: 300px;
  padding: 0.5em;
  border-radius: 5px;
  box-shadow: 0px 0px 20px #DDD;
}

.skydiving-certificates-selector {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.5em;
  row-gap: 0.5em;
}

.skydiving-certificates-selector .skydiving-certificate {
  padding: 0.1em 0.5em;
  border: 1px solid #ccc;
  border-radius: 3px;
  cursor: pointer;
}

.skydiving-certificates-popin .confirm-container {
  display: flex;
  justify-content: center;
  column-gap: 0.5em;
  margin-top: 10px;
}

.btn-toggle-user-type {
  margin-top : -5px !important; 
  width : 70px;
}

.order-items {
  width : 100% !important;
}

.order-items-qte {
  text-align : center;
}

.order-items-note {
  text-align : left;
}

.order-items-price {
  text-align : right;
}

button.popupClimbingPassVoucherBookingBody-timeslot.btn.active {
    text-decoration: underline;
    font-weight: 800;
}

/*  front  */

.nav-username {
  color : #CCC !important;
  font-weight : normal !important;
  margin-left : 15px !important;
}

.panel-success {
  border-color: /*var(--color-success);*/ #43c7f2;
}

.panel-success > .panel-heading {
  color: #fff;
  background-color: /*var(--color-success);*/ #43c7f2;
  border-color: /*var(--color-success);*/ #43c7f2;
}

.panel-green {
  border-color: #32c211;
}

.panel-green > .panel-heading {
  color: #fff;
  background-color: #32c211;
  border-color: #32c211;
}

.panel-proflyer {
  border-color: #4ae05b;
}

.panel-proflyer > .panel-heading {
  color: #fff;
  background-color: #4ae05b;
  border-color: #4ae05b;
}

span.form-label-note {
    font-size : 8px !important;
    color : #888 !important;
}

.heading-catalog { 
  min-height : 60px !important; 
}

.company_toggle {
  display : none;
}

ul#languages-tab {
  margin: 0 auto;
  width: fit-content;
}

.pdf-general-settings {
  padding: 25px;
}

.pdf-general-settings input[type="file"] {
  margin-top: 1rem;
}

.invoice-template {
  width: 100%;
  aspect-ratio: 1 / 1.414;
  padding : 25px 35px!important;
  font-family: 'DejaVuSansCondensed';
}

.invoice-template-container {
  position: relative;
  height: 100%;
}

.invoice-template-logo {
  display: flex;
  justify-content: flex-end;
}

.invoice-template h2 {
  font-weight: 800;
}

.invoice-template .invoice-template-title {
  margin-bottom: 3rem;
}

.invoice-template .invoice-template-adress-block {
  margin-bottom: 3rem;
}

.invoice-template .invoice-template-adress-block input {
  display: block;
  width: 100%;
}

.invoice-template .invoice-template-details {
  padding-left: 5px;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.invoice-template .invoice-template-content-header {
  padding-left: 0;
  padding-right: 0;
}

.invoice-template-content-header input {
  width: 100%;
}

.invoice-template .invoice-table-title, .invoice-template .invoice-table-content {
  padding: 5px;
}

.invoice-template .invoice-table-content-end {
  padding: 3px;
}

.invoice-template .invoice-table-border-bottom {
  border-bottom: 2px solid black;
}

.invoice-template table th.invoice-table-title:not(:last-of-type) {
  border-right: 1px solid gray;
}

.invoice-template .invoice-table {
  border-bottom: 2px solid black;
}

.invoice-template .invoice-table-content-text {
  margin-top: 3rem;
  font-size: 12px;
}

.invoice-table-content-text {
  padding-left: 0;
  padding-right: 0;
}

.invoice-template .invoice-table-content-text input, .invoice-template .invoice-table-content-text textarea {
  display: block;
  width: 100%;
}

.invoice-table-content-text textarea {
  resize: none;
}

.invoice-no-tax-text {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.invoice-no-tax-text input{
  display: block;
  width: 100%;
  margin-top: 3rem;
}

.invoice-template-container .invoice-table-footer {
  font-size: 11px;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.invoice-template-container .invoice-table-footer input {
  display: block;
  width: 100%;
}

.invoice-template-container .invoice-table-footer .text-right input {
  text-align: right!important;
}

.configuration-submenu {
  margin-top: -29px;
  left: 0;
  padding: 0;
  background-color: #444;
  list-style: none;
  width: 100%;
}

.configuration-submenu li {
  float: left;
  position: relative;
}

.configuration-submenu a {
  display: block;
  padding: 8px 15px;
  color: #9d9d9d;
  line-height: 20px;
  text-decoration: none;
}

.configuration-submenu ul.dropdown-menu {
  position: absolute; 
  top: 100%; 
  left: 0;
  z-index: 1000;
}

.configuration-submenu .dropdown-menu li a {
  white-space: nowrap;
}

.configuration-submenu .dropdown-item {
  width: 100%;
}

.configuration-submenu a:hover, .configuration-submenu > .active > a {
  color: #fff;
}

.configuration-submenu .active {
  background-color: #000;
}

.configuration-submenu li.active ul li:not(.active) {
  color: var(--btn-default-color);
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/*  lang  */

.lang-selector {
  background-color : transparent;
  border : solid 1px #43c7f2;
  color : #43c7f2;
  border-radius : 3px;
  -webkit-appearance: none; 
  -moz-appearance: none;
  appearance: none; 
  width : 90px;
  padding : 3px 5px;
  background-image : url('pict/arrow_down.png');
  background-position: 90% 50%;
  background-repeat: no-repeat;
}

/*  glyph  */

.customer_edit {
  background-color : #FFF;
  text-align : center;
  border : solid 1px #BBB;
  border-radius : 3px;
}

.glyph-edit {
  color : #BBB;
  margin-left : 20px;
}

.glyph-edit:hover {
  color : #333;
  cursor : pointer;
}

.glyph-cancel {
  color : #F88;
  margin-left : 10px;
}

.glyph-cancel:hover {
  color : #F00;
  cursor : pointer;
}

.glyph-ok {
  color : #8F8;
  margin-left : 10px;
}

.glyph-ok:hover {
  color : #0F0;
  cursor : pointer;
}

.glyph-green {
  color : #0F0;
}

.glyph-red {
  color : #F00;
}

/*  responsive table  */

@media (max-width: 1100px) {
	.responsive-table-line table, 
	.responsive-table-line thead, 
	.responsive-table-line tbody, 
	.responsive-table-line th, 
	.responsive-table-line td, 
	.responsive-table-line tr { 
	  display: block; 
	}
	 
	.responsive-table-line thead tr { 
	  display:none;
	}
	
	.responsive-table-line td { 
  	position: relative;
  	border: 0px solid transparent;
  	white-space: normal;
  	text-align:left; 
	}
}

/*  autocomplete  */

.custom-combobox-input {
  width : 100%;
  padding : 5px 10px;
}

/*  filters  */

.date-button {
  width : 80px !important;
  margin : 0px !important;
  padding : 0px !important;
  font-weight : bold !important;
  text-align : center !important;
  border : 0px !important;
}

/*  staff time  */

input.staff_time_input {
  border : solid 1px #BBB !important;
  margin : 0px !important; 
  padding : 0px !important; 
  width : 60px !important;
  text-align : center !important;
}

/*  timeslots  */

/* classe partagé entre timeslots et timelot patterns */
.timeslots-container {
  background-color : var(--checkin-block-background-color, #ffffff);
  padding : 0px;
  margin : 0px auto;
  white-space : nowrap;
}

/* timeslots uniquement */
.timeslots-container-flex {
  display: flex;
}

.timeslots-col {
  padding : 0px;
  margin : 0px 0px 20px 0px;
  display : inline-block;
  vertical-align: bottom;
}

.timeslots-col-title {
  text-align : center;
  background-color: var(--checkin-block-background-color, #ffffff);
}

.timeslots-col-title.noon, .timeslots-col-title.midnight {
  margin-right: -100px;
}

.timeslots-col-title.empty {
  background-color: transparent;
}

.timeslots-col-tunnel {
  background-color: #FFF;
}

.timeslots-slot {
  min-height : 22px;
  width : 105px;
  margin : 3px 3px;
  padding : 1px 5px;
  overflow : hidden;
  color : #000;
  position : relative;
  border-radius : 5px;
}

.timeslots-slot:hover {
  cursor : pointer;
}

.timeslots-patern-hour {
  width : 100px;
  height : 20px;
  margin : 1px;
  overflow : hidden;
  color : var(--color, #333333);
  text-align : right;
  position : relative;
}

.timeslots-slot-selectable {
  
}

.timeslots-slot-past {
  background-color : #AAA !important;
}

.timeslots-closed {
  background-color : #EEE;
}

.slot-time {
  left : 0px;
  top : 0px;
}

.slot-charge {
  margin : 0px;
  display : inline-block;
  padding : 0px;
  position : absolute;
  left : 0px;
  top : 0px;
  background-color : rgba(0,0,0,0.2);
  pointer-events:none;
  max-width: 100%; 
  height: 100%;
}

.timeslots-fun, .timeslots-opened {
  background-color : #aaddaada;
}

.timeslots-pro {
  background-color : #8aa7ffdc;
}

.timeslots-profun {
  background-color : #8aa7ffdc;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, #aaddaada 10px, #aaddaada 20px)!important;
}

.timeslots-note {
  background-color : #8888DD;
}

.timeslots-reserved {
  background-color : rgb(221, 170, 170);
}

#timeslot-type-modal .timeslots-fun.active, #timeslot-type-modal .timeslots-pro.active, #timeslot-type-modal .timeslots-profun.active, #timeslot-type-modal .timeslots-closed.active, #timeslot-type-modal .timeslots-reserved.active, #timeslot-type-modal .btn.active{
  border: 2px solid black;
  font-weight: bold;
}

.btn-fun { 
  color: #ffffff; 
  background-color: #7AD97A; 
  border-color: #63C263; 
} 
 
.btn-fun:hover, 
.btn-fun:focus, 
.btn-fun:active, 
.btn-fun.active, 
.open .dropdown-toggle.btn-fun { 
  color: #ffffff; 
  background-color: #55C255; 
  border-color: #63C263; 
} 
 
.btn-fun:active, 
.btn-fun.active, 
.open .dropdown-toggle.btn-fun { 
  background-image: none; 
} 
 
.btn-fun.disabled, 
.btn-fun[disabled], 
fieldset[disabled] .btn-fun, 
.btn-fun.disabled:hover, 
.btn-fun[disabled]:hover, 
fieldset[disabled] .btn-fun:hover, 
.btn-fun.disabled:focus, 
.btn-fun[disabled]:focus, 
fieldset[disabled] .btn-fun:focus, 
.btn-fun.disabled:active, 
.btn-fun[disabled]:active, 
fieldset[disabled] .btn-fun:active, 
.btn-fun.disabled.active, 
.btn-fun[disabled].active, 
fieldset[disabled] .btn-fun.active { 
  background-color: #7AD97A; 
  border-color: #63C263; 
} 
 
.btn-fun .badge { 
  color: #7AD97A; 
  background-color: #ffffff; 
}

.btn-funpro { 
  color: #ffffff; 
  background-color: #E09D3E; 
  border-color: #B87E2C; 
} 
 
.btn-funpro:hover, 
.btn-funpro:focus, 
.btn-funpro:active, 
.btn-funpro.active, 
.open .dropdown-toggle.btn-funpro { 
  color: #ffffff; 
  background-color: #D6820D; 
  border-color: #B87E2C; 
} 
 
.btn-funpro:active, 
.btn-funpro.active, 
.open .dropdown-toggle.btn-funpro { 
  background-image: none; 
} 
 
.btn-funpro.disabled, 
.btn-funpro[disabled], 
fieldset[disabled] .btn-funpro, 
.btn-funpro.disabled:hover, 
.btn-funpro[disabled]:hover, 
fieldset[disabled] .btn-funpro:hover, 
.btn-funpro.disabled:focus, 
.btn-funpro[disabled]:focus, 
fieldset[disabled] .btn-funpro:focus, 
.btn-funpro.disabled:active, 
.btn-funpro[disabled]:active, 
fieldset[disabled] .btn-funpro:active, 
.btn-funpro.disabled.active, 
.btn-funpro[disabled].active, 
fieldset[disabled] .btn-funpro.active { 
  background-color: #E09D3E; 
  border-color: #B87E2C; 
} 
 
.btn-funpro .badge { 
  color: #E09D3E; 
  background-color: #ffffff; 
}

.btn-note { 
  color: #ffffff; 
  background-color: #5F5FD9; 
  border-color: #4040BD; 
} 
 
.btn-note:hover, 
.btn-note:focus, 
.btn-note:active, 
.btn-note.active, 
.open .dropdown-toggle.btn-note { 
  color: #ffffff; 
  background-color: #3232CF; 
  border-color: #4040BD; 
} 
 
.btn-note:active, 
.btn-note.active, 
.open .dropdown-toggle.btn-note { 
  background-image: none; 
} 
 
.btn-note.disabled, 
.btn-note[disabled], 
fieldset[disabled] .btn-note, 
.btn-note.disabled:hover, 
.btn-note[disabled]:hover, 
fieldset[disabled] .btn-note:hover, 
.btn-note.disabled:focus, 
.btn-note[disabled]:focus, 
fieldset[disabled] .btn-note:focus, 
.btn-note.disabled:active, 
.btn-note[disabled]:active, 
fieldset[disabled] .btn-note:active, 
.btn-note.disabled.active, 
.btn-note[disabled].active, 
fieldset[disabled] .btn-note.active { 
  background-color: #5F5FD9; 
  border-color: #4040BD; 
} 
 
.btn-note .badge { 
  color: #5F5FD9; 
  background-color: #ffffff; 
}

.btn-pro { 
  color: #ffffff; 
  background-color: #DD8888; 
  border-color: #D46F6F; 
} 
 
.btn-pro:hover, 
.btn-pro:focus, 
.btn-pro:active, 
.btn-pro.active, 
.open .dropdown-toggle.btn-pro { 
  color: #ffffff; 
  background-color: #DE6868; 
  border-color: #D46F6F; 
} 
 
.btn-pro:active, 
.btn-pro.active, 
.open .dropdown-toggle.btn-pro { 
  background-image: none; 
} 
 
.btn-pro.disabled, 
.btn-pro[disabled], 
fieldset[disabled] .btn-pro, 
.btn-pro.disabled:hover, 
.btn-pro[disabled]:hover, 
fieldset[disabled] .btn-pro:hover, 
.btn-pro.disabled:focus, 
.btn-pro[disabled]:focus, 
fieldset[disabled] .btn-pro:focus, 
.btn-pro.disabled:active, 
.btn-pro[disabled]:active, 
fieldset[disabled] .btn-pro:active, 
.btn-pro.disabled.active, 
.btn-pro[disabled].active, 
fieldset[disabled] .btn-pro.active { 
  background-color: #DD8888; 
  border-color: #D46F6F; 
} 
 
.btn-pro .badge { 
  color: #DD8888; 
  background-color: #ffffff; 
}

.btn-primary { 
  color: #ffffff; 
  background-color: #43c7f2; 
  border-color: #46AACC; 
} 
 
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active, 
.open .dropdown-toggle.btn-primary { 
  color: #ffffff; 
  background-color: #33A0C4; 
  border-color: #46AACC; 
} 
 
.btn-primary:active, 
.btn-primary.active, 
.open .dropdown-toggle.btn-primary { 
  background-image: none; 
} 
 
.btn-primary.disabled, 
.btn-primary[disabled], 
fieldset[disabled] .btn-primary, 
.btn-primary.disabled:hover, 
.btn-primary[disabled]:hover, 
fieldset[disabled] .btn-primary:hover, 
.btn-primary.disabled:focus, 
.btn-primary[disabled]:focus, 
fieldset[disabled] .btn-primary:focus, 
.btn-primary.disabled:active, 
.btn-primary[disabled]:active, 
fieldset[disabled] .btn-primary:active, 
.btn-primary.disabled.active, 
.btn-primary[disabled].active, 
fieldset[disabled] .btn-primary.active { 
  background-color: #43c7f2; /*var(--color-success); */
  border-color: #46AACC; 
} 
 
.btn-primary .badge { 
  color:  var(--color-success); /*#43c7f2;*/
  background-color: #ffffff; 
}

.btn-primary, .btn-success  { 
  /* color:  #ffffff; */
}

#timeslots-container .ui-selecting { background: #FECA40; }
#timeslots-container .ui-selected { background: #F39814; color: white; }

/*  BOOKING  */

.booking-type {
  white-space : normal !important;
}

.checkin-row {
  white-space : nowrap !important;
  display: flex;
  display:-webkit-flex;
  flex-wrap: nowrap;
}

.checkin-timeslot-tunnels-container {
  display: flex;
}

.checkin-timeslot-header {
  text-align: center;
  font-weight: bold;
  background-color: #D4D8DD;
  margin-right: 13px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.checkin-timeslot-note {
  padding: 7px 6px;
  width: 290px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  margin: 0;
}

.checkin-block {
  width : 300px !important;
  margin-right : 3px;
}

.checkin-block-heading {
  padding : 3px 5px;
  border-top-left-radius : 5px;
  border-top-right-radius : 5px;
  width : 290px !important;
}

.checkin-transfer-tunnel {
  padding : 3px 5px;
  background: #FFF;
  margin-right: 10px;
}

.checkin-transfer-tunnel span {
  cursor: pointer;
}

.checkin-transfer-tunnel.text-grey span {
  cursor: not-allowed;
}

.checkin-heading-component {
  padding : 0px;
  display : inline-block;
  margin : 0px;
  border : 0px;
}

.checkin-block-container {
  background-color : var(--checkin-block-background-color, #ffffff); 
  border-bottom-left-radius : 5px;
  border-bottom-right-radius : 5px;
  padding : 5px 5px;
  width : 290px !important;
  vertical-align : top;
}

.checkin-block-container .addon-icon-img {
  height: 20px;
  vertical-align: top;
}

.booking-info .addons img.addon-icon-img {
  height: 14px;
  vertical-align: bottom;
}

.checkin-note-empty {
  background-color : var(--checkin-block-background-color, #ffffff);
}

.checkin-block-container.closed {
  background-color: var(--checkin-block-closed-background-color, #eeeeee)!important;
}

.checkin-block-container.closed:hover {
  background-color: var(--checkin-block-closed-background-color, #eeeeee)!important;
}

.page-checkin-tunnel .invoiced_fee{
  display:block;
  z-index:50;
  position:static;
  width:50px;
  background:#32C211;
  border-radius:4px;
  margin-top:2px;
  padding:1px 2px;
  font-size:10px;
  text-align:center;
  color:#eee;
}

.page-checkin-tunnel .uninvoiced_fee{
  display:block;
  z-index:50;
  position:static;
  width:50px;
  background:#990000;
  border-radius:4px;
  margin-top:2px;
  padding:1px 2px;
  font-size:10px;
  text-align:center;
  color:#eee;
}
.page-checkin-tunnel .invoiced_fee:hover, .uninvoiced_fee:hover {
  color:#eee;
  text-decoration:none;
}

.text-grey {
  color: #777;
}

.booking-block-container {
  margin-bottom : 1px;
  padding : 1px 5px;
  border-radius : 1px;
}

.bookable-vouchers-list {
  
}

.bookable-voucher {
  padding : 3px 5px;
  border-radius : 3px;
  border : solid 1px #EEE;
  margin-bottom : 1px;
}

.bookable-voucher:hover {
  cursor : pointer;
  background-color : #DDD;
  border : solid 1px #DDD;
}

.selected-voucher { 
  color: #FFF; 
  background-color:  #43c7f2; /*var(--color-success); */
  border : solid 1px  #43c7f2; /*var(--color-success); */
} 

.unselected-voucher { 
  color: #333333; 
  background-color: #EEE; 
  border : solid 1px #EEE;
} 

table#bookings-table td {
  white-space : nowrap;
}

.booking-timeslot {
  padding : 5px;
  width : 60px;
  text-align : center;
  font-weight : bold;
  border-radius : 3px;
  white-space : nowrap;
  display : inline-block;
  margin : 3px;
}

.booking-timeslot:hover {
  cursor : pointer;
  background-color : #DDD;
}

.booking-timeslot-unselected {
  color: #333333; 
  background-color: #EEE; 
}

.booking-timeslot-selected {
  color: #FFF; 
  background-color: #43c7f2; /*var(--color-success); */
}

/*  items  */

ul.liItems {
  margin : 0px 0px;
  padding : 0px 0px 0px 15px;
}

/*  shift  */

.shift_stat_min {
  color : #0C0;
  font-weight : bold;
  border-color : #333;
}

.shift_stat_max {
  color : #D00;
  font-weight : bold;
  border-color : #333;
}

.shift-date {
  text-align : center;
  font-weight : bold;
  padding : 10px;
}

table.shift-container {
  margin : 0px auto;
  border-collapse: collapse;
  /*background-color : #FFF;*/
}

table.shift-container th {
  padding : 5px 5px;
  text-align : center;
  border : solid 0px #888;
  background-color : #EEE;
}

table.shift-container td {
  padding : 5px 5px;
  border : solid 0px #888;
}

table.shift-container tr.shift-grey {
  background-color : #EEE;
}

.shift-container .firsttimer,
.daily-container .firsttimer {
  color: #0dac0d;
}

.shift-container .proflyer,
.daily-container .proflyer {
  color: #0c4dae;
}

.shift-container .staff,
.daily-container .staff {
  color: #d400f5;
}

.shift-container .reserved,
.daily-container .reserved {
  color:#5c5c5c;
}

/*  booking agenda  */

p.popover-agenda {
  margin : 0px;
}

.agenda-hover {
  border-color : #555 !important;
}

#agenda-booking-customer-items {
  display : none;
  margin-top : 20px;
}

.booking-date {
  text-align : center;
  font-weight : bold;
  padding : 10px;
}

div.booking-agenda-container {
	
  
}

table.booking-agenda-container {
  margin : 0px auto;
  border-collapse: separate;
  border-spacing: 0;
}

table.booking-agenda-container td {
  padding : 2px 3px;
  height: 26px;
}

td.booking-agenda-info {
  border : solid 1px transparent;
  height: 26px;
}

td.booking-agenda-not-clickable, 
td.booking-agenda-not-clickable .div_triangle 
{
  border : solid 1px #DDD;
}

td.booking-agenda-clickable, 
td.booking-agenda-clickable .div_triangle
{
  border : solid 1px #FFF;
}

td.booking-agenda-clickable:hover {
  cursor : pointer;
  border-color: #888;
}

td.booking-agenda-day {
  display : inline-block;
  width : 50px;
  border : solid 1px #333;
  margin-right : 1px;
  margin-top : 3px;
}

.booking-agenda-timeslot {
  padding : 0px;
  margin-top : 1px;
  background-color : #FFF;
  text-align : center;
}

td.agenda-today {
  border-left : solid 3px #FF8484 !important;
  border-right : solid 3px #FF8484 !important;
  font-weight: bold;
  font-size: 1.2em;
  padding: 0px !important;
}

td.agenda-today-head {
  border-left : solid 3px #FF8484 !important;
  border-right : solid 3px #FF8484 !important;
  border-top : solid 3px #FF8484 !important;
}

td.agenda-today-bottom {
  border-left : solid 3px #FF8484 !important;
  border-right : solid 3px #FF8484 !important;
  border-bottom : solid 3px #FF8484 !important;
}

.agenda-header .booking-agenda-info .strong {
  color: var(--tunnel-agenda-day-color, #aaaaaa);
}

.agenda-header .booking-agenda-info .agenda-today-highlight.strong {
  color: var(--tunnel-agenda-day-today-color, #000000);
}

.agenda-header .booking-agenda-info .agenda-future-highlight.strong {
  color: var(--tunnel-agenda-day-future-color, #666666);
}

.booking-agenda-container .week-num {
  color: #aaa;
}

/*  booking  */

.cal-booking-month {
  display : inline-block;
  border : solid 1px #CCC;
  margin : 0px 0px 20px 0px;
  padding : 1px;
  width : 354px;
  border-radius : 3px;
}

.cal-booking-month-title {
  font-weight : bold;
}

.cal-booking-row {
  margin : 0px;
  padding : 0px;
  white-space : nowrap;
  text-align : left;
}

.cal-booking-day {
  display : inline-block;
  margin : 0px 0px 0px 0px;
  padding : 10px 0px;
  width : 50px;
  text-align : center;
  font-weight : bold;
}

.cal-booking-week-day {
  font-weight : normal;
  color : #888;
}

.cal-booking-day-available {
  background-color : #DDE;
  color : #333;
}

.cal-booking-day-available:hover {
  background-color : #AEA;
  color : #333;
  cursor : pointer;
}

.cal-booking-day-unavailable {
  background-color : #FEFEFE;
  color : #DDD;
}

/*  counter  */

.counter-digit {
  position : relative;
  display : inline-block;
  background-color : transparent;
  font-weight : bold;
  border-radius : 5px;
  text-align : center;
  padding : 5px 0px;
  margin-left : 3px;
  width : 20px;
  height : 30px;
}

.counter-name {
  line-height : 30px;
}

.counter-unit-container {
  position : relative;
  display : inline-block;
  padding : 5px 0px;
  margin-left : 10px;
  height : 30px;
  width : 60px;
}

.counter-unit {
  position : absolute;
  top : 0px;
  left : 0px;
  height : 30px;
  line-height : 30px;
}

.counter-digit-value {
  position : absolute;
  top : 0px;
  left : 0px;
  width : 20px;
  height : 30px;
  z-index : 3;
  color : #FFF;
  line-height : 30px;
}

.counter-digit-units {
  position : absolute;
  top : 0px;
  left : 0px;
  width : 20px;
  height : 30px;
  z-index : 3;
  color : #333;
  line-height : 30px;
}

.counter-digit-overlay-top {
  position : absolute;
  top : 0px;
  left : 0px;
  height : 15px;
  width : 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color : #666;
  z-index : 2;
}

.counter-digit-overlay-bottom {
  bottom : 0px;
  left : 0px;
  height : 15px;
  width : 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  position : absolute;
  background-color : #333;
  z-index : 1;
}

.counter-digit-value-alert {
  position : absolute;
  top : 0px;
  left : 0px;
  width : 20px;
  height : 30px;
  z-index : 3;
  color : #FFF;
  line-height : 30px;
}

.counter-digit-units-alert {
  position : absolute;
  top : 0px;
  left : 0px;
  width : 20px;
  height : 30px;
  z-index : 3;
  color : #F33;
  line-height : 30px;
}

.counter-digit-overlay-top-alert {
  position : absolute;
  top : 0px;
  left : 0px;
  height : 15px;
  width : 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color : #F66;
  z-index : 2;
}

.counter-digit-overlay-bottom-alert {
  bottom : 0px;
  left : 0px;
  height : 15px;
  width : 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  position : absolute;
  background-color : #F33;
  z-index : 1;
}

/*  btn  */

.btn-green { 
  color: #ffffff; 
  background-color: #32C211; 
  border-color: #35B019; 
} 
 
.btn-green:hover, 
.btn-green:focus, 
.btn-green:active, 
.btn-green.active, 
.open .dropdown-toggle.btn-green { 
  color: #ffffff; 
  background-color: #32C211; 
  border-color: #35B019; 
} 
 
.btn-green:active, 
.btn-green.active, 
.open .dropdown-toggle.btn-green { 
  background-image: none; 
} 
 
.btn-green.disabled, 
.btn-green[disabled], 
fieldset[disabled] .btn-green, 
.btn-green.disabled:hover, 
.btn-green[disabled]:hover, 
fieldset[disabled] .btn-green:hover, 
.btn-green.disabled:focus, 
.btn-green[disabled]:focus, 
fieldset[disabled] .btn-green:focus, 
.btn-green.disabled:active, 
.btn-green[disabled]:active, 
fieldset[disabled] .btn-green:active, 
.btn-green.disabled.active, 
.btn-green[disabled].active, 
fieldset[disabled] .btn-green.active { 
  background-color: #32C211; 
  border-color: #35B019; 
} 
 
.btn-green .badge { 
  color: #32C211; 
  background-color: #ffffff; 
}

.label-ok {
  color: #ffffff; 
  background-color: #32C211;
}

/*  notice  */

textarea.notice {
  width : 100%;
  height : 200px;
  padding : 5px;
  resize: none;
  background-color : #FFF;
  border : solid 1px #EEE;
}

/* timeslot */

.timeslot-content {
  border : solid 1px #BBB;
  border-radius : 3px;
  padding : 5px;
  margin : 5px;
  display : inline-block;
  width : 300px;
}

.timeslot-content-container {
  background-color : #EEE;
  border-radius : 3px;
  padding : 5px;
  margin-top : 5px;
}

#ui-id-1 {
  z-index : 99999999;
}

.ui-autocomplete { position: absolute; cursor: default;z-index:9999999 !important;}  

/*  dataTables  */

p.table_note {
  margin : 0px;
  margin-top: 5px;
}

table#customers-table {
  
}

table#customers-table td {
  white-space : nowrap;
}

td.products-stock {
  text-align : center;
  white-space : nowrap;
}

td.products-price {
  text-align : right;
  white-space : nowrap;
}

td.payments-amount {
  text-align : right;
  white-space : nowrap;
}

td.payments-method {
  text-align : center;
  white-space : nowrap;
}

td.invoices-status {
  text-align : center;
  white-space : nowrap;
}

td.invoices-origin {
  text-align : center;
  white-space : nowrap;
}

td.invoices-num {
  text-align : left;
  white-space : nowrap;
}

td.invoices-date_create {
  text-align : left;
  white-space : nowrap;
}

td.invoices-items {
  text-align : left;
}

td.invoices-total_ttc {
  text-align : right;
  white-space : nowrap;
}

td.proflyerpacks-minutes {
  text-align : right;
  white-space : nowrap;
}

td.invoices-paid_ttc {
  text-align : right;
  white-space : nowrap;
}

td.invoices-payment_method {
  text-align : center;
  white-space : nowrap;
}

td.invoices-customer_name {
  text-align : left;
  white-space : nowrap;
}

td.invoices-buttons {
  text-align : left;
  white-space : nowrap;
}

td.invoices-buttons-v2 {
  text-align : left;
}

td.vouchers-code {
  text-align : center;
  white-space : nowrap;
  font-weight : bold;
}

td.vouchers-title {
  text-align : left;
}

td.vouchers-date_create {
  text-align : left;
  white-space : nowrap;
}

td.vouchers-booked {
  text-align : left;
  white-space : nowrap;
}

td.vouchers-price_ttc {
  text-align : right;
  white-space : nowrap;
}

td.promoney-amount {
  text-align : right;
  white-space : nowrap;
}

td.vouchers-customer {
  text-align : left;
  white-space : nowrap;
}

td.vouchers-buttons {
  text-align : left;
  white-space : nowrap;
}

td.orders-status {
  text-align : center;
  white-space : nowrap;
}

td.orders-origin {
  text-align : center;
  white-space : nowrap;
}

td.orders-num {
  text-align : center;
  white-space : nowrap;
}

td.orders-date_create {
  text-align : left;
  white-space : nowrap;
}

td.orders-items {
  text-align : left;
}

td.orders-total_ttc {
  text-align : right;
  white-space : nowrap;
}

td.orders-customer_name {
  text-align : left;
  white-space : nowrap;
}

td.orders-buttons {
  text-align : left;
  white-space : nowrap;
}

td.quotations-status {
  text-align : center;
  white-space : nowrap;
}

td.quotations-origin {
  text-align : center;
  white-space : nowrap;
}

td.quotations-num {
  text-align : center;
  white-space : nowrap;
}

td.quotations-date_create {
  text-align : left;
  white-space : nowrap;
}

td.quotations-items {
  text-align : left;
}

td.quotations-total_ttc {
  text-align : right;
  white-space : nowrap;
}

td.quotations-customer_name {
  text-align : left;
  white-space : nowrap;
}

td.quotations-buttons {
  text-align : left;
  white-space : nowrap;
}

td.invoicescompta-status {
  text-align : center;
  white-space : nowrap;
}

td.invoicescompta-origin {
  text-align : center;
  white-space : nowrap;
}

td.invoicescompta-num {
  text-align : center;
  white-space : nowrap;
  font-weight : bold;
}

td.invoicescompta-date_create {
  text-align : left;
  white-space : nowrap;
  font-weight : bold;
}

td.invoicescompta-items {
  text-align : left;
}

td.invoicescompta-total_ht {
  text-align : right;
  white-space : nowrap;
}

td.invoicescompta-total_tva {
  text-align : right;
  white-space : nowrap;
}

td.invoicescompta-total_ttc {
  text-align : right;
  white-space : nowrap;
}

td.invoicescompta-paid_ttc {
  text-align : right;
  white-space : nowrap;
}

td.invoicescompta-payment_methods {
  text-align : center;
  white-space : nowrap;
}

td.invoicescompta-customer {
  text-align : left;
  white-space : nowrap;
}

td.invoicescompta-download {
  text-align : center;
  white-space : nowrap;
}

td.invoicescompta-button {
  text-align : center;
  white-space : nowrap;
}

/* Customize the nav-justified links to be fill the entire space of the .navbar */

.nav-justified {
  background-color: #eee;
  border: 0px solid #ccc;
  border-radius: 5px;
}

.nav-justified > li > a {
    background-color: #000;
    background-image: linear-gradient(to bottom, #555 0%, #000 100%);
    background-repeat: repeat-x;
    border-bottom: 1px solid #d5d5d5;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
}

.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
  background-color:  #43c7f2; /*var(--color-success);*/
  color: #FFF;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
          box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
}
.nav-justified > li:first-child > a {
  border-radius: 5px 5px 0 0;
}
.nav-justified > li:last-child > a {
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
}

@media (min-width: 768px) {
  .nav-justified {
    max-height: 52px;
  }
  .nav-justified > li > a {
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #fff;
  }
  .nav-justified > li:first-child > a {
    border-left: 0;
    border-radius: 5px 0 0 5px;
  }
  .nav-justified > li:last-child > a {
    border-right: 0;
    border-radius: 0 5px 5px 0;
  }
}

/* gift_cart_info */

table.gift_cart_info td {
  padding : 2px;
  color : #888;
}

table.gift_cart_info td textarea {
  resize : none;
  width : 300px;
  height : 50px;
  padding : 3px;
  border : solid 1px #888;
}

/*  MANIFEST  */

#t3vr_goggles_list {
  border : solid 0px #FFF;
  padding : 5px 10px;
  border-radius : 3px;
  margin : 5px 0px;
  text-align: center;
}

.t3vr_goggle {
  color : #FFF;
  display: inline-block;
  margin : 5px 10px;
  padding : 5px 20px;
  border-radius : 5px;
  vertical-align: middle;
  line-height: 20px;
  font-weight : bold;
}

.t3vr_goggle_offline {
  background-color: #D00;
}

.t3vr_goggle_online {
  background-color: #0A0;
}

.chrono-media-status {
  font-weight : bold;
  padding : 5px 10px;
  text-align : center;
  color : #FFF;
  border-radius : 3px;
}

.chrono-media-status-ko {
  background-color : #D00;
  margin-top : 5px;
}

.chrono-media-status-ko a {
  color: #FFF;
}

.chrono-media-status-ok {
  
}

.chrono-media .no-video-cameras {
  background-color: #D00;
  display: none;
}

.manifest-date-current {
  padding: 1px 16px 2px;
}

.manifest-date-current .day-month {
  font-size: 0.8em;
  margin-top: -2px;
}

.manifest .cast-to-screen {
  margin-left: 30px;
}

@media (max-width: 1200px) {
  .manifest.briefing {
    margin-top: 35px;
  }
}

div.camera-title {
  font-weight : bold;
  text-align : center;
  margin-top : 30px;
}

div.camera-buttons {
  text-align : center;
  margin : 10px auto;
}

div.video-control {
  width : 100px;
  height : 40px;
  line-height : 40px;
  font-size : 20px;
  font-weight : bold;
  text-align : center;
  border-radius : 10px;
  display : inline-block;
}

div.button-cam-start {
  background-color : #5D5;
  color : #FFF;
}

div.button-cam-stop {
  background-color : #D55;
  color : #FFF;
}

div.button-photo-trigger {
  background-color : #d400f5;
  color : #FFF;
  width : 120px;
  height : 120px;
  line-height : 140px;
  font-size : 70px;
  font-weight : bold;
  text-align : center;
  border-radius : 10px;
  display : inline-block;
}

div.camera {
  white-space : nowrap;
  width : 100px;
  color : #FFF;
  background-color : #33D;
  padding : 3px 5px;
  margin : 1px;
  border-radius : 3px;
  display : inline-block;
  text-align : left;
  overflow-x : hidden;
  text-overflow : ellipsis;
  font-size : 20px;
}

.camera-container {
  border : solid 0px #F00;
  text-align : center;
  padding : 5px;
}

#artnet_dmx {
  text-align : center;
  margin-top : 20px;
  margin-left : 5px;
  border : solid 1px #BBB;
  border-radius : 10px;
  background-color : #FFF;
}

#artnet_dmx_v2 {
  margin : 0px;
  padding : 0px;
  border : solid 0px #000;
}

.artnet-base-container {
  white-space : nowrap;
}

.artnet-base-container-cmd {
  display : inline-block;
}

.lights-title {
  font-weight : bold;
  text-align : center;
}

.artnet_preview_container {
  position : relative;
  width : 47px;
  height : 47px;
  background-color : #FFF;
  display : inline-block;
  margin : 1px;
  border : solid 3px transparent;
  border-radius : 47px;
}

.artnet_preview_container_v2 {
  position : relative;
  width : 40px;
  height : 40px;
  background-color : #FFF;
  display : inline-block;
  margin : 0px 3px;
  border : solid 0px transparent;
  border-radius : 40px;
}

.artnet_preview_container_selected {
  border : solid 3px #000;
}

.artnet_preview_container_selected_v2 {
  border : solid 3px #FFF;
}

.artnet_preview {
  display : block;
  width : 20px;
  height : 20px;
  border-left : solid 0px #AAA;
  margin : 0px;
  padding : 0px;
  position : absolute;
}

.artnet_preview_v2 {
  display : block;
  width : 20px;
  height : 20px;
  border-left : solid 0px #AAA;
  margin : 0px;
  padding : 0px;
  position : absolute;
}

.artnet_preview_off {
  
  position : relative;
  width : 47px;
  height : 47px;
  background-color : #F00;
  color : #FFF;
  display : inline-block;
  margin : 1px;
  border : solid 3px transparent;
  border-radius : 47px;
}

.artnet_preview_tl {
  position : absolute;
  top : 0px;
  left : 0px;
  border-top-left-radius : 20px; 
}

.artnet_preview_tr {
  top : 0px;
  right : 0px;
  border-top-right-radius : 20px; 
}

.artnet_preview_bl {
  bottom : 0px;
  left : 0px;
  border-bottom-left-radius : 20px; 
}

.artnet_preview_br {
  bottom : 0px;
  right : 0px;
  border-bottom-right-radius : 20px; 
}

#canvas_container {
	margin-top: 20px;
	height: 95px;
	width: 100%;
	overflow: auto;
}

.dynamr_canvas:hover, .dynamr_modal_canvas:hover {
	cursor: pointer;
}

div.manifest-chrono {
  border : solid 1px #BBB;
  border-radius : 3px;
  margin : 0px auto;
  height : 800px;
  background-color : #EEE;
}

div#chrono-container {
  margin : 10px auto 10px auto;
  text-align : center;
}

div.chrono-control-2 {
  font-size : 50px;
  line-height : 100px;
  text-align : center;
  width : 100px;
  height : 100px;
  font-weight : normal;
  border-radius : 10px;
  border : solid 1px #CCC;
  margin : 0px auto;
  display : inline-block;
  background-color : #000;
  vertical-align : middle;
}

div.chrono-control-2:hover, div.video-control-2:hover {
  cursor : pointer;
}

div.chrono-control-2:active, div.video-control-2:active {
  cursor : pointer;
  background-color : #333;
  color : #FFF;
}

div.chrono-control {
  font-size : 50px;
  line-height : 100px;
  text-align : center;
  width : 100px;
  height : 100px;
  font-weight : normal;
  border-radius : 10px;
  border : solid 1px #CCC;
  margin : 0px auto;
  display : inline-block;
  background-color : #FFF;
  vertical-align : middle;
}

div.chrono-control:hover, div.video-control:hover {
  cursor : pointer;
}

div.chrono-control:active, div.video-control:active {
  cursor : pointer;
  background-color : #333;
  color : #FFF;
}

.helmet-input {
  text-align : center;
  font-weight : bold;
}

div.button-refresh {
  font-size : 28px;
  line-height : 50px;
  text-align : center;
  width : 200px;
  height : 50px;
  font-weight : bold;
  border-radius : 10px;
  margin : 5px auto;
  background-color : #AAF;
  color : #FFF;
}

div.button-refresh {
  cursor : pointer;
}

div.button-flash {
  font-size : 28px;
  line-height : 70px;
  text-align : center;
  width : 200px;
  height : 70px;
  font-weight : bold;
  border-radius : 10px;
  margin : 30px auto;
  background-color : #F00;
  color : #FFF;
}

div.button-flash {
  cursor : pointer;
}

.chrono-fixed {
  margin : 0px;
  padding : 0px;
  position : fixed;
  top : 120px;
  width : 700px;
  z-index : 2;
}

.chrono-fixed.twin-tunnel {
  margin-top: 40px;
}

div.chrono {
  font-size : 80px;
  line-height : 120px;
  text-align : center;
  width : 255px;
  height : 120px;
  font-weight : bold;
  border-radius : 10px;
  border : solid 1px #DDD;
  background-color : #DDD;
  margin : 10px auto;
  display : inline-block;
  vertical-align : middle;
}

div.chrono-2 {
  font-size : 80px;
  line-height : 120px;
  text-align : center;
  width : 255px;
  height : 120px;
  font-weight : bold;
  border-radius : 10px;
  border : solid 1px transparent;
  background-color : #FFF;
  color : #000;
  margin : 10px auto;
  display : inline-block;
  vertical-align : middle;
}

.achievements-enabled div.chrono-2 {
  line-height : 110px;
  height : 110px;
}

div.chrono-media {
  background-color : transparent;
  border : solid 0px #EEE;
  border-radius : 3px;
  padding : 5px 0px;
  color : #FFF;
  text-align : center;
}

div.chrono-control2 {
  background-color : transparent;
  border : solid 0px #EEE;
  border-radius : 3px;
  margin-top : 10px;
  padding : 5px;
  color : #FFF;
}

div.telemetry-container {
  background-color : transparent;
  border : solid 1px #EEE;
  border-radius : 3px;
  padding : 10px;
  margin-top : 10px;
  color : #FFF;
  text-align : center;
}

div#telemetry-power {
  display : inline-block;
  border : solid 0px #F00;
  line-height : 100px;
  font-size : 100px;
  font-weight : bold;
  padding : 0px 50px;
}

div#telemetry-temperature {
  display : inline-block;
  border : solid 0px #F00;
  line-height : 50px;
  font-size : 50px;
  font-weight : bold;
  padding : 0px 50px;
}

div.session-info {
  text-align : center;
  margin : 0px auto 10px auto;
}

table.session-info {
  width: 100%;
  color : #FFF;
  margin : 0px auto;
  border-radius : 3px;
  background-color : #555;
}

table.session-info td {
  padding : 5px 0px;
  text-align : center;
  font-size : 20px;
}

div.info-container {
  text-align : center;
  border-radius : 5px;
  border : solid 0px #DDD;
  margin : 20px auto 0;
  width : 200px;
}

div.start-container {
  text-align : center;
  border-radius : 5px;
  border : solid 0px #DDD;
  margin : 20px auto 0;
  width : 200px;
}

div.start-button {
  font-size : 28px;
  line-height : 70px;
  text-align : center;
  width : 200px;
  height : 70px;
  font-weight : bold;
  border-radius : 10px;
  /*margin : 5px 0px 40px 0px;*/
  border : solid 1px transparent;
}

div.start-button:hover {
  cursor : pointer;
}

div.start-button:active {
  cursor : pointer;
  background-color : #FFF;
  color : #333;
  border : solid 1px #333;
}

div.start-button-2 {
  font-size : 50px;
  line-height : 100px;
  text-align : center;
  width : 100px;
  height : 100px;
  border-radius : 10px;
  border : solid 0px #DDD;
  margin : 5px 20px 5px 20px;
  display : inline-block;
}

div.other-button-2 {
  font-size : 40px;
  line-height : 110px;
  text-align : center;
  width : 100px;
  height : 100px;
  border-radius : 10px;
  border : solid 1px #FFF;
  margin : 50px 15px 0px 15px;
  display : inline-block;
}

.achievements-enabled div.other-button-2 {
  margin-top: 15px;
}

div.text-button-2 {
  font-size : 18px;
  line-height : 18px;
  text-align : center;
  width : 100px;
  height : 18px;
  border-radius : 10px;
  border : solid 1px #000;
  margin : 0px 15px 5px 15px;
  display : inline-block;
}

div.button-power-2 {

}

div.button-refly-2 {
  
}

div.button-next-2 {
  
}

div.button-flash-2 {
  
}

div.other-button-2:hover {
  cursor : pointer;
}

div.other-button-2:active {
  cursor : pointer;
  background-color : #FFF;
  color : #000;
  border : solid 1px #FFF;
}

div.start-button-2:hover {
  cursor : pointer;
}

div.start-button-2:active {
  cursor : pointer;
  background-color : #FFF;
  color : #333;
  border : solid 1px #333;
}

div.button-start {
  background-color : #0A0;
  color : #FFF;
}

div.button-stop {
  background-color : #D00;
  color : #FFF;
  margin: 40px 0;
}

div.button-pause {
  background-color : #888;
  color : #FFF;
}

div.button-start-2 {
  background-color : #0D0;
  color : #FFF;
}

div.button-stop-2 {
  background-color : #D00;
  color : #FFF;
}

div.button-pause-2 {
  background-color : #888;
  color : #FFF;
}

div.button-lightsoff {
  background-color : #888;
  color : #FFF;
  height : 50px;
  line-height : 50px;
  margin-left : auto;
  margin-right : auto;
}

div.button-next-session {
  background-color : #0D0;
  color : #FFF;
  height : 105px;
  line-height : 40px;
  padding : 10px 0px;
}

div.next-session-button-disabled {
  background-color : #BBB;
  color : #FFF;
  height : 105px;
  line-height : 40px;
  padding : 10px 0px;
}

div.button-next {
  background-color : #ff8c00;
  color : #FFF;
}

div.button-power {

  background-color : #0040ff;
  color : #FFF;
}

div.button-refly {
  background-color : #d400f5;
  color : #FFF;
  margin: 40px 0;
}

div.start-button-disabled {
  background-color : #BBB;
  color : #FFF;
}

div#time-container {
  text-align : center;
  border-radius : 10px;
  border : solid 1px #DDD;
  margin : 5px auto 0px auto;
  width : 200px;
  background-color : #FFF;
}

div.time-manifest {
  font-size : 30px;
  line-height : 30px;
  text-align : center;
  font-weight : normal;
  margin : 0px auto 10px auto;
}

div.manifest-container {
  border : solid 1px #BBB;
  border-radius : 3px;
  margin : 0px auto;
  min-height : 800px;
}

div.manifest-fly {
  border-radius : 3px;
  margin : 3px 1px;
  padding : 0px;
  white-space : nowrap;
  position : relative;
  min-width : 500px;
  display: flex;
}

div.manifest-data {
  display : inline-block;
  font-size : 30px;
  line-height : 50px;
  height : 50px;
  padding : 0px;
  margin : 0px;
  vertical-align: bottom;
}

div.manifest-data:hover {
  cursor : pointer;
}


div.manifest-move {
  flex: 0 0 50px;
  text-align : center;
  font-size : 20px;
  border-right : solid 0px #888;
}

.btn-manifest {
  flex: 0 0 100px;
  margin-top : 5px;
}

div.manifest-minutes {
  flex: 0 0 80px;
  text-align : center;
  font-weight : bold;
  border-right : solid 1px #888;
  border-left : solid 1px #888;
}

div.manifest-helmet {
  text-align : center; 
  flex: 0 0 60px;
  border-right : solid 1px #888;
}

div.manifest-power {
  text-align : center; 
  flex: 0 0 65px;
  border-right : solid 1px #888;
  font-size : 25px;
}

div.manifest-customer {
  text-align : left; 
  font-size : 22px;
  margin : 0px 0px;
  text-overflow : ellipsis;
  overflow-x : hidden;
  flex: 3 0;
  border-right : solid 1px #888;
  border-left: 8px solid transparent;
}

div.manifest-customer:hover {
  cursor : normal !important;
}

div.manifest-coaching {
  margin: 0 10px;
  flex: 1 0;
  font-size: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
}

div.manifest-coaching a {
  color: inherit;
}

div.manifest-allowed-power {
  text-align : right; 
  font-size : 25px;
  margin : 0px 0px;
  padding: 0px 5px;
  overflow-x : hidden;
  border-right : solid 1px #888;
  color:red;

  
}

div.manifest-flightnum {
  font-size : 25px;
  text-align : right; 
  margin : 0px 0px;
  padding : 0px 5px;
  border-left : solid 1px #888;
}

div.manifest-go {
  font-size : 25px;
  text-align : center; 
  margin : 0px 0px;
  padding : 0px 5px;
  border-left : solid 1px #888;
  right : 0px;
  flex: 0 0 60px;
}


div.manifest-go-waiting-voucher {
  background-color : #AADDAA;
  color : #333;
}

div.manifest-go-waiting-flytime {
  background-color : #8aa7ff;
  color : #333;
}

div.manifest-go-waiting-stafftime {
  background-color : #DDAAAA;
  color : #333;
}

div.manifest-go-waiting-sponsoring {
  background-color : #EEEE88;
  color : #333;
}

div.manifest-go-waiting-free {
  background-color : #EEEE88;
  color : #333;
}

div.manifest-go-waiting-demo {
  background-color : #555555;
  color : #FFF;
}

div.manifest-go-waiting-voucher-company {
  background-color : #f5e296;
  color : #333;
}

div.manifest-go-waiting-blank {
  background-color : #EEEEEE;
  color : #333;
}

div.manifest-go-flyed {
  background-color : #BBBBBB !important;
  color : #333 !important;
}

div.manifest-go-flying {
  background-color : #0D0 !important;
  color : #FFF !important;
}

table.manifest-pad {
  margin : 10px auto;
  border-collapse: collapse;
}

td.manifest-pad-erase {
  border : solid 1px #555;
  font-size : 30px;
  line-height : 30px;
  padding : 20px 30px;
}

td.manifest-pad-erase:hover {
  cursor : pointer;
  background-color : #CCC;
}

td.manifest-pad-num {
  border : solid 1px #555;
  font-size : 40px;
  line-height : 40px;
  padding : 20px 30px;
}

td.manifest-pad-num:hover {
  cursor : pointer;
  background-color : #CCC;
}

.manifest-tunnel-select {
  margin-right: 20px;
}

@media(max-width:480px) {

	.btn-group-lg > .btn, .btn-lg {
	
		font-size : 12px;	
	}
	
	.site-logo {
		
		height : 30px;
		margin-top : -4px;
	}
	
	.panel-catalog .panel-footer a {
	
		margin-bottom : 5px;	
	}
	
	.cal-booking-month {
		
	    display: inline-block;
	    border: solid 1px #CCC;
	    margin: 0px 0px 20px 0px;
	    padding: 1px;
	    width: 231px;
	    border-radius: 3px;
	}
	
	.cal-booking-day {
	    
	    display: inline-block;
	    margin: 0px 0px 0px 0px;
	    padding: 10px 0px;
	    width: 31px;
	    text-align: center;
	}
	
	.panel-administration {
	
		width : 100%;	
	}
	
	.panel-administration .btn, .panel-administration .btn-group {
		
		width : 100%;
	}
}


@media(max-width:1024px){
	
	.nav-justified > li {
		
		display : block !important;
		width : 100% !important;
	}
	
	.nav-justified {
		
		max-height : 100%;
	}
}

.shop-footer {
	
	background-color : var(--footer-bg-color);
	color : var(--footer-font-color); 
}

.panel-title {
	
	font-size : 14px;
}

.shop-panel {
	
	border-color : var(--panel-border-color);
}

.shop-panel-heading {
	
	background-color : var(--panel-heading-bg-color)!important;
	color : var(--panel-heading-font-color) !important;
	border-color : var(--panel-heading-border-color) !important;
}

.shop-panel-body {
	
	color : var(--panel-body-font-color);
	background-color : var(--panel-body-bg-color);
}

.shop-panel-footer {
	
	color : var(--panel-footer-font-color);
	background-color : var(--panel-footer-bg-color);
}

#img-bank {

	width:100%;
}

@media (min-width:480px) and (max-width:1280px) {
	
	#img-bank {

		width:50%;
	}
} 
.menu-shop a {
	
	font-size: 12px;
}

.control-label {
	
	text-align:right;
	padding-top: 7px;
}

.proflyer-pack-booking-selected,
.agenda_row_col.selected,
.agenda_row_col.selected div,
.agenda_row_col.selected sup
{
	background-color: #00F !important;
	color: #FFF !important;
	opacity: 1 !important;
}

/* media */

.media-customer_name {
  white-space : nowrap;
}

/* toggle button*/

 /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  background-color: #ccc;
}



input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
} 

/* end toggle button */

/* dashboard */
.dashboard_time{
	color: white;
	padding: 5px;
	display: inline-block;
	border-radius: 5px;
	cursor: pointer;
	border: 0;	
}

.dashboard_time.disabled{
	text-decoration: line-through;
	opacity:0.7;
}
#statBookingAverageByDay #google-visualization-errors-0,#statBookingAverageByMonth #google-visualization-errors-0,#statBookingAverageByMonthNext #google-visualization-errors-0{
	display:none;

}
.timeslotgraph{
  height: 200px;
  position: absolute;
  top:0px;
}

.timeslotgraph span{
      text-align: center;
    display: inline-block;
    width: 100%;
    font-weight:bold;
}
.timeslotgraph span:first-letter {
text-transform: uppercase;

}

.time-color{
	color:black;
	top:-20px;
}
#chart_div{
	cursor:pointer;	
}

.loader {
    border: 10px solid #f3f3f3;
    border-top: 10px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1.5s linear infinite;
    margin: auto;
}

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

.question_row.disabled{
	/*color: rgba(0, 0, 0, 0.3);*/
	display:none!important;
}
.nowrap{
	white-space : nowrap;	
} 

.closed{
	background-color:#e8e6e6!important;
}

.closed:hover{
	background-color:#ddd!important;
}
  
.trampoline-align-right {
  text-align:right;
}

/*  DASHBOARD NEW */

.overviewPieTitle {
  font-size : 20px;
}

.overviewPie {
  margin : 0px auto;
  width: 200px;
  height: 200px;
}


/* sliders */

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 34px;
}

.switch.small {
  width: 66px;
  height: 30px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #a94442;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 4px;
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 36px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 3px;
}

.switch.small .slider:before {
  height: 22px;
  width: 29px;
}

.switch .slider-text {
	display: inline-block;
	width: 38px;
	padding: 4px;
	vertical-align: middle;
	color: #fff;
	height: 26px;
	line-height: 26px;
}

.switch.small .slider-text {
	width: 31px;
	height: 22px;
	line-height: 22px;
}

.switch input:checked + .slider {
  background-color: #3c763d;
}

.switch input:focus + .slider {
  box-shadow: 0 0 1px #3c763d;
}

.switch input:checked + .slider:before {
  -webkit-transform: translateX(36px);
  -ms-transform: translateX(36px);
  transform: translateX(36px);
}

.switch.small input:checked + .slider:before {
  -webkit-transform: translateX(29px);
  -ms-transform: translateX(29px);
  transform: translateX(29px);
}

option.selected_date {
  background-color : #DDF;
}

.competitionStartSelector {
  border : 0px;

}

.competitionStartSelector select {
  display : none;
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}

/* Bug tracker */

.task-updated {
  font-weight: bold;
}

.task-updated .task-new-indicator:before {
  content: '• ';
  color: #0D0;
}

.task-updated .bt_title.task-new-indicator:before {
  content: 'NEW ';
  color: #0D0;
}

.task-detail-new-indicator:after {
  content: ' •';
  color: #0D0;
}

.panel-title.task-detail-new-indicator:after, .comment .task-detail-new-indicator:after {
  content: ' NEW';
  color: #0D0;
}

.task-updated .task-new-comment-indicator:before {
  content: '\01F4AC ️ ';
}

.num-notifications {
  margin-left: 3px;
}

.release-note-alert-container {
	display: flex;
	justify-content: center;
}
.release-note-alert {
  background-color: var(--main-color, #fa5408);
  color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 14px;
  position: fixed;
  bottom: 0;
  text-align: center;
  font-weight: bold;
}
.release-note-alert:hover, .release-note-alert:visited {
	color: white;
}

.mollie-connect-alert-container
{
  position: fixed;
  top: 50px;
  right: 0;
  z-index: 99;
  background-color: #ffffff;
  font-weight: bold;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 10px var(--t3-catalog-box-shadow-color, #bbbbbb);
}

.mollie-connect-alert-container .helpbox
{
  margin: 0;
}

/* Template editor */

.template-editor-product {
  margin-left: 15px;
}

#form_edit_voucher_template .tab-pane {
  margin-top: 10px;
}

.voucher-gift-panel {
  border-top: 1px solid #ddd;
  padding-top: 10px;
}

.template-editor .pages-container {
  margin-bottom: 20px;
  text-align: center;
}

.template-editor .template {
  position: relative;
  display: inline-block;
  background-color: #FFF;
  box-shadow: 12px 12px 5px 1px rgba(110, 110, 191, 0.2);
}

#form_edit_voucher_template .file-upload-loader, #form_edit_voucher_template .preview-loader {
  margin-left: 10px;
  display: none;
}

#form_edit_voucher_template .file-upload-loader {
  position: absolute;
}

.template-editor .tags {
  position: relative;
  min-height: 196px;
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.template-editor .tags .tag-container {
  width: 136px; /* permet de redimensionner le tag plus tard */
  height: 18px;
  padding: 2px;
  margin-bottom: 6px;
}

.template-editor .tags .tag {
  position: absolute;
  background-color: rgba(255, 242, 202, 0.7);
  line-height: normal;
  z-index: 1;
  font-size: 0; /* permet de respecter la hauteur du texte si font-size < 14px */
}

.template-editor .tags .tag .title {
  font-family: 'DejaVuSansCondensed';
  line-height: 1.3;
  padding-left: 5px;
}

.template-editor .tags .tag.img {
  width: 80px;
}

.template-editor .tags .tag.img img {
  width: 100%;
  display: block;
}

.template-editor .tags .tag.multiline {
  width: 130px;
  height: 40px;
}

.template-editor .tags .tag .edit-settings {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
}

.template-editor .tags .tag:hover .edit-settings {
  font-size: 14px;
  transition: font-size 0.5s ease-in-out;
}

.template-editor .tags .tag.img:hover .edit-settings {
  font-size: 0;
}

/* End template editor */

td.booking-agenda-border-day {
    border-left-color : #FF8484 !important;
    border-right-color : #FF8484 !important;
}

td.booking-agenda-border-hour {
    border-top-color : #FF8484 !important;
    border-bottom-color : #FF8484 !important;
}

/* Page Revenue et Deferred revenue */

.stat-container .revenue-title {
  line-height: 30px;
}

.stat-container .revenue-help-open,
.stat-container .deferred-revenue-help-open {
  line-height: 30px;
  margin-right: 1em;
  text-decoration: underline;
}

.stat-container .loader-container {
	display: none;
	vertical-align: middle;
	margin-left: 10px;
}

#revenue_table_container, #deferred_revenue_table_container {
  margin-top: 15px;
  transition: opacity 0.3s ease-in-out;
}

.table-stat .flight-time, .table-stat .non-flight-time {
  text-transform: uppercase;
  font-weight: bold;
}

.table-stat .label-total {
  display: none;
  font-weight: bold;
}

.table-stat .category-type {
  display: none;
}

.table-stat .total {
  font-weight: bold;
}

.table-stat .total td {
  background: #EEE;
}

.table-stat .grand-total td {
  font-weight: bold;
  border-top: 0;
  padding-top: 30px;
}

.table-stat .table-row-space td {
  border: 0;
}

.table-stat thead th {
  border-top: 0 !important;
}

.stat-deferred-revenue #date_selector,
.stat-revenue .date-selector,
.stat-revenue #period_selector,
.stat-deferred-revenue #period_selector {
  border: 1px solid #CCC;
  background: #FFF;
  border-radius: 4px;
  padding: 5px 10px;
}

.stat-revenue .date-range,
.stat-deferred-revenue .date-choice {
  padding: 3px 10px;
}

.stat-revenue .date-selector,
.stat-revenue .date-range,
.stat-deferred-revenue .date-choice {
  display: none;
}

/* End page Revenue et Deferred revenue */

.text-red {
  color: #f00;
}

.nav-submenu {
  margin-top: -29px;
  padding: 0;
  background-color: #444;
  list-style: none;
  overflow: auto;
}

.nav-submenu li {
  float: left;
}

.nav-submenu a {
  display: block;
  padding: 8px 15px;
  color: #9d9d9d;
  line-height: 20px;
  text-decoration: none;
}

.nav-submenu a:hover, .nav-submenu .active a {
  color: #fff;  
}

.nav-submenu .active {
  background-color: #000;
}

.waitlist_group {
  border-radius: 3px;
  background-color: rgb(138, 167, 255);
  padding: 3px;
}

#header .nav > li > a {
  padding: 15px 10px;
}

#customer_vouchers table .voucher-code {
  max-width: 210px;
}


.tooltipster-mytitle
{
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
}

.tooltipster-mycontent
{
  padding: 9px 14px;
}

.tooltipster-sidetip .tooltipster-content
{
  padding: 0 !important;
}

.tooltipster-content
{
  background-color: #fff !important;
  color: #333 !important;
}

div.ads_thumbnail_container {
  display : inline-block;
}

div.ads_thumbnail {
  display : inline-block;
  width : 190px;
  height : 108px;
  background-color : #DDD;
  border-radius : 5px;
  margin : 3px 1px;
  padding : 0px;
  vertical-align : top;
}

div.ads_n {
  color : #FFF;
  border : solid 6px #FFF;
  border-radius : 100px;
  margin : 25px auto 0px auto;
  width : 60px;
  height : 60px;
  line-height : 50px;
  font-weight : bold;
  font-size : 40px;
}

img.ads_n {
  background-color : #000;
  border-radius : 5px;
  margin : 0px;
  padding : 0px;
  width : 190px;
  height : 108px;
}

.back-customer-form .email-warning {
  display: none;
}

#customer_bookings thead tr {
  white-space: nowrap;
}

#customer_bookings thead .date {
  width: 100px;
}

#customer_bookings thead .minutes {
  width: 80px;
}

#customer_bookings tbody .date,
#customer_bookings tbody .minutes,
#customer_bookings tbody .instructor,
#customer_bookings tbody .actions {
  white-space: nowrap;
}

#customer_bookings tbody .minutes {
  padding-left : 20px;
  padding-right : 20px;
}

@keyframes blinking-background {
  0%, 100%{ background-color:red; }
  50%{ background-color: #dcfce6; }
}

.checkin-unpaid-blink {
  animation: blinking-background 3s infinite;
}

.menu-desk > .badge-red:nth-child(2) {
  display: none;
}

.dashboard-power .filters {
  margin-bottom: 20px;
}

.checkin-row .booking-block-container.invoice-group-hover {
  border-left-width: 14px !important;
}

.checkin-row .booking-block-container.invoice-group.invoice-group-hover .booking-buttons {
  margin-left: -6px;
}

#webcam{
  text-align: center;
}
#webcam .glyphicon{
  font-size :20px;
}
.gift-text-area{
  position: relative;
}
.charNum{
  position: absolute;
  bottom: 0;
  right: 25px;
}

#bookingAgendaPopup .tunnel-name {
  text-align: center;
}

.activity-manifest .toolbar > .btn-group {
  margin-right: 30px;
}

.activity-manifest-list {
  display: grid;
  /*grid-auto-columns: minmax(600px, 1fr);
  grid-auto-flow: column;*/
  grid-template-columns: repeat(auto-fill, minmax(800px, 1fr));
  grid-gap: 10px;
  min-height: 400px;
  margin-top: 20px;
}

.activity-manifest-list .instructor {
  border: solid 1px #BBB;
  border-radius: 3px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.activity-manifest-list .booking,
.activity-manifest-list .instructor-details {
  display: flex;
  height: 50px;
  line-height: 50px;
  border-radius: 3px;
  margin: 3px 1px;
  white-space: nowrap;
  position: relative;
  font-size: 22px;
}

.activity-manifest-list .instructor-details {
  margin-top: 8px;
  padding-left: 10px;
}

.activity-manifest-list .instructor-details > * {
  margin-right: 20px;
}

.activity-manifest-list .bookings {
  flex-grow: 1;
}

.activity-manifest-list .booking {
  color: #333;
}

.activity-manifest-list .booking .manifest-move {
  color : #D00;
  border-right: 1px solid #888;
  cursor: pointer;
}

.activity-manifest-list .booking .buttons {
  padding-left: 10px;
  padding-right: 10px;
}

.activity-manifest-list .booking .manifest-note-button,
.activity-manifest-list .booking .manifest-checkin-button,
.activity-manifest-list .booking .manifest-waiver-button {
  font-size : 15px;
  vertical-align : middle;
}

.activity-manifest-list .booking .manifest-checkin-button {
  cursor: pointer;
}

.activity-manifest-list .booking .name {
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.activity-manifest-list .addons {
  padding: 0 5px;
}

.activity-manifest-list .addon {
  vertical-align: middle;
}

.activity-manifest-list img.addon {
  height: 30px;
}

.php-ini-values tr td:first-child {
  padding-right: 10px;
}

#popupInfoBooking .addons li > div:first-child {
  padding-left: 0;
}


/* Tunn3l Tables */
.row-tunn3l-table-filters .btn-default,
.row-tunn3l-table-filters-responsive .btn-default
{
  border-color: transparent;
  box-shadow: 0px 0px 10px 0px var(--btn-default-box-shadow-color, #dddddd);
  margin-right: 5px;
  margin-bottom: 10px;
}
.row-tunn3l-table-filters ul,
.row-tunn3l-table-filters-responsive ul
{
  margin-top: -10px;
}

.tunn3l-table-filters-disabled
{
  opacity: 0.65;
}

.tunn3l-table-reset-filter
{
  margin-left: 5px;
}

.row-tunn3l-table-filters-responsive .btn-default
{
  margin-bottom: 5px;
}

.tunn3l-table-filters-hidden,
.tunn3l-table-less-filters
{
  display: none;
}

a.tunn3l-table-more-filters,
a.tunn3l-table-less-filters
{
  color: var(--tunn3l-table-a-color, #555555);
  text-decoration: none;
  white-space: nowrap;
}

a.tunn3l-table-apply-filters
{
  color: var(--tunn3l-table-a-color, #555555);
  text-decoration: none;
  vertical-align: middle;
}

.row-tunn3l-table-infos
{
  margin-top: 30px;
  margin-bottom: 15px;
}

.row-tunn3l-table-infos-no-margin
{
  margin-top: 0;
}

/* applies to all .class except for the first one */
.row-tunn3l-table-infos ~ .row-tunn3l-table-infos
{
  /* margin-top: -500px; */
}

.row-tunn3l-table-infos .badge,
.tunn3l-table thead tr,
.tunn3l-table tfoot tr
{
  background-color: var(--main-color, #fa5408);
  color: #fff;
}

.tunn3l-table-nb-entries
{
  margin-right: 10px;
}

.tunn3l-table-actions
{
  padding-top: 6px;
}

.row-tunn3l-table-infos-responsive .tunn3l-table-actions
{
  padding-top: 15px;
}

.tunn3l-table-actions a
{
  color: var(--tunn3l-table-a-color, #555555);
  margin-left: 5px;
  font-size: 16px;
  text-decoration: none;
}

.row-tunn3l-table-infos .tunn3l-table-actions a
{
  font-size: 20px;
}

.tunn3l-table thead tr th a,
.tunn3l-table thead tr th.sorting a .glyphicon
{
  color: #fff;
}

.tunn3l-table thead tr th li a
{
  color: #333;
}

.tunn3l-table-dropdown li.active a,
.tunn3l-table-dropdown li.active a:focus,
.tunn3l-table-dropdown li.active a:hover
{
  color: #fff;
  background-color: var(--main-color, #fa5408);
}

.tunn3l-table thead tr th a .glyphicon,
.tunn3l-table thead tr th a .caret,
.tunn3l-table-dropdown a .glyphicon-filter,
.tunn3l-table-dropdown a .caret
{
  color: var(--tunn3l-table-a-color, #555555);
}

.tunn3l-table.table-striped>tbody>tr:nth-of-type(odd)
{
  background-color: var(--tunn3l-table-striped-odd-background-color, #f0f0f0);
}
.tunn3l-table.table-striped>tbody>tr.tr_hidden:nth-of-type(odd):hover
{
  background-color: var(--tunn3l-table-striped-odd-background-color, #f0f0f0);
}

.tunn3l-table.table-striped>tbody>tr:nth-of-type(even)
{
  background-color: var(--background-color, #f8f8f8);
}
.tunn3l-table.table-striped>tbody>tr.tr_hidden:nth-of-type(even):hover
{
  background-color: var(--background-color, #f8f8f8);
}

.tunn3l-table.table-hover>tbody>tr:hover
{
  background-color: var(--tunn3l-table-striped-odd-background-color-hover, #e5e5e5);
}

.tunn3l-table-search-input-group
{
  box-shadow: 0px 0px 10px 0px var(--btn-default-box-shadow-color, #dddddd);
  position: relative;
  margin-bottom: 10px;
}

.tunn3l-table-search-delete
{
  background-color: var(--form-control-background-color, #ffffff);
  position: absolute;
  z-index: 3;
  top: 2px;
  right: 50px;
  height: 42px;
  line-height: 42px;
}

.tunn3l-table-search-submit
{
  background-color: var(--form-control-background-color, #ffffff);
  border-left-color: var(--form-control-background-color, #ffffff);
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

.tunn3l-table-search-delete:hover,
.tunn3l-table-search-submit:hover
{
  cursor: pointer;
}

.tunn3l-table-nb-pages
{
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.tunn3l-table-pagination .btn-default
{
  border-color: transparent;
  box-shadow: 0px 0px 10px 0px var(--btn-default-box-shadow-color, #dddddd);
  margin-left: 2px;
  margin-right: 2px;
}

/* .tunn3l-table-reset-filter, */
.tunn3l-table-col-options-submit,
.tunn3l-table-pagination-current,
.tunn3l-filter-multiple-submit,
/* .tunn3l-table-reset-filter:hover, */
/* .tunn3l-table-reset-filter:active, */
/* .tunn3l-table-reset-filter:focus, */
/* .tunn3l-table-reset-filter:visited, */
/* .tunn3l-table-reset-filter:active:hover, */
/* .tunn3l-table-reset-filter:active:focus, */
.tunn3l-table-col-options-submit:hover,
.tunn3l-table-col-options-submit:active,
.tunn3l-table-col-options-submit:focus,
.tunn3l-table-col-options-submit:visited,
.tunn3l-table-col-options-submit:active:hover,
.tunn3l-table-col-options-submit:active:focus,
.tunn3l-table-pagination-current:hover,
.tunn3l-table-pagination-current:active,
.tunn3l-table-pagination-current:focus,
.tunn3l-table-pagination-current:visited,
.tunn3l-table-pagination-current:active:hover,
.tunn3l-table-pagination-current:active:focus,
.tunn3l-filter-multiple-submit:hover,
.tunn3l-filter-multiple-submit:active,
.tunn3l-filter-multiple-submit:focus,
.tunn3l-filter-multiple-submit:visited,
.tunn3l-filter-multiple-submit:active:hover,
.tunn3l-filter-multiple-submit:active:focus
{
  background-color: var(--main-color, #fa5408);
  color: #fff;
  border-color: transparent;
}

.row-tunn3l-table
{
  overflow: hidden;
  overflow-x: auto;
}

/* loader */
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid var(--main-color, #fa5408);
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--main-color, #fa5408) transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.tunn3l-table-overlay{
  position: fixed;
  display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;

  align-items: center;
  justify-content: center;

  z-index: 9999;
  background: rgba(0,0,0,0.2);
}

.row-tunn3l-table-col-options label
{
  margin-top: 10px;
}

.tunn3l-table-tbody-dropdown
{
  padding: 3px 8px !important;
}

.tunn3l-table-dropdown
{
  z-index: 1;
}

.tunn3l-table-dropdown button
{
  border-radius: 50%;
  border-color: transparent;
  box-shadow: 0px 0px 10px 0px var(--btn-default-box-shadow-color, #dddddd);
}

.tunn3l-table-dropdown a i
{
  margin-right: 10px;
}

.tunn3l-table-tbody-dropdown-no-icon
{
  padding-left: 45px !important;
}

.row-tunn3l-table-filters .date-button
{
  width: 100px !important;
}

.tunn3l-table-tbody-dropdown
{
  width: 30px; 
  height: 30px;
  padding: 5px 8px;
}

.col-tunn3l-table
{
  /* padding-bottom: 500px; */
}

.row-tunn3l-table-description
{
  margin-top: 15px;
}

.tunn3l-table-description-icon
{
  font-size: 2em;
  margin-right: 25px;
}

.col-tunn3l-table-description
{
  position: relative;
  padding: 15px 25px;
  box-shadow: 0px 0px 10px 0px var(--btn-default-box-shadow-color, #dddddd);
  border-top: 4px solid var(--main-color, #fa5408);
  display: flex;
}

.tunn3l-table-totals-main-title
{
  text-align: center;
  color: var(--main-color, #fa5408);
  font-weight: bold;
  margin-bottom: 0;
}

.col-tunn3l-table-totals
{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.tunn3l-table-totals
{
  color: var(--main-color, #fa5408);
  background-color: var(--form-control-background-color, #ffffff);
  padding: 6px 12px;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  /* box-shadow: 0px 0px 10px 0px #ddd; */
}

.tunn3l-table-totals-title
{
  color: var(--tunn3l-table-totals-title-color, #000000);
}

.tunn3l-table-totals-total
{
  font-weight: bold;
  white-space: nowrap;
}

.tunn3l-table-totals .subtotals {
  display: flex;
  column-gap: 1.5em;
  margin-top: 0.5em;
}

.tunn3l-table-line-through
{
  text-decoration: line-through;
}

.tunn3l-table-graph
{
  padding-top: 30px;
}

.tunn3l-table-graph-room_bookings
{
  width: 1200px;
  margin: auto;
}

.tunn3l-table-graph-hotel_room_bookings
{
  width: 100%;
  padding-left: 8.33%;
  margin: auto;
}

/* new catalog form */
.t3_catalog_title
{
  text-align: center;
  color: var(--main-color, #fa5408);
  border-bottom: 2px solid var(--main-color, #fa5408);
  padding-bottom: 10px;
  font-weight: bold;
  margin-bottom: 40px;
}

.t3_catalog_buttons_container
{
  /* display: flex;
  justify-content: center; */
  text-align: center;
}

.t3_catalog_button,
.t3_catalog_sub_button,
.t3-choice-button
{
  padding: 20px 32px;
  margin: 5px;
  border-color: transparent;
  box-shadow: 0px 0px 10px 0px var(--btn-default-box-shadow-color, #dddddd);
}

.t3_catalog_button:hover,
.t3_catalog_sub_button:hover,
.t3_catalog_button:focus,
.t3_catalog_sub_button:focus,
.t3_catalog_button:active,
.t3_catalog_sub_button:active
{
  border-color: transparent;
}

.t3_catalog_button.active,
.t3_catalog_sub_button.active,
.t3_catalog_button.active:hover,
.t3_catalog_sub_button.active:hover,
.t3_catalog_button.active:focus,
.t3_catalog_sub_button.active:focus,
.t3_catalog_button_submit,
.t3_catalog_button_submit:hover,
.t3_catalog_button_submit:focus
{
  color: #fff;
  background-color: var(--main-color, #fa5408);
}

.t3_catalog_button_desc
{
  font-size: 12px;
}

.t3_catalog_hr
{
  border-color: var(--main-color, #fa5408);
}

.t3_catalog_recap_row
{
  margin-top: 20px;
}

.t3_catalog_recap_content
{
  color: #fff;
  background-color: var(--main-color, #fa5408);
  font-weight: bold;
}

.t3_catalog_shadow
{
  box-shadow: 0px 0px 10px 0px var(--t3-catalog-box-shadow-color, #bbbbbb) !important;
}

.t3_catalog_panel
{
  padding-left: 30px; 
  padding-right: 30px; 
  position: relative; 
  margin-top: 15px;
  margin-bottom: 15px;
}

.t3_catalog_panel .custom-combobox-input
{
  box-shadow: 0px 0px 10px 0px var(--t3-catalog-box-shadow-color, #bbbbbb);
}

.t3_catalog_panel_label_row
{
  position: relative; 
  z-index: 1;
}

.t3_catalog_panel_label
{
  font-size: 18px;
  background-color: var(--background-color, #f8f8f8);  
  padding: 0 10px;
}

.t3_catalog_panel_label:hover
{
  cursor: pointer;
}

.t3_catalog_panel_top
{
  position: absolute; 
  width: 100%; 
  height: 10px; 
  border-top: 2px solid var(--main-color, #fa5408); 
  margin-left: -30px; 
  top: 10px;
}

.t3_catalog_panel_top.active
{
  border: 2px solid var(--main-color, #fa5408); 
  border-bottom: 0px solid transparent; 
  border-radius: 5px 5px 0 0; 
}

.t3_catalog_panel_bottom
{
  display: none; 
  width: calc(100% + 60px); 
  height: 10px; 
  border: 2px solid var(--main-color, #fa5408); 
  border-top: 0px solid transparent; 
  border-radius: 0 0 5px 5px; 
  margin-left: -30px;
}

.t3_catalog_products_organizer
{
  position: relative;
  padding: 10px 0 20px 20px;
  margin-bottom: 15px;
}

.t3_catalog_products_organizer_left
{
  position: absolute; 
  width: 10px; 
  height: 100%; 
  border: 2px solid var(--main-color, #fa5408); 
  border-right: 0px solid transparent; 
  border-radius: 5px 0 0 5px;
  top: 0px;
  left: 0px; 
}

.t3_catalog_products_organizer_right
{
  position: absolute; 
  width: 10px; 
  height: 100%; 
  border: 2px solid var(--main-color, #fa5408); 
  border-left: 0px solid transparent; 
  border-radius: 0 5px 5px 0;
  top: 0px;
  right: 0px; 
}

.t3_catalog_products_organizer_exclusive
{
  text-align: right;
  margin-bottom: 10px;
}

.t3_catalog_products_organizer_title
{
  margin-bottom: 10px;
}

.t3_catalog_form .dropdown-toggle div
{
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 20px);
}

.t3_catalog_dropdown_menu
{
  width: 100%;
}

.t3_catalog_dropdown_menu>.active>a, 
.t3_catalog_dropdown_menu>.active>a:focus, 
.t3_catalog_dropdown_menu>.active>a:hover
{
  color: #fff;
  background-color: var(--main-color, #fa5408);
}

.t3_catalog_dropdown_menu>.active>a i, 
.t3_catalog_dropdown_menu>.active>a:focus i, 
.t3_catalog_dropdown_menu>.active>a:hover i
{
  color: #fff;
}

.t3_catalog_form_buttons
{
  margin-top: 30px; 
  position: sticky; 
  bottom: 0px; 
  background-color: var(--background-color, #f8f8f8); 
  z-index: 10; 
  padding: 5px 0;
}

.crossed_icon {
  width: 32px;
  height: 32px;
}

.crossed_icon:hover {
  opacity: 1;
}
.crossed_icon:before, 
.crossed_icon:after {
  position: absolute;
  top: -25%;
  left: 50%;
  content: ' ';
  height: 150%;
  width: 2px;
  background-color: #000;
}

.crossed_icon_i.glyphicon-cloud .crossed_icon:before,
.crossed_icon_i.glyphicon-cloud .crossed_icon:after
{
  left: 45%;
}

.crossed_icon_i.glyphicon-gift .crossed_icon:before,
.crossed_icon_i.glyphicon-gift .crossed_icon:after
{
  left: 45%;
}

.crossed_icon_i.glyphicon-calendar .crossed_icon:before,
.crossed_icon_i.glyphicon-calendar .crossed_icon:after
{
  left: 40%;
}

.crossed_icon:before {
  transform: rotate(45deg);
}

.crossed_icon:after {
  transform: rotate(-45deg);
}

/* sliders */

/* The switch - the box around the slider */
.tunn3l-table-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
}

/* Hide default HTML checkbox */
.tunn3l-table-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.tunn3l-table-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 4px;
}

.tunn3l-table-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 3px;
}

input:checked + .tunn3l-table-slider {
  background-color: var(--main-color, #fa5408);
}

input:focus + .tunn3l-table-slider {
  box-shadow: 0 0 1px var(--main-color, #fa5408);
}

input:checked + .tunn3l-table-slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliders */
.tunn3l-table-slider.round {
  border-radius: 34px;
}

.tunn3l-table-slider.round:before {
  border-radius: 50%;
}

.text-orange {
  color: #FA5509;
}

.wall_timeslot_col {
  display: inline-block;
  border: 1px solid var(--activity-checkin-border-color, #dddddd);
  border-radius: 5px;
  vertical-align: top;
  /* overflow: hidden; */
}

.wall_timeslot_col .timeleft-over-time {
  margin-right: 1em;
}

.page-checkin-activity .timeslot-header-container-1,
.page-checkin-activity .timeslot-header-container-2 {
  padding: 5px 10px;
}

.page-checkin-activity .timeslot-header-container-2 {
  /* height: 30px; */
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
}

.page-checkin-activity .timeslot-header-container-2 > * {
  max-width: 100%;
}

.page-checkin-activity .timeslot-buttons {
  margin-top: 5px;
}

.page-checkin-activity .object-timeslots,
.page-checkin-activity .timeslot-wrapper {
  background-color: var(--checkin-block-background-color, #ffffff);
  white-space: nowrap;
}

.page-checkin-activity .object-timeslots {
  padding: 5px;
}

.page-checkin-activity .timeslot-wrapper .wall_timeslot_col {
  border: 0;
  border-bottom: 1px solid var(--activity-checkin-border-color);
  border-radius: 0;
}

.wall_timeslot_booking {
  position: relative;
  padding: 5px 5px 5px 13px;
  border-top: 1px solid var(--activity-checkin-border-color, #dddddd);
}

.wall_timeslot_booking .invoice-group {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 8px;
}

.wall_timeslot_note {
  max-width: 300px;
  padding: 6px 7px;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wall_timeslot_note.alert {
  padding: 5px 7px;
}

.wall_timeslot_booking.invoice-group-hover .invoice-group {
  width: 128px;
}

.wall_timeslot_booking .customer-name {
  padding: 0 1px;
}

.wall_timeslot_booking .addons {
  
}

.wall_timeslot_booking .addon {
  vertical-align: middle;
  color: #000;
}

.wall_timeslot_booking img.addon {
  height: 1em;
}

.wall_timeslot_booking .comment,
.wall_timeslot_booking .auto-deletion-message {
  position: relative;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 3px;
  cursor: default;
  float: left;
  max-width: 286px;
  clear: both;
}

.wall_timeslot_booking .catalog-booking-note {
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: default;
}

.wall_timeslot_booking .booking-info {
  margin-top: 2px;
  display: flex;
  clear: both;
  justify-content: flex-end;
  column-gap: 4px;
  /* pour ne pas être masqué par la barre de couleur du groupe de facture au survol */
  z-index: 1;
  position: relative;
}

.wall_timeslot_booking .booking-info .age-group::before {
  content: "• ";
}

.wall_timeslot_booking .auto-deletion-message {
  color: #555;
}

.checkin-activity-object-empty {
  display: inline-block;
  width: 302px;
}

.container-invoice-booking-popup-nb-vouchers {
  margin-bottom: 10px;
}

.container-invoice-booking-popup-nb-vouchers .nb-vouchers {
  width: 100px;
}

.customer-edit-select {
  display: inline-block;
  width:110px;
}

.timeslot-level-color {
  display: inline-block;
  height: 1em;
  width: 1em;
}

.timeslot-block:hover
{
  cursor: pointer;
}

.translations-pagination {
  margin: 20px 0;
}

/* Chat support */

.chat-toggle {
  display: flex;
  flex-direction: column;
  width: 60px;
  height: 55px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  /*background-color: #000;*/
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  line-height: 1;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  z-index: 1;
}

.chat-toggle.loading i {
  display: none;
}

.chat-toggle .dots {
  display: none;
}

.chat-toggle.loading .dots {
  display: flex;
  justify-content: space-around;
  column-gap: 0.2em;
}

.chat-toggle .dots div {
  width: 0.25em;
  height: 0.25em;
  background-color: #fff;
  border-radius: 50%;
  animation: chat-dot-zoom 0.8s ease-in infinite;
}

.chat-toggle .dots div:nth-child(2) {
  animation-delay: 0.2s;
}

.chat-toggle .dots div:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes chat-dot-zoom {
  0% {transform: scale(1);}
  50% {transform: scale(1.5);}
  100% {transform: scale(1);}
}

.chat-view {
  position: fixed;
  bottom: 0;
  right: 10px;
  display: flex;
  box-shadow: 0px 0px 9px #afafaf;
  border-top-left-radius: 8px 8px;
  border-top-right-radius: 8px 8px;
  flex-grow: 0;
  flex-direction: column;
  font-size: 1em;
  overflow: hidden;
  z-index: 2;
  transition: box-shadow linear 150ms;
}

.chat-view.open {
  animation: chat-active-pulse-shadow 1s linear infinite alternate;
}

@keyframes chat-active-pulse-shadow {
  0% {box-shadow: 0px 0px 20px #70dd3b;}
  100% {box-shadow: 0px 0px 12px #ccc;}
}

.chat-view .head {
  display: flex;
  background-color: #333;
  color: #fff;
  align-items: baseline;
  padding: 5px 5px 8px 10px;
  min-width: 310px;
  transition: background-color linear 150ms;
}

.chat-view .head .title {
  white-space: nowrap;
  margin-left: 0.5em;
  flex-grow: 1;
  width: 100px;
}

.chat-view .close-view, .chat-view .toggle-view {
  cursor: pointer;
  margin-left: 5px;
  padding: 0 5px;
}

.chat-view .toggle-view {
  border-bottom: 2px solid #fff;
  width: 12px;
  padding: 0 4px;
  height: 18px;
}

.chat-view .timer {
  display: none;
  margin-right: 5px;
}

.chat-view.open .timer {
  display: block;
}

.chat-view .body {
  width: 320px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}

.chat-view .body.body-hide {
  display: none;
}

.chat-view .speed-dial {
  background-color: #FFF;
  display: flex;
  flex-direction: column;
}

.chat-view .speed-dial button,
.chat-view .speed-dial a.v1 {
  margin: 12px 12px 0;
  background-color: #636363;
  color: #FFF;
  font-weight: bold;
}

.chat-view .speed-dial > .v1:last-child {
  margin-bottom: 12px;
}

.chat-view .calling {
  color: #fff;
}

.chat-view .calling .icon {
  display: inline-flex;
  padding: 0em;
  border: 1px solid #fff;
  width: 1.5em;
  border-radius: 50%;
  height: 1.5em;
  align-items: center;
  justify-content: center;
}

.chat-view .calling .icon.blink {
  animation: chat-calling 1.2s ease infinite;
}

@keyframes chat-calling {
  0% {
    box-shadow:0px 0px 0px 2px #EEEE9977, 0px 0px 0px 5px #CCCCCC77;
  }
  100% {
    box-shadow:0px 0px 0px 15px #EEEE9900, 0px 0px 0px 8px #CCCCCC00;
  }
}

.chat-view .messages {
  display: none;
  background-color: #FFF;
  height: 250px;
  overflow-y: scroll;
}

.popup-form-edit-task .chat-view {
  position: static;
}

.popup-form-edit-task .chat-view .messages {
  display: block;
}

.modal-content .modal-header h4.modal-title img.bt-tunn3l-icon {
  width: 20px;
}

.chat-view .messages .placeholder {
  margin-left: 0.5em;
  margin-top: 0.5em;
  color: #999;
  font-style: italic;
}

.chat-view .messages.dragenter {
  opacity: 0.7;
}

.chat-view .send-container {
  display: flex;
  align-items: stretch;
  height: 40px;
}

.chat-view .send-container .text {
  flex-grow: 1;
  border: 1px solid #CCC;
  border-left: 0;
  border-right: 0;
  padding-left: 6px;
}

.chat-view .send-container .text:focus {
  border: 1px solid #CCC;
  border-left: 0;
  border-right: 0;
  outline: none;
}

.chat-view .file-input {
  display: none;
}

.chat-view .message-buttons {
  display: flex;
  background-color: #fff;
}

.chat-view .message-buttons span {
  font-size: 20px;
  padding: 10px 12px;
  color: #666;
  cursor: pointer;
}

.chat-view .message-buttons .send {
  margin-left: 0;
}

.chat-view .message-buttons .bt-close,
.chat-view .bt-view-close {
  margin: 0 auto;
  border: 0;
  background: #fff;
  text-decoration: underline;
  padding: 0.5em 0;
  font-size: 0.9em;
}

.chat-view .bt-view-close {
  margin: 0;
}

.chat-view .message-buttons .bt-close.vhide {
  visibility: hidden;
}

.chat-view .actions .bt-close {
  display: block;
  width: 100%;
  border: 0;
  background: #fff;
  text-decoration: underline;
  padding: 0.5em 0;
}

.chat-view .line,
#popupChatThread .messages .line {
  margin: 5px 10px;
}

.chat-view .line .datetime,
#popupChatThread .messages .line .datetime {
  color: #666;
  font-size: 0.8em;
  margin-right: 0.5em;
}

.chat-view .line.user-name,
#popupChatThread .messages .line.user-name {
  font-weight: bold;
  padding-top: 0.4em;
}

.chat-view .line.user-name ~ .line.user-name,
#popupChatThread .messages .line.user-name  ~ .line.user-name {
  border-top: 1px solid #CCC;
}

.chat-view .line.user-name.tunn3l,
#popupChatThread .messages .line.user-name.tunn3l {
  color: #FA5509;
}

.chat-view .line.event,
#popupChatThread .messages .line.event {
  font-style: italic;
  opacity: 0.7;
}

.vhide {
  visibility: hidden;
}

/* END Chat support */

/* Onboarding */

.page-onboarding .top {
  padding: 20px 0px 0px 0px;
  margin-top: -30px;
  position: fixed;
  z-index: 3;
  width: 100%;
  background-color : #F8F8F8;
}

.page-onboarding .customer-search {
  display: inline-block;
}

.page-onboarding .add-flights,
.page-onboarding .sort-order,
.page-onboarding .dz_signoff {
  font-size: 20px;
  cursor: pointer;
}

.page-onboarding .dz_signoff:hover {
  text-decoration:none;
}

.page-onboarding .sort-order, .page-onboarding .dz_signoff {
  margin-right: 10px;
}

.page-onboarding .top .weather {
  display: inline-block;
  background-color: #e0e5f0;
  padding: 0 0.2em;
  border-radius: 5px;
}

.page-onboarding .signoff-alert {
  display: inline-block;
  font-size:14px;
  width:20px;
  height:20px;
  text-align:center;
}

.page-onboarding .signoff-alert:hover {
  cursor:help;
}

.onboarding {
  display: flex;
  margin-top: 45px;
  margin-left: -15px;
  width: max-content; /* force la largeur à s'adapter à tout le contenu */
}

.page-signoff{
  padding:20px;
}

.page-signoff .onboarding-time{
  margin-right:5px;
  font-weight:bold;
}

.page-signoff .signoff_header_1{
  width: 3.2em;
  float: left;
  position: relative;
}

.page-signoff .signoff_header_2{
  width: calc(100% - 6.4em);
  float: left;
  position: relative;
  text-align: center;
  padding-top:15px;
}

.page-signoff .signoff_header_3{
  width: 3.2em;
  float: left;
  position: relative;
}

.page-signoff .signoff_header_3 .badge-right{
  width: 3.2em;
  height: 3.2em;
  border-radius: 50%;
  display: inline-block;
  font-weight:bold;
  line-height: 3.2em;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  box-sizing: border-box;
}

.page-signoff .signoff_header_1 .img {
  width: 3.2em;
  height: 3.2em;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  transition: box-shadow 0.05s;
}

.page-signoff .unchecked {
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: auto;
  background: #990000;
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
  color: white;
  text-align:center;
}

.page-signoff .checked {
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: auto;
  background: green;
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
  color: white;
  text-align:center;
}

.page-signoff .unchecked:hover, .page-signoff .checked:hover{
  cursor: pointer;
}

#toggleSignoffStatusPopup .btn-success, #toggleSignoffStatusPopup .btn-danger{
  font-size:1.8em;
  padding:10px 20px;
  border-radius:10px;
}

.onboarding .left-column {
  z-index: 2;
  position: sticky;
  left: 0;
  display: flex;
}

.onboarding .favorites-container {
  position: relative;
  background-color: #f8f8f8;
  padding-left: 15px;
  margin-right: 5px;
  display: none;
}

.onboarding .favorites {
  display: flex;
  flex-direction: column;
  min-width: 300px;
  max-width: 300px;
  min-height: 600px;
  background-color: #e8e2f0;
  padding: 10px;
  border-radius: 15px;
  box-shadow: 0px 0px 5px #ececec;
}

.onboarding .favorites-title {
  font-size: 1.4em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 3px;
}

.onboarding .favorites-toggle {
  position: absolute;
  left: 15px;
  top: 8px;
  cursor: pointer;
}

.onboarding .favorites-close {
  position: absolute;
  left: 20px;
  top: 8px;
  cursor: pointer;
}

.onboarding .favorites-clear {
  position: absolute;
  right: 5px;
  top: 5px;
}

.onboarding .waiting-groups-container {
  background-color: #f8f8f8;
  padding-left: 15px;
  margin-right: 20px;
}

.onboarding .waiting-groups-title {
  font-size: 1.4em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 3px;
}

.onboarding .waiting-groups {
  display: flex;
  flex-direction: column;
  min-width: 300px;
  max-width: 300px;
  min-height: 600px;
  background-color: #fff;
  padding: 10px;
  border-radius: 15px;
  box-shadow: 0px 0px 5px #ececec;

  /* effet neumorphic */
  background: #f8f8f8;
  box-shadow:  20px 20px 30px #d3d3d3,
              -20px -20px 20px #ffffff;
}

.onboarding .onboarder:first-child {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-top: 0;
}

.onboarding .onboarder:last-child {
  margin-bottom: -5px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.onboarding .onboarder {
  margin: -5px -13px 5px;
  padding: 5px 13px;
  border-top: 1px dashed #EAEAEA;
  position: relative;
}

.onboarding .onboarder .invoice-group {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
}

.onboarding .onboarder:first-child .invoice-group {
  border-top-left-radius: 15px;
}

.onboarding .onboarder:last-child .invoice-group {
  border-bottom-left-radius: 15px;
}

.onboarding .onboarder.invoice-group-hover .invoice-group {
  width: 100px;
}

.onboarding .onboarder .line {
  display: flex;
  align-items: center;
  position: relative;
}

.onboarding .onboarder .btn-menu {
  margin-right: 8px;
}

.onboarding .onboarder .right-block {
  width: 100%;
  display: flex;
  align-items: center;
}

.onboarding .onboarder .name {
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 139px;
}

.onboarding .onboarder .captain,
.onboarding .onboarder .tandem-master,
.onboarding .onboarder .videoman,
.onboarding .onboarder .monitor {
  margin-right: 3px;
}

.onboarding .onboarder .tandem-master,
.onboarding .onboarder .videoman {
  color: #4C8A43;
}

.onboarding .onboarder .name a {
  color: #333;
}

.onboarding .certificate {
  font-size: 0.8em;
  margin-right: 0.3em;
}

.onboarding .certificate,
#paraPackChoicePopup .certificate {
  background-color: #fff;
  border-radius: 3px;
  padding: 0 0.3em;
  border: 2px solid #e3d036;
}

.onboarding .warning {
  margin-right: 0.3em;
}

.onboarding .warning-level1 {
  color: #fdee12;
}

.onboarding .warning-level2 {
  color: #f92929;
}

.onboarding .parapack-shortname, .onboarding .course {
  font-size: 0.8em;
  padding: 0 0.3em;
  background-color: #5D9CB5;
  margin-top: 2px;
  margin-right: 3px;
  border-radius: 3px;
  color: #fff;
}

.onboarding .sport {
  font-size: 0.8em;
  padding: 0 0.3em;
  background-color: #54514f;
  margin-top: 2px;
  border-radius: 3px;
  color: #fff;
}

.onboarding .addons {
  flex-grow: 1;
  text-align: right;
}

.onboarding .addon {
  vertical-align: middle;
}

.onboarding img.addon {
  height: 14px;
}

.onboarding .tandems-list {
  position: absolute;
  margin-top: 15px;
  font-size: 1.2em;
  background-color: #ada;
  padding: 15px;
  border-radius: 15px;
  box-shadow: 0 0 5px #e0e0e0;
  width: 300px;
}

.onboarding .flights {
  display: flex;
}

.onboarding .flight-container {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-right: 15px;
}

.onboarding .flight-container .btn-flight-actions {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  text-align: center;
  box-shadow: 0 0 5px #e0e0e0;
  cursor: pointer;
}

.onboarding .flight-container .btn-flight-actions .dropdown-toggle {
  top: 0;
  width: 24px;
  height: 22px;
  line-height: 1.5;
  padding-top: 2px;
}

.onboarding .flight-container .header .release-altitude {
  text-align: center;
  margin-top: 2px;
}

.onboarding .flight-state {
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 6px;
  width: 230px;
  height: 24px;
  overflow: hidden;
  border-radius: 50px;
  margin-left: 34px;
}

.onboarding .flight-state.editable {
  cursor: pointer;
}

.onboarding .flight-state > * {
  transition: all 0.2s ease;
}

.onboarding .flight-state.editable:hover > * {
  transform: translateY(-100%);
}

.onboarding .flight-state .icon {
  margin-right: 0.5em;
}

.onboarding .remove-flight {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2em;
  background-color: #fff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  text-align: center;
  box-shadow: 0 0 5px #e0e0e0;
  cursor: pointer;
}

.onboarding .edit-flight {
  position: absolute;
  top: 0;
  right: 32px;
  font-size: 0.8em;
  line-height: 2.3;
  background-color: #fff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  text-align: center;
  box-shadow: 0 0 5px #e0e0e0;
  cursor: pointer;
}

.onboarding .flight {
  background-color: #fff;
  white-space: nowrap;
  border-radius: 15px;
  box-shadow: 0px 0px 5px #ececec;
  display: flex;
  flex-direction: column;
  padding: 10px;
  min-width: 300px;
  flex-grow: 1;
}

.onboarding .flight.readonly {
  background-color: #dfdfdf;
}

.onboarding .flight .header {
  border-radius: 15px 15px 0 0;
  font-size: 1.2em;
  margin: -10px -10px 10px;
  padding: 8px 10px 8px 8px;
}

.onboarding .flight-draggable .flight .header {
  cursor: move;
}

.onboarding .flight .header .badge,
#addDZOnboarderToGroupPopup .badge {
  font-size: 1.5em !important;
  border-radius: 16px;
  background-color: #403B39;
}

.onboarding .flight .header .flight-time-inline {
  margin-left: 0.5em;
  cursor: pointer;
}

.onboarding .flight .header .flight-time-inline:hover {
  text-decoration: underline;
}

.onboarding .flight .header .toolbar {
  margin-top: 8px;
}

.onboarding .flight .header .captain-error {
  color: #f92f2f;
}

.onboarding .flight .header .plane-select {
  cursor: pointer;
}

.onboarding .flight .header .plane-select:hover {
  text-decoration: underline;
}

.onboarding .flight .header .btn-refuel {
  background-image: url('pict/gas-station.png');
  width: 20px;
  height: 20px;
  margin-bottom: -3px;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  position: relative;
}

.onboarding .flight .header .btn-refuel.white {
  background-image: url('pict/gas-station-white.png');
}

.onboarding .flight .header .btn-refuel::after {
  background-color: #000;
}

.onboarding .flight .header .btn-refuel.white::after {
  background-color: #FFF;
}

.onboarding .flight .header .btn-refuel:hover::after {
  content: '';
  position: absolute;
  bottom: -3px;
  height: 1px;
  left: 0;
  right: 0;
}

.onboarding.order-by-asc .flight-container.refuel {
  margin-right: 75px;
}

.onboarding.order-by-desc .flight-container.refuel {
  margin-left: 60px;
}

.onboarding .flight-container .refuel-indicator {
  width: 54px;
  height: 54px;
  position: absolute;
  background-color: #ffffff;
  background-image: url('pict/gas-station.png');
  background-size: 58%;
  border-radius: 100%;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #DEDEDE;
}

.onboarding.order-by-asc .flight-container .refuel-indicator {
  margin-left: 30px;
  right: -64px;
}

.onboarding.order-by-desc .flight-container .refuel-indicator {
  margin-right: 30px;
  left: -64px;
}

.onboarding .flight-container .refuel-indicator .line {
  height: 2px;
  width: 11px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  background-color: #AAA;
}

.onboarding.order-by-asc .flight-container .refuel-indicator .line {
  left: -11px;
}

.onboarding.order-by-desc .flight-container .refuel-indicator .line {
  right: -11px;
}

.onboarding .flight .header .fuel-left-gauge {
  display: inline-block;
  margin-left: 3px;
  width: 15px;
  height: 20px;
  margin-bottom: -3px;
  box-shadow: 0px 0px 2px #aaa;
  cursor: pointer;
  border-radius: 2px;
}

.onboarding .flight .passenger-overcapacity {
  color: #FF0000;
  text-shadow: 2px 0 #DDD, -2px 0 #DDD, 0 2px #DDD, 0 -2px #DDD,
               1px 1px #DDD, -1px -1px #DDD, 1px -1px #DDD, -1px 1px #DDD;
}

.onboarding .groups {
  flex-grow: 1;
}

.onboarding .group {
  position: relative;
  padding: 5px 13px 5px 13px;
  background: #f0f0f0;
  border-radius: 15px;
  margin-top: 5px;
}

.onboarding .group:first-child {
  margin-top: 0;
}

.onboarding .plane-img {
  float: left;
  margin-right: 5px;
  position: relative;
}

.onboarding .readonly .plane-img {
  cursor: default;
}

.onboarding .plane-img:hover .go {
  opacity: 1;
}

.onboarding .plane-img .img {
  width: 3.2em;
  height: 3.2em;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  transition: box-shadow 0.05s;
}

.onboarding .plane-img span, .onboarding .signoff_header_1 span {
  position: static; /* evite le z-index fight*/
  padding: 10px;
  font-size: 2em;
  background: #F9F9F9;
  border: 1px solid #CCC;
  border-radius: 50%;
  transition: box-shadow 0.05s;
}

.onboarding .plane-img *:hover {
  /*box-shadow: 0px 0px 8px #FA5509;*/
}

.onboarding .flight .nb-onboarders {
  cursor: pointer;
}

.onboarding .flight .nb-onboarders:hover {
  text-decoration: underline;
}

.onboarding .group.reserved-slots {
  text-align: center;
  background-image: repeating-linear-gradient(
    -45deg,
    #DDD,
    #DDD 10px,
    #F5F5F5 10px,
    #F5F5F5 20px
  );
}

#addDZFlightsPopup .modal-body,
#editDZFlightPopup .modal-body {
  text-align: center;
}

#addDZFlightsPopup .btn-group {
  margin-bottom: 15px;
}

#addDZFlightsPopup .modal-body .title,
#editDZFlightPopup .modal-body .title {
  font-size: 18px;
  font-weight: bold;
}

#addDZFlightsPopup .time-start-inputs {

}

#addDZFlightsPopup .time-start-inputs input,
#editDZFlightPopup .time-start-inputs input {
  font-size: 18px;
  padding: 10px 16px;
  line-height: 1.3333333;
  border: 1px solid #ccc;
  border-radius: 6px;
  width: 60px;
  text-align: center;
}

.page-onboarding .weather-report {
  font-size: 1.2em;
}

/* END Onboarding */

/* popup para pack choice */

#paraPackChoicePopup .modal-title {
  margin-bottom: 10px;
}

#paraPackChoicePopup .wallet-info {
  margin: 15px auto 0;
  width: 550px;
}

#paraPackChoicePopup .wallet-info-bottom {
  display: none;
}

#paraPackChoicePopup .customer-infos {
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #999;
  padding: 0 0.5em;
  color: #555;
}

#paraPackChoicePopup .customer-certificates {
  display: inline-flex;
  column-gap: 0.3em;
}

#paraPackChoicePopup .para-packs-container,
#paraPackChoicePopup .courses-container {
  display: flex;
  row-gap: 10px;
  column-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

#paraPackChoicePopup .para-packs-container.hidden,
#paraPackChoicePopup .courses-container.hidden {
  display: none;
}

#paraPackChoicePopup .para-packs-container .btn-catalog,
#paraPackChoicePopup .courses-container .btn-catalog {
  max-width: 14em;
  white-space: normal;
  position: relative;
  padding-bottom: 1.5em;
  width: 200px;
}

#paraPackChoicePopup .para-packs-addons-container {
  display: flex;
  row-gap: 10px;
  column-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

#paraPackChoicePopup .para-packs-addons-container .addon {
  position: relative;
  padding-bottom: 1.5em;
  width: 200px;
  white-space: normal;
}

#paraPackChoicePopup .para-packs-container .corner-info,
#paraPackChoicePopup .para-packs-addons-container .corner-info {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.1em 0.4em;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-radius: 5px 0;
  background-color: #f9f9f9;
  color: #444;
  font-size: 0.8em;
}

#paraPackChoicePopup .para-packs-container .corner-info.active {
  background-color: #bff2b7;
}

#paraPackChoicePopup .courses-container {
  margin-bottom: 1em;
}

/* END popup para pack choice */

.video-stats {
  margin-top: 15px;
}
/* Self Onboarding */
#self-onboarding{
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-bottom: 15px;
}
#self-onboarding .wizard > .actions{
  text-align: center;
  
}
#self-onboarding .wizard > .content{
  flex-grow: 1;
  height: auto;
}
#self-onboarding .wizard > .actions ul{
  display: flex;
  flex-direction: row-reverse;
}
#self-onboarding .wizard > .actions li, #self-onboarding .steps ul li{
  text-align: center;
  flex-grow:1;
  
}
#self-onboarding .wizard > .actions li a{
  font-size: 2em !important;
  font-weight: bold;
  text-transform: uppercase;
}
#self-onboarding .steps ul li a {
  font-size: 2em !important;
}
#self-onboarding .wizard > .actions ul li:first-child{
  display: none
}
#self-onboarding h1{
  font-size : 5em;
  text-transform: uppercase;
  text-align: center;
}

#self-onboarding #self-onboarding-steps {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

/* Chrome, Safari, Edge, Opera */
#self-onboarding #liscence-code input::-webkit-outer-spin-button,
#self-onboarding #liscence-code input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
#self-onboarding #liscence-code input.licence_number {
  -moz-appearance: textfield;
}
#self-onboarding .self-onboarding-content, #self-onboarding .steps ul{
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  min-height: 100%;
}
#self-onboarding .self-onboarding-content #liscence-code{
  text-align: center;
}
#self-onboarding .self-onboarding-content.self-onboarding{
  flex-direction: column;
}
#self-onboarding #liscence-code label{
  text-align: center;
  font-size: 4em;
}
#self-onboarding #liscence-code input{
  font-size: 5em;
  text-align: center;
  text-transform: uppercase;
}
label.boarder{
  display: block;
}
#self-onboarding .self-onboarding h2{
  font-size: 4em;
}
#self-onboarding h3{
  font-size: 3em;
}
#self-onboarding .self-onboarding .choose-list h3{
  font-size: 3em;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 10px;
  border-bottom: 1px solid black
}
#self-onboarding .choose-list{
	background-color: #FFF;
	padding: 20px 50px;
	margin: 30px;
	border-radius: 4px;
	box-shadow: 0 1em 5em rgb(0 0 0 / 20%);
}
#self-onboarding .choose-list .list-element{
	display: flex;
	justify-content: space-between;
}
#self-onboarding .choose-list .list-element label{
  font-size: 1.8em;
}
#self-onboarding .un-board{
  display: flex;
  flex-direction: column;
}
#self-onboarding .un-board .btn{
	font-size: 3em;
  
}

#self-onboarding .addon-initiator-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: 1em;
  column-gap: 0.5em;
}

#self-onboarding .addon-initiator {
  min-width: 12em;
  font-size: 1.5em;
}

#self-onboarding .initiator-select-title {
  font-size: 1.5em;
}

#self-onboarding .initiator-selected-name {
  display: none;
  font-size: 1.5em;
}

#self-onboarding .initiator-edit {
  display: none;
  font-size: 1.5em;
}
/* END Self Onboarding */

/* checkbox supe style */

.cbx {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  margin-left: 0.5em;
}
.cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.cbx span:first-child {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #B9B8C3;
  transition: all 0.2s ease;
}
.cbx.inclusive span:first-child {
  border-radius: 5px;
}
.cbx span:first-child svg {
  position: absolute;
  z-index: 1;
  top: 7px;
  left: 5px;
  fill: none;
  stroke: white;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #506EEC;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
  transition-delay: 0.2s;
}
.cbx span:last-child {
  margin-left: 8px;
}
.cbx span:last-child:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #B9B8C3;
  transform-origin: 0 0;
  transform: scaleX(0);
}
.cbx:hover span:first-child {
  border-color: #337ab7;
}

.inp-cbx:checked + .cbx span:first-child {
  border-color: #337ab7;
  background: #337ab7;
  animation: check 0.6s ease;
}
.inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}
.inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(2.2);
  opacity: 0;
  transition: all 0.6s ease;
}
.inp-cbx:checked + .cbx span:last-child {
  color: #B9B8C3;
  transition: all 0.3s ease;
}
.inp-cbx:checked + .cbx span:last-child:after {
  transform: scaleX(1);
  transition: all 0.3s ease;
}
.inp-cbx:disabled + .cbx span:first-child{
  background:  #B9B8C3;
  border-color: #B9B8C3;
}

@keyframes check {
  50% {
    transform: scale(1.2);
  }
}

table.waiver-confirm-table {
  
}

table.waiver-confirm-table td {
  padding : 10px;
}

/* ///checkbox supe style */

.tunn3l-dropdown-menu
{z-index:1000;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;}

.tunn3l-dropdown-menu.pull-right
{right:0;left:auto}

.tunn3l-dropdown-menu .divider
{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}

.tunn3l-dropdown-menu>li>a
{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

.tunn3l-dropdown-menu>li>a:focus,
.tunn3l-dropdown-menu>li>a:hover
{color:#262626;text-decoration:none;background-color:#f5f5f5}

.tunn3l-dropdown-menu>.active>a,
.tunn3l-dropdown-menu>.active>a:focus,
.tunn3l-dropdown-menu>.active>a:hover
{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}

.tunn3l-dropdown-menu>.disabled>a,
.tunn3l-dropdown-menu>.disabled>a:focus,
.tunn3l-dropdown-menu>.disabled>a:hover
{color:#777}

.tunn3l-dropdown-menu>.disabled>a:focus,
.tunn3l-dropdown-menu>.disabled>a:hover
{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}

/* Classes utilitaires */
.fw-bold {
  font-weight: 800!important;
}

.mt-5 {
  margin-top: 25px;
}

.mt-4 {
  margin-top: 20px;
}

.mt-3 {
  margin-top: 15px;
}

/**
 * Table Sorter (Table sorte trigger)
 */
table[data-sortable] th[role=columnheader]:not(.no-sort) {
	cursor: pointer;
}
table[data-sortable] th[role=columnheader]:not(.no-sort):after {
	content: '';
	float: right;
	margin-top: 7px;
	border-width: 0 4px 4px;
	border-style: solid;
	border-color: #404040 transparent;
	visibility: hidden;
	opacity: 0;
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
table[data-sortable] th[aria-sort=ascending]:not(.no-sort):after {
	border-bottom: none;
	border-width: 4px 4px 0;
}
table[data-sortable] th[aria-sort]:not(.no-sort):after {
	visibility: visible;
	opacity: 0.4;
}
table[data-sortable] th[role=columnheader]:not(.no-sort):hover:after {
	visibility: visible;
	opacity: 1;
}

.input-group .yield-quantity {
  float: right;
  width: 100px;
}

/* Configuration */

.configuration-waiver-qrcode {
  max-width: 120px;
}

.corner-selector {
  display: flex;
  flex-direction: column;
}


.corner-selector .corner-selector-top, .corner-selector .corner-selector-bottom {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}

.corner-selector .corner-selector-top div, .corner-selector .corner-selector-bottom div {
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
}

.corner-selector-top-left, .corner-selector-bottom-left {
  margin-right: 10px;
}

.corner-selector-top-left, .corner-selector-top-right, .corner-selector-bottom-left, .corner-selector-bottom-right {
  width: 40px;
  height: 40px;
  border: 1px solid #bdbcbc;
}

.corner-selector-top-left div, .corner-selector-top-right div, .corner-selector-bottom-left div, .corner-selector-bottom-right div {
  width: 30px;
  height: 30px;
  border-radius: 2px;
  cursor: pointer;
}

.corner-selector-top-left div {
  border-left: 2px solid;
  border-top: 2px solid;
  border-color: #bdbcbc;
}

.corner-selector-top-right div {
  border-right: 2px solid;
  border-top: 2px solid;
  border-color: #bdbcbc;
}

.corner-selector-bottom-left div {
  border-left: 2px solid;
  border-bottom: 2px solid;
  border-color: #bdbcbc;
}

.corner-selector-bottom-right div {
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #bdbcbc;
}

/* Popup dz edit tandem */

#dzEditTandemPopup .customer-infos {
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #999;
  padding: 0 0.5em;
  color: #555;
}

.dz-flight-list .nb-groups {
  display: inline-flex;
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

#dzEditTandemPopup h4 {
  margin-top: 0;
}

#dzEditTandemPopup .addons {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  row-gap: 0.4em;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
}

#dzEditTandemPopup .addons img.addon {
  height: 14px;
}

/* Popin edit parapack jumps */

.parapack-edit-jumps-popin {
  display: none;
  position: absolute;
  background-color: #fff;
  z-index: 1;
  padding: 0.5em;
  border-radius: 5px;
  box-shadow: 0px 0px 20px #DDD;
}

.parapack-edit-jumps-popin .form-inline {
  display: inline-block;
}

.parapack-edit-jumps-popin .form-inline input.input-jumps {
  width: 70px;
  text-align: center;
}

.parapack-edit-jumps-popin .close {
  display: inline;
  margin-left: 10px;
  padding: 5px;
}

.toggle-parapack-edit-jumps-popin {
  cursor: pointer;
}

#addDZOnboarderToGroupPopup .plane-name {
  font-weight: bold;
}

#addDZOnboarderToGroupPopup .flight-groups {
  margin: 15px auto 0 auto;
  display: none; 
  flex-wrap: wrap;
  row-gap: 15px;
  column-gap: 15px;
  width: 515px;
}

#addDZOnboarderToGroupPopup .flight-groups.selected {
  display: flex;
}

#addDZOnboarderToGroupPopup .btn-no-group {
  display: block;
  margin: 15px auto;
}

#addDZOnboarderToGroupPopup .flight-groups .btn-group {
  width: 250px;
  text-align: left;
}

#addDZOnboarderToGroupPopup .onboarder {
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn.error {
  border: 1px solid #f66;
}

#revenueHelpModal .modal-dialog,
#deferredRevenueHelpModal .modal-dialog {
  max-width: 750px;
}

.tunn3l-table .para-pack-addons {
  margin-bottom: 0;
}

.tunn3l-table .booking-addons {
  margin-bottom: 0;
}

.fake-link {
  color: #337ab7;
  cursor : pointer;
}

.fake-link:hover {
  color: #23527c;
  text-decoration: underline;
}

#popup_proflyer_pack_warning .row-revoke-voucher {
  margin-top: 10px;
  margin-bottom: 10px;
}

.page-checkin-activity .timeslots-by-object-container {
  margin-top: 50px;
}

.page-checkin-activity .timeslots-by-timeslot-container {
  margin-top: 50px;
  width: max-content;
  display: flex;
  align-items: stretch;
  column-gap: 5px;
}

.page-checkin-activity .timeslot-objects {
  display: flex;
  flex-direction: column;
}

.page-checkin-activity .timeslot-objects-time {
  background: var(--activity-checkin-border-color, #dddddd);
  text-align: center;
  border-radius: 5px;
  margin-bottom: 3px;
  padding: 5px 0;
  font-weight: bold;
}

.page-checkin-activity .timeslots-by-timeslot-container .objects {
  display: flex;
  flex-grow: 1;
  column-gap: 5px;
}

.page-checkin-activity .timeslots-by-object-container .object {
  border: 1px solid var(--activity-checkin-border-color, #dddddd);
  border-radius: 5px;
  margin-bottom: 10px;
  display: inline-block;
  min-width: 100%;
}

.page-checkin-activity .timeslots-by-timeslot-container .object {
  border: 1px solid var(--activity-checkin-border-color, #dddddd);
  border-radius: 5px;
  margin-bottom: 10px;
  background-color: var(--checkin-block-background-color, #ffffff);
}

.page-checkin-activity .icon-by-timeslot,
.page-checkin-activity .icon-by-object,
.page-checkin-activity .icon-by-grouping-num,
.page-checkin-tunnel .icon-by-timeslot,
.page-checkin-tunnel .icon-by-object
{
  width: 1em;
  height: 1em;
  position: relative;
}

.page-checkin-activity .icon-by-timeslot::before, 
.page-checkin-tunnel .icon-by-timeslot::before 
{
  content: ' ';
  background-color: var(--color, #333333);
  position: absolute;
  width: 0.43em;
  height: 1em;
  top: 0;
  left: 0;
}

.page-checkin-activity .icon-by-timeslot::after, 
.page-checkin-tunnel .icon-by-timeslot::after 
{
  content: ' ';
  background-color: var(--color, #333333);
  position: absolute;
  width: 0.43em;
  height: 1em;
  top: 0;
  right: 0;
}

.page-checkin-activity .icon-by-object::before, 
.page-checkin-tunnel .icon-by-object::before 
{
  content: ' ';
  background-color: var(--color, #333333);
  position: absolute;
  width: 1em;
  height: 0.43em;
  top: 0;
  left: 0;
}

.page-checkin-activity .icon-by-object::after, 
.page-checkin-tunnel .icon-by-object::after 
{
  content: ' ';
  background-color: var(--color, #333333);
  position: absolute;
  width: 1em;
  height: 0.43em;
  bottom: 0;
  left: 0;
}

.page-checkin-activity .icon-by-grouping-num .square {
  background-color: var(--color, #333333);
  position: absolute;
  width: 0.43em;
  height: 0.43em;
}

.page-checkin-activity .icon-by-grouping-num .square:nth-child(1) {
  top: 0;
  left: 0;
}

.page-checkin-activity .icon-by-grouping-num .square:nth-child(2) {
  top: 0;
  right: 0;
}

.page-checkin-activity .icon-by-grouping-num .square:nth-child(3) {
  bottom: 0;
  left: 0;
}

.page-checkin-activity .icon-by-grouping-num .square:nth-child(4) {
  bottom: 0;
  right: 0;
}

.page-checkin-activity .object-title {
  border-bottom: 1px solid var(--activity-checkin-border-color, #dddddd);
  border-radius: 5px 5px 0 0;
  font-weight: bold;
  text-align: center;
  padding: 5px 10px;
}

.page-checkin-activity .icon-tier {
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #FFF;
  width: 10px;
  height: 10px;
}

#popupChatThread .messages {
  word-break: break-word;
}

.notification-box {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #FA5509;
  border-radius: 4px;
  background-color: #ffffff;
  color: #333;
  font-weight: bold;
}


#popupManageOptionalProducts .row-title,
#modalHotelRoomBookingV2 .row-title,
#modalEditHotelRoomBooking .row-title
{
  margin-bottom: 10px;
}

#popupManageOptionalProducts .addons-check-title,
#modalHotelRoomBookingV2 .addons-check-title,
#modalEditHotelRoomBooking .addons-check-title
{
  background-color: #fa5408; 
  color: #fff; 
  font-weight: bold; 
  font-size: 16px; 
  padding: 5px 10px;
}

#popupManageOptionalProducts .efpos-booking-btn-catalog,
#modalHotelRoomBookingV2 .efpos-booking-btn-catalog,
#modalEditHotelRoomBooking .efpos-booking-btn-catalog
{
  outline: none;
}

#popupManageOptionalProducts .btn-success.booking_tile,
#popupManageOptionalProducts .btn-success.booking_tile[disabled]:hover,
#popupManageOptionalProducts .btn-success.booking_tile[disabled]:active,
#popupManageOptionalProducts .btn-success.booking_tile[disabled]:hover:active,
#modalHotelRoomBookingV2 .btn-success.booking_tile,
#modalHotelRoomBookingV2 .btn-success.booking_tile[disabled]:hover,
#modalHotelRoomBookingV2 .btn-success.booking_tile[disabled]:active,
#modalHotelRoomBookingV2 .btn-success.booking_tile[disabled]:hover:active,
#modalEditHotelRoomBooking .btn-success.booking_tile,
#modalEditHotelRoomBooking .btn-success.booking_tile[disabled]:hover,
#modalEditHotelRoomBooking .btn-success.booking_tile[disabled]:active,
#modalEditHotelRoomBooking .btn-success.booking_tile[disabled]:hover:active
{
  background-color: #c4e317;
  border-color: #b1cc14;
  color: #333;
}

#popupManageOptionalProducts .btn-success.booking_tile:hover,
#popupManageOptionalProducts .btn-success.booking_tile:active,
#modalHotelRoomBookingV2 .btn-success.booking_tile:hover,
#modalHotelRoomBookingV2 .btn-success.booking_tile:active,
#modalEditHotelRoomBooking .btn-success.booking_tile:hover,
#modalEditHotelRoomBooking .btn-success.booking_tile:active
{
  background-color: #b1cc14;
}

#popupManageOptionalProducts .btn-success.booking_tile:active:hover,
#modalHotelRoomBookingV2 .btn-success.booking_tile:active:hover,
#modalEditHotelRoomBooking .btn-success.booking_tile:active:hover
{
  background-color: #9db512;
}

#popupManageOptionalProducts .tile_scale,
#modalHotelRoomBookingV2 .tile_scale,
#modalEditHotelRoomBooking .tile_scale
{
  transform: scaleX(0); 
  transition: transform 1s;
}

#popupManageOptionalProducts .tile_scale_full,
#modalHotelRoomBookingV2 .tile_scale_full,
#modalEditHotelRoomBooking .tile_scale_full
{
  transform: scaleX(1); 
}

.flip-scale-down-ver {
	-webkit-animation: flip-scale-down-ver 1s linear both;
	        animation: flip-scale-down-ver 1s linear both;
}

/**
 * ----------------------------------------
 * animation flip-scale-down-ver
 * ----------------------------------------
 */
 @-webkit-keyframes flip-scale-down-ver {
  0% {
    -webkit-transform: scale(1) rotateY(-180);
            transform: scale(1) rotateY(-180);
  }
  50% {
    -webkit-transform: scale(0.4) rotateY(-90deg);
            transform: scale(0.4) rotateY(-90deg);
  }
  100% {
    -webkit-transform: scale(1) rotateY(0deg);
            transform: scale(1) rotateY(0deg);
  }
}
@keyframes flip-scale-down-ver {
  0% {
    -webkit-transform: scale(1) rotateY(-180);
            transform: scale(1) rotateY(-180);
  }
  50% {
    -webkit-transform: scale(0.4) rotateY(-90deg);
            transform: scale(0.4) rotateY(-90deg);
  }
  100% {
    -webkit-transform: scale(1) rotateY(0deg);
            transform: scale(1) rotateY(0deg);
  }
}

#popupManageOptionalProducts .tile_badge,
#modalHotelRoomBookingV2 .tile_badge,
#modalEditHotelRoomBooking .tile_badge
{
  margin-right: 0.3em; 
  background-color: #fff; 
  border-radius: 3px; 
  padding: 0 0.3em; 
  color: #333; 
}

#popupManageOptionalProducts .efpos-booking-btn-catalog .tile_badge,
#modalHotelRoomBookingV2 .efpos-booking-btn-catalog .tile_badge,
#modalEditHotelRoomBooking .efpos-booking-btn-catalog .tile_badge
{
  font-size: 0.8em; 
  position: absolute; 
  top: 0px; 
  right: -3px;
}

#popupManageOptionalProducts .tile_badge.tile_badge_voucher,
#modalHotelRoomBookingV2 .tile_badge.tile_badge_voucher,
#modalEditHotelRoomBooking .tile_badge.tile_badge_voucher
{ 
  border: 2px solid #8ae366;
}

#popupManageOptionalProducts .tile_badge.tile_badge_booking,
#modalHotelRoomBookingV2 .tile_badge.tile_badge_booking,
#modalEditHotelRoomBooking .tile_badge.tile_badge_booking
{ 
  border: 2px solid #eeff00;
}

#popupManageOptionalProducts .item-product-child,
#modalHotelRoomBookingV2 .item-product-child,
#modalEditHotelRoomBooking .item-product-child
{
  display: inline-block; 
  margin-left: 15px; 
  border-left: 2px solid #777; 
  border-bottom: 2px solid #777; 
  width: 7px; 
  height: 13px; 
  vertical-align: top;
}

#popupManageOptionalProducts .addon_to_delete,
#modalHotelRoomBookingV2 .addon_to_delete,
#modalEditHotelRoomBooking .addon_to_delete
{
  background: 
    linear-gradient(
      to top left,
      rgba(255,0,0,0) 0%,
      rgba(255,0,0,0) calc(50% - 2px),
      rgba(255,0,0,1) 50%,
      rgba(255,0,0,0) calc(50% + 2px),
      rgba(255,0,0,0) 100%
    ),
    linear-gradient(
      to top right,
      rgba(255,0,0,0) 0%,
      rgba(255,0,0,0) calc(50% - 2px),
      rgba(255,0,0,1) 50%,
      rgba(255,0,0,0) calc(50% + 2px),
      rgba(255,0,0,0) 100%
    )
  ;
}

#popupManageOptionalProducts .cart table,
#modalHotelRoomBookingV2 .cart table,
#modalEditHotelRoomBooking .cart table
{
  margin-bottom: 0;
}

#popupManageOptionalProducts .cart table tr:first-child td,
#modalHotelRoomBookingV2 .cart table tr:first-child td,
#modalEditHotelRoomBooking .cart table tr:first-child td
{
  border: 0;
}

#popupManageOptionalProducts .multiple-shadow,
#modalHotelRoomBookingV2 .multiple-shadow,
#modalEditHotelRoomBooking .multiple-shadow
{
  margin-right: 5px;
}

#popupManageOptionalProducts .multiple-shadow::before,
#modalHotelRoomBookingV2 .multiple-shadow::before,
#modalEditHotelRoomBooking .multiple-shadow::before
{
  content: "";
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-radius: 4px;
  position: absolute;
  top: 3px;
  right: 2px;
  height: 125px;
  width: 125px;
}

#popupManageOptionalProducts .multiple-shadow.booking_tile::before,
#modalHotelRoomBookingV2 .multiple-shadow.booking_tile::before,
#modalEditHotelRoomBooking .multiple-shadow.booking_tile::before
{
  border-right-color: #b1cc14;
  border-bottom-color: #b1cc14;
}

#popupManageOptionalProducts .multiple-shadow.default_tile::before,
#modalHotelRoomBookingV2 .multiple-shadow.default_tile::before,
#modalEditHotelRoomBooking .multiple-shadow.default_tile::before
{
  border-right-color: #ccc;
  border-bottom-color: #ccc;
}

#popupManageOptionalProducts .multiple-shadow::after,
#modalHotelRoomBookingV2 .multiple-shadow::after,
#modalEditHotelRoomBooking .multiple-shadow::after
{
  content: "";
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-radius: 4px;
  position: absolute;
  top: 6px;
  right: -1px;
  height: 125px;
  width: 125px;
  z-index: 1;
}

#popupManageOptionalProducts .multiple-shadow.booking_tile::after,
#modalHotelRoomBookingV2 .multiple-shadow.booking_tile::after,
#modalEditHotelRoomBooking .multiple-shadow.booking_tile::after
{
  border-right-color: #b1cc14;
  border-bottom-color: #b1cc14;
}

#popupManageOptionalProducts .multiple-shadow.default_tile::after,
#modalHotelRoomBookingV2 .multiple-shadow.default_tile::after,
#modalEditHotelRoomBooking .multiple-shadow.default_tile::after
{
  border-right-color: #ccc;
  border-bottom-color: #ccc;
}

#popupManageOptionalProducts .multiple-shadow-success::before,
#popupManageOptionalProducts .multiple-shadow-success::after,
#modalHotelRoomBookingV2 .multiple-shadow-success::before,
#modalHotelRoomBookingV2 .multiple-shadow-success::after,
#modalEditHotelRoomBooking .multiple-shadow-success::before,
#modalEditHotelRoomBooking .multiple-shadow-success::after
{
  border-right-color: #4cae4c;
  border-bottom-color: #4cae4c;
}

.efpos-booking-btn-catalog .corner-info
{
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.1em 0.4em;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-radius: 5px 0;
  background-color: #bff2b7;
  color: #444;
  font-size: 0.8em;
}

.efpos-booking-btn-catalog .corner-info-empty
{
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.1em 0.4em;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-radius: 5px 0;
  border-color: transparent;
  background-color: transparent;
  color: #444;
  font-size: 0.8em;
}

.page-shift .customer-flyer-type {
  margin-bottom: 5px;
  width: 150px;
  min-width: 150px;
}

.page-shift .customer-flyer-container {
  display: flex;
  column-gap: 0.5em;
  align-items: baseline;
}

.page-shift .btn-addon-coach {
  display: inline-block;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #CCC;
  font-size: 12px;
}

.page-shift .btn-addon-coach .link {
  font-weight: normal;
  color: #333;
  padding: 0 3px;
  white-space: nowrap;
}

.tunn3l-modal .modal-content
{
  border-color: var(--main-color, #fa5408);
  overflow: hidden;
}

.tunn3l-modal .modal-header
{
  background-color: var(--main-color, #fa5408);
  color: #ffffff;
}


.fileinput-button
{
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.fileinput-button input
{
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}

#fileupload_list
{
  margin-top: 20px;
}

#fileupload_list td
{
  vertical-align: top;
  padding: 5px;
}

.progress
{
  width: 100px;
}

#file-upload-dropzone
{
  width: 100%;
  height: 150px;
  border: 1px dashed #000;
  margin-bottom: 10px;
  padding: 10px;
}

#file-upload-dropzone.is-dragover
{
  box-shadow: inset 0px 0px 10px 1px #333;
}

.booking-infos
{
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

.help-popover {
  position: relative;
  display: inline-block; 
}

.help-popover:hover .glyphicon{
  cursor:pointer;
  color: var(--main-color, #fa5408);
}

.help-popover .glyphicon{
  font-size: 20px;
  color: #ccc;
  border:none;
}

.help-popover .tooltiptext-top {
  visibility: hidden;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 200;
  bottom: 100%;
  left: 50%;
  margin-bottom:15px;
}

.help-popover .tooltiptext-top::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.help-popover .tooltiptext-bottom {
  visibility: hidden;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 200;
  top: 150%;
  left: 50%;
}

.help-popover .tooltiptext-bottom::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

.help-popover .tooltiptext-left {
  visibility: hidden;
  background-color: black;
  color: #fff;
  text-align: right;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 200;
  top: -5px;
  right: 100%;
  margin-right: 15px;
}

.help-popover .tooltiptext-left::after {
  content: " ";
  position: absolute;
  top: 15px;
  left: 100%; /* To the right of the tooltip */
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent black;
}

.help-popover .tooltiptext-right {
  visibility: hidden;
  background-color: black;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 200;
  top: -5px;
  left: 100%;
  margin-left: 15px;
}

.help-popover .tooltiptext-right::after {
  content: " ";
  position: absolute;
  top: 15px;
  right: 100%; /* To the left of the tooltip */
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent black transparent transparent;
}

.help-popover:hover .tooltiptext-top,
.help-popover:hover .tooltiptext-bottom,
.help-popover:hover .tooltiptext-left,
.help-popover:hover .tooltiptext-right
 {
  visibility: visible;
}

.helpbox {
  display: flex;
  border-radius:10px;
  margin:1% 0;
}
.helpbox-img{
  border-radius: 10px 0 0 10px;
  padding:0.2%;
  background:#ccc;
  padding:10px;
}
.helpbox-img .glyphicon, .helpbox-img-warning .glyphicon{
  vertical-align:baseline;
  height:100%;
  font-size: 3rem;
  color:#fff;
}
.helpbox-img-warning{
  border-radius: 10px 0 0 10px;
  padding:0.2%;
  background:#990000;
  padding:10px;
}

.helpbox-txt{
  border-radius: 0 10px 10px 0;
  padding:10px;
  border:1px solid #ccc;
  font-size: 1.3rem;
  width:100%;
}
.helpbox-txt span{
  font-weight:bold;
  font-size: 1.5rem;
  width:100%;
}
.helpbox-txt p{
  font-style: italic;
  margin:5px 0;
}

#modalParaPackJumps .badge {
  border-radius: 16px;
  background-color: #403B39;
}

#modalParaPackJumps .flight-state {
  border-radius: 50px;
  padding: 0.3em 0.7em;
}

.page-checkin-activity .bgcolor-firsttimer,
.activity-manifest-list .bgcolor-firsttimer,
.page-checkin-overview .bgcolor-firsttimer {
  background-color: var(--color-firsttimer);
}

.page-checkin-activity .bgcolor-pro,
.activity-manifest-list .bgcolor-pro,
.page-checkin-overview .bgcolor-pro {
  background-color: var(--color-pro);
}

.page-checkin-activity .bgcolor-staff,
.activity-manifest-list .bgcolor-staff {
  background-color: var(--color-staff);
}

.page-checkin-activity .bgcolor-reserved {
  background-color: var(--color-reserved);
}

.page-checkin-activity .customer-type-counter {
  float: right;
  padding: 0 0.5em;
  margin-right: 0.5em;
  color: #333;
  text-align: center;
  font-weight: bold;
}

.text-black, .text-black:hover {
  color: #333;
}

.page-media-send-email-input {
  margin: 0 1em 0 0.5em;
  display: inline;
  max-width: 250px;
}

.page-media-send-email-input.error {
  background-color: #ffe5e5;
}

.flip-elmt
{
  transform: scale(-1, 1);
}

#modalDropzoneOnboardingEditFlightFuelLeft .fuel-conversion-table {
  width: 300px;
}

#modalDropzoneOnboardingEditFlightFuelLeft .fuel-conversion-table .fuel-left {
  text-align: right;
  width: 80px;
}

#modalDropzoneOnboardingEditFlightFuelLeft .fuel-conversion-table .over {
  text-align: center;
}

.para-packs-addons-container .addon.btn-success {
  background-color: #cfc229;
  border-color: #a3981f;
}

.customer_tag_text, .customer_tag_date, .customer_tag_dropdown{
  height:30px;
  width:200px;
  padding:5px;
}

.special-timeslot {
  position: absolute;
  top: 1px;
  right: 1px;
  line-height: normal;
  font-size: 0.7em;
}

.customer-info-dz-course {
  margin-top: 50px;
}

.customer-info-dz-course h3 {
  margin-top: 0;
  margin-bottom: 20px;
}

.customer-info-dz-course .revoked-info {
  margin-top: 6px;
  margin-left: 10px;
}

.customer-info-dz-course .actions {
  display: flex;
  column-gap: 0.5em;
}

.customer-info-dz-course .state-validated {
  background-color: #32C211;
  color: #FFFFFF;
  padding: 0.3em 0.5em;
  border-radius: 3px;
  display: flex;
  align-items: center;
  cursor: default;
}

.customer-info-dz-course table th {
  background-color: var(--main-color);
  color: #ffffff;
}

.customer-info-dz-course table tbody tr {
  height: 48px;
}

.customer-info-dz-course table > tbody > tr > td {
  vertical-align: middle;
  white-space: nowrap;
}

.customer-info-dz-course table .title {
  width: 90%;
}

.customer-info-dz-course .item-note-text {
  display: inline-block;
  width: 350px;
}

.customer-info-dz-course .item-note-input {
  display: none;
  width: 350px;
  background-color: #FFF;
  border: solid 1px #BBB;
  border-radius: 3px;
}

.customer-info-dz-course .save-item-note,
.customer-info-dz-course .cancel-edit-item-note {
  display: none;
}

.customer-info-dz-course .add-jump-container {
  display: flex;
  column-gap: 1em;
}

.customer-info-dz-course .add-jump-container .dropdown-menu a {
  display: flex;
  justify-content: space-between;
}

.customer-info-dz-course .add-jump-container .dropdown-menu a .name {
  margin-right: 1em;
}

.customer-info-dz-course .add-jump-help {
  margin-top: 15px;
}

.customer-info-dz-course .row-note {
  margin-top: 15px;
}

.customer-info-dz-course .note {
  margin-top: 10px;
  width : 90%;
  height : 100px;
  padding : 5px;
  resize: none;
  background-color : #FFF;
  border : solid 1px #EEE;
}

.customer-info-dz-course .note-save-button {
  display: none;
  margin-top: 10px;
}

.customer-info-dz-course .history {
  margin-top: 1em;
}

.dropzone-course-catalog .catalog-course-item {
  display: flex;
}

.dropzone-course-catalog .catalog-course-item * {
  border-radius: 0;
}

.dropzone-course-catalog .catalog-course-item .has-error {
  border-color: #f00;
  background-color: #ffd0d0;
}

.dropzone-course-catalog .catalog-course-item .dropdown button {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}

.dropzone-course-catalog .catalog-course-item input {
  border-right: 0;
}

.dropzone-course-catalog .catalog-course-item .price {
  width: 8em;
  text-align: right;
}

.dropzone-course-catalog .catalog-course-item .remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.dropzone-course-catalog-item-template {
  display: none;
}

.dropzone-course-catalog .course-items {
  row-gap: 10px;
  display: flex;
  flex-direction: column;
}

.dropzone-course-catalog .course-items label {
  text-align: left;
}

.catalog-course-item .dropdown {
  z-index: unset;
}

.dropzone-course-catalog .items-sum,
.dropzone-course-catalog .items-sum-left {
  display: flex;
}

.dropzone-course-catalog .items-sum .title,
.dropzone-course-catalog .items-sum-left .title {
  flex-grow: 1;
  text-align: right;
}

.dropzone-course-catalog .items-sum .value,
.dropzone-course-catalog .items-sum-left .value {
  text-align: right;
  margin-right: 40px;
  width: 8em;
}

.page-checkin-overview .date-selector {
  position: absolute;
}

.page-checkin-overview .activities {
  display: flex;
  column-gap: 1em;
  justify-content: center;
}

.page-checkin-overview .activities .timeline-container {
  display: grid;
}

.page-checkin-overview .activities .timeline {
  position: relative;
  min-width: 220px;
  margin-top: 0.8em;
  overflow: hidden;
}

.page-checkin-overview .activities .timeline .time {
  position: absolute;
  font-size: 1.1em;
  font-weight: bold;
  color: #8b9bad;
}

.page-checkin-overview .activities .timeline .time:before {
  position: absolute;
  content: ' ';
  width: 5px;
  height: 2000px;
  background-color: #c5cce3;
  display: block;
  left: 3.7em;
  top: 5px;
}

.page-checkin-overview .activities .timeline .time:last-child:before {
  background-color: var(--background-color);
}

.page-checkin-overview .activities .timeline .time:after {
  position: absolute;
  content: ' ';
  width: 17px;
  height: 17px;
  background-color: #c5cce3;
  display: block;
  top: 2px;
  left: 3.3em;
  border-radius: 50%;
}

.page-checkin-overview .activities .zone {
  width: 220px;
}

.page-checkin-overview .activities .title {
  text-align: center;
  font-weight: bold;
  color: #6e6e6e;
  border-radius: 7px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  padding: 0 0.5em;
}

.page-checkin-overview .activities .zone .title {
  background-color: #efefef;
  border-bottom: 2px solid #d9d9d9;
}

.page-checkin-overview .activities .zone .title .zone-name {
  white-space: nowrap;
}

.page-checkin-overview .activities .zone .timeslots {
  position: relative;
}

.page-checkin-overview .activities .timeslot,
.page-checkin-overview .activities .meeting-room-booking {
  position: absolute;
}

.page-checkin-overview .activities .timeslot,
.page-checkin-overview .activities .hotel-booking,
  .page-checkin-overview .activities .meeting-room-booking {
  left: 0;
  right: 0;
  padding: 0.8em;
  background-color: #FFFFFF;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  border-left: 1px solid #efefef;
  border-radius: 7px;
  box-shadow: -3px 4px 4px #99999912;
  color: inherit;
}

.page-checkin-overview .activities .timeslot .content {
  display: flex;
  justify-content: space-between;
}

.page-checkin-overview .activities .timeslot .content .counts {
  display: flex;
  column-gap: 0.2em;
}

.page-checkin-overview .activities .timeslot .content .counts .count {
  padding: 0 0.3em;
  border-radius: 3px;
}

.page-checkin-overview .activities .room {
  display: flex;
  align-items: baseline;
}

.page-checkin-overview .activities .hotel-booking .arriving {
  color: var(--checkin-overview-hotel-arriving-color);
  margin-right: 5px;
}

.page-checkin-overview .activities .hotel-booking .customer-name {
  flex-grow: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.page-checkin-overview .activities .hotel-booking .leaving {
  color: var(--checkin-overview-hotel-leaving-color);
  margin-left: 5px;
}

.page-checkin-overview .activities .meeting-room-booking {
  display: flex;
}

.page-checkin-overview .activities .meeting-room-booking .time {
  margin-right: 5px;
}

.page-checkin-overview .activities .meeting-room-booking .customer-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.checkin_hotel_container .booking-icons i.glyphicons {
  line-height: unset;
}

.hide-input {
  width: 0;
  height: 0;
  padding: 0;
  border: 0;
  margin: 0;
}

.page-checkin-dropzone .wall_timeslots {
  display: inline-flex;
  align-items: baseline;
  column-gap: 5px;
  padding-right: 10px;
}

.page-checkin-dropzone .wall_timeslot_booking .notes {
  width: 100%;
}

.page-checkin-dropzone .wall_timeslot_booking .notes .note {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.page-checkin-dropzone .timeslot .left-actions-container {
  display: inline-flex;
  column-gap: 0.5em;
}

.font-small {
  font-size: 12px;
}

#duplicate_customers_table{
  width:70%;
  margin:auto;
  text-align:left;
}

#duplicate_customers_table td{
  padding: 2px 5px;
}

#duplicate_customers_table thead tr{
  background: #CCC;
  font-size: 1.5rem;
}

#duplicate_customers_table tbody tr:hover{
  background: #DEDEDE;
  cursor: pointer;
}

#popup_customer_children{
  margin-top:10px;
  background:#CCC;
}

.popup_customer_duplicates_link:hover{
  text-decoration : underline;
  cursor: pointer;
}

.bg-warning {
  background-color: #f0ad4e;
  color: #ffffff;
}

.bg-success {
  background-color: #32C211;
  color: #ffffff;
}

.bg-danger {
  background-color: #d9534f;
  color: #ffffff;
}

.form-efpos-discount .customer-tiers {
  max-width: 400px;
}

.form-efpos-discount .customer-tiers .title {
  font-weight: bold;
  margin-bottom: 10px;
}

.form-efpos-discount .customer-tiers .subtitle {
  color: #999;
  margin-bottom: 10px;
}

.form-efpos-discount .customer-tiers label {
  font-weight: normal;
}

/* TUNN3LY */

.tunn3ly_container
{
  position: fixed;
  z-index: 15;
  top: 70px;
  right: 50px;
  border-radius: 50%;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 1px;
  height: 44px;
}

.tunn3ly_container:hover
{
  cursor: pointer;
}

.tunn3ly_container:hover,
.tunn3ly_container.active
{
  background-color: var(--t3-catalog-box-shadow-color, #bbbbbb);
  box-shadow: 0px 0px 10px 0px var(--t3-catalog-box-shadow-color, #bbbbbb);
}

.tunn3ly_container i
{
  font-size: 40px;
  color: var(--main-color);
}

.tunn3ly_backdrop,
.tunn3ly_backdrop_title
{
  display: none;
  position: fixed;
}

.tunn3ly_backdrop
{
  z-index: 10;
  top: 148px;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0.5;
  background-color: var(--tunn3l-table-totals-title-color);
}

.tunn3ly_backdrop_title
{
  z-index: 12;
  top: 0;
  right: 0;
  left: 0;
  height: 148px;
  background-color: var(--background-color);
}

.tunn3ly_modal
{
  position: absolute; 
  z-index:11;
  background-color: var(--panel-background-color, #ffffff); 
  box-shadow: 0 5px 15px rgba(0,0,0,.5); 
  border: 1px solid rgba(0,0,0,.2); 
  border-radius: 6px; 
  outline: 0; 
  padding: 5px;
}

.tunn3ly_modal::before,
.tunn3ly_modal::after
{
  border-right: 1px solid rgba(0,0,0,.2);
  content: '';
  display: none;
  height: 10px;
  margin-top: -6px;
  position: absolute;
  top: 15px;
  width: 10px;
  background-color: var(--panel-background-color, #ffffff);
}

.tunn3ly_modal::before
{
  border-bottom: 1px solid rgba(0,0,0,.2);
  transform: rotate(135deg);
  left: -6px;
}

.tunn3ly_modal::after
{
  border-top: 1px solid rgba(0,0,0,.2);
  transform: rotate(45deg);
  right: -6px;
}

.tunn3ly_modal_right::before
{
  display: block;
}

.tunn3ly_modal_left::after
{
  display: block;
}

.tunn3ly_field_init
{
  position: relative;
}

.tunn3ly_field_init.inline
{
  display: inline-block;
}

.tunn3ly_field_init::before
{
  content: '';
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.tunn3ly_field_init.tunn3ly_field:hover
{
  cursor: pointer;
}

.tunn3ly_field_init.tunn3ly_field.highlight::before
{
  display: block;
}

.tunn3ly_field.highlight
{
  position: relative;
  z-index: 11;
}

.img-btn, .img-btn-tgg{
  text-align:center;
  border:1px solid;
  border-color: var(--btn-default-border-color, #cccccc);
  margin:auto;
  box-shadow:0px 0px 10px 0px var(--t3-catalog-box-shadow-color, #bbbbbb);
}
.img-btn img, .img-btn-tgg img{
  width:100%;
  background:white;
}
.img-btn:hover, .img-btn-tgg:hover{
  background:#DEDEDE;
  cursor:pointer;
}
.img-btn-sm{
  width:150px;
  padding:10px;
  min-height:220px;
  border-radius:5px;
}
.img-btn-md{
  width:200px;
  padding:15px;
  min-height:250px;
  border-radius:10px;
}
.img-btn-sm H3{
  font-size:14px;
  font-weight: bold;
}
.img-btn-md H3{
  font-size:16px;
  font-weight: bold;
}

.img-btn .checked{
  width:30px;
  height:30px;
  margin:auto;
  background:green;
  border-radius:4px;
  font-size:20px;
  font-weight:bold;
  color:white;
}
.img-btn .unchecked{
  width:30px;
  height:30px;
  margin:auto;
  background:#990000;
  border-radius:4px;
  font-size:20px;
  font-weight:bold;
  color:white;
}

.img-btn-tgg .checked{
  width:30px;
  height:30px;
  margin:auto;
  background:green;
  border-radius:50%;
  font-size:20px;
  font-weight:bold;
  color:white;
}
.img-btn-tgg .unchecked{
  width:30px;
  height:30px;
  margin:auto;
  background:#990000;
  border-radius:50%;
  font-size:20px;
  font-weight:bold;
  color:white;
}
.img_btn_selected{
  border:1px solid black;
}

.img_btn_tooltip_templates { 
  display: none; 
}
.img_btn_tt_content{
  padding:10px;
  max-width:500px;
  overflow: hidden;
  overflow-wrap: break-word;
}

#daily-page-button a{
 color:#000;
 text-decoration:none;
}

#daily-page-button .dropdown-menu{
  width:500px;
}

#daily-page-button .dropdown-menu li{
 margin:5px 10px;
}

#popupCustomerInfo .unpaid-negative-warning {
  background-color: #ec9549;
  border-color: #ec9549;
  color: #FFF;
}

#editActivityTimeslotPopup .btn-popup, #addActivityTimeslotPopup .btn-popup{
  height:30px;
  font-size: 14px;
}
#editActivityTimeslotPopup  .btn-popup.active, #addActivityTimeslotPopup .btn-popup.active{
  margin-top:-5px!important;
  height:40px!important;
  padding:10px 12px!important;
  border-radius:5px!important;
  border:2px solid black!important;
  text-decoration:none!important;
  font-weight: bold;
}

#editActivityTimeslotPopup .btn-popup-price, #addActivityTimeslotPopup .btn-popup-price{
  display:inline-block;
  max-width:150px;
  padding:5px;
  margin:5px 2px;
  text-align:center;
  overflow: hidden;
  border-radius:5px;
  font-size: 14px;
}

#editActivityTimeslotPopup .btn-popup-price.active, #addActivityTimeslotPopup .btn-popup-price.active{
  padding:8px;
  border:2px solid black;
  text-decoration:none;
  font-weight: bold;
}

#editActivityTimeslotPopup h5, #addActivityTimeslotPopup h5{
  display:block;
  width:100%;
  font-weight:bold;
  text-align:center;
  font-size:16px;
}
#editActivityTimeslotPopup label, #addActivityTimeslotPopup label{
  font-size:16px;
}

#editActivityTimeslotPopup .bottom_separator, #addActivityTimeslotPopup .bottom_separator{
  padding-bottom:5px;
  margin-bottom:5px;
}

#popupActivityApplyPatern .action-wrapper > label {
  display: block;
}

#popupActivityApplyPatern .action-wrapper input {
  display: none;
}

.t3-choice-button {
  white-space: normal;
  font-weight: normal;
  background-color: var(--btn-default-background-color);
}

input:checked + .t3-choice-button {
  color: #fff;
  background-color: var(--main-color, #fa5408);
}

.t3-choice-button .title {
  text-align: center;
}

.t3-choice-button .description {
  text-align: left;
  margin-top: 0.5em;
  font-size: 0.8em;
}

.t3-choice-button .description ul {
  padding-left: 0;
}

.photo_display_shop_pict, .photo_display_pict, .photo_display_icon {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}

.photo_display_shop_pict:hover .trash_button_shop_pict, .photo_display_pict:hover .trash_button_pict, .photo_display_icon:hover .trash_button_icon {
  display: flex;
  width:100%;
  height:100%;
  cursor: pointer;
}

.trash_button_shop_pict, .trash_button_pict, .trash_button_icon  {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 2.5em;
  background-color: var(--form-hotel-room-rgba-background-color, rgba(255,255,255,0.5));
  }

.bg-tunn3l-auth {
  background-image: url('pict/bg-auth-tunn3l.jpg');
}

.bg-wave7-auth {
  background-image: url('pict/bg-auth-wave7.jpg');
}

.bg-wave7-auth-endlesssurf {
  background-image: url('pict/bg-wave7-auth-endless.jpg');
}

.bg-dz5-auth {
  background-image: url('pict/bg-auth-dropzone5.jpg');
}

.bg-ls9-auth {
  background-image: url('pict/bg-auth-leisure9.jpg');
}

.bg-default-auth {
  background-image: url('pict/bg-auth-tunn3l.jpg');
}

.bg-auth {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 0;
}

@media(max-width: 768px) {
  .bg-auth{
    background-size: auto 100vh;
    background-position: center top;
  }
}

.no-bg-auth {
  padding-top: 0;
}

form.auth .form-group {
  margin-bottom: 25px;
}

.waiver-v3-container .waiver-link {
  text-align: center;
  margin-bottom: 15px;
}

.waiver-v3-container .waiver-v3 {
  margin: 0 auto 1.5em auto;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #EDEDED;
  max-width: 750px;
}

.waiver-v3-container .waiver-v3 .row {
  margin: 0.3em 0;
}

.waiver-v3-container .waiver-v3 .signature {
  margin: 1.5em 0;
  width: 250px;
}

.page-waiver-v3-configuration .rendered-text-content {
  border: 1px solid #CCC;
  background-color: #FFF;
  padding: 0.5em 1em;
  overflow-x: auto;
  height: 330px;
}

.page-waiver-v3-configuration .rendered-input-content {
  border: 1px solid #CCC;
  background-color: #FFF;
  padding: 0.5em 1em;
}

.page-waiver-v3-configuration .page-title {
  padding: 0.5em;
  background-color: var(--main-color);
  color: #FFF;
  margin-top: 60px;
  border-radius: 3px;
}

.page-waiver-v3-configuration .page-title .date {
  font-size: 0.75em;
}

.waiver-v3-configuration-history-container {
  padding: 0.5em;
  background-color: #EEE;
  margin-top: 1.5em;
}

/* RESTAURANT BOOKINGS */
.blank-timeslot {
  background-color: #EEE;
}

.defined-timeslot {
  background-color: #AADDAA;
}

.service-type-1 {
  background-color: #94C122;
}

.service-type-2 {
  background-color: #C49375;
  color: white;
}

.service-type-3 {
  background-color: #FA5409;
  color: white;
}

.service-type-4 {
  background-color: #136DDD;
}

.page-scan-checkin {
  font-size: 1.5em;
}

.page-scan-checkin .btn-start-scan {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 1.3em;
}

.page-scan-checkin .message {
  margin-bottom: 1em;
  text-align: center;
  font-weight: bold;
}

.page-scan-checkin .booking {
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}

.page-scan-checkin .booking-details {
  display: inline-flex;
  column-gap: 0.7em;
}

.page-scan-checkin .booking .checkmark,
.page-scan-checkin .booking .waiver-status {
  
  margin-right: 0.3em;
}

.page-scan-checkin .booking .waiver-status {
  font-size: 1em;
}

.page-scan-checkin .booking .checkmark {
  font-size: 1.4em;
  color: #00c74e;
}

.page-attendance .booking-action-buttons > button,
.page-attendance .booking-action-buttons .dropdown-toggle {
  font-size: 1.2em;
}

.position-absolute {
  position: absolute;
}

.position-relative {
  position: relative;
}

.required-customer-tag{
  border:1px solid red;
  border-left-width: 10px;
}

/* knowledge base */

.knowledgebase_menu {
  background-color: #ffffff;
  padding: 10px;
}

.knowledgebase_menu_nav,
.knowledgebase_menu_nav_sub {
  list-style: none;
  padding: 0;
  margin: 0;
}

.knowledgebase_menu_nav > li,
.knowledgebase_menu_nav_sub > li {
  margin-bottom: 6px;
}

.knowledgebase_menu_nav a,
.knowledgebase_menu_nav_sub a {
  display: block;
  text-decoration: none;
  color : #333;
  background-color: #ffffff;
  padding: 8px 12px;
  border-radius: 4px;
}

.knowledgebase_menu_nav_sub {
  margin-left: 20px; /* indentation for submenu */
}

.knowledgebase_content {
  background-color: #ffffff;
  padding: 20px;
}

.delete-event-field:hover {
  cursor: pointer;
}

.page-config-section-title {
  text-align: center;
  color: var(--main-color, #fa5408);
  border-bottom: 2px solid var(--main-color, #fa5408);
  padding-bottom: 10px;
  font-weight: bold;
  margin-bottom: 10px;
}