/* Add here all your CSS customizations */

.form-control
{
    display: initial;
}

#datatable-tabletools td a
{
	color: #212529;
}

#notes_months .btn-default {

	color: #ccc;
	background-color: transparent;
	border-color: #ccc;
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;

}


#notes_months .btn-default:hover, #notes_months .btn-default:active, #notes_months .btn-default:focus, #notes_months .btn-default-active  {
	color: #1D2127;
	background-color: #ccc;
	border-color: #ccc;
}

#calendar .fc-timeline-event
{
    cursor: pointer;
}

#agenda .fc-button
{
	background-color: #FFF !important;
}

#agenda .fc-button.fc-state-active {
	background-color: #0088CC !important;
	color: #FFF !important;
}

.ui-dialog {
	z-index: 99999 !important;
}

.tooltip-inner {
    text-align: left;
    max-width: 350px;
    width: 350px; 
}

.tooltip-custom .tooltip-inner {

	text-align: left;
    max-width: 750px !important;
    width: 750px !important; 

}

.mfp-content .error-container
{
    margin-left: -140px;
}

.force-hover:hover{
    background-color: #eeeeee !important;
    cursor: pointer !important;
}

a.disabled-link {
	color: #465162 !important;
	/*background-color: #fff;*/
	cursor: not-allowed;
}

.tooltip-hint-row, .tooltip-hint-row td a {
    color: #281 !important;
    
}

.form-errors
{
    display: none;
}

.form-errors .error-container
{
    margin-left: 0;
}


.dialog-window-content img
{
    max-width: 100px;
}

ul.companies_list
{
    width: 240px;
}

.ui-widget
{
    color: #777;
    font-family: "Open Sans", Arial, sans-serif;
    line-height: 22px;
    font-size: 13px;
}

/*
    DESIGN TWEAKS
*/


.page-title{
    display: none;
}

form table td img {
display: none;
}








div.step-menu img,div.step-menu2 img
{
	display: none; 	
}


.step-menu
{
   clear: both;
    background: #fdfdfd;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding: 20px;
    text-align: right;
    margin-top: 10px;
}



.step-menu a:hover,.step-menu a:active,.step-menu a:focus,div.button-edit:hover,div.button-search:hover,div.button-apply:hover,div.button-calc:hover,div.button-add:hover,div.button-cancel:hover,div.button-remove:hover,div.button-erase:hover,div.button-mail:hover,div.refresh:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
         text-decoration: none !important;;
}

div.button-edit,div.button-search,div.button-apply,div.button-calc,div.button-add,div.button-cancel,div.button-remove,div.button-erase,div.button-sign,div.button-mail,div.button-attach,div.button-refresh
{
    max-width: 200px;
    float: left;
    margin-right: 10px;
}
div.step-menu a,div.button-edit,div.button-search,div.button-apply,div.button-calc,div.button-add,div.button-cancel,div.button-remove,div.button-erase,div.button-attach,div.button-sign,div.button-mail,div.button-refresh
{
    border-radius: 0.3rem;
    border: 1px solid #adadad;
    font-size: 14.4px;
    font-size: 0.9rem;
    padding: 7.52px 12px;
    padding: 0.47rem 0.75rem;
    cursor: pointer;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;

}


div.step-menu a.primary {
	background-color: #0088cc;
	border-color: #0088cc #0088cc #006699;
	color: #ffffff;
}

div.step-menu a.primary:hover {
	background-color: #00a1f2;
	border-color: #00aaff #00aaff #0088cc;
	color: #ffffff;
}

div.step-menu a.primary:focus, div.step-menu a.primary:focus, div.button-edit:focus {
	-webkit-box-shadow: 0 0 0 3px rgba(204, 204, 204, 0.5);
	        box-shadow: 0 0 0 3px rgba(204, 204, 204, 0.5);
	color: #FFF;
}

div.step-menu a.primary.disabled, div.step-menu a.primary:disabled {
	background-color: #CCC;
	border-color: #CCC #CCC #b3b3b3;
}

div.step-menu a.primary:active, div.step-menu a.primary.active {
	background-color: #b9b9b9;
	background-image: none;
	border-color: #b3b3b3 #b3b3b3 #999999;
}



.big-box
{
   clear: both;
    background: #fdfdfd;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding: 0;
  
    margin-top: 40px;
}

.big-box .content
{
   padding: 20px; 
}

.text-box table
{
    float: none !important;
}

.big-box .title
{
    background: #f6f6f6;
    border-radius: 5px 5px 0 0 !important;
    border-bottom: 1px solid #DADADA;
    padding: 18px;
    position: relative;
    
    color: #33353F;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    text-transform: none;
 
}

.content-block
{
   clear: both;
    background: #fdfdfd;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding: 0;
  
    margin-top: 40px;
}

.content-block .box
{
   padding: 10px; 
}

.column1 table
{
    float: none !important;
}

.box .title
{
    background: #f6f6f6;
    border-radius: 5px 5px 0 0 !important;
    border-bottom: 1px solid #DADADA;
    padding: 18px;
    position: relative;
    margin-bottom: 20px;
    color: #33353F;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    text-transform: none;
 
}

.link2
{
   
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    cursor: pointer;
 
}

.progress-line
{
    display: none;
}

#div-search
{
    display: none;
}

.summary-table
{
    display: none;
}

.print_popup
{
    display: none;
}

.box .info,.card-body .info
{
    margin-bottom: 20px;
    padding: 5px;
}

.display-none
{
    display: none;
}

.table .category-line
{
    background-color: rgba(0, 0, 0, 0.05);
}

.table-bordered th, .table-bordered td.head
{
    border: 1px solid #dee2e6 !important;
    padding: 0.75rem !important;
    vertical-align: middle !important;
    text-align: inherit !important;
    font-weight: 700 !important;
    text-align: center !important;
}

.change-row-active
{
    background-color: #00a1f2 !important;
    cursor: pointer;
    color: #FFFFFF !important;
}

.acpopup-content
{
    color: #FFFFFF !important;
}
/* ------------------ Spaces ------------------- */

div.space-5px
{
	padding: 0;
	margin: 0;
	font-size: 0px;
	height: 5px;
}

div.space-10px
{
	padding: 0;
	margin: 0;
	font-size: 0px;
	height: 10px;
}

div.space-15px
{
	padding: 0;
	margin: 0;
	font-size: 0px;
	height: 15px;
}

div.space-20px
{
	padding: 0;
	margin: 0;
	font-size: 0px;
	height: 20px;
}

div.space-25px
{
	padding: 0;
	margin: 0;
	font-size: 0px;
	height: 25px;
}

div.space-28px
{
	padding: 0;
	margin: 0;
	font-size: 0px;
	height: 28px;
}

div.space-30px
{
	padding: 0;
	margin: 0;
	font-size: 0px;
	height: 30px;
}

div.space-35px
{
	padding: 0;
	margin: 0;
	font-size: 0px;
	height: 35px;
}

div.space-40px
{
	padding: 0;
	margin: 0;
	font-size: 0px;
	height: 40px;
}

div.space-50px
{
	padding: 0;
	margin: 0;
	font-size: 0px;
	height: 50px;
}

div.space-60px
{
	padding: 0;
	margin: 0;
	font-size: 0px;
	height: 60px;
}

div.space-70px
{
	padding: 0;
	margin: 0;
	font-size: 0px;
	height: 70px;
}

div.space-80px
{
	padding: 0;
	margin: 0;
	font-size: 0px;
	height: 80px;
}

div.space-600px
{
	padding: 0;
	margin: 0;
	font-size: 0px;
	height: 600px;
}


div.space-400px
{
	padding: 0;
	margin: 0;
	font-size: 0px;
	height: 448px;
}


div.tableFixHead          
{
     overflow: auto; 
     height: 500px; 
}

div.tableFixHead thead th td, 
div.tableFixHead thead tr td 
{ 
    position: sticky;
    z-index: 1;
    background-color: white;
    top: -1px;
}



@keyframes scaling{
	0%, 100%{
	  transform: scale(0.2);
	  background-color: #30FFB7;
	}
	40%{
	  transform: scale(1);
	  background-color: #07DEFF;
	}
	50%{
	  transform: scale(1);
	  background-color: #0761FF;
	}
  }
  
  .loading_container div {
	  height: 40px;
	  width: 40px;
	  border-radius:50%;
	  transform: scale(0);
	  background-color:red;
	  animation: scaling 2.5s ease-in-out infinite;
	  display: inline-block;
	  margin:.5rem;
	  touch-action: none;
  }
  
  .loading_container > div:nth-child(0){
	animation-delay:0s;
  }
  .loading_container > div:nth-child(1){
	animation-delay:0.2s;
  }
  .loading_container > div:nth-child(2){
	animation-delay:0.4s;
  }
  .loading_container > div:nth-child(3){
	animation-delay:0.6s;
  }
  .loading_container > div:nth-child(4){
	animation-delay:0.8s;
  }
  .loading_container > div:nth-child(5){
	animation-delay:1s;
  }
  
  .loading_container {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9999;
	background-color : rgba(172, 176, 173, 0.25);
  }


.pointer:hover{
  
    cursor: pointer !important;
}


div.cpr_bloc{
    float: left;
    width: 360px;
}

.nav-tabs {
    border-bottom: none !important;
}

html body .tabs .nav-tabs .nav-link:hover {
    border-top-color: #3e7c9c !important;
}

html body .tabs .nav-tabs .nav-link {
    color: #3e7c9c !important;
}

html body .fc-event-title {
    color: #333 !important;

}

.ml-0 {
	margin-left: 0 !important;
}

html body div.dataTables_wrapper div.dataTables_length label{
    margin-left: 16px !important;
}


/* jQuery ui dialog style */ 
.ui-dialog {
	padding: 0 !important;
	border: none !important;
  }
  
  .ui-dialog .ui-resizable-handle.ui-resizable-n,
  .ui-dialog .ui-resizable-handle.ui-resizable-e,
  .ui-dialog .ui-resizable-handle.ui-resizable-w,
  .ui-dialog .ui-resizable-handle.ui-resizable-s {
	background-color: transparent !important;
  }
  
  .ui-dialog .ui-resizable-handle.ui-resizable-n {
	border-top: 1px solid #333;
  }
  
  .ui-dialog .ui-resizable-handle.ui-resizable-e {
	border-right: 1px solid #333;
  }
  
  .ui-dialog .ui-resizable-handle.ui-resizable-w {
	border-left: 1px solid #333;
  }
  
  .ui-dialog .ui-resizable-handle.ui-resizable-s {
	border-bottom: 1px solid #333;
  }
  
  .ui-dialog .ui-dialog-titlebar {
	border-radius: 0 !important;
	background-color: #333 !important;
	color: #ccc !important;
  }
  
  .ui-dialog .ui-dialog-buttonset button {
	color: #1da1f2;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	background-image: none;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	background-color: transparent;
	transition-property: color, border-color, background-color;
	transition-duration: .25s;
	transition-timing-function: ease-in-out;
  }
  
  .ui-dialog .ui-dialog-buttonset button:hover {
	border-color: #1da1f2;
	background-color: #1da1f2;
	color: #fff;
  }
  /* end of jQuery ui dialog style */ 

/* Global Event Styles
------------------------------------------------------------------------*/

.fc-event,
.fc-agenda .fc-event-time,
.fc-event a {
	border-style: solid !important; 
	border-color: #36c !important;     /* default BORDER color (probably the same as background-color) */
	background-color: #36c !important; /* default BACKGROUND color */
	color: #fff !important;            /* default TEXT color */
	}
	
.selected-event,
.fc-agenda .selected-event .fc-event-time,
.selected-event a {
	border-style: solid !important; 
	border-color: #36c !important;     
	background-color: #36c !important; 
	color: #fff !important;           
	}

.color-1,
.fc-agenda .color-1 .fc-event-time,
.color-1 a {
	border-style: solid !important; 
	border-color: #000000 !important;     
	background-color: #FFFFFF !important; 
	color: #000000 !important;            
	}
			
.color-2,
.fc-agenda .color-2 .fc-event-time,
.color-2 a {
	border-style: solid !important; 
	border-color: #000000 !important;     
	background-color: #04FE00 !important; 
	color: #000000 !important;            
	}	
	
.color-3,
.fc-agenda .color-3 .fc-event-time,
.color-3 a {
	border-style: solid !important; 
	border-color: #000000 !important;     
	background-color: #FFFFFF !important; 
	color: #000000 !important;            
	}	
	
.color-4,
.fc-agenda .color-4 .fc-event-time,
.color-4 a {
	border-style: solid !important; 
	border-color: #000000 !important;     
	background-color: #fe7881 !important; 
	color: #000000 !important;            
	}
	
.color-5,
.fc-agenda .color-5 .fc-event-time,
.color-5 a {
	border-style: solid !important; 
	border-color: #000000 !important;     
	background-color: #f60600 !important; 
	color: #FFFFFF !important;            
	}
	
.color-6,
.fc-agenda .color-6 .fc-event-time,
.color-6 a {
	border-style: solid !important; 
	border-color: #000000 !important;     
	background-color: #10faf7 !important; 
	color: #000000 !important;            
	}
	

.color-8,
.fc-agenda .color-8 .fc-event-time,
.color-8 a {
	border-style: solid !important; 
	border-color: #000000 !important;     
	background-color: #0ec2ff !important; 
	color: #000000 !important;            
	}
	
.color-9,
.fc-agenda .color-9 .fc-event-time,
.color-9 a {
	border-style: solid !important; 
	border-color: #000000 !important;     
	background-color: #ffff9b !important; 
	color: #000000 !important;            
	}
	
.color-10,
.fc-agenda .color-10 .fc-event-time,
.color-10 a {
	border-style: solid !important; 
	border-color: #000000 !important;     
	background-color: #ffffc0 !important; 
	color: #000000 !important;            
	}
	
.color-11,
.fc-agenda .color-11 .fc-event-time,
.color-11 a {
	border-style: solid !important; 
	border-color: #000000 !important;     
	background-color: #cacdfa !important; 
	color: #000000 !important;            
	}
	
.color-12,
.fc-agenda .color-12 .fc-event-time,
.color-12 a {
	border-style: solid !important; 
	border-color: #000000 !important;     
	background-color: #FFFFFF !important; 
	color: #000000 !important;            
	}
	
.color-13,
.fc-agenda .color-13 .fc-event-time,
.color-13 a {
	border-style: solid !important; 
	border-color: #000000 !important;     
	background-color: #008608 !important; 
	color: #FFFFFF !important;            
	}
	
.color-14,
.fc-agenda .color-14 .fc-event-time,
.color-14 a {
	border-style: solid !important; 
	border-color: #000000 !important;     
	background-color: #0a0754 !important; 
	color: #FFFFFF !important;            
}

.dsn-table {
	width: 100%;
    display: block;
    overflow: auto;
}

.dsn-table .fixed-col {
	position: sticky;
	background-color: white;
	border: none !important;
	box-shadow: inset 1px 0 0 #dee2e6,
				inset 0 1px 0 #dee2e6;
}

.dsn-table .fixed-col.code-col {
	min-width: 140px;
	max-width: 140px;
	width: 140px;
	left: -1px;
	z-index: 1;
}

.dsn-table .fixed-col.name-col {
	min-width: 200px;
	max-width: 100%;
	width: 100%;
	left: 138px;
	box-shadow: inset 1px 0 0 #dee2e6,
				inset 0 1px 0 #dee2e6,
				inset -1px 0 0 #dee2e6;
	z-index: 1;
}

.dsn-table.table-striped tbody tr:nth-of-type(odd) .fixed-col {
    background-color: rgb(242, 242, 242);
}

.fixed-dsn-table-header {
	position: sticky;
    top: 0;
    background: #fff;
	z-index: 2;
}

.fixed-dsn-table-header th {
	top: 0;
	box-shadow: inset 0px -1px 0px #dee2e6;
}

.fixed-dsn-table-header th.fixed-col {
	box-shadow: inset 0 -1px 0 #dee2e6,
				inset -1px 0 0 #dee2e6,
				inset 1px 0px 0px 0px #dee2e6 !important;
}

.dsn-table-height {
	max-height: 70vh;
}

.dsn-table-height .growing-col {
	min-width: 180px;
	width: 100%;
	max-width: 100%;
}

.dsn-table-height thead {
	position: relative;
}

.mt-0 {
	margin-top: 0 !important;
}

.details-table > td > div {
	display: flex;
}

.details-table > td > div > div {
	padding: 8px;
}

.details-table > td > div > div > p {
	margin: 2px;
	color: #212529;
}

.dsn-tab-link {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
	cursor: pointer;
}

.dsn-info {
	float:right;
	cursor:pointer;
}

.dsn-field-container {
	position: relative;
	z-index: 0;
	min-width: 200px;
	opacity: 1;
	transition: opacity .25s;
}

.dsn-skipped-field-container {
	opacity: 0.5;
}

.dsn-skipped-field-container:hover {
	opacity: 1;
}

.dsn-field {
	transition-property: background-color, border-color, box-shadow, -webkit-box-shadow;
	transition-duration: .25s;
	width: 98%;
}

.dsn-field-container.dsn-ok > :not(span):not(i),
.dsn-field-container.dsn-ok > :not(span):not(i):focus {
	border-color: #008608;
}
.dsn-field-container.dsn-ok > :not(span):not(i):focus {
	-webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset, 0 0 8px rgb(0 134 8 / 30%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset, 0 0 8px rgb(0 134 8 / 30%);
}

.dsn-field-container.dsn-default > :not(span):not(i),
.dsn-field-container.dsn-default > :not(span):not(i):focus {
	border-color: #0088CC;
}
/* .dsn-field-container.dsn-default input:focus {
	-webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset, 0 0 8px rgb(0 136 204 / 30%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset, 0 0 8px rgb(0 136 204 / 30%);
} */

.dsn-notoption,
.dsn-field-container.dsn-error > :not(i) {
	color: red;
}
.dsn-field-container.dsn-error > :not(span):not(i),
.dsn-field-container.dsn-error > :not(span):not(i):focus{
	border-color: red;
}
.dsn-field-container.dsn-error > :not(span):not(i):focus {
	color: red;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset, 0 0 8px rgb(255 0 0 / 30%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset, 0 0 8px rgb(255 0 0 / 30%);
}

.dsn-field-container.dsn-error option {
	color: black;
}

.dsn-field-container.dsn-rem > :not(span):not(i),
.dsn-field-container.dsn-rem > :not(span):not(i):focus {
	background-color: #ced4da;
}

.dsn-rembtn {
	cursor: pointer;
	color: darkgrey;
	position: absolute;
	top: 25px;
    right: 3px;
}

ul.companies_list
{
    max-height: 80vh;
    overflow: auto;
}

.exception-payslip
{
	background-color: #27A835 !important;
	color: #FFFFFF !important;	
}

.selection-payslip
{
	background-color: #0033FF !important;
	color: #FFFFFF !important;	
}

.text-center
{
    text-align: center !important;
    vertical-align: middle !important;
}

td.line
{
    cursor: pointer;
}

/** WSChat custom */

.porto #wschat #friends #mystatus .connected:before {
    bottom: 32%;
}

.porto #wschat.module {
    top: 6.9rem;
    height: calc(100% - 6.9rem);
}

.porto #wschat.module #chats {
    height: 100%;
    right: 0;
    transition: right 0.5s, max-width 0.5s;
}

.porto #wschat.module #friends:not(.collapsed) ~ #chats>div {
    margin: 0;
}

.porto #wschat.module #chats>.big-chat {
    top: 0;
    height: inherit;
    width: 100%;
}

@media (min-width: 541px) {
    .porto.visiochat-ready .content-body {
        margin-right: 50px;
    }
}

.porto.sidebar-right-opened #wschat.module #friends.collapsed {
    left: 50px;
}

.porto.sidebar-right-opened #wschat.module #friends {
    left: 320px;
}

.porto.sidebar-left-collapsed #wschat #chats {
    /* Left is closed */
    max-width: calc(100% - 50px - 73px - 0px);
}

.porto.sidebar-left-collapsed #wschat #friends:not(.collapsed) ~ #chats {
    /* Left is closed with friends */
    max-width: calc(100% - 320px - 73px - 0px);
}

.porto.sidebar-left-hover #wschat #chats, :not(.sidebar-left-collapsed) #wschat #chats {
    /* Left is open */
    max-width: calc(100% - 50px - 300px - 0px);
}

.porto.sidebar-left-hover #wschat #friends:not(.collapsed) ~ #chats,
.porto:not(.sidebar-left-collapsed) #wschat #friends:not(.collapsed) ~ #chats {
    /* Left is open with friends */
    max-width: calc(100% - 320px - 300px - 0px);
}

.porto.sidebar-right-opened #wschat #chats {
    /* Right is open */
    right: 250px;
    max-width: calc(100% - 50px - 73px - 300px);
}

.porto.sidebar-right-opened #wschat #friends:not(.collapsed) ~ #chats {
    /* Right is open with friends */
    right: -20px;
    max-width: calc(100% - 0px - 73px - 300px);
}

.porto.sidebar-left-hover.sidebar-right-opened #wschat #chats,
.porto:not(.sidebar-left-collapsed).sidebar-right-opened #wschat #chats {
    /* Left & Right is open */
    max-width: calc(100% - 0px - 300px - 300px);
}

.porto.sidebar-left-hover.sidebar-right-opened #wschat #friends:not(.collapsed) ~ #chats,
.porto:not(.sidebar-left-collapsed).sidebar-right-opened #wschat #friends:not(.collapsed) ~ #chats {
    /* Left & Right is open with friends */
    max-width: calc(100% - 0px - 300px - 300px);
}

.text-danger {
	color: #d2322d;
	
}

.text-success {
    color: #47a447;
}

.exception-prime {
    background-color: #FFEB3B !important; 
    color: #0e0d0d !important;
}

@media (min-width: 768px) {
    .card.insert-post-card {
        min-height: min(75vh, 800px);
    }
}

.file-preview {
    margin-top: 0 !important;
    overflow-y: auto;
}

.file-preview > iframe  {
	margin-top: 100px;
    height: 100%;
    border: none;
}



.col-flex {
    display: flex;
}
.col-flex > section {
    flex: 1;
}
.etp-total
{
	font-weight: bold;
	text-align: center;
	background-color: #f6e8d6;
}

.legend-box {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 5px;
}

.legend-container {
	border: 1px solid #000;
	padding: 10px;
	width: 230px;
}

.line-greyed {
    background-color: #1a1a1a; /* noir/gris foncé */
    color: #888888; /* texte gris clair */
    opacity: 0.8; /* un peu terne, optionnel */
}

.is-invalid {
	border: 1px solid red !important;
	background-color: #ffe6e6;
}

.regularization-line {
    background-color: #eba016 !important; 
    color: #0e0d0d !important;
}

.dsn-manual {
    background-color: #74b7f1 !important;
    border-color: #d1e5fa !important;
}

.extended_mode {
    display: none !important;
}


