:root{
    --lightorange :#ffe0b3;
	--app-color-first: #ffd180;
	--app-color-second: #ffab40;
	--app-color-third: #ff9100;
	--app-color-fourth: #ff6d00;
	--green: #43a047;
    --blue: #1e88e5;
}

/* --- BODY / HTML --- */

.app-color-first {
    background-color: var(--app-color-first) !important;
}

.app-color-second {
    background-color: var(--app-color-second) !important;
}

.app-color-third {
    background-color: var(--app-color-third) !important;
}

.app-color-fourth {
    background-color: var(--app-color-fourth) !important;
}

body,html{
	padding: 0;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	height: 100%;
	width: 100%;
	background: #000;
}

main{
    padding: 20px;
    padding-left: 320px;
    min-height: 100vh;
}

footer{
    padding-left: 300px;
}

iframe{
	border: 0;
	width: 100%;
}

@media only screen and (max-width: 992px){
	main{
	    padding-left: 20px;
	}
	footer{
		padding-left: 0;
	}
}

.body-ctn{
	padding: 25px;
    background: #fff;
    min-height: 95vh;
    height: 100%;
    width: 100%;
    -webkit-box-shadow: 0 0px 20px 6px rgba(255,255,255,0.8);
    box-shadow: 0 0px 20px 6px rgba(255,255,255,0.8);
}

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

/* --- SIDENAV --- */

.sidenav-trigger{
	position: fixed;
	z-index: 200;
	top: 0;
	left: 0;
	background: #fff;
	color: #000000b8;
	font-size: 25px;
    border-left: 0;
    border-top: 0;
    padding: 5px 25px 15px 10px!important;
    border-bottom-right-radius: 50px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

.sidenav .logo{
	text-align: center;
    margin-top: 32px;
    margin-bottom: 70px;
    background: transparent!important;
}

.sidenav .logo .logo-container{
    background: transparent!important;
    height: 100px;
    font-size: 20px;
    text-transform: uppercase;
}

.sidenav .logo .logo-container img{
    width: 100%;
}

.sidenav .collapsible-header{
    padding: 0 32px;
    background-color: #fff;
}

.sidenav .collapsible-body li a{
	padding: 0 23.5px 0 50px;
}

.sidenav ul li ul a i{
    margin-left: 35px;
    margin-right: 15px;
    font-size: 14px!important;
}

.sidenav .collapsible-body>ul:not(.collapsible)>li.active, .sidenav.sidenav-fixed .collapsible-body>ul:not(.collapsible)>li.active{
    background-color: rgba(0,0,0,0.05);
}

.sidenav .collapsible-body>ul:not(.collapsible)>li.active a, .sidenav.sidenav-fixed .collapsible-body>ul:not(.collapsible)>li.active a{
    color: rgba(0,0,0,0.87);
}

.sidenav .plateform-title{
    text-align: center;
    cursor: default;
    color: #fff;
    line-height: 80px;
    text-transform: uppercase;
    height: 80px;
}

.user-profil {
	border-top: 1px solid rgba(0,0,0,0.14);
	border-bottom: 1px solid rgba(0,0,0,0.14);
	padding: 10px 20px;
}


.user-img img{
    width: 55px;
    border-radius: 35px;
}

.btn-connexion i{
	font-size: 1.6rem;
}


.modal{
	outline: 2px solid!important;
    outline-color: initial !important;
    outline-style: solid !important;
    outline-width: 2px !important;
    border-top: 7px solid var(--app-color-second);
    overflow: hidden;
}

.modal .modal-title{
	text-align: center;
    font-weight: bold;
    font-size: 28px;
}

.modal.bottom-sheet{
    max-height: 90%;
    height: 90%;
}

.modal .modal-header {
    border-radius: 0 0 2px 2px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    background-color: #fafafa;
    padding: 8px 24px;
    padding-top: 16px;
    width: 100%;
}

.modal.modal-fixed-footer .modal-footer{
    z-index: 1;
}

/* .modal.modal-fixed-footer .modal-content {
    height: calc(100% - 140px);
} */

.datepicker-date-display{
    background-color: black
}

.datepicker-day-button:focus{
    background-color: rgba(255, 165, 0,0.25);
}

.datepicker-table td.is-selected{
    background-color: var(--app-color-second);
}

.datepicker-table td.is-today{
    color: var(--app-color-second);
}

.datepicker-cancel, .datepicker-clear, .datepicker-today, .datepicker-done{
    color: var(--app-color-second);
}

.month-prev:focus,
.month-next:focus{
    background-color: var(--app-color-second);
}

/* --- MODAL CONFIRM --- */

@media only screen and (min-width: 993px){
	.jconfirm-row .container {
	    width: 30%;
	}
}

.jconfirm-box{
    outline: 2px solid!important;
    border-top: 7px solid var(--app-color-second);
}

/* --- OTHER --- */

#dropdown-user li>a{
    padding: 0 20px;
}

.card-head-preview{
    display: block;
    color: #fff;
}

.iframe-preview-ctn{
    position: relative;
}

#pagePreview{
    min-height: 1000px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

.waves-effect.waves-orange .waves-ripple {
	background-color: var(--app-color-second);
}

.waves-effect.waves-black:active,
.waves-effect.waves-black:active i {
	color: #fff;
}

.waves-effect.waves-black .waves-ripple {
	background-color: #000;
}

.btn, .btn-large, .btn-small, .btn-flat{
	height: auto;
}

.switch label input[type=checkbox]:checked+.lever{
    background-color: var(--app-color-second);
}
.switch label input[type=checkbox]:checked+.lever:after{
    background-color: var(--app-color-second);
}

input.orange{
	background: transparent!important;
}
input:not([type]):focus:not([readonly])+label, input[type=text]:not(.browser-default):focus:not([readonly])+label, input[type=password]:not(.browser-default):focus:not([readonly])+label, input[type=email]:not(.browser-default):focus:not([readonly])+label, input[type=url]:not(.browser-default):focus:not([readonly])+label, input[type=time]:not(.browser-default):focus:not([readonly])+label, input[type=date]:not(.browser-default):focus:not([readonly])+label, input[type=datetime]:not(.browser-default):focus:not([readonly])+label, input[type=datetime-local]:not(.browser-default):focus:not([readonly])+label, input[type=tel]:not(.browser-default):focus:not([readonly])+label, input[type=number]:not(.browser-default):focus:not([readonly])+label, input[type=search]:not(.browser-default):focus:not([readonly])+label, textarea.materialize-textarea:focus:not([readonly])+label{
	color: var(--app-color-second);
}

input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]){
	border-bottom: 1px solid var(--app-color-second);
    -webkit-box-shadow: 0 1px 0 0 var(--app-color-second);
    box-shadow: 0 1px 0 0 var(--app-color-second);
}

[type="checkbox"]:checked+span:not(.lever):before{
    border-right: 2px solid var(--app-color-second);
    border-bottom: 2px solid var(--app-color-second);
}

[type="checkbox"]:indeterminate+span:not(.lever):before{
    border-right: 2px solid var(--app-color-second);
}

.select-wrapper input.select-dropdown:focus{
    border-bottom: 1px solid var(--app-color-second);
}

.dataTables_length .select-wrapper .dropdown-content li>a,
.dropdown-content li>a, .dropdown-content li>span{
    color: var(--app-color-second);
}

.dataTables_wrapper .dataTables_filter input {
    margin: 0;
}

.dataTables_wrapper [type="checkbox"]+span:not(.lever){
    width: 23px;
    padding: 0;
}

@media screen and (max-width: 640px){

}

.page-statique-infos-modal{
    display: none;
}

.page-statique-infos-modal.show{
    display: block;
}

/* --- TABLE --- */


table{
    border-collapse: collapse!important;
    width: 100%!important;
}

.dataTables_length .select-wrapper{
	width: 50px;
    display: inline-block;
}

.dataTables_wrapper .btn-small{
	margin: 5px!important;
}

.dataTables_wrapper table .btn-small{
    padding: 0 10px;
}

.dataTables_length .select-wrapper input.select-dropdown:focus{
	border-bottom: 1px solid #000;
}

.dataTables_wrapper tr th,
.dataTables_wrapper tr td{
    border: 1px solid rgba(0,0,0,0.12);
	outline: none;
    border-radius: 0;
}

.dataTables_wrapper tr th{
    border-bottom-color: #000;
}

.dataTables_wrapper tr:hover{
	background-color: rgba(242,242,242,0.5);
}
.dataTables_wrapper .dataTables_processing{
    display: none!important;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter{
    padding-bottom: 15px;
}


/* --- LOADER --- */

.page-loader-wrapper {
    z-index: 99999999;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    overflow: hidden;
    text-align: center;
}

.spinner-orange, .spinner-orange-only{
    border-color: var(--app-color-second);
}

.page-loader-wrapper .loader {
    position: relative;
    top: calc(50% - 30px);
}

.preloader-wrapper {
    display: inline-block;
    position: relative;
}

.page-loader-wrapper p {
    font-size: 13px;
    margin-top: 10px;
    font-weight: bold;
    color: #fff;
}

/* ---TEXTEDITOR --- */

.text-editor-ctn .minicolors input[type=hidden].btn-hiliteColor +  .minicolors-swatch:before{
    top: 3px;
    left: 5px;
}

.text-editor-ctn .minicolors input[type=hidden].btn-foreColor +  .minicolors-swatch:before{
    top: 4px;
    left: 7px;
}

.text-editor-ctn .text-editor:after{
    bottom: 0;
    right: 4px;
}

.text-editor-modal-ctn .text-editor-modal .tedit-btn-save-modal, .text-editor-modal-ctn .text-editor-modal .tedit-btn-close-modal{
    padding: 0 16px;
    border-width: 0;
}

.text-editor-modal-ctn .text-editor-modal .text-editor-modal-content{
    border-top: 7px solid var(--app-color-second);
    border: 3px solid #000;
} 

.text-editor-modal-ctn .text-editor-modal .text-editor-modal-content .text-editor-modal-header .tedit-modal-title{
    text-align: center;
    font-weight: bold;
    font-size: 28px;
}

.text-editor-modal-ctn .text-editor-modal .tedit-btn-close-modal.tedit-modal-head-btn {
    display: none;
}

.text-editor-modal-ctn .text-editor-modal .text-editor-modal-content .text-editor-modal-header {
    display: block;
    border-width: 0;
    border-top: 7px solid var(--app-color-second);
}

.imgCrop-ctn .btn{
    margin: 5px 0;
}

/* --- TABS --- */

.tabs{
    border: 1px solid var(--app-color-second);
    border-bottom: 0;
    background-color: var(--app-color-second);
}

.tabs .tab a,
.tabs .tab a:hover,
.tabs .tab a.active{
    color: #fff;
}

.tabs .tab a:focus,
.tabs .tab a:focus.active {
    background-color: rgba(255, 152, 0,0.2);
}

.tabs .tab a:focus.active,
.tabs .tab a.active{
    background-color: #fff;
    color: var(--app-color-second);
}

.tabs .indicator{
    height: 0;
}

.tabs-body{
    padding: 25px;
    border: 1px solid var(--app-color-second);
    border-top: 0;
    position: relative;
    overflow: hidden;
}

/* --- WIDGET HIDDEN --- */

.widget-hidden {
    padding: 25px;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    transform: translateY(100%);
}

/* --- GROUP LIST --- */

.group-list ul{
    padding-left: 80px;
}

@media only screen and (max-width: 600px){
	.group-list{
	    text-align: center;
    }
    .group-list ul{
        padding: 0;
    }
}

/* --- RESPONSIVE --- */

@media only screen and (max-width: 600px){

    .input-field-responsive{
        text-align: center;
    }

    .input-field-responsive .btn,
    .input-field-responsive .btn-small{
        width: 100%;
    }

    .dataTables_paginate .btn-small{
        width: 100%;
    }

    .modal-header h4{
        font-size: 25px;
        text-align: center;
    }

}

/* --- OTHER --- */

.adresse-tool{
    padding-bottom: 15px;
}

img.img-preview-fiche {
    margin-bottom: 15px;
    width: 100%;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

.text-raw-container {
    border: 1px solid var(--grey);
    background-color: #fff;
    padding: 15px;
}

.module-parent-module[type="checkbox"]:not(:checked):disabled+span:not(.lever):before{
    background-color: transparent;
}

.module-parent-module[type="checkbox"]:checked+span:not(.lever):before{
    border-right: 2px solid var(--app-color-first);
    border-bottom: 2px solid var(--app-color-first);
}

.module-child-module[type="checkbox"]:checked:disabled+span:not(.lever):before,
.module-sub-module[type="checkbox"]:checked:disabled+span:not(.lever):before{
    border-right: 2px solid rgba(0,0,0,0.42);
    border-bottom: 2px solid rgba(0,0,0,0.42);
}

.iti{
    width: calc(100% - 58px);
}

.iti--allow-dropdown .iti__flag-container{
    width: 50px;
}

.card .card-content{
    padding: 15px;
}

/* --- CAROUSEL --- */

.carousel .carousel-item>img {
    width: auto;
    max-height: 350px;
}

.carousel .indicators .indicator-item {
    background-color: darkgrey;
}

.carousel .indicators .indicator-item.active {
    background-color: #000;
}

.carousel .indicators {
    bottom: 35px;
}

/* --- DOC WIDGET --- */

.document-widget{
    position: relative;
}

.document-widget .btn-move-img{
    position: absolute;
    top: 0;
    right: 0;
    cursor: grab;
}

.document-widget .btn-move-img:active{
    cursor: grabbing;
}

.document-widget .thumbnail-img{
    height: 115px;
    padding: 5px;
}

.document-widget .thumbnail-img img{
    max-width: 100%;
    cursor: zoom-in;
}

.document-widget [type="checkbox"]+span:not(.lever){
    padding-left: 19px;
}

.document-widget .document-widget-actions{
    padding-top: 20px;
}

.vakata-context {
    z-index: 2000!important;
}

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

.collapsible-header{
    border-bottom: 0;
}

/* --- select2 --- */

.select2,
.select2 .selection,
.select2 .selection .select2-selection,
.select2 .selection .select2-selection .select2-selection__rendered{
    outline: none!important;
}

.select2.select2-container--default .select2-selection--single{
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #9e9e9e;
    height: 3rem;
    line-height: 3rem;
    width: 100%;
    font-size: 16px;
    margin: 0 0 8px 0;
    padding: 0;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select2 .selection .select2-selection .select2-selection__rendered{
    font-weight: 400;
    color: #000;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

.select2-container:not(.select2){
    z-index: 1010;
    transform: translateY(-53px)
}

.select2-container:not(.select2) .select2-dropdown{
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    border: 0;
    border-radius: 0;
}

.select2-results__option{
    font-size: 16px;
    line-height: 22px;
    padding: 14px 16px;
    color: var(--app-color-second);
}

.select2-container--default .select2-results__option--highlighted:hover{
    background-color: rgba(0,0,0,0.08);
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: rgba(0,0,0,0.03);
    color: var(--app-color-second);
}

.select2-container--default .select2-search--dropdown .select2-search__field{
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

/* Multiselect */

.ms-container {
    width: 100%!important;
}

.ms-container .custom-header {
    text-align: center;
    padding: 3px;
    background: #000;
    color: #fff;
}

.ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover{
    background-color: var(--app-color-second);
}

@media only screen and (max-width: 768px){
    .ms-container .ms-selectable, .ms-container .ms-selection{
        width: 100%;
    }

    .ms-container .ms-selection{
        margin-top: 35px;
    }
}