@charset "UTF-8";

/*!
* CasOM - Creative Apps Software Organization  management 
* @version v1.0.1
* @link https://creativeapps.fr/
* Copyright (c) 2018 CreativeApps Charles-alexandre Salecroix
* Licensed under EULA [End User License Agreement]  (https://www.creativeapps.fr/licenses)
 */


/**
Datatable loading message
**/

.dataTables_processing {
    z-index: 10;
    background-color: aliceblue;
    font-size: large;
}


/**

SELECT PICKER


**/

.sticky {
  flex:1;
  height:100px;
  background:blue;
/*   margin:10px; */
  position:sticky;
  top:0;
}


/**
*PROPOSAL MODIFY
*/
button[data-id="amendment-proposal-icon"] .filter-option-inner-inner {
    text-align: center;
}
/************************************************************************
* EVENT
************************************************************************/
/* .container { */
/*   display:flex; */
/*   align-items:flex-start; */
/*   border:2px solid green; */
/* } */
/* .content { */
/*   flex:1; */
/*   height:200vh; */
/*   background:red; */
/*   margin:10px; */
/* } */
.sticky {
  flex:1;
  height:100px;
  background:blue;
/*   margin:10px; */
  position:sticky;
  top:0;
}

/* .wrapper { */
/* /*   overflow:hidden; */ */
/*   border:2px solid red; */
/* } */

/*CIRCLE BUTTON */
button.rounded-circle{
  height: 35px;
  width: 35px;
}

/*********
* nav-link
*********/
.nav-link{
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #999;
}


/************************************************************************
* FORM
************************************************************************/
/* add on in input (Datetimepicker)*/
span.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 0px;
}
/************************************************************************
* PRESENTATION AMENDEMENT PROPOSAL
************************************************************************/
/* header.app-header.presentation.navbar, */
/* footer.app-footer.no-margin { */
/* /*     transform: translateY(-100%); */ */
/* }	 */

/* body:hover header.app-header.presentation.navbar, */
/* body:hover footer.app-footer.no-margin { */
/*     transform: translateY(0); */
/* } */
	
header.app-header.presentation.navbar {
    z-index: unset;
}
#impress{  
z-index: 3000;
}
.step{
    position: relative;
    width: 1600px;
    padding: 30px;
    margin: 15px auto;
    box-sizing:  border-box;
}
.card-step{
  height: 1000px;
}
.scroll-300{
    max-height: 300px;
    overflow-y: auto;
}
.scroll-200{
    max-height: 200px;
    overflow-y: auto;
    font-size: 2em!important;
}
.btn-link{
  text-decoration: none !important;
  color: #333 !important;
  height:50px !important;
}

footer.no-margin {
    margin: 0px !important;
}

/*HACK CORE UI - Column in card*/
div[class*="card col"]{
    padding-right: 0px;
    padding-left: 0px;
}
/*HACK CORE UI - Collaspse in card*/
div#colActionText>.card {
    margin-bottom: 0px;
}

.circle-icon {
    position: absolute;
    left: 40%;
    top: -20px;
    border-radius: 50%;
}


/************************************************************************
* BUTTON RETURN TOP CLASSES
************************************************************************/ 
 #return-to-top {
    z-index: 10000;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
 
 /************************************************************************
* Preloader
************************************************************************/
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../img/preloader.gif) center no-repeat #fff;
}
.se-pre-con p {
    position: relative;
    top: 60%;
}


/************************************************************************
* TRANSVERSAL CLASSES
************************************************************************/
.hidden{
	display:none;
}
.vertical-scroll {
    width: 100%;
    max-height: 10em;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
}
.vertical-scroll-medium{
	width: 100%;
	max-height: 15em; /*55em;*/
	margin: 0;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.vertical-scroll-long{
	width: 100%;
	max-height: 25em; /*55em;*/
	margin: 0;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
}
/*
* MAIN MENU CLASSES
*/
li.nav-item.nav-sub-item>a {
    padding: 0.75rem 1.75rem;
}

/*
* MAIN TAB CONTENT CLASSES
*/

.tab-content{
    margin-bottom: 1.5rem;
}

/*
* FOOTER
*/
span#copyright-text {
    vertical-align: -webkit-baseline-middle;
}
 
 /* LOGO FULL NAVBAR*/
img.navbar-brand-full {
    margin-left: 1em;
    padding-right: 1em;
}


/* TABLE SEARCH INPUT */
.col-search-input {
    margin-top: 10px;
    display: block;
    width: 85%;
}
/* TABLE NO SORT HIDE DESC AND ASC ICON */
table.dataTable thead .no-sort:before, table.dataTable thead .no-sort:after {
    content: "";
}
/* TABLE WITH CUSTOM CHECKBOX  */
.custom-control.custom-checkbox label.custom-control-label {
    vertical-align: middle;
}
/* 
* DATATABLES COLUMNS HEADER SELECTABLE LIST
*/
.selectable>select.form-control.form-control-sm.column-select {
    width: -webkit-fill-available !important;
}

/* 
* DATATABLES COLUMNS VISIBILTY BUTTONS 
*/
div.dt-button-collection button.dt-button.active:not(.disabled) {
    background-image: linear-gradient(to bottom, #08c 0%, #c1cde8 100%);
}

/* 
* DATATABLES BUTTONS 
*/
button.btn.btn-outline-primary.dt-button.buttons-pdf.buttons-html5, 
button.dt-button.buttons-collection.buttons-colvis.btn-outline-primary,
button.dt-button.buttons-excel.buttons-html5.btn.btn-outline-primary.select-button {
    color: #20a8d8;
    background-color: transparent;
    background-image: none;
    border-color: #20a8d8;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    -webkit-appearance: button;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font: 400 13.3333px Arial;
    padding: 0.5rem 0.85rem;
/*     line-height: 1.5; */
    margin: 0;
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    font-family: inherit;
    margin-right: 0.2rem;
}
button.dt-button.buttons-pdf.buttons-html5.btn.btn-outline-primary:hover,
button.dt-button.buttons-collection.buttons-colvis.btn-outline-primary:hover {
    color: #fff;
    background-color: #20a8d8;
    border-color: #20a8d8;
}

/* button.dt-button.buttons-collection.buttons-colvis.btn-outline-primary { */
/*     color: #20a8d8; */
/*     background-color: transparent; */
/*     background-image: none; */
/*     border-color: #20a8d8; */
/*     border-radius: 0.25rem; */
/*     font-size: 0.875rem; */
/*     -webkit-appearance: button; */
/*     transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; */
/*     font: 400 13.3333px Arial; */
/*     padding: 0.5rem 0.85rem; */
/*     line-height: 1.5; */
/*     margin: 0; */
/*     position: relative; */
/*     -ms-flex: 0 1 auto; */
/*     flex: 0 1 auto; */
/*     font-family: inherit; */
/*     margin-right: 0.2rem; */
/* } */

div.dt-button-collection {
    max-height: 17rem;
    overflow-y: scroll;
}
/* 
* BUTTON 
*/
/*Info*/
.btn-info, .badge-info, .btn-outline-info:hover {
    color: #fff;
}

/*Warning*/
.btn-warning, .badge-warning {
    color: #fff;
}
.btn-warning:hover {
    color: #fff;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color: #fff;
}
/*Warning outline*/
.btn-outline-warning:hover {
    color: #fff;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
}

/* 
* FORM 
*/
/* plain text input */
.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
    padding: 0.375rem 0.75rem;
}
/* required input */
.form-group.required span.input-group-text.thirty-per-cent,
.form-group.required span.input-group-text.thirty-five-per-cent  {
        background-color: rgba(0, 120, 255, 0.2);
}
.form-group.required .input-group-text:after,
.form-group.required label:not(.switch):after {
    color: red;
    content: "*";
    margin-left: 0.5em;
}


.input-group.seventy-per-cent {
    flex: 0 0 70%;
}

/* 
 * Radio buttons: custom radio card button input */
/* .form-card-radio+.card { */
/*   color: #333; */
/*   box-shadow: none; */
/*   border: 1px solid transparent; */
/*   border-radius: 4px; */
/* } */

.form-card-radio+.card:hover {
  cursor: pointer;
}

.form-card-radio.disabled+.card:hover {
    cursor: text;
}

/* .form-card-radio:checked+.card { */
/*   border: 2px solid #CD2222;  */
/* } */
/**
* FIELDSET BORDER
*/
fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width:auto;
    padding:0 10px;
    border-bottom:none;
}
/*
* SIGNIN PAGE
*/
html#signin {
    -ms-overflow-style: none;  /* IE 10+ */
    scrollbar-width: none;  /* Firefox */
}
html#signin::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}
#background {
    background-size: cover;
    background-repeat: no-repeat;
    
    height: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
    height: -moz-available; /* WebKit-based browsers will ignore this. */
    height: 100%;
    height: fill-available;  
    width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
    width: -moz-available; /* WebKit-based browsers will ignore this. */

    z-index: -1;
    position: absolute;
}
.app-body.signin .card.p-4 {
    background-color: rgba(0,0,0,0.7);
    color: white !important;
}


div#progress-bar-traced-back.bg-danger{
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #f86c6b;
}

/**
* EMAIL QUILL EDITOR
**/
.quill-fr {
	height: 130px !important;
}



.ql-picker-item[data-value="1"]::before {
  content: "Titre1" !important;
}
.ql-picker-item[data-value="2"]::before {
  content: "Titre2" !important;
}	


/*   .ql-picker.ql-header { */
/*     .ql-picker-label::before { */
/*       content: "Paragraphe" !important; */
/*     } */
/*     .ql-picker-label[data-value="1"]::before { */
/*       content: "Titre1" !important; */
/*     } */
/*     .ql-picker-label[data-value="2"]::before { */
/*       content: "Titre2" !important; */
/*     } */
/*   } */

/*   .ql-picker.ql-header { */
/*     .ql-picker-item::before { */
/*       content: "Paragraphe" !important; */
/*     } */
/*     .ql-picker-item[data-value="1"]::before { */
/*       content: "Titre1" !important; */
/*     } */
/*     .ql-picker-item[data-value="2"]::before { */
/*       content: "Titre2" !important; */
/*     } */
/*   } */
/*   .ql-tooltip[data-mode=link]::before { */
/*     content: "Entrer le lien" !important; */
/*   } */
/*   .ql-tooltip[data-mode=video]::before { */
/*     content: "Entrez la vidéo" !important; */
/*   } */
/*   .ql-snow .ql-tooltip.ql-editing a.ql-action::after { */
/*     content: "Sauvegarder" !important; */
/*   } */
/* } */


/****************************************
* BOOTSTRAP SELECT MULTIPLE
******************************************/
button.btn.dropdown-toggle.btn-light {
    background-color: #ffffff;
    color: #5c6873;
}
button.btn.dropdown-toggle.disabled.btn-light {
    background-color: #e4e7ea;
    opacity: 1;
}

/****************************************
* CARD MODFIFY VIEW
******************************************/
input#card-valid.switch-input.invalid:not(:checked) ~ .switch-slider{
    opacity: .9;
    border: 1px solid #f86c6b;
    color: #f86c6b;
    background-color: #f86c6b;
}

input#card-valid.switch-input.invalid:not(:checked) ~ .switch-slider::before {
    border: 1px solid #f86c6b;
}
input#card-valid.switch-input.invalid:not(:checked) ~ .switch-slider::after {
    color: white;
}

/****************************************
* DOCUMENTATION
******************************************/
/**main container background**/
main#documentation {
    background-color: #ffffff !important;
}
/**card in an accordion**/
main#documentation .accordion >.card {
    margin-bottom: 0 !important;
}

/**
* NAV TAB VERTICALK LEFT REWRITE BY CORE UI
**/
main#documentation .nav-tabs-boxed.nav-tabs-boxed-left, .nav-tabs-boxed.nav-tabs-boxed-right {
    display: -ms-flexbox !important;
    display: flex !important;
}
html:not([dir=rtl]) main#documentation .nav {
    padding-left: 0 !important;
}

main#documentation .tab-pane.active {
    padding-top: 0;
}
main#documentation #documentation .tab-content {
    border: 0 !important;
}
/****************************************
* EMAIL APP
******************************************/

/**test menu BAL**/
.navbar-nav.casom-mailboxes li a.active {
    background-color: #20a8d8 !important;
    color: white !important;
    font-weight: 700;
}
.navbar-nav.casom-mailboxes li a:hover {
    background-color: #20a8d8 !important;
    color: white !important;
}


.email-app {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    background: #fff;
    border: 1px solid #c8ced3
}

.email-app nav {
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    padding: 1rem;
    border-right: 1px solid #c8ced3
}

.email-app nav .btn-block {
    margin-bottom: 15px
}

.email-app nav .nav {
    -ms-flex-direction: column;
    flex-direction: column
}

.email-app nav .nav-item {
    position: relative
}

.email-app nav .nav-link {
    color: #23282c;
    border-bottom: 1px solid #c8ced3
}

.email-app nav .nav-link i {
    width: 20px;
    margin: 0 10px 0 0;
    font-size: 14px;
    text-align: center
}

.email-app nav .nav-link .badge {
    float: right;
    margin-top: 4px;
    margin-left: 10px
}

.email-app main {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    padding: 1rem
}

.email-app .inbox .toolbar {
    padding-bottom: 1rem;
    border-bottom: 1px solid #c8ced3
}

.email-app .inbox .messages {
    padding: 0;
    list-style: none
}

.email-app .inbox .message {
    position: relative;
    padding: 1rem 1rem 1rem 2rem;
    cursor: pointer;
    border-bottom: 1px solid #c8ced3
}

.email-app .inbox .message:hover {
    background: #f0f3f5
}

.email-app .inbox .message .actions {
    position: absolute;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.email-app .inbox .message .actions .action {
    width: 2rem;
    margin-bottom: .5rem;
    color: #c8ced3;
    text-align: center
}

.email-app .inbox .message a {
    color: #000
}

.email-app .inbox .message a:hover {
    text-decoration: none
}

.email-app .inbox .message.unread .header,.email-app .inbox .message.unread .title {
    font-weight: 700
}

.email-app .inbox .message .header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: .5rem
}

.email-app .inbox .message .header .date {
    margin-left: auto
}

.email-app .inbox .message .title {
    margin-bottom: .5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.email-app .inbox .message .description {
    font-size: 12px
}

.email-app .message .toolbar {
    padding-bottom: 1rem;
    border-bottom: 1px solid #c8ced3
}

.email-app .message .details .title {
    padding: 1rem 0;
    font-weight: 700
}

.email-app .message .details .header {
    display: -ms-flexbox;
    display: flex;
    padding: 1rem 0;
    margin: 1rem 0;
    border-top: 1px solid #c8ced3;
    border-bottom: 1px solid #c8ced3
}

.email-app .message .details .header .avatar {
    width: 40px;
    height: 40px;
    margin-right: 1rem
}

.email-app .message .details .header .from {
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 12px;
    color: #73818f
}

.email-app .message .details .header .from span {
    display: block;
    font-weight: 700
}

.email-app .message .details .header .date {
    margin-left: auto
}

.email-app .message .details .attachments {
    padding: 1rem 0;
    margin-bottom: 1rem;
    border-top: 3px solid #f0f3f5;
    border-bottom: 3px solid #f0f3f5
}

.email-app .message .details .attachments .attachment {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    margin: .5rem 0;
    font-size: 12px
}

.email-app .message .details .attachments .attachment .badge {
    margin: 0 .5rem;
    line-height: inherit
}

.email-app .message .details .attachments .attachment .menu {
    margin-left: auto
}

.email-app .message .details .attachments .attachment .menu a {
    padding: 0 .5rem;
    font-size: 14px;
    color: #c8ced3
}

@media(max-width: 767.98px) {
    .email-app {
        -ms-flex-direction:column;
        flex-direction: column
    }

    .email-app nav {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

@media(max-width: 575.98px) {
    .email-app .message .header {
        -ms-flex-flow:row wrap;
        flex-flow: row wrap
    }

    .email-app .message .header .date {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}



@keyframes spinner-border {
      to { transform: rotate(360deg); }
    } 
    .spinner-border{
        display: inline-block;
        width: 2rem;
        height: 2rem;
        vertical-align: text-bottom;
        border: .25em solid currentColor;
        border-right-color: transparent;
        border-radius: 50%;
        -webkit-animation: spinner-border .75s linear infinite;
        animation: spinner-border .75s linear infinite;
    }
    .spinner-border-sm{
        height: 1rem;
        border-width: .2em;
    }


/****************************************
* DONATIONS
******************************************/
form#form-contacts-cards {
    display: inline;
}
/****************************************
* ALL SCREEN MEDIA QUERIES (RESPONSIVE)
******************************************/

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
   
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/
@media (min-width: 1025px) and (max-width: 1280px) {

}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
  
}


/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
 
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

	 /**FORM INPUT ROW BOTTOM MARGIN**/
	.form-group.row .input-group:not(:last-child) {
	    margin-bottom: 1rem;
	}
	.table-responsive-sm {
		display: inline-table;
	}
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

/* 
  #Datatable media query viewport

@media (max-width: 575.98px){

}
*/


/**@media (min-width: 320px) and (max-width: 480px) {**/
@media screen and (min-width: 300px) and (max-width: 481px){
  
}

/** Small device: ex. Iphone 4**/
@media screen and (max-width: 340px){

}