/**
 *
 * Apply Here your Custom CSS
 *
*/

.select2-container + select {
    position:absolute;
    display: block !important;
    visibility: hidden;
    height: 1px;
    /* margin-left: 10px; */
    margin-top: -14px;
    z-index: -1 !important;
}

.bodyColor {
    background: #FCFCFC !important;
}

.headerColor {
    background: #C2E04A;
}

body, header {
    font-color: black;
    font-family: MV Boli;
    color:black;
}

p {
    font-size: 14px;
}

.text-green {
    color: #00a651 !important;
}

.text-blue {
    color: #385898 !important;
}

.text-orange {
    color: #ffa812 !important;
}

.text-grey, .text-gray {
    color: gray !important;
}

.text-gray:hover {
    color: #818da2 !important;
}

.text-black
{
    color: black !important;
}

.input-group-addon {
    background-color: inherit !important;
    color: #0E76A8 !important;
}

.panel-title {
    font-size:16px !important;
    /* font-weight: bold !important; */
    color: #385898;
}

.box-body {
    font-size: 16px !important;
    word-wrap: break-word;
}

.boxPlaceholder {
    height: 46px;
    margin-bottom: 17px;
    border: 1px green solid;
    background-color: white;
    -webkit-box-shadow: 0px 0px 10px #888;
    -moz-box-shadow: 0px 0px 10px #888;
    box-shadow: 0px 0px 10px #888;
}

.modal-center {
    top: 50%;
    transform: translateY(-50%);
}

.diapoImg {
    min-height: 220px;
}

.flecheG, .flecheD {
    font-size:x-large;
    position: absolute;
    top: 12px;
    cursor:pointer;
    background: rgba(194, 224, 74, 0.5);
    padding: 17px 0;
    z-index: 2;
}

@media only screen and (max-device-width:400px) {
    .toast-message {
        max-width: 62%;
    }
}

@media only screen and (min-device-width:768px) {
    .flecheG, .flecheD {
        padding: 53px 0;
    }
}

@media only screen and (min-device-width:1280px) {
    .flecheG, .flecheD {
        padding: 78px 0;
    }
}

@media only screen and (min-device-width:1440px) {
    .flecheG, .flecheD {
        padding: 17% 0;
    }
}

@media only screen and (min-device-width:1920px) {
    .flecheG, .flecheD {
        padding: 150px 0;
    }
}

.flecheG:hover, .flecheD:hover {
    background: rgba(194, 224, 74, 1);
}

.flecheD {
    right: -24px;
}

.flecheG {
    left: -24px;
}

.QcmChoixLabel {
    margin-left: 10px;
    display: inline;
    font-weight: inherit;
}

/* Permet de supprimer les filtres qui s'appliquent à l'autocomplètion (autofill) */
input {
  filter: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px whitesmoke inset !important;
}

/* Custom du fileinput  */
.kv-file-content, .file-preview-video {
    height: 100px !important;
    width: auto !important;
    display: flex;
}

.file-input-ajax-new * {
    max-height: 200px !important;
}

.file-drop-zone-title {
    padding: 0 !important;
}

.file-thumbnail-footer {
    display: none;
}
/* Fin custom fileinput */

@media only screen and (max-device-width:480px) {

    /* Rajoutes une marge en mode mobile à tous les col-sm-6 d'un form-group sauf le dernier (possède déjà la marge du form-group) */
    .form-group>.col-sm-6:not(:last-child) {
        margin-bottom: 15px;
    }

}

.select2-container .select2-choice > .select2-chosen {
    white-space: normal;
    height: 31px !important;
}

.datatable {
    color : #1b1a1a !important;
}

.not-allowed
{
    cursor: not-allowed;
    /* color: lightcoral!important; */
}

.allowed
{
    color: lightgreen!important;
}

.readOnly {
    pointer-events: none;
    opacity : 0.6;
}

.toast-top-center {
    top: 65px;
}


/* Code setFlash */
.message
{
    text-align: center;
    font-size: 18px;
    padding: 15px;
    margin-bottom: 17px;
    border: 1px solid transparent;
    border-radius: 10px;
}
.success
{
    background-color: #99b798;
    border-color: #b4e8a8;
    color: #0d2f0d;
}
.info
{
    background-color: #c5e8f7;
    border-color: #a6e8f3;
    color: #2c7ea1;
}
.warning
{
    background-color: #ffefa4;
    border-color: #ffd78a;
    color: #574802;
}
.error
{
    background-color: #ffc9c9;
    border-color: #ffafbd;
    color: #ac1818;
}
/* Fin code setFlash */

.textfontsize16
{
    font-size: 16px;
}

/* Code user profil */
#profile-image1
{
    cursor: pointer;
    width: 100px;
    height: 100px;
	border:2px solid #03b1ce ;
}

.tital
{
    color: black;
    font-size:16px;
    font-weight:500;
    margin-bottom: 20px;
}
.bot-border
{
    border-bottom:1px #f8f8f8 solid;
    margin:5px 0  5px 0;
}
/* Fin code user profil */
th.th8c94ff
{
    background-color: #8c94ff!important;
    color: black!important;
}

table.table-striped
{
    /* background-color: #c0c5ff; */
    background-color: white;
    color: black;
}

.table-center th, .table-center td {
    text-align:center;
    padding : 0 !important;
    height : 25px;
    max-height: 25px;
}

.table-center td:first-child {
    text-align: center;
    vertical-align: middle;
}

.calendar-td {
    width:300px;
    max-width: 300px;

}

.calendar-th {
    min-width: 300px;
}

.btn-calendar {
    word-wrap: break-word;
    width: 50px;
    max-width: 50px;
    height:25px;
    padding:2px !important;
    vertical-align: top;
    display : inline-grid;
}

.datetimepicker {
    z-index:99999  !important;
}

.label1 {
    display: contents;
}

.form-control::placeholder, label {
    color: #7f7f80;
}

.select-page {
    width: 25%;
}

@media only screen and (min-device-width:480px) {
    #header-menu {
        padding: 0 150px;
    }
}

@media only screen and (max-device-width:480px) {

    .input-group1 {
        margin-bottom:15px;
    }

    .tableLigne td, .tableLigneFacture td {
        display: block;
        width: 100% !important;
        max-width: 100% !important;
        text-align: center;
    }

    .tableLigne, .tableLigneFacture {
        width: 100%;
    }


  .mobile table, .mobile tbody, .mobile tr, .mobile td {
    display: block;
    width: auto !important;
  }


    .hidden-mobile {
        display: none;
    }

    .keep-mobile {
        width: 30%;
    }

    .btn-addline {
        width: 100%;
    }

    .select-page {
        width: 50%;
    }

    .width-to-80 {
        width: 80%;
    }
}


.title-wiki {
	font-size: 36px;
	color: #0c455d;
}

.body-wiki {
    font-size: 16px;
    margin-top: 55px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
	overflow-wrap: break-word;
	color: black;
}

.edit-img {
	width: 20px;
	margin-top: 2em;
}

.block-info {
	display: inline-block;
}

td {
	font-size: 16px;
}

.btn {
	font-size: 14px;
}

th {
	text-align: center;
	font-size: 14px;
}

.link-tab {
    font-size: 14px !important;
}


.logo-login {
    width: 360px;
}

.welcome-txt {
    font-size: 1em;
    color: white;
}

.edit-wiki {
    margin-top: 35px;
}

@media screen and (min-width: 1200px) {
    .pas-disponible span {
        margin-left:-250px;
    }
}

@media screen and (max-width: 1200px) {
    .head-agenda .btn {
        margin-bottom: 10px;
    }
    .pas-disponible span {
        margin-left:-300px;
    }
}

@media screen and (max-width: 1100px) {
    .head-agenda .btn {
        margin-bottom: 10px;
    }
    .pas-disponible span {
        margin-left:-400px;
    }
}


@media screen and (min-width: 800px) {
    .check-sendmail {
        margin-right: 98px;
    }
}

@media screen and (max-width: 800px) {
    div .fc-toolbar h2 {
        margin-top: 20px;
    }
    .check-sendmail {
        margin-left: 0px;
    }

    .checkbox-mail {
        padding-left: 5px !important;
    }

    .pas-disponible span {
        margin-left: 0px;
    }
}

@media screen and (max-width: 700px) {
    .pas-disponible span {
        margin-left: -100px;
    }
}

@media screen and (min-width: 599px) and (max-width: 799px) {

    .check-sendmail {
        margin-right: 5px;
    }
    /* .pas-disponible span {
        margin-left:-350px;
    } */
}


@media screen and (max-width: 500px) {
    .logo-login {
        width: 250px;
    }

    .edit-wiki {
        margin-top: 5px;
    }
    .pas-disponible span {
        top: -50px;
    }
}

@media screen and (max-width: 250px) {
    .logo-login {
        width: 150px;
    }
    .welcome-txt {
        font-size: 0.8em;
        color: white;
        color: rgb(116, 116, 116);
    }
}

@media screen and (max-width: 150px) {
    .logo-login {
        width: 80px;
    }
}

.icon-collapse {
    color: #aaabae;
}

.modal.fade textarea {                                              /* Description dans le modal Ajout RDV*/
    /* height: 150px; */
}

input[class=form-control][type=checkbox]
{
  -ms-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  display: inline;
}

.entypo-help-circled span {
    position:absolute;
    margin-top:23px;
    margin-left:-35px;
    background-color: #EFEFEF;
    color: black;
    font-weight: 600;
    box-shadow: 0.6px 0.6px 2px 2px rgb(216, 216, 216);
    padding:15px;
    border-radius:2px;
    transform:scale(0) rotate(-12deg);
    transition:all .25s;
    opacity: 0;
    z-index: 10000;
}


.entypo-help-circled:hover span, .entypo-help-circled:focus span{
    transform:scale(1) rotate(0);
    opacity: 1;
}

.pas-disponible span {
    position:absolute;
    margin-top:35px;
    background-color: #EFEFEF;
    color: black;
    font-weight: 600;
    box-shadow: 0.6px 0.6px 2px 2px rgb(216, 216, 216);
    padding:15px;
    border-radius:2px;
    transform:scale(0) rotate(-12deg);
    transition:all .25s;
    opacity: 0 !important;
    z-index: 16777271 !important;
}

.pas-disponible:hover span, .pas-disponible:focus span {
    transform:scale(1) rotate(0);
    opacity: 1 !important;
}

a .fc-time-grid-event .fc-v-event .fc-event .fc-start .fc-end .fc-draggable .fc-resizable {
    margin-left: 1px !important;
    margin-right: 1px !important;
}

.select-light {
    margin-bottom: 1em;
    padding: .25em;
    border: 0;
    border-bottom: 2px solid currentcolor;
    font-weight: bold;
    letter-spacing: .15em;
    border-radius: 0;
    outline: none;
    &:focus, &:active {
      outline: 0;
      border-bottom-color: black;
    }
}

.pas-disponible, .pas-disponible:hover {
    filter: grayscale(1);
}

.tooltip-inner {
    background-color: #EFEFEF;
    color: black;
    font-size: 14px;
    padding: 15px 30px;
    box-shadow: 0.6px 0.6px 2px 2px rgb(216, 216, 216);
    /* opacity: 1 !important; */
}

.tooltip.top .tooltip-arrow {
    border-top-color: #005389;
    /* opacity: 1 !important; */
}

.pref-select {
    font-size: 14px;
    text-align: center;
}

/* .popover {
    width: 300px !important;
    top: 0px !important;
}

.tooltip {
    width: 300px !important;
    top: 0px !important;
} */

/* .devis span {
    margin-top: 5px;
    margin-bottom: 5px;
} */

.my-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/* Sur les grands écrans, on limite la largeur du contenu */
@media (min-width: 1370px){
    .my-container {
        width: 1370px;
    }
}

.my-panel {
    background-color: rgb(245, 245, 245);
}

.devis-classique {
    /* background-color: #002f65; */
    border-color: rgb(25, 144, 193);
}

.btn-devis-classique {
    background-color: rgb(25, 144, 193);
    border-color: rgb(25, 144, 193);
    font-size: 18px;
}

.btn-devis-preview, .btn-devis-preview:active, .btn-devis-preview:focus, .btn-devis-preview:hover {
    background-color: rgb(116, 151, 148);
    border-color: rgb(116, 151, 148);
    font-size: 18px;
}

.btn-devis-classique:active,
.btn-devis-classique:focus,
.btn-devis-classique:hover {
    background-color: rgb(25, 144, 193) !important;
    border-color: rgb(25, 144, 193) !important;
}


.btn-devis-formule {
    background-color: #e8b51b;
    border-color: #e8b51b;
    font-size: 18px;
}

.btn-devis-formule:active,
.btn-devis-formule:focus,
.btn-devis-formule:hover {
    background-color: #e8b51b !important;
    border-color: #e8b51b !important;
}

.devis-formule {
    background-color: #e8b51b;
}

.editInfos {
    text-decoration: underline;
    cursor: pointer;
}

.select2-opt {
    font-size: 16px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

/* .cc-selector input{
    margin:0;padding:0;
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
} */

.cc-selector input:active +.radio-cc{opacity: .9;}
.cc-selector input:checked +.radio-cc{
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
}



.radio-cc{
    cursor:pointer;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:100px;height:130px;
    /* -webkit-transition: all 100ms ease-in;
       -moz-transition: all 100ms ease-in;
            transition: all 100ms ease-in;
    -webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
       -moz-filter: brightness(1.8) grayscale(1) opacity(.7);
            filter: brightness(1.8) grayscale(1) opacity(.7); */
}
/* .radio-cc:hover{
    -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
       -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
            filter: brightness(1.2) grayscale(.5) opacity(.9);
} */



.switch-box{
	height: 0;
	width: 0;
	visibility: hidden;
}

.switch-label {
	cursor: pointer;
	text-indent: -9999px;
	width: 50px;
	height: 25px;
	background: grey;
	/* display: block; */
	border-radius: 25px;
	position: relative;
}

.switch-label:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 2.5px;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 22.5px;
	transition: 0.3s;
}

.switch-box:checked + label {
	background: #bada55;
}

.switch-box:checked + label:after {
	left: calc(100% - 2px);
	transform: translateX(-100%);
}

.switch-label:active:after {
	width: 32.5px;
}

.collapse-icon h4:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
    margin-right: 25px;
    color: white;
 }

.collapse-icon.collapsed h4:before{
     -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
     transform: rotate(-90deg);
 }




/* fieldset, label { margin: 0; padding: 0; }
body{ margin: 20px; }
h1 { font-size: 1.5em; margin: 10px; } */

/****** Style Star Rating Widget *****/

.rating {
  border: none;
  float: left;
}

.rating > input { display: none; }
.rating > label:before {
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before {
  content: "\f089";
  position: absolute;
}

.rating > label {
  color: #ddd;
 float: right;
}


.rating2 {
    border: none;
    float: left;
  }

  .rating2 > input { display: none; }
  .rating2 > label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
  }

  .rating2 > .half:before {
    content: "\f089";
    position: absolute;
  }

  .rating2 > label {
    color: #ddd;
   float: right;
  }

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  }
.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  }


.rating2 > input:checked ~ label,
.rating2:not(:checked) > label:hover,
.rating2:not(:checked) > label:hover ~ label { color: #FFD700;  }
.rating2 > input:checked + label:hover,
.rating2 > input:checked ~ label:hover,
.rating2 > label:hover ~ input:checked ~ label,
.rating2 > input:checked ~ label:hover ~ label { color: #FFED85;  }

.textarea-formule {
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
}
