.logo img {
	width: 200px!important;
}

.page-header.navbar {
    background: linear-gradient(270deg,#00568f 0,#4b8a33 46%,#cfde99 130%)!important;
}

.page-header.navbar.dev {
    background: linear-gradient(270deg,#512889 0,#784072 46%,#9F585B 130%)!important;
}

.page-sidebar, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover {
	background: linear-gradient(0deg,#00568f 0,#4b8a33 46%,#cfde99 130%)!important;
}

.page-sidebar.dev, .page-sidebar-closed.page-sidebar-fixed .page-sidebar.dev:hover {
	background: linear-gradient(0deg,#512889 0,#784072 46%,#9F585B 130%)!important;
}
.page-sidebar.dev .page-sidebar-menu .sub-menu>li.active>a,
.page-sidebar.dev .page-sidebar-menu .sub-menu>li.open>a,
.page-sidebar.dev .page-sidebar-menu .sub-menu>li:hover>a,
.page-sidebar.dev .page-sidebar-menu>li:hover>a {
	background: #C66F44 !important;
}

.page-header.navbar .page-logo .logo-default {
        margin: 5px 0 0;
        width: 80px;
}

.page-header.navbar .page-logo {
	min-width: 235px;
}

.page-sidebar-closed.page-sidebar-closed-hide-logo .page-header.navbar .page-logo {
	min-width: 45px;
}

.page-header.navbar .page-actions {
        margin: 8px 0 0px 0px;
        padding: 0;
		float: left;
		min-width: fit-content;
}

.btnSociete {
	background-color: #337ab7;
	min-width: 160px;
}

.btnPFO {
	background-color: #f39302;
	min-width: 160px;
}

.indication {
	margin: 0;
    font-size: 10px;
}

.page-header-inner {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media (max-width: 1099px){
	.page-header.navbar .texte-deroulant{
        display: none;
	}

	.page-header.navbar .username {
		display: none!important;
	}
}

@media (min-width: 1025px) {
	.page-header.navbar .texte-deroulant{
        margin: 14px 0px 0px 20px;
		width: 100%;
        padding: 0;
        float: left;
        color: #fff;
	}
}

@media (min-width: 1025px) and (max-width: 1280px){
	.page-header.navbar .username {
		display: none!important;
	}
}

.page-header.navbar .evolution-prix {
        margin: 8px 0 0px 0px;
        padding: 0;
        float: left;
        color: #fff;
}

.page-header.navbar .evolution-prix:hover,.page-header.navbar .open .evolution-prix {
	background:none!important;
}

#charts_placeholder {
	width:275px;
	height:300px;
}

#tooltip {
	z-index: 99999;
}

.flot-x-axis .flot-tick-label {
	text-align: center;
	width: 25px;
}

.flot-y-axis .flot-tick-label {
	text-align: right;
	width: 25px;
	margin-top: -15px;
}

.page-header.navbar .page-actions .btn.btn-outline:hover {
	border-color: #d64635!important;
	color: #fff!important;
	background: #d64635!important;
}


.ladda-button-orange {
	background-color: orange;
	border-color: orange;
	color: black;
}

.pictbutton {
	padding-top: 15px;
}

#typologie_wrapper .pictbutton:first-child {
	padding-top: 0px;
}

.pictbutton input {
	display: none;
        margin: 0;
        padding: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
}

.pictbutton label {
	font-size: 1em;
	text-align: center;
	background: #f6f6f6;
	padding: 30px;
	border-radius: 4px;
	color: #999;
	font-weight: normal;
	display: block;
	cursor: pointer;
}

.pictbutton label i.fa {
	font-size: 3em;
	line-height: 1em;
	display: block;
	margin: 0px 0px 6px 0px;
}

.pictbutton input:checked+label {
	background: #3598dc;
	color: #fff;
	transition: all .4s ease-in-out;
}

.pictbutton.copro label {
	padding: 22px;
}

.pictbutton.copro img {
	display: flex;
	margin: auto;
}


.piclab{
	height: 150px;
}


a,
button {
	cursor: pointer !important;
}

a.disabled,
button.disabled {
	cursor: not-allowed!important;
}



.ats-switch.switch-large .switch-left, .ats-switch.switch-large .switch-right, .ats-switch.switch-large .knob {
	padding-bottom: 5px!important;
	padding-top: 5px!important;
	min-height: 26px!important;
}

.pricing-table td, .pricing-duree, .pricing-footer{
	padding: 5px;
	text-align: center;
}

.pricing-table .current{
	box-shadow: 0 0 2px 1px #0399d4;
	background-color: #0399d4;
	color: #fff;
}

.table-striped.pricing-table > tbody > tr:nth-of-type(odd) .current {
        background-color: #0399d4!important;
}

.table-hover.pricing-table > tbody > tr:hover .current {
        background-color: #0397d0!important;
}

.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: #fbe1e3!important;
}



.onecol-pricing-table
{
	width: 50%!important;
}

table.account_results_table td {
	vertical-align: top!important;
	padding: 6px 0px!important;
}

table.account_results_table td ul li {
        padding-left: 0px;
        list-style-type: disc;
}

button:focus {
	outline:0!important;
}


/* Carousel */
.owl-prev, .owl-next{
	display: none;
}

#fournisseurs .owl-carousel .owl-item img {
	width: 150px;
    height: 150px;
    object-fit: contain;
}

.owl-carousel .owl-stage-outer {
	padding-left: 3px;
}

.owl-item input {
	display: none;
        margin: 0;
        padding: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
}

.owl-item label {
	display: block;
	cursor: pointer;
	padding: 5px 0px;
}

.owl-item input:checked+label>img {
	box-shadow: 0 0 3px 3px #041E3C;
	transition: all .4s ease-in-out;
}

.graph00 img{
	height: 120px;
}

.mt-element-step .step-line .mt-step-title{
	font-size:14px;
}

@media (max-width: 767px){
	.portlet-title.step {
		margin-bottom: 0px;
		border-bottom: none;
	}

	.portlet-body.step {
		display:none;
	}
}

@media (min-width: 768px){
	.mt-element-step .step-line .mt-step-title:after, .mt-element-step .step-line .mt-step-title:before {
	        content: '';
	}
}

.portlet-body>.form-body:first-child>h3.form-section {
	margin-top: 0px;
}

.mt-element-step .step-background-thin .mt-step-number {
        font-size: 78px;
}

.mt-element-step .step-background-thin .mt-step-title {
        font-size: 20px;
}

@media (max-width: 1199px) {
	.mt-element-step .step-background-thin .mt-step-number {
	        font-size: 65px;
	}

	.mt-element-step .step-background-thin .mt-step-title {
	        font-size: 14px;
	}
}


.mt-element-step .step-background-thin .done {
        background-color: #2d5f8b!important;
}

.mt-element-step .step-background-thin .done .mt-step-number {
        color: #02456f!important;
}

.portlet.light.portlet-fit .form .form-actions, .portlet.light.portlet-fit .portlet-form .form-actions {
        background: 0 0;
        padding-left: 20px;
        padding-right: 20px;
	padding-bottom: 14px;
}

.form-actions:after {
        clear: both;
}

.portlet.light>.portlet-title.step>.caption {
        font-size: 20px;
	line-height: 22px;
        color: lightgrey;
	text-transform: uppercase;
}

.portlet.light>.portlet-title.step>.caption>.caption-subject {
        font-size: 20px;
	line-height: 22px;
        color: #4c87b9;
	margin-right: 1rem;
}

.portlet.light>.portlet-title>.caption>.caption-subject {
        color: #5e738b;
}

.portlet.light>.portlet-title>.actions {
        padding: 4px 0;
}

.form-body .form-section {
        margin: 30px 0;
        padding-bottom: 5px;
        border-bottom: 1px solid #e7ecf1;
}

.owl-prev-t, .owl-next-t {
        font-size: 2.2em;
        color: #3598dc;
        margin: 60px 0px 0px 0px;
	cursor: pointer;
}

.owl-prev-t:hover, .owl-next-t:hover {
	color: #2d5f8b;
}


.pricing-content-1 .price-table-pricing>h3 {
        font-size: 32px!important;
        position: relative;
        font-weight: 600;
}

.pricing-content-1 .price-table-content .row {
	font-size: 12px;
}

.pricing-content-1 .price-table-content .row .caption {
        color: #6cade6;
        font-style: normal;
        font-weight: 600;
}

.pricing-content-1 .price-table-content .subcontent .row, .pricing-content-1 .price-table-content .subcontent .row .caption {
        font-style: normal;
        font-size: 11px;
        font-weight: 300;
}

.pricing-content-1 .price-table-content .subcontent .row:first-child {
        padding-top: 0px;
}

.pricing-content-1 .price-table-content .subcontent .row {
        padding-bottom: 0px;
}

.pricing-content-1 .price-table-content .subcontent .row:last-child {
        padding-bottom: 0px;
}

.pricing-content-1 .price-table-content .subcontent {
	padding-bottom: 20px;
}

.pricing-content-1 .price-table-content .row .caption em {
	font-style: normal;
	font-weight: 100;
	font-size: 0.85em;
}




.pricing-content-1 .price-table-content .row a.accordion-toggle {
	text-decoration: none;
}

.pricing-content-1 .price-table-content.highlight {
	background: #e7ecf1;
}

.pricing-content-1 .price-table-content.highlight-success {
	background: #abe7ed;
}

.pricing-content-1 .price-table-content.highlight-success .row .caption {
	color: #27a4b0;
}

.pricing-content-1 .price-table-content.highlight-danger {
	background: #fbe1e3;
}

.pricing-content-1 .price-table-content.highlight-danger .row .caption {
	color: #e73d4a;
}

.pricing-content-1 .price-table-content {
        padding-left: 0px!important;
        padding-right: 0px!important;
}

.price-table-content .row {
	margin-left: 0px!important;
	margin-right: 0px!important;
}

.price-table-content .col-lg-1, .price-table-content .col-lg-10, .price-table-content .col-lg-11, .price-table-content .col-lg-12, .price-table-content .col-lg-2, .price-table-content .col-lg-3, .price-table-content .col-lg-4, .price-table-content .col-lg-5, .price-table-content .col-lg-6, .price-table-content .col-lg-7, .price-table-content .col-lg-8, .price-table-content .col-lg-9, .price-table-content .col-md-1, .price-table-content .col-md-10, .price-table-content .col-md-11, .price-table-content .col-md-12, .price-table-content .col-md-2, .price-table-content .col-md-3, .price-table-content .col-md-4, .price-table-content .col-md-5, .price-table-content .col-md-6, .price-table-content .col-md-7, .price-table-content .col-md-8, .price-table-content .col-md-9, .price-table-content .col-sm-1, .price-table-content .col-sm-10, .price-table-content .col-sm-11, .price-table-content .col-sm-12, .price-table-content .col-sm-2, .price-table-content .col-sm-3, .price-table-content .col-sm-4, .price-table-content .col-sm-5, .price-table-content .col-sm-6, .price-table-content .col-sm-7, .price-table-content .col-sm-8, .price-table-content .col-sm-9, .price-table-content .col-xs-1, .price-table-content .col-xs-10, .price-table-content .col-xs-11, .price-table-content .col-xs-12, .price-table-content .col-xs-2, .price-table-content .col-xs-3, .price-table-content .col-xs-4, .price-table-content .col-xs-5, .price-table-content .col-xs-6, .price-table-content .col-xs-7, .price-table-content .col-xs-8, .price-table-content .col-xs-9 {
	padding-left: 0px!important;
	padding-right: 0px!important;
}

.tools .ats-switch {
	margin: -10px 20px;
}

.portlet>.portlet-title>.tools>a.expand {
        background-image: url("../../../global/img/portlet-collapse-icon.png")!important;
}

.portlet>.portlet-title>.tools>a.collapse {
        background-image: url("../../../global/img/portlet-expand-icon.png")!important;
}

.slider_helpers {
	padding-top: 12px;
}

.slider_helpers i {
        font-size: 2.2em;
        color: #3598dc;
	margin-top: 12px;
	cursor: pointer;
}

.irs-from, .irs-to, .irs-single {
        background: #3698dc!important;
}

.irs-from:after, .irs-to:after, .irs-single:after {
        border-top-color: #3698dc!important;
}

.out-of-range .irs-from, .out-of-range .irs-to, .out-of-range .irs-single {
        background: #ed5565!important;
}

.out-of-range .irs-from:after, .out-of-range .irs-to:after, .out-of-range .irs-single:after {
        border-top-color: #ed5565!important;
}


.nav>li.dropdown-quick-sidebar-toggler>a:focus, .nav>li.dropdown-quick-sidebar-toggler>a:hover {
        text-decoration: none;
        background-color: #3979b2;
        color: #b6d0e7;
}

.page-header .top-menu .dropdown-quick-sidebar-toggler>.dropdown-toggle {
    color: #fff;
}
.page-header .top-menu .dropdown-quick-sidebar-toggler>.dropdown-toggle i {
        top: -2px;
}

.top-menu .fa-big {
	font-size: 24px;
    line-height: 20px;
    width: 60px;
}

.top-menu {
	min-width: fit-content;
}

a.accordion-toggle, .media-body a {
	text-decoration: none!important;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-users .media-list .media .media-body .media-heading {
        margin-top: 0px;
}

.sidebar-search {
    border-radius: 5px;
}

.sidebar-search input {
	background-color: transparent !important;
	color: #000!important;
}
.sidebar-search .search-field {
	background:white;
	margin: auto;
}
.sidebar-search .magnifier-blocks {
	display: flex;
	justify-content: space-around;
}
.sidebar-search .magnifier-block {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.sidebar-search .btn-magnifier {
	color:white;
	margin: 0;
	display: flex;
    flex-direction: column;
    align-items: center;
}

.widget-thumb .widget-thumb-body .widget-thumb-body-stat {
        font-size: 24px;
}

@media (min-width: 1200px) and (max-width: 1380px){
	.widget-thumb .widget-thumb-body .widget-thumb-body-stat {
	        font-size: 18px;
	}
}

.icon {
	background: none!important;
}

.dashboard-stat2 {
	padding-bottom: 15px;
}

.progress {
        height: 10px;
        margin-bottom: 0px;
}

.table td, .table th {
        font-size: 12px;
}

.table thead tr th {
        font-size: 12px;
        font-weight: 800;
}

table.dataTable thead th, table.dataTable thead td {
        padding: 10px 10px;
}

table.dataTable tr.heading>th {
        background-color: #4376a4;
        color: #fff;
}

.opportunity table.dataTable tr.heading>th {
	background-color: #f1f4f7;
        color: #333;
}

table.dataTable thead tr.filter th {
        padding: 2px;
}

.portlet.light>.portlet-title>.caption>.caption-subject.light {
	font-weight: 100;
        color: #3598dc;
        display: inline-block;
        margin-left: 10px;
}

.ssi-buttonWrapper {
	display: none;
}

.ssi-imgToUpload {
        width: 140px;
        height: auto!important;
}

.mt-element-overlay .mt-overlay-3 {
       margin-bottom: 30px;
}

.document-item .fileCorner {
        border-width: 20px 0 0 20px!important;
	border-color: #fff transparent transparent #af0d00!important;
        left: 32px!important;
}

.ssi-imgToUploadTable tr td {
        text-align: center!important;
}

.document-item, .document-item::before {
        width: 52px!important;
}

.document-item::after {
        left: -8px!important;
}

.document-item::before {
        border: solid 2px #af0d00!important;
}

.icheck-options {
	float: right;
}

.icheck-options label {
	margin-right: 15px;
}

.icheck-options label:last-child {
	margin-right: 0px;
}

.icheck-list-options .row:after {
	display: block;
	content: " ";
	margin: 0px 15px 22px 15px;
	border-top: 1px solid #e7ecf1;
}

.icheck-list-options .row:last-child:after {
	border-top: none;
	margin: 0px;
}

.icheck-list-options.padding label.control-label {
	font-weight: bold;
}

.icheck-list-options.padding label.control-label {
	padding-left: 50px;
}

.icheck-options {
	padding-right: 50px;
}


#validationForm .icheck-options {
    display: flex;
	flex-flow: row wrap;
	float: initial;
}

#validationForm .icheck-options label {
	flex: 0 50%;
    margin-right: 0px;
}

#validationForm .icheck-radio label {
	flex: auto;
    margin-right: 15px;
}

.accordion-toggle-styled {
        background: url(../img/accordion-plusminus.png) 10px -28px no-repeat;
}

.accordion-toggle-styled.collapsed {
        background-position: 10px 3px;
}

.accordion-toggle-styled label.control-label {
	cursor: pointer;
}

.icheck-list-options .panel-collapse {
	padding-left: 35px;
}

@media (max-width: 767px){

	.icheck-options {
		float: left;
	}

	.icheck-list-options.padding .icheck-options {
		padding-left: 50px;
	}
}

.expandable, .sub-expandable {
	cursor: pointer;
}

.btn.male.active {
	color: #2e5f8b!important;
}

.btn.female.active {
	color: #e43a6e!important;
}

.dashboard-stat2 a {
	text-decoration: none;
}

.optionGroup {
    font-weight: bold;
}

.optionChild {
    padding-left: 15px;
}

#editor img {
	width: 100%;
	height: auto;
}

table.with-actions tr td:last-child {
	text-align: center;
}

table.with-actions tr td:last-child i.fa {
	font-size:1.2em;
}

table tr th.dt_center, table tr td.dt_center {
	text-align: center;
}

.btn {
	margin-right: 4px;
	margin-bottom: 6px;
}

.control-label .required, .form-group .required {
	font-size: inherit!important;
}

.swal2-popup .swal2-content {
	font-size: inherit!important;
	font-weight: inherit!important;
}

.scroll-to-top {
        bottom: 4px!important;
}

.fa {
	min-width: 11px;
}

.portlet-body .note {
	margin-bottom: 0px;
}

.portlet-body .note p {
	margin: 0.5em 0;
}


.page-header {
	z-index: 10000!important;
}

.select2-container {
	z-index:9999!important;
}

.popover {
	z-index:9999!important;
}


.btnTable{
	float: right!important;
	margin-right: 20px;
	margin-top: 5px;
}
.dt-button{
    background-color: #4376a4!important;
    color: #fff!important;
}

.portlet-title.step+.form>.form-actions {
	border-top: none!important;
}

form.dropzone {
	border: 1px solid #dddddd;
	color: #999999;
	font-size: 13px;
	padding: 0px;
}

div.dropzone-previews {
	margin-bottom: 30px;
}

.dropzone.dz-drag-hover {
	border-color: #222;
}

.dropzone .dz-preview {
	margin: 5px;
}

.dropzone .dz-preview .dz-error-message {
        color: white;
}

.dz-trash {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 33px;
	z-index: 30;
}

.portlet .helper {
	padding: 0px 20px 10px;
	color: lightgrey;
	font-size: 0.8em;
}

.table>thead>tr>th {
        vertical-align: middle;
}

.page-container-bg-solid .page-bar, .page-content-white .page-bar {
        background-color: #f1f4f7;
        position: relative;
        padding: 0 20px;
        margin: 0px -20px 25px;
}

.page-bar .page-breadcrumb>li {
        display: inline-block;
        font-weight: bold;
        font-size: 1.4em;
}

.dashboard-stat .details .number {
        font-weight: 600;
}

@media (max-width: 424px) {
	.dashboard-stat .details .desc {
	        font-size: 10px;
	}
}

.portlet .dashboard-stat:last-child {
        margin-bottom: 25px;
}

.portlet>.portlet-title>.actions>.btn.ladda-button[data-style=expand-right][data-loading][data-size="s"], .portlet>.portlet-title>.actions>.btn.ladda-button[data-style=expand-right][data-loading][data-size="xs"],
.portlet>.portlet-title>.actions>.btn-group>.btn.ladda-button[data-style=expand-right][data-loading][data-size="s"], .portlet>.portlet-title>.actions>.btn-group>.btn.ladda-button[data-style=expand-right][data-loading][data-size="xs"],
.portlet>.portlet-title>.actions>.btn-group>.btn.btn-sm.ladda-button[data-style=expand-right][data-loading][data-size="s"], .portlet>.portlet-title>.actions>.btn-group>.btn.btn-sm.ladda-button[data-style=expand-right][data-loading][data-size="xs"],
.portlet>.portlet-title>.actions>.btn.btn-sm.ladda-button[data-style=expand-right][data-loading][data-size="s"], .portlet>.portlet-title>.actions>.btn.btn-sm.ladda-button[data-style=expand-right][data-loading][data-size="xs"] {
        padding-right: 40px;
}

.input-small>.input-icon>i {
        margin: 8px 2px 4px 10px;
}

.dt-loading {
	opacity: 0.2;
}

.select2-container_-_disabled {
	pointer-events: none;
	touch-action: none;
}

.select2-container_-_disabled .select2-selection {
	background: #eef1f5;
	box-shadow: none;
}

.select2-container_-_disabled .select2-selection__arrow,
.select2-container_-_disabled .select2-selection__clear {
	display: none;
}

tr.multisite a {
	color: #8e44ad;
}

#slideit .field label {
	font-size: 13px;
	color: #999;
}
/***** Validations *****/

#slideit input:required,
#slideit textarea:required {
    background: #fff !important;
}
#slideit input:hover:invalid,
#slideit textarea:hover:invalid {
    background: #fff !important;
}
#slideit input:required:valid,
#slideit textarea:required:valid {
    background: #fff !important;
}
#slideit input:focus:invalid,
#slideit textarea:focus:invalid {
    background: #fff !important;
}

#slideit input#open-item-adv:checked ~ section {
    /* Section position when opened */
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.helpadv {
	right: 20% !important;
	width: 450px !important;
}

#slideit label.open {
	bottom: 0 !important;
}


.ml-step-desc {
	display: flex;
}

.ml-step-desc a:hover {
	text-decoration:none!important;
}

.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
	position: relative;
	width: 100%;
	min-height: 1px;
	/*    padding-right: 15px;
	padding-left: 15px;*/
}
.col-2dot4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}
@media (min-width: 540px) {
	.col-sm-2dot4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}
@media (min-width: 720px) {
	.col-md-2dot4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}
@media (min-width: 960px) {
	.col-lg-2dot4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}
@media (min-width: 1140px) {
	.col-xl-2dot4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}


.col-2dot6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.6%;
	flex: 0 0 16.6%;
	max-width: 16.6%;
}

label.ml-flex {
	display: flex;
}

label.ml-flex div.icheckbox_square-blue,
label.ml-flex div.iradio_square-blue {
	flex-grow: 0;     /* do not grow   - initial value: 0 */
	flex-shrink: 0;   /* do not shrink - initial value: 1 */
	flex-basis: 22px; /* width/height  - initial value: auto */
	margin-right: 15px;
}

.opportunity.portlet.light.portlet-fit>.portlet-title.step {
        margin-bottom: 0px;
	border: none;
}

.opportunity.portlet.light.portlet-fit>.portlet-body.step {
	padding-top: 0;
}

.opportunity.portlet.light.portlet-fit>#comments_portlet {
	padding-top: 20px;
	border-top: 1px solid #eee;		
}

.opportunity .badge {
	margin-top: -4px;
}

.opportunity.border-default {
	border-bottom: 6px solid #bac3d0;
}

.opportunity.border-info {
	border-bottom: 6px solid #659be0;
}

.opportunity.border-warning {
	border-bottom: 6px solid #F1C40F;
}

.opportunity.border-danger {
	border-bottom: 6px solid #ed6b75;
}

.opportunity.border-success {
	border-bottom: 6px solid #36c6d3;
}

#comments_block {
	max-height: 222px;
	overflow-y: auto;
}

.portlet-body.affectation {
	margin-bottom: -5px;
	font-size: 1.2rem;
	font-weight: 600;
	color: #fff;
	padding: 5px 20px;
	border-radius: 4px 4px 0px 0px;
}

.portlet-body.affectation.background-default {
	background-color: #bac3d0;
}

.portlet-body.affectation.background-info {
	background-color: #659be0;
}

.portlet-body.affectation.background-warning {
	background-color: #F1C40F;
}

.portlet-body.affectation.background-danger {
	background-color: #ed6b75;
}

.portlet-body.affectation.background-success {
	background-color: #36c6d3;
}

.portlet-body.affectation i.fa {
	margin: 0 1rem;
}

.portlet-body.affectation span {
	margin-right: 0.5rem;
}



td.td_vertical_center {
	vertical-align: middle!important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td.td_vertical_center:first-child:before {
        top: 19px;
}

table.dataTable.dtr-column>tbody>tr.parent td.control:before,
table.dataTable.dtr-column>tbody>tr.parent th.control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
	border: 2px solid #fff;
}

table.fixedHeader-floating {
	z-index: 10!important;
}

span.block_marge {
	display: inline-block;
        width: 40px;
        text-align: center;
        border: 1px solid lightgray;
        font-size: 14px;
        line-height: 28px;
}

div.tutoman .popover-content {
	padding-top: 0px;
	width: 250px;
}

div.tutoimg {
	position:absolute;
	top:-50px;
	right:-10px;
	width: 130px!important;
	overflow:hidden;
}

div.tutoimg img {
	width: 260px;
	margin-left:0px;
}

div.tutoimg img:hover {
	margin-left:-130px;
}

div.tutoman label.ml-flex {
	margin-bottom: 6px;
}

#salesforce_historique {
	font-size: 9pt;
	height:175px;
	overflow-y:scroll;
	scrollbar-gutter: stable;
}

#salesforce_msg {
	height: 35px;
	overflow-y: auto;
	font-size: 9pt;
	scrollbar-gutter: stable;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
	color: #fff!important;
	background: #d64635!important;
	box-shadow: none!important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
	background: #4276a4!important;
	box-shadow: #4276a4 1px 3px 0 inset!important;
	color: #fff;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
        background: #4276a4;
        box-shadow: #4276a4 0 1px 3px 0 inset;
        color: #fff;
        font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover {
        color: #fff;
        background: #d64635;
}

.portlet-foot {
	padding: 20px;
	border-top: 1px solid #e7ecf1;
}

.portlet-foot-date {
	display: inline-block;
	color: #9aa5b2;
	font-size: 13px;
	margin-right: 50px;
}

.a_ringover_c2c {
white-space: pre;
}

.toggle-action {
	margin-right: 0;
}
.font-yellow-gold {
	font-weight: bold !important;
}

.pastille {
	display: none;
	position: absolute !important;
	top: auto !important;
    bottom: -15px;
    padding: 5px 0;
	width: 23px;
	height: 23px;
	font-size: 10px;
    font-weight: bold;
}

.pastille.prioritaire {
	background-color: #E87E04 !important;
	right: 32px;
}

.pastille.standard {
	background-color: #d64635 !important;
    right: 5px;
}

.input-group-btn>.btn>i {
	width: 14px;
}

.xdsoft_datetimepicker {
	z-index: 999999;
}

#canvasContainer {
	position: relative;
	width: 600px;
	margin: 40px auto 0px;
}

#canvas {
	z-index: 1;
}

#prizePointer {
	position: absolute;
	right: 275px;
	top: -10px;
	z-index: 999;
}

#spinner {
	position: absolute;
	top: calc(50% - 50px);
	left: calc(50% - 50px);
	width: 100px;
	height: 100px;
	border-radius: 50px;
	font-size: 2rem;
	font-weight: 900;
}
#particles-js {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.page-sidebar {
	z-index: 99;
}

.portlet-body {
	position: relative;
}

/* body {
	cursor: url('../../../../images/star-wars/Darth_Vader_Lightsaber.png'), auto;	
} */
/* 
#mouse-cursor-image {
	position: absolute;
	z-index: 9999999;
} */

#audio-star-wars {
	display: none;
}

.usa-flag {
	z-index: 9;
    position: absolute;
    background:url(../../../../images/us-independance/usa-american-flag.gif);
    background-size: contain;
	top: 0;
    left: 0;
    width: 100%;
    height: 50px;
}

.sun {
    background:url(../../../../images/ete-indien/sun.gif);
	background-size: cover;
    width: 150px;
    height: 150px;
	margin: 0 auto -30px;
}

#star-wars-gif {
	z-index: 99;
    position: fixed;
    width: 100%;
    height: 100%;
    bottom: -60vh;


    /*code below shows the speed of the steps*/
    /* animation: forward 5s linear infinite; */
}

.fleche-indien {
    position: fixed;
    background:url(../../../../images/ete-indien/fleche.png);
	background-size: cover;
	left: 0;
	bottom: 55%;
    width: 150px;
    height: 150px;

    /*code below shows the speed of the steps*/
    animation: goward 10s linear infinite;
}

#box.flash {
    -moz-animation: blink normal 0.3s infinite ease-in-out; /* Firefox */
    -webkit-animation: blink normal 0.3s infinite ease-in-out; /* Webkit */
    -ms-animation: blink normal 0.3s infinite ease-in-out; /* IE */
    animation: blink normal 0.3s infinite ease-in-out; /* Opera and prob css3 final iteration */
}

.hide {
    display: none;
    animation-play-state: paused;
}

@keyframes forward {
    0% {
		visibility: visible;
        transform: translateX(80vw);
	}

    100% {
        transform: translateX(-200px);
    }
}

@keyframes goward {
    0% {
		visibility: visible;
        transform: translateX(0px);
	}

    100% {
        transform: translateX(500vw);
    }
}

/* Firefox old*/
@-moz-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 

@-webkit-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
/* IE */
@-ms-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 
/* Opera and prob css3 final iteration */
@keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

#audio-star-wars, #play-button {
	display: none;
}

.login .content.password_reset {
	width: 460px;
}

.login .content label, 
.login .content p,
.login .content ul li {
        color: #fff;
}

.login .content .alert-danger ul li {
	color: #e73d4a!important;
}

.maintenance-back {
	width: 100vw;
        height: 100vh;
        background-image: url("/images/maintenance/default.jpg");
        background-position-y: 50%;
}

.maintenance-filter {
	width: 100%;
        height: 100%;
	backdrop-filter: blur(10px);
	display: flex;
	align-items: center;
	justify-content: center;
}

.maintenance-filter div {
	font-size: 3rem;
	color: #fff;
	font-weight: 700;
	background: #262842;
	padding: 8rem 6rem;
	opacity: 0.7;
	text-align: center;
}




.maintenance {
	text-align: center;
	margin-top: 5vh;
}

.maintenance img {
	max-width: 90vw;
	max-height: 80vh;
}

.maintenance h3 {
	margin-top: 3vh;
}
/* Actualité */
#actualite_popup { 
	--height: calc(90vh - 100px);
	--width: calc(var(--height) * 1.48);
	position: fixed;
	z-index: 999999;
	top: calc(50vh - (var(--height) / 2));
	left: calc(50vw - (var(--width) / 2));
	/* background-image: url('./images/actualite_paper.png'); */
	width: var(--width);
	height: var(--height);
	filter: drop-shadow(10px 10px 0px black);
	border: 1px solid black;
	overflow: hidden;
	/* TEST GRADIENT */
	background: white;
	/* background: linear-gradient(207deg, rgba(0,86,143,1) 0%, rgba(75,138,51,1) 56%, rgba(207,222,153,1) 100%); */
}

.popup-header {
	display: flex;
	align-items: center;
	padding: 20px;
	background-color: #00568f;
	background: linear-gradient(90deg, rgba(0,86,143,1) 0%, rgba(75,138,51,1) 56%, rgba(207,222,153,1) 100%);
	color: white;
	font-size: 1.5rem;
	/* background-color: red; */
}

.dev {
	background: linear-gradient(270deg,#512889 0,#784072 46%,#9F585B 130%)!important;
}

.popup-body {
	/* background-color: green; */
	padding: 20px;
}

.popup-body-header {
}

.popup-body-content {
	max-height: calc(var(--height) - 230px);
	overflow-y: auto;
	/* background-color: blue; */
}

.popup-body-header {
	display: flex;
	margin-bottom: 20px;
}
.popup-body-title {
	font-weight: 700;
	margin-bottom: 20px;
}
.popup-body-header p {
	font-weight: 600;
}

.popup-avatar {
	width: 70px;
	height: 70px;
	border-radius: 40px;
	margin-right: 10px;
}

.popup-gif {
	width:100px;
}

.popup-close {
	background-color: white !important;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	opacity: 1;
	background-position: center !important;
}

.popup-footer {
	position: absolute;
	bottom: 0;
	display: flex;
	width: var(--width);
	/* background-color: yellow; */
}

.popup-footer-buttons {
	display: flex;
	width: var(--width);
	gap: 10px;
	padding: 20px 0px;
	justify-content: center;
	align-items: center;
	text-align: center;
}

#popup-actu-button-ok {
	padding: 10px 40px;
}

#popup-actu-button-humm {
	padding: 10px 20px;
	cursor: pointer;
	color: gray;
}

.popup_overlay {
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}

.actu-info {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.actu-avatar {
	width: 70px;
	height: 70px;
	border-radius: 40px;
}

.actu-icon {
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
.resize-col {
    padding: 0;
    vertical-align: middle;
    cursor: col-resize;
    user-select: none;
    background-color: #f5f5f5;
    color: #a9a9a9;
}
.resize-width {
	display: flex;
	vertical-align: middle;
	height: 100%;
}
.resize-width i{
	transform: rotate(90deg);
}

.mfb-component__button--main .fa, .mfb-component__button--child .fa {
	line-height: 56px !important;
	width: inherit;
}

.list-unstyled hr {
	border-top: 1px solid #cecece;
}


.icheck-inline.mla-34 {
	line-height: 34px;
}

.mt-repeater-item {
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
	margin-bottom: 40px;
}

.mt-repeater-item:last-child {
	border: none;
	margin-bottom:0px;
}

.mt-repeater-title {
        font-size: 14px;
        margin-top: 0;
        font-weight: 600;
        background: #4c87b9;
        color: #fff;
        display: inline-block;
        padding: 4px 8px;
        border-radius: 4px;
}

/* .btn, a, #slideit label, .page-header.navbar .menu-toggler {
	cursor: url(../../../../images/star-wars/Chewbacca_Pointer.png) 2 2, pointer !important;
} */

.ats-switch.disabled,
button.disabled,
.slider_helpers.disabled {
	cursor: not-allowed;
	pointer-events: none;
}

.modal-footer .btn+.btn {
	margin-bottom: 6px;
}

#modal-upload-excel-completeness_rate {
	padding: 0.5rem 2rem 2rem;
}

#modal-upload-excel-completeness_rate h2 {
	margin-bottom: 4rem;
}

#total_rows {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 2rem;
}

#emoji {
	text-align: center;
}

#emoji img {
	width: 100px;
	height: auto;
}

.text-white {
	color: #fff!important;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .list-heading {
	color: #fff;
    font-size: 1.4em;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-users .media-list .media .media-body .media-heading {
    padding-left: 10px;
}

.alert-secondary {
    background-color: #e2e3e5;
    border-color: #d6d8db;
    color: #383d41;
}

.sites-table-container {
	height: 334px;
	overflow: scroll;
}

.sites-table-container table th {
	text-align: center;
}

.sites-table-container table th em {
	font-style: normal;
	font-weight: 300;
	font-size: 0.9em;
}

.home-button {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  height: 120px;
  border: 1px solid black;
  border-radius: 5px;
  margin-bottom: 20px;
}

.home-button:hover {
  text-decoration: none;
}

.home-button-icon {
  display: flex;
  background: rgb(0,86,143);
  background: linear-gradient(40deg, rgba(0,86,143,1) 0%, rgba(75,138,51,1) 46%, rgba(207,222,153,1) 90%);
  width: 60px;
  height: 60px;
  margin: 30px;
  background-color: green;
  border-radius: 100%;
  color: white;
  font-size: 40px;
  padding: 22px 10px;
}

.home-button-title {
  font-size: 26px;
  font-weight: 600;
}

.removeAllFilesInDropzone {
	opacity: 0;
	visibility: hidden;
}

.has-error .form-control:focus {
    border-color: #d71b29 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #f2989f !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #f2989f !important;
}
.has-error .form-control {
    border-color: #e73d4a !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
}

#slideit .has-error textarea {
    border-color: #e73d4a;
    background: rgb(255, 226, 231) !important;
}

.has-error label {
	color: #e73d4a !important;
}

.dropzone.has-error {
    border-color: red;
    background: rgb(255, 226, 231) !important;
}

.datepicker {
	background-color: #fff!important;
}

.error-message {
	color: red;
}

#adv_comment {
	padding-top: 1rem;
}

#adv_comment ul li,
#comments_block ul li {
	margin-bottom: 1rem;
}

#comments_block ul {
	padding-left: 20px;
}

#adv_comment ul li:last-child,
#comments_block ul li:last-child {
	font-weight: 700;
	color: green ;
}
