@media all and (-ms-high-contrast:none)
     {
     .foo { color: green } /* IE10 */
     *::-ms-backdrop, .foo { color: red } /* IE11 */
	 
     }
	 
@font-face {
    font-family: 'robotoregular';
    src: url('bootstrap/fonts/Roboto-Regular-webfont.eot');
    src: url('bootstrap/fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('bootstrap/fonts/Roboto-Regular-webfont.woff2') format('woff2'),
         url('bootstrap/fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('bootstrap/fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('bootstrap/fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
	 

body {
    color: #212529;
	background-color: #292929;
  /*   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif!important; */
   /*font-family: "robotoregular"!important;*/
	font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif!important;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 13px;
	/* height:initial!important; */
	min-height:100%!important;
}

.libdate {
	color: white;
    text-align: right;
}

.BTN-info, .BTN-success, .BTN-Warning, .BTN-Danger {
	/*line-height: 27px!important;*/
	font-size: 1em;
}


.btnlikea {
	background: none!important;
	border: none;
	padding: 0!important;
	color: #337ab7;
	cursor: pointer;
	text-align: left;
}

.btnlikea:hover {
	color: #23527c;
    text-decoration: underline;
}

/*=====================================*/
/*============CONNEXION================*/
/*=====================================*/
form[name="PAGE_LOGIN_BOOTSTRAP"] input{ 
	margin-bottom: 5px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield;
}


.form-signin-heading {
	text-align: center;
}
.form-signin input[type="text"] {
	margin-bottom: 5px;
}
.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.form-signin .form-control {
	position: relative;
	font-size: 16px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	height: auto;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.vertical-offset-100 {
	padding-top: 100px;
}

.vertical-offset-40 {
	padding-top: 10%;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
	margin: auto;
}
form[name="PAGE_LOGIN_BOOTSTRAP"] .panel, form[name="PAGE_DECONNEXION"] .panel  {
	margin-top:0px;
	margin-bottom: 20px;
	background-color: rgba(255, 255, 255, 0.75);
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

/*=====================================*/
/*============CONNEXION================*/
/*=====================================*/

#M1 > tbody > tr > td.M1 {
	background-image:none!important;
	background-color: rgba(255, 255, 255, 0.57)!important;
}

.wbOptionAvecSousMenu {
	height: 100%;
}

.wbMenuOption, .WDMenuOption{
	/* height: 100%!important;*/
}

.clear {
	clear:both;
}

#page {border:none!important;}

.nav-tabs {    background-color: #E8E8E8;}

.Attention-2 {
  font-size: 17px!important;
  color: #FFFFFC!important;
  vertical-align: middle;
  background-color: rgba(231, 76, 60, 0.61);
  padding: 20px 0!important;
  margin: 0 auto!important;
  box-shadow: 1px 1px 70px rgba(0, 0, 0, 0.58)!important;
  z-index:99999!important;
}

.ui-dialog {
    z-index: 9999 !important;
}
.table {
    font-size: 12px;
    background-color: #fff;
	width:100%!important;
	border-bottom: 1px solid #ddd;
}
.tablescroll td,
.tablescroll_wrapper,
.tablescroll_head,
.tablescroll_foot {
    border: 1px solid #ccc;
}
.table td {
    padding: 3px 5px;
}

.table tbody tr td {
	vertical-align: middle;
}

.table > thead > tr > th {
	text-align: center!important;
    font-size: 14px;
	line-height: initial!important;
}

/* 
.table tbody tr:hover {
    background-color: #34495e!important;
    color: #FFF;
}
.table tbody tr:hover a {
    color: #FFF!important;
} */
.tablescroll_wrapper {
    border-left: 0;
}
.tablescroll_head {
    font-size: 1em;
    font-weight: bold;
    background-color: #6D6C6D;
    border-left: 0;
    border-top: 0;
    color: white;
}

.tablescroll_head thead tr th{
padding: 6px 0px;
}

.table thead td {
    border-right: 0;
    border-bottom: 0;
}
.table tbody td {
    border-right: 0;
    border-bottom: 0;
    /* cursor: pointer; */
}
.table tbody tr.first td {
    border-top: 0;
}
.tablescroll_foot {
    font-weight: bold;
    background-color: #eee;
    border-left: 0;
    border-top: 0;
    margin-top: 3px;
}
.table tfoot td {
    border-right: 0;
    border-bottom: 0;
}


.table thead{
	width: 28px;
    color: #fff;
    background-color: #337ab7;
}

.table thead tr th{
	vertical-align: middle;
}

table.tabrisque tbody tr th {
	border: 1px solid #253444;
    background-color: #337ab7;
    color: white;
    text-align: center;
    vertical-align: middle;
}


/* Information blocks */
/* 
.info {
    padding: 5px;
    font-weight: bold;
    display: inline-block;
    background: #999;
    border-radius: 3px;
    color: #fff;
    margin: 5px auto 0;
    text-align: center;
}
.info_success {
    background: #2ecc71;
}
.info_warning {
    background: #f39c12
}
.info_important {
    background: #e74c3c
}
.info_info {
    background: #3498db
}
.info_white {
    background: #1ABC9C;
}
.info-indent {
    margin: 5px 15px 15px 0;
    float: left;
    min-width: 100px;
    text-align: center;
} */


.panel-default {
/* opacity: 0.9; */
margin-top:30px;
}
.form-group.last { margin-bottom:0px; }


/* ========================   client-dashboard
==============================================
*/
.client-dashboard .panel-default{
	margin-top:0px;
}

.client-dashboard .row {
  display: flex;
  flex-wrap: wrap;
}
.client-dashboard .col-md-4 {
  display: flex;
  flex-direction: column;
}

.elivia {
	color:white;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.24);
  font-size:70px;
}
.elivia span{
  color: #ec121e;
}

.vertical-align {
    display: flex;
    align-items: center;
}

#tablefonds .dropdown-menu .dropdown-item, .client-dashboard .dropdown-menu .dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  color: #333;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
  cursor: pointer;
}

#tablefonds .dropdown-menu .dropdown-item:hover,
#tablefonds .dropdown-menu .dropdown-item:focus,
.client-dashboard .dropdown-menu .dropdown-item:hover,
.client-dashboard .dropdown-menu .dropdown-item:focus {
  color: #262626;
  background-color: #f5f5f5;
  text-decoration: none;
}

#tablefonds .dropdown-menu .dropdown-item:disabled,
.client-dashboard .dropdown-menu .dropdown-item:disabled {
  color: #999;
  cursor: not-allowed;
  background-color: transparent;
}


/* ==================================================================
Preloader
================================================================== */

.spinner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #292929;
    z-index: 9999;
}
.cube1,
.cube2 {
    background-color: #ffffff;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    -webkit-animation: cubemove 1.8s infinite ease-in-out;
    animation: cubemove 1.8s infinite ease-in-out;
}
.cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner h2 {
	color: white;
}

#closespinner {color: #292929;
    width: 100px;
	height:20px;
    display: block;
    margin: 0 auto;}



@-webkit-keyframes cubemove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5)
    }
    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
    }
    75% {
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5)
    }
    100% {
        -webkit-transform: rotate(-360deg)
    }
}
@keyframes cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(0.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }
    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    }
    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }
    75% {
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }
    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}
/* ==================================================================
Loader 
================================================================== */
#waitscreen {
   display: none;
   position: fixed;
    z-index: 99999;
    background-color: rgba(51, 122, 183, 0.9);
    border-radius: 100px;
    width: 200px;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    top: 40%;
    height: 200px;
}

#waitscreen h2{
	color: white;
    position: absolute;
    top: 38%;
    left: 0;
    right: 0;
	font-size: 19px;
}

.loader {
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 60px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease;
  animation: load6 1.7s infinite ease;
}
@-webkit-keyframes load6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, 0 -0.83em 0 -0.42em #ffffff, 0 -0.83em 0 -0.44em #ffffff, 0 -0.83em 0 -0.46em #ffffff, 0 -0.83em 0 -0.477em #ffffff;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, 0 -0.83em 0 -0.42em #ffffff, 0 -0.83em 0 -0.44em #ffffff, 0 -0.83em 0 -0.46em #ffffff, 0 -0.83em 0 -0.477em #ffffff;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, -0.087em -0.825em 0 -0.42em #ffffff, -0.173em -0.812em 0 -0.44em #ffffff, -0.256em -0.789em 0 -0.46em #ffffff, -0.297em -0.775em 0 -0.477em #ffffff;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, -0.338em -0.758em 0 -0.42em #ffffff, -0.555em -0.617em 0 -0.44em #ffffff, -0.671em -0.488em 0 -0.46em #ffffff, -0.749em -0.34em 0 -0.477em #ffffff;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, -0.377em -0.74em 0 -0.42em #ffffff, -0.645em -0.522em 0 -0.44em #ffffff, -0.775em -0.297em 0 -0.46em #ffffff, -0.82em -0.09em 0 -0.477em #ffffff;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, 0 -0.83em 0 -0.42em #ffffff, 0 -0.83em 0 -0.44em #ffffff, 0 -0.83em 0 -0.46em #ffffff, 0 -0.83em 0 -0.477em #ffffff;
  }
}
@keyframes load6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, 0 -0.83em 0 -0.42em #ffffff, 0 -0.83em 0 -0.44em #ffffff, 0 -0.83em 0 -0.46em #ffffff, 0 -0.83em 0 -0.477em #ffffff;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, 0 -0.83em 0 -0.42em #ffffff, 0 -0.83em 0 -0.44em #ffffff, 0 -0.83em 0 -0.46em #ffffff, 0 -0.83em 0 -0.477em #ffffff;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, -0.087em -0.825em 0 -0.42em #ffffff, -0.173em -0.812em 0 -0.44em #ffffff, -0.256em -0.789em 0 -0.46em #ffffff, -0.297em -0.775em 0 -0.477em #ffffff;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, -0.338em -0.758em 0 -0.42em #ffffff, -0.555em -0.617em 0 -0.44em #ffffff, -0.671em -0.488em 0 -0.46em #ffffff, -0.749em -0.34em 0 -0.477em #ffffff;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, -0.377em -0.74em 0 -0.42em #ffffff, -0.645em -0.522em 0 -0.44em #ffffff, -0.775em -0.297em 0 -0.46em #ffffff, -0.82em -0.09em 0 -0.477em #ffffff;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, 0 -0.83em 0 -0.42em #ffffff, 0 -0.83em 0 -0.44em #ffffff, 0 -0.83em 0 -0.46em #ffffff, 0 -0.83em 0 -0.477em #ffffff;
  }
}

/* ==================================================================
Loader 
================================================================== */


.content-wrapper {
    margin-top: 40px;
    min-height: 600px;
    padding-bottom: 60px;
}

.page-head-line {
    font-weight: 900;
    padding-bottom: 20px;
    border-bottom: 2px solid #F0677C;
    text-transform: uppercase;
    color: #F0677C;
    font-size: 20px;
    margin-bottom: 40px;
}

span.page-head-line {
	display:block;
	width:100%;
	margin-bottom: 0px;
}

/* =============================================================
   HEADER SECTION STYLES
 ============================================================ */
header {
    /* background-color: #005088; */
    color: #fff;
    padding: 0px;
    text-align: right;
}

header h1.elivia {
  margin: 0px;

}

.subheader {
background-color: #474747;
color:white;
position: relative;
min-height: 50px;
margin-bottom: 20px;
border: 1px solid transparent;
padding:10px;
}

.footer {
background-color: #474747;
color:white;
padding:0 15px;
}

/* =============================================================
   LOGO SECTION STYLES
 ============================================================ */
.left-div {
    padding-left: 30px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.navbar-brand {
    width: 250px;
    padding-top: 30px;
}

/* USER SETTINGS DIV */
.user-settings-wrapper .nav > li > a {
    position: relative;
    display: block;
    padding: 15px 18px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    height: 60px;
    width: 60px;
    background-color: #F0677C;
    color: #fff;
}

.user-settings-wrapper {
    margin-top: 10px;
}

    .user-settings-wrapper li {
        display: inline-block;
    }

    .user-settings-wrapper .dropdown-settings {
        width: 200px;
        padding: 10px;
    }

    .user-settings-wrapper .nav > li > a:hover,.user-settings-wrapper .nav > li > a:focus {
        text-decoration: none;
        background-color: #C36464!important;
    }

    .user-settings-wrapper img {
        height: 64px;
        width: 64px;
        border: 1px solid #000000;
    }

    .user-settings-wrapper .dropdown-menu {
        margin: 0px;
        border-radius: 0px!important;
        -moz-border-radius: 0px!important;
        -webkit-border-radius: 0px!important;
    }

    .user-settings-wrapper .btn {
        border-radius: 0px!important;
        -moz-border-radius: 0px!important;
        -webkit-border-radius: 0px!important;
    }

    .user-settings-wrapper .media-heading {
        padding-top: 10px;
    }

/* MENU LINKS SECTION*/

.menu-section {
    background-color: #3D3D3D;
}

#menu-top a {
    color: #FFF;
    text-decoration: none;
    font-weight: 500;
    padding: 10px 10px 10px 10px;
    text-transform: uppercase;
}

.menu-top-active {
    background-color: #C36464;
}

.menu-section .nav > li > a:hover,.menu-section .nav > li > a:focus {
    background-color: #F0677C!important;
}

.menu-section .dropdown-menu > li > a:hover,.menu-section .dropdown-menu > li > a:focus {
    background-color: #F0677C!important;
}

.navbar-inverse {
    background-color: #C36464;
    border-color: transparent;
}

.navbar-toggle {
    background-color: #F0677C;
    border: 1px solid #fff;
}

.navbar {
    margin-bottom: 0px;
}


.large {
  display: inline-block;
  padding: 6px 12px;
    font-size: 14px;

}


span.prix {
  background-color: #337ab7;
  display: inline-block;
  padding: 6px 3px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

span.prix2 {
	font-size: 100%!important;
  font-weight: 400!important;
}

sub {
display: block;font-size: 0.8em;
padding:2px 0;
  bottom: -0.7em;

}

.panel-heading .label { 
	font-size: 14px;
	font-weight:400;
}


.panel-body .btn { 
	margin: 0 1px 5px;
}

.btnwebdev {
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
    width: auto!important;
    height: auto!important;
	z-index: 2!important;
    margin-left: -1px!important;
}

.bootstrap-dialog {
  /* dialog types */
  /**
     * Icon animation
     * Copied from font-awesome: http://fontawesome.io/
     **/
  /** End of icon animation **/
}
.bootstrap-dialog .modal-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.bootstrap-dialog .bootstrap-dialog-title {
  color: #fff;
  display: inline-block;
  font-size: 16px;
}
.bootstrap-dialog .bootstrap-dialog-message {
  font-size: 14px;
}
.bootstrap-dialog .bootstrap-dialog-button-icon {
  margin-right: 3px;
}
.bootstrap-dialog .bootstrap-dialog-close-button {
  font-size: 20px;
  float: right;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
.bootstrap-dialog .bootstrap-dialog-close-button:hover {
  cursor: pointer;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.bootstrap-dialog.type-default .modal-header {
  background-color: #fff;
}
.bootstrap-dialog.type-default .bootstrap-dialog-title {
  color: #333;
}
.bootstrap-dialog.type-info .modal-header {
  background-color: #5bc0de!important;
}
.bootstrap-dialog.type-primary .modal-header {
  background-color: #428bca!important;
}
.bootstrap-dialog.type-success .modal-header {
  background-color: #5cb85c!important;
}
.bootstrap-dialog.type-warning .modal-header {
  background-color: #f0ad4e!important;
}
.bootstrap-dialog.type-danger .modal-header {
  background-color: #d9534f!important;
}
.bootstrap-dialog.size-large .bootstrap-dialog-title {
  font-size: 24px;
}
.bootstrap-dialog.size-large .bootstrap-dialog-close-button {
  font-size: 30px;
}
.bootstrap-dialog.size-large .bootstrap-dialog-message {
  font-size: 18px;
}
.bootstrap-dialog .icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.dialog-full-height .modal-dialog {
    margin: 30px auto;
    height: calc(100vh - 60px);
}

.dialog-full-height .modal-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.dialog-full-height .modal-header {
    border-bottom: none;
    flex-shrink: 0;
}

.dialog-full-height .modal-body {
    flex: 1;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

.dialog-full-height .bootstrap-dialog-body,
.dialog-full-height .bootstrap-dialog-message {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    padding: 0 !important;
    margin: 0 !important;
}

.dialog-full-height .iframe-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}

.dialog-full-height iframe {
    flex: 1;
    width: 100%;
    border: 0;
    display: block;
}

.dialog-full-height .pdfviewer {
	height:100%!important;
}


.bootstrap-dialog-close-button button.close {
	font-size: 21px;
}

/* TABLEAU */

#DataTable {
	width:100%!important;
	
}

.dataTable .badge {
	line-height:initial!important;
} 

div.dataTables_wrapper div.dataTables_info {
	background-color: rgba(255, 255, 255, 0.45);
    padding: 8px;
	margin-bottom: 4px;
}

#myTable {
	margin: 0 auto;
}

.listeappels {} .listeappels ul {
    padding: 0;
}
.listeappels ul li {
    display: block;
    background-color: #FFF;
    margin: 2px 4px;
    padding: 4px;
    text-align: left;
}
.listeappels ul li.sub {} .listeappels ul li span.date {
    font-weight: bold;
    border-right: 1px solid #E4E4E4;
    padding: 0 4px;
}
.listeappels ul li span.heure {
    border-right: 1px solid #E4E4E4;
    padding: 0 4px;
}
.listeappels ul li span.operateur {
    padding: 0 4px;
    font-style: italic;
    color: #ADADAD;
    border-right: 1px solid #E4E4E4;
}
.listeappels ul li span.nom {
    font-weight: bold;
    border-right: 1px solid #E4E4E4;
    padding: 0 4px;
    text-transform: uppercase;
}
.listeappels ul li a {
    color: #6D6E71;
    float: left;
    padding-right: 4px;
    margin-top: -2px;
}
.listeappels ul li span.rappel,
.listeappels ul li span.ok,
.listeappels ul li span.ko,
.listeappels ul li span.delete {
    display: block;
    height: 18px;
    width: 18px;
    float: left;
}
.listeappels ul li span.rappel {
    background-color: #ecf0f1;
}
.listeappels ul li span.delete {
    background-color: #e74c3c;
}
.listeappels ul li span.error {
    border: 1px solid red;
    margin-right: -2px;
}
.listeappels ul li span.ok {
    background-color: #2ecc71;
    color: white;
}
.listeappels ul li span.ko {
    background-color: #e67e22;
    color: white;
}
.listeappels ul li span.refus {
    background-color: #c0392b;
    color: white;
}
.listeappels ul li span.fiche {
    background-color: #2c3e50;
    color: white;
    margin: -2px 4px 0 0;
    float: left;
    line-height: 20px;
    min-width: 20px;
    text-align: center;
    font-weight: bold;
    border-radius: 9px;
}
.listeappels ul li span.appel {
    background-color: #DBDBDB;
    color: #4D4D4D;
    margin: -2px 4px 0 0;
    float: left;
    line-height: 20px;
    min-width: 20px;
    text-align: center;
    font-weight: bold;
    border-radius: 9px;
}
.listeappels table td.sub {} .listeappels thead th {
    padding: 5px;
    border: 1px solid white;
    background-color: #B85A25;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    vertical-align: middle;
}
.listeappels tfoot td {
    padding: 5px;
    border: 1px solid #FFF;
    background-color: #7f8c8d;
    font-weight: bold;
    color: #FFF;
    vertical-align: middle;
    text-align: center;
}
.listeappels tr {
    vertical-align: middle;
    background-color: #FFF;
    margin: 2px 4px;
    padding: 4px;
    height: 35px;
}
.listeappels tr.disabled {
    background-color: #DDD!important;
}
.listeappels tr.encours {
    background-color: #2980b9!important;
    color: #FFF;
}
.listeappels tr.encours a {
    color: #FFF;
}
.listeappels tr.read {
    background-color: #ecf0f1;
}
.listeappels tr.lastfiche {
    box-shadow: 1px 1px 10px #000000;
}
.listeappels tr.odd {
    background-color: #FAFAFA;
}
.listeappels tbody tr:hover {
    background-color: #34495e!important;
    color: #FFF;
}
.listeappels table tr td {
    vertical-align: middle;
	padding: 0 15px;
}
.listeappels table td.date {
    font-weight: bold;
    padding: 0 4px;
}
.listeappels table td.heure {
    padding: 0 4px;
}
.listeappels table td.operateur {
    padding: 0 4px;
    font-style: italic;
    color: #ADADAD;
}
.listeappels table td.nom {
    font-weight: bold;
    padding: 0 4px;
    text-transform: uppercase;
}
.listeappels table td a {
    color: #6D6E71;
    float: left;
    padding-right: 4px;
    margin-top: -2px;
}
/*.listeappels table  td.rappel,.listeappels table  td.attente,.listeappels table  td.ok,.listeappels table  td.nonreponse,.listeappels table  td.repondeur,.listeappels table  td.ko,.listeappels table  td.delete{display:block;height:25px;width:100%;border: none;}*/

.listeappels table td.repondeur {
    background-color: #ecf0f1;
}
.listeappels table td.nonreponse {
    background-color: #DCDDDD;
}
.listeappels table td.attente {
    background-color: #f1c40f;
}
.listeappels table td.rappel {
    background-color: #ecf0f1;
}
.listeappels table td.delete {
    background-color: #e74c3c;
}
.listeappels table td.error {
    border: 1px solid red;
    box-sizing: border-box;
    height: 35px;
}
.listeappels table td.ok {
    background-color: #2ecc71;
    color: white;
}
.listeappels table td.ko {
    background-color: #e67e22;
    color: white;
}
.listeappels table td.refus {
    background-color: #c0392b;
    color: white;
}
.listeappels table td.fiche,
.listeappels table td.fiche a {
    background-color: #B85A25;
    color: white;
    text-align: center;
    font-weight: bold;
}
.listeappels table td.appel {
    background-color: #34495e;
    color: white;
    text-align: center;
    font-weight: bold;
}
/* TABLEAU */


/* FORMULAIRE */
.formfiche {} .formfiche label {
    text-align: left;
    font-weight: bold;
    font-size: 0.9em;
    padding: 2px 0;
	display: block;
}
.formfiche label.required {
    color: #e74c3c;
}
.formfiche label i {
    color: #6d6e71;
    float: right;
    font-weight: 300;
}
.formfiche input[type="text"] {
    width: 60%;
}
.formfiche input[type="checkbox"] {
    width: auto;
	margin: 3px;
}
.formfiche textarea {
    width: 80%;
    height: 80px!important;
}
.formfiche label span {
    display: inline-block;
    width: 20%;
    vertical-align: middle;
}
.formfiche select {
    width: 60%;
}

.Datepicker  {
width: 80px!important;
}


.copyright {
	margin: 0;
    padding: 0;
    margin-top: -20px;
    font-size: 15px;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}

.boxshadowdiv {
	box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.42);
}
.boxshadowtop {
	 box-shadow: 0 -10px 14px -11px rgba(0, 0, 0, 0.7);
}

.label-as-badge {
    border-radius: 1em;
	font-size: 14px;
}

.input-error {
    border-color: rgb(231, 76, 60)!important;
    background-color: rgb(255, 228, 225)!important;
}

 div.input-error {
 border: 1px solid rgb(231, 76, 60)!important;
 }
 
 
.input-error:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(231,76,60,.6)!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(231,76,60,.6)!important;
}


input[type="text"].input-obligatoire {
    border-color: rgb(60, 105, 231)!important;
    background-color: #dfddf3!important
}

input[type="text"].input-obligatoire:focus {
   -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(60, 105, 231,.6)!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(60, 105, 231,.6)!important;
}


.hidde-div {
	display : none;
}

.dialog-full .modal-dialog{
	width : 90%;
	height : 90%;
}

@media (min-width: 768px) {
	.dialog-full .modal-dialog{
		 margin: 30px auto;
	}
	
}

@media (max-width: 768px) {
	.dialog-full .modal-dialog{
		 margin: 10px auto;
	}
	
}

@media (min-width:768px) { 
	.dialog-middle .modal-dialog{
		width : 70%;
		height : 90%;
	}
}


select:disabled, select[readonly], input[readonly], textarea[readonly], input[disabled], .selectize-input.disabled  {
	cursor: not-allowed!important;
	background-color: #E8E8E8!important
}
.selectize-input.disabled  {
	opacity: 1!important;
}

.barreBleu {
	padding-left: 10px;
    border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.32);
}

.barreBleu2 >table>tbody>tr>td, td.barreBleu2 {
	padding-left: 10px;
    border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.32);
	background-color:rgb(52, 152, 219);
}

.barreBleu2 {
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    vertical-align: middle;
	font-size: 14px;
}

.barreBleu3 {
	background-color: #3498DB;
    padding: 2px 0px 3px 10px;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.32);
    font-size: 15px;
    color: #ffffff;
    line-height: 1.400000;
    font-weight: bold;
}

.barreBleu4 {
	background-color: #70bdf1;
    padding: 2px 0px 3px 10px;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.32);
    font-size: 14px;
    color: #ffffff;
    line-height: 1.400000;
    font-weight: bold;
	margin: 0 0 6px 0;
}

.shadowed  {
	    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.32);
	z-index:61!important;
}

body > form[name="PAGE_FICHE_OFFRE"] #M13 > tbody > tr > td > table > tbody > tr:nth-child(2) > td > table {
	background-color: rgba(255, 255, 255, 0.57);
    margin-top: 10px!important;
    margin-bottom: 20px!important;
    /*border: 1px solid #E6E6E6;*/
}
.fondtransparant {
	background-color: rgba(255, 255, 255, 0.57);
    margin-top: 10px!important;
    margin-bottom: 20px!important;
	
}

ul.WDSousMenu > li:first-child ul > li > a {
	
	box-shadow: 0px 6px 9px -3px rgba(0, 0, 0, 0.22) inset;	
}


.wbLienMenu:focus {
	color: #FFFFFF;
    text-decoration: none;
    background-color: #205786;
}

.WDMenuOptionHover, .WDMenuOption {
    /*height: 45px!important; */
}
table > tbody > tr.WDOngletOptionB > td > div > table {
	margin-top: -1px;
    box-shadow: 0px 6px 9px -3px rgba(0, 0, 0, 0.22) inset;	
	
}

.WDMenuOptionHover, .WDMenuOption {
		height:35px;
}
/* div.WDSousOnglet table {
	margin-top: -1px;
    box-shadow: 0px 6px 9px -3px rgba(0, 0, 0, 0.22) inset;
} */

.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#fff}.toast-message a:hover{color:#ccc;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#fff;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}button.toast-close-button{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999;pointer-events:none}#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#toast-container>div{position:relative;pointer-events:auto;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;-moz-box-shadow:0 0 12px #999;-webkit-box-shadow:0 0 12px #999;box-shadow:0 0 12px #999;color:#fff;opacity:.9;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);filter:alpha(opacity=90)}#toast-container>:hover{-moz-box-shadow:0 0 12px #000;-webkit-box-shadow:0 0 12px #000;box-shadow:0 0 12px #000;opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:300px;margin-left:auto;margin-right:auto}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin-left:auto;margin-right:auto}.toast{background-color:#030303}.toast-success{background-color:#51a351}.toast-error{background-color:#bd362f}.toast-info{background-color:#2f96b4}.toast-warning{background-color:#f89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}}



.fade.active.in {
	display:block!important;
}
.tab-pane.fade {
	display:none;
}

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 7.3px 0 7.3px 3px;

}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 11.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: rgba(48, 113, 169, 0.78);
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 1.4px 1.4px 6.2px #000031, 0px 0px 1.4px #00004b;
  border: 1.8px solid #000000;
  height: 26px;
  width: 26px;
  border-radius: 15px;
  background: #969696;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7.5px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: rgba(54, 126, 189, 0.78);
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 11.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: rgba(48, 113, 169, 0.78);
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1.4px 1.4px 6.2px #000031, 0px 0px 1.4px #00004b;
  border: 1.8px solid #000000;
  height: 26px;
  width: 26px;
  border-radius: 15px;
  background: #969696;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 11.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: rgba(42, 100, 149, 0.78);
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: rgba(48, 113, 169, 0.78);
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 1.4px 1.4px 6.2px #000031, 0px 0px 1.4px #00004b;
  border: 1.8px solid #000000;
  height: 26px;
  width: 26px;
  border-radius: 15px;
  background: #969696;
  cursor: pointer;
  height: 11.4px;
}
input[type=range]:focus::-ms-fill-lower {
  background: rgba(48, 113, 169, 0.78);
}
input[type=range]:focus::-ms-fill-upper {
  background: rgba(54, 126, 189, 0.78);
}



/* Fullcalendar */
/*!
 * FullCalendar v1.6.4 Stylesheet
 * Docs & License: http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
 */

.fc-state-hover,a.fc-event{text-decoration:none}.fc-button-next .fc-text-arrow,.fc-button-prev .fc-text-arrow,.fc-grid .fc-event-time{font-weight:700}.fc{direction:ltr;text-align:left}.fc table{border-collapse:collapse;border-spacing:0}.fc-agenda table,table.fc-border-separate{border-collapse:separate}.fc table,html .fc{font-size:1em}.fc td,.fc th{padding:0;vertical-align:top}.fc-header td{white-space:nowrap}.fc-header-left{width:25%;text-align:left}.fc-header-center{text-align:center}.fc-header-right,.fc-rtl .fc-event{text-align:right}.fc-header-right{width:25%}.fc-event-inner,.fc-view{width:100%;overflow:hidden}.fc-header-title{display:inline-block;vertical-align:top}.fc-header-title h2{margin-top:0;white-space:nowrap}.fc .fc-header-space{padding-left:10px}.fc-header .fc-button{margin-bottom:1em;vertical-align:top;margin-right:-1px}.fc-header .fc-corner-right,.fc-header .ui-corner-right{margin-right:0}.fc-header .fc-state-hover,.fc-header .ui-state-hover{z-index:2}.fc-header .fc-state-down{z-index:3}.fc-header .fc-state-active,.fc-header .ui-state-active{z-index:4}.fc-content{clear:both;zoom:1}.fc-widget-content,.fc-widget-header{border:1px solid #ddd}.fc-state-highlight{background:#fcf8e3}.fc-cell-overlay{background:#bce8f1;opacity:.3;filter:alpha(opacity=30)}.fc-button{position:relative;display:inline-block;padding:0 .6em;overflow:hidden;height:1.9em;line-height:1.9em;white-space:nowrap;cursor:pointer}.fc-state-default{border:1px solid;background-color:#f5f5f5;background-image:-moz-linear-gradient(top,#fff,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);background-image:linear-gradient(to bottom,#fff,#e6e6e6);background-repeat:repeat-x;border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);color:#333;text-shadow:0 1px 1px rgba(255,255,255,.75);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)}.fc-state-default.fc-corner-left{border-top-left-radius:4px;border-bottom-left-radius:4px}.fc-state-default.fc-corner-right{border-top-right-radius:4px;border-bottom-right-radius:4px}.fc-text-arrow{margin:0 .1em;font-size:2em;font-family:"Courier New",Courier,monospace;vertical-align:baseline}.fc-button .fc-icon-wrap{position:relative;float:left;top:50%}.fc-button .ui-icon{position:relative;float:left;margin-top:-50%}.fc-state-active,.fc-state-disabled,.fc-state-down,.fc-state-hover{color:#333;background-color:#e6e6e6}.fc-state-hover{color:#333;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear}.fc-state-active,.fc-state-down{background-color:#ccc;background-image:none;outline:0;box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)}.fc-state-disabled{cursor:default;background-image:none;opacity:.65;filter:alpha(opacity=65);box-shadow:none}.fc-event-container>*{z-index:8}.fc-event-container>.ui-draggable-dragging,.fc-event-container>.ui-resizable-resizing{z-index:9}.fc-event{border:1px solid #3a87ad;background-color:#3a87ad;color:#fff;font-size:.85em;cursor:default}.fc-agenda-days .fc-agenda-axis,.fc-border-separate td.fc-last,.fc-border-separate th.fc-last{border-right-width:1px}.fc-agenda-slots tr.fc-slot0 td,.fc-agenda-slots tr.fc-slot0 th,.fc-border-separate tbody tr.fc-first td,.fc-border-separate tbody tr.fc-first th{border-top-width:0}.fc-event-draggable,a.fc-event{cursor:pointer}.fc-agenda-days th,.fc-grid th{text-align:center}.fc-event-inner{height:100%}.fc-event-time,.fc-event-title{padding:0 1px}.fc .ui-resizable-handle{display:block;position:absolute;z-index:99999;overflow:hidden;font-size:300%;line-height:50%}.fc-event-hori{border-width:1px 0;margin-bottom:1px}.fc-ltr .fc-event-hori.fc-event-start,.fc-rtl .fc-event-hori.fc-event-end{border-left-width:1px;border-top-left-radius:3px;border-bottom-left-radius:3px}.fc-ltr .fc-event-hori.fc-event-end,.fc-rtl .fc-event-hori.fc-event-start{border-right-width:1px;border-top-right-radius:3px;border-bottom-right-radius:3px}.fc-event-hori .ui-resizable-e{top:0!important;right:-3px!important;width:7px!important;height:100%!important;cursor:e-resize}.fc-event-hori .ui-resizable-w{top:0!important;left:-3px!important;width:7px!important;height:100%!important;cursor:w-resize}.fc-border-separate td,.fc-border-separate th{border-width:1px 0 0 1px}.fc-border-separate tr.fc-last td,.fc-border-separate tr.fc-last th{border-bottom-width:1px}.fc .fc-week-number{width:22px;text-align:center}.fc .fc-week-number div{padding:0 2px}.fc-grid .fc-day-number{float:right;padding:0 2px}.fc-grid .fc-other-month .fc-day-number{opacity:.3;filter:alpha(opacity=30)}.fc-grid .fc-day-content{clear:both;padding:2px 2px 1px}.fc-rtl .fc-grid .fc-day-number{float:left}.fc-rtl .fc-grid .fc-event-time{float:right}.fc-agenda .fc-agenda-axis{width:50px;padding:0 4px;vertical-align:middle;text-align:right;white-space:nowrap;font-weight:400}.fc-agenda .fc-week-number{font-weight:700}.fc-agenda .fc-day-content{padding:2px 2px 1px}.fc-agenda-days .fc-col0{border-left-width:0}.fc-agenda-allday th{border-width:0 1px}.fc-agenda-allday .fc-day-content{min-height:34px}.fc-agenda-divider-inner{height:2px;overflow:hidden}.fc-widget-header .fc-agenda-divider-inner{background:#eee}.fc-agenda-slots th{border-width:1px 1px 0}.fc-agenda-slots td{border-width:1px 0 0;background:0 0}.fc-agenda-slots td div{height:20px}.fc-agenda-slots tr.fc-minor td,.fc-agenda-slots tr.fc-minor th{border-top-style:dotted}.fc-event-vert{border-width:0 1px}.fc-event-vert.fc-event-start{border-top-width:1px;border-top-left-radius:3px;border-top-right-radius:3px}.fc-event-vert.fc-event-end{border-bottom-width:1px;border-bottom-left-radius:3px;border-bottom-right-radius:3px}.fc-event-vert .fc-event-time{white-space:nowrap;font-size:10px}.fc-event-vert .fc-event-inner{position:relative;z-index:2}.fc-event-vert .fc-event-bg{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;background:#fff;opacity:.25;filter:alpha(opacity=25)}.fc .ui-draggable-dragging .fc-event-bg,.fc-select-helper .fc-event-bg{display:none\9}.fc-event-vert .ui-resizable-s{bottom:0!important;width:100%!important;height:8px!important;overflow:hidden!important;line-height:8px!important;font-size:11px!important;font-family:monospace;text-align:center;cursor:s-resize}
 
 .ui-autocomplete {
	 z-index:99999;
 }
 

 
/*  table th {font-weight:bold!important;text-align: center!important;} */
 
 table tfoot tr td {font-weight:bold!important;text-align: center!important;}
 
 table tfoot {border-top: 2px solid #DDDDDD;}
 
 #liste-bnf .label,  #liste-bnf2 .label  {
	font-size: 1em;
    font-weight: normal;  
 }

 
 .badge-propo {
    padding: 4px;
    font-size: 12px;
    font-weight: bold;
    margin: 1px;
    float: left;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: sub;
    border-radius: 3px;
 } 
 
 .badge-propo:hover {
	 text-decoration: none;
 }
 
 
 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #9E9E9E; font-style: initial;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #9E9E9E;      font-style: initial;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #9E9E9E;    font-style: initial;
}
:-moz-placeholder { /* Firefox 18- */
  color: #9E9E9E;    font-style: initial;
}


.datepicker2 {width: 80%!important;}
.ui-datepicker-trigger {cursor: pointer;}
#ui-datepicker-div {z-index:20!important;}


/* input[type="text"]:hover {padding: 6px!important;} */


.btn-upload {cursor: pointer;}
.indent-left {    padding-left: 5px;}

.file-preview-image {
	width:100%!important;
	height:100%;
}

.file-preview-frame {
  position: relative;
  width: 90%!important;
  height: 270px!important;
  /*height: 200px!important;*/
  overflow: hidden;
  padding:0!important;
}

.custom-frame-initial {
	height: 200px!important;
}

.custom-frame-initial img{
	top: 35%!important;
}

.file-preview-frame img{
	position: absolute;
	left: 50%;
	top: 30%;
	height: 70%;
	width: auto;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.file-footer {
	    position: absolute;
    bottom: 0;
    width: 100%;
}

.file-title {    
	background-color: #337AB7;
   /*  padding: 4px 0; */
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.32);
    color: white;
    font-size: 1.1em;
    text-transform: uppercase;
	margin-bottom:4px;
	text-align: center;
	height: 44px;
	 display: table;
    width: 100%;
}

.file-title span {   
    height: 44px;
    display: table-cell;
    vertical-align: middle;
}
	
	
.file-object {
	 width: 90%!important;
	 height:140px;
}	

.file-preview-other {
	display: block!important; 
    text-align: center;
    width: 100px!important; 
    border-radius: 0px!important; 
	border:none!important; 
    height: 130px;
    color: white;
    background-color: #337AB7;
    margin: 0 auto;
    left: 50%;
    text-align: center;
}

.file-preview-other .file-icon-4x{
	

    margin-top: 20%;
    padding-top: 30%;
    display: block;
}


.file-preview-initial, .overlay-object {
	cursor: pointer;
	cursor: -webkit-zoom-in;
}

.file-drop-zone {
	margin: 0px!important; 
    padding: 0px!important; 
	border: 1px dashed #5D5D5D!important; 
}

.file-drop-zone-title {
	color: #5D5D5D!important; 
    font-size: 30px!important; 
    padding: 52px 10px!important; 
}

.filedownload {
	padding-top:20%;
	display:block;
	height:139px;
}

.file-preview-error {
 border: 2px solid red!important;
}


table tr.current {    background-color: #ECF0F4!important;}

.wbSelecteurInterrupteur * {
	    font-weight: 300;
}



/*=================BLOG=====================*/
.blog-content {
	background-color: rgba(255, 255, 255, 0.72);
	padding: 1px 10px;
	margin-top: 10px;
}

.post {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.post .post-header {
    margin-bottom: 20px;
}
.post .post-header .post-meta, .post .post-header .post-meta a, .post-meta a {
    color: #aaa;
    font-size: 12px;
}
.post-entry {
    margin-bottom: 28px;
}
.post-entry p {
    line-height: 23px;
    margin-bottom: 18px;
	font-style: initial;
	font-size: 14px;
}

.trumbowyg-textarea {
	min-height:400px!important;
	height:400px!important;
}


#contenu.trumbowyg-textarea {
	min-height:400px!important;
	height:400px!important;
}
.trumbowyg-box, .trumbowyg-editor {
	width:100%!important;
}
.post.disabled {
	    color: rgba(128, 128, 128, 0.71)!important;
    background-color: rgba(128, 128, 128, 0.34);
    box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.35);
    padding: 2px 10px;
}
.jodit .jodit_dialog_box .active {
	z-index:999999!important;
}


/*=================BLOG=====================*/



.listeproduits {
	background-color: white;
}

.listeproduits .produit{
	position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.listeproduits .produit:hover{
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}

.listeproduits .produit:first-child{
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.listeproduits .produit:last-child{
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
/* @media (max-width:770px) { 
	.listeproduits a{
		margin-top: 4px;
	}
 } */
 

.listeproduits a{
	margin-top: 4px;
}

.pdfviewer {
	width: 100%;
    overflow-x: hidden;
    height: 600px;
}
.pdfviewer img{
	margin: 8px auto;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.29);
    display: block;
	max-width:98%;
}




@media (min-width:768px) { 
	.nopadding {
	   padding: 0 !important;
	   margin: 0 !important;
	}
	
	.nopadding-left {
		padding-right:15px;
		padding-left:0px;
	}
	
	.paddingright {
		padding-right:5px!important;
	}
}

@media (max-width:768px) { 
	.nopadding {
	   padding: 0 !important;
	   margin: 0 !important;
	}
	
	.nopadding-left {
		padding: 0 !important;
		margin: 0 !important;
	}
}
 
 
.form_title {
	font-size: 20px;
	text-transform: uppercase;
	color: #464646;
	background: rgb(238, 238, 238);
	padding: 4px 5px;
	text-align: center;
}

.garantie_ass {
    font-weight: bold;
    position: absolute;
    top: 6px;
    right: 100px;
    text-decoration: underline;
    font-size: 1.2em;
}

.garantie_titre {
	font-size: 1.5em;
    text-decoration: underline;
    padding-bottom: 4px;
    font-weight: bold;
}



/* FLAG */
.flagstrap{display:inline-block;position:relative;width:100%;vertical-align:middle}.flagstrap-icon{display:inline-block;width:16px;height:11px;background:url(flags.png) no-repeat}.flagstrap-icon.flagstrap-ad{background-position:-16px 0}.flagstrap-icon.flagstrap-ae{background-position:-32px 0}.flagstrap-icon.flagstrap-af{background-position:-48px 0}.flagstrap-icon.flagstrap-ag{background-position:-64px 0}.flagstrap-icon.flagstrap-ai{background-position:-80px 0}.flagstrap-icon.flagstrap-al{background-position:-96px 0}.flagstrap-icon.flagstrap-am{background-position:-112px 0}.flagstrap-icon.flagstrap-an{background-position:-128px 0}.flagstrap-icon.flagstrap-ao{background-position:-144px 0}.flagstrap-icon.flagstrap-ar{background-position:-160px 0}.flagstrap-icon.flagstrap-as{background-position:-176px 0}.flagstrap-icon.flagstrap-at{background-position:-192px 0}.flagstrap-icon.flagstrap-au{background-position:-208px 0}.flagstrap-icon.flagstrap-aw{background-position:-224px 0}.flagstrap-icon.flagstrap-az{background-position:-240px 0}.flagstrap-icon.flagstrap-ba{background-position:0 -11px}.flagstrap-icon.flagstrap-bb{background-position:-16px -11px}.flagstrap-icon.flagstrap-bd{background-position:-32px -11px}.flagstrap-icon.flagstrap-be{background-position:-48px -11px}.flagstrap-icon.flagstrap-bf{background-position:-64px -11px}.flagstrap-icon.flagstrap-bg{background-position:-80px -11px}.flagstrap-icon.flagstrap-bh{background-position:-96px -11px}.flagstrap-icon.flagstrap-bi{background-position:-112px -11px}.flagstrap-icon.flagstrap-bj{background-position:-128px -11px}.flagstrap-icon.flagstrap-bm{background-position:-144px -11px}.flagstrap-icon.flagstrap-bn{background-position:-160px -11px}.flagstrap-icon.flagstrap-bo{background-position:-176px -11px}.flagstrap-icon.flagstrap-br{background-position:-192px -11px}.flagstrap-icon.flagstrap-bs{background-position:-208px -11px}.flagstrap-icon.flagstrap-bt{background-position:-224px -11px}.flagstrap-icon.flagstrap-bv{background-position:-240px -11px}.flagstrap-icon.flagstrap-bw{background-position:0 -22px}.flagstrap-icon.flagstrap-by{background-position:-16px -22px}.flagstrap-icon.flagstrap-bz{background-position:-32px -22px}.flagstrap-icon.flagstrap-ca{background-position:-48px -22px}.flagstrap-icon.flagstrap-catalonia{background-position:-64px -22px}.flagstrap-icon.flagstrap-cd{background-position:-80px -22px}.flagstrap-icon.flagstrap-cf{background-position:-96px -22px}.flagstrap-icon.flagstrap-cg{background-position:-112px -22px}.flagstrap-icon.flagstrap-ch{background-position:-128px -22px}.flagstrap-icon.flagstrap-ci{background-position:-144px -22px}.flagstrap-icon.flagstrap-ck{background-position:-160px -22px}.flagstrap-icon.flagstrap-cl{background-position:-176px -22px}.flagstrap-icon.flagstrap-cm{background-position:-192px -22px}.flagstrap-icon.flagstrap-cn{background-position:-208px -22px}.flagstrap-icon.flagstrap-co{background-position:-224px -22px}.flagstrap-icon.flagstrap-cr{background-position:-240px -22px}.flagstrap-icon.flagstrap-cu{background-position:0 -33px}.flagstrap-icon.flagstrap-cv{background-position:-16px -33px}.flagstrap-icon.flagstrap-cw{background-position:-32px -33px}.flagstrap-icon.flagstrap-cy{background-position:-48px -33px}.flagstrap-icon.flagstrap-cz{background-position:-64px -33px}.flagstrap-icon.flagstrap-de{background-position:-80px -33px}.flagstrap-icon.flagstrap-dj{background-position:-96px -33px}.flagstrap-icon.flagstrap-dk{background-position:-112px -33px}.flagstrap-icon.flagstrap-dm{background-position:-128px -33px}.flagstrap-icon.flagstrap-do{background-position:-144px -33px}.flagstrap-icon.flagstrap-dz{background-position:-160px -33px}.flagstrap-icon.flagstrap-ec{background-position:-176px -33px}.flagstrap-icon.flagstrap-ee{background-position:-192px -33px}.flagstrap-icon.flagstrap-eg{background-position:-208px -33px}.flagstrap-icon.flagstrap-eh{background-position:-224px -33px}.flagstrap-icon.flagstrap-england{background-position:-240px -33px}.flagstrap-icon.flagstrap-er{background-position:0 -44px}.flagstrap-icon.flagstrap-es{background-position:-16px -44px}.flagstrap-icon.flagstrap-et{background-position:-32px -44px}.flagstrap-icon.flagstrap-eu{background-position:-48px -44px}.flagstrap-icon.flagstrap-fi{background-position:-64px -44px}.flagstrap-icon.flagstrap-fj{background-position:-80px -44px}.flagstrap-icon.flagstrap-fk{background-position:-96px -44px}.flagstrap-icon.flagstrap-fm{background-position:-112px -44px}.flagstrap-icon.flagstrap-fo{background-position:-128px -44px}.flagstrap-icon.flagstrap-fr{background-position:-144px -44px}.flagstrap-icon.flagstrap-ga{background-position:-160px -44px}.flagstrap-icon.flagstrap-gb{background-position:-176px -44px}.flagstrap-icon.flagstrap-gd{background-position:-192px -44px}.flagstrap-icon.flagstrap-ge{background-position:-208px -44px}.flagstrap-icon.flagstrap-gf{background-position:-224px -44px}.flagstrap-icon.flagstrap-gg{background-position:-240px -44px}.flagstrap-icon.flagstrap-gh{background-position:0 -55px}.flagstrap-icon.flagstrap-gi{background-position:-16px -55px}.flagstrap-icon.flagstrap-gl{background-position:-32px -55px}.flagstrap-icon.flagstrap-gm{background-position:-48px -55px}.flagstrap-icon.flagstrap-gn{background-position:-64px -55px}.flagstrap-icon.flagstrap-gp{background-position:-80px -55px}.flagstrap-icon.flagstrap-gq{background-position:-96px -55px}.flagstrap-icon.flagstrap-gr{background-position:-112px -55px}.flagstrap-icon.flagstrap-gs{background-position:-128px -55px}.flagstrap-icon.flagstrap-gt{background-position:-144px -55px}.flagstrap-icon.flagstrap-gu{background-position:-160px -55px}.flagstrap-icon.flagstrap-gw{background-position:-176px -55px}.flagstrap-icon.flagstrap-gy{background-position:-192px -55px}.flagstrap-icon.flagstrap-hk{background-position:-208px -55px}.flagstrap-icon.flagstrap-hm{background-position:-224px -55px}.flagstrap-icon.flagstrap-hn{background-position:-240px -55px}.flagstrap-icon.flagstrap-hr{background-position:0 -66px}.flagstrap-icon.flagstrap-ht{background-position:-16px -66px}.flagstrap-icon.flagstrap-hu{background-position:-32px -66px}.flagstrap-icon.flagstrap-ic{background-position:-48px -66px}.flagstrap-icon.flagstrap-id{background-position:-64px -66px}.flagstrap-icon.flagstrap-ie{background-position:-80px -66px}.flagstrap-icon.flagstrap-il{background-position:-96px -66px}.flagstrap-icon.flagstrap-im{background-position:-112px -66px}.flagstrap-icon.flagstrap-in{background-position:-128px -66px}.flagstrap-icon.flagstrap-io{background-position:-144px -66px}.flagstrap-icon.flagstrap-iq{background-position:-160px -66px}.flagstrap-icon.flagstrap-ir{background-position:-176px -66px}.flagstrap-icon.flagstrap-is{background-position:-192px -66px}.flagstrap-icon.flagstrap-it{background-position:-208px -66px}.flagstrap-icon.flagstrap-je{background-position:-224px -66px}.flagstrap-icon.flagstrap-jm{background-position:-240px -66px}.flagstrap-icon.flagstrap-jo{background-position:0 -77px}.flagstrap-icon.flagstrap-jp{background-position:-16px -77px}.flagstrap-icon.flagstrap-ke{background-position:-32px -77px}.flagstrap-icon.flagstrap-kg{background-position:-48px -77px}.flagstrap-icon.flagstrap-kh{background-position:-64px -77px}.flagstrap-icon.flagstrap-ki{background-position:-80px -77px}.flagstrap-icon.flagstrap-km{background-position:-96px -77px}.flagstrap-icon.flagstrap-kn{background-position:-112px -77px}.flagstrap-icon.flagstrap-kp{background-position:-128px -77px}.flagstrap-icon.flagstrap-kr{background-position:-144px -77px}.flagstrap-icon.flagstrap-kurdistan{background-position:-160px -77px}.flagstrap-icon.flagstrap-kw{background-position:-176px -77px}.flagstrap-icon.flagstrap-ky{background-position:-192px -77px}.flagstrap-icon.flagstrap-kz{background-position:-208px -77px}.flagstrap-icon.flagstrap-la{background-position:-224px -77px}.flagstrap-icon.flagstrap-lb{background-position:-240px -77px}.flagstrap-icon.flagstrap-lc{background-position:0 -88px}.flagstrap-icon.flagstrap-li{background-position:-16px -88px}.flagstrap-icon.flagstrap-lk{background-position:-32px -88px}.flagstrap-icon.flagstrap-lr{background-position:-48px -88px}.flagstrap-icon.flagstrap-ls{background-position:-64px -88px}.flagstrap-icon.flagstrap-lt{background-position:-80px -88px}.flagstrap-icon.flagstrap-lu{background-position:-96px -88px}.flagstrap-icon.flagstrap-lv{background-position:-112px -88px}.flagstrap-icon.flagstrap-ly{background-position:-128px -88px}.flagstrap-icon.flagstrap-ma{background-position:-144px -88px}.flagstrap-icon.flagstrap-mc{background-position:-160px -88px}.flagstrap-icon.flagstrap-md{background-position:-176px -88px}.flagstrap-icon.flagstrap-me{background-position:-192px -88px}.flagstrap-icon.flagstrap-mg{background-position:-208px -88px}.flagstrap-icon.flagstrap-mh{background-position:-224px -88px}.flagstrap-icon.flagstrap-mk{background-position:-240px -88px}.flagstrap-icon.flagstrap-ml{background-position:0 -99px}.flagstrap-icon.flagstrap-mm{background-position:-16px -99px}.flagstrap-icon.flagstrap-mn{background-position:-32px -99px}.flagstrap-icon.flagstrap-mo{background-position:-48px -99px}.flagstrap-icon.flagstrap-mp{background-position:-64px -99px}.flagstrap-icon.flagstrap-mq{background-position:-80px -99px}.flagstrap-icon.flagstrap-mr{background-position:-96px -99px}.flagstrap-icon.flagstrap-ms{background-position:-112px -99px}.flagstrap-icon.flagstrap-mt{background-position:-128px -99px}.flagstrap-icon.flagstrap-mu{background-position:-144px -99px}.flagstrap-icon.flagstrap-mv{background-position:-160px -99px}.flagstrap-icon.flagstrap-mw{background-position:-176px -99px}.flagstrap-icon.flagstrap-mx{background-position:-192px -99px}.flagstrap-icon.flagstrap-my{background-position:-208px -99px}.flagstrap-icon.flagstrap-mz{background-position:-224px -99px}.flagstrap-icon.flagstrap-na{background-position:-240px -99px}.flagstrap-icon.flagstrap-nc{background-position:0 -110px}.flagstrap-icon.flagstrap-ne{background-position:-16px -110px}.flagstrap-icon.flagstrap-nf{background-position:-32px -110px}.flagstrap-icon.flagstrap-ng{background-position:-48px -110px}.flagstrap-icon.flagstrap-ni{background-position:-64px -110px}.flagstrap-icon.flagstrap-nl{background-position:-80px -110px}.flagstrap-icon.flagstrap-no{background-position:-96px -110px}.flagstrap-icon.flagstrap-np{background-position:-112px -110px}.flagstrap-icon.flagstrap-nr{background-position:-128px -110px}.flagstrap-icon.flagstrap-nu{background-position:-144px -110px}.flagstrap-icon.flagstrap-nz{background-position:-160px -110px}.flagstrap-icon.flagstrap-om{background-position:-176px -110px}.flagstrap-icon.flagstrap-pa{background-position:-192px -110px}.flagstrap-icon.flagstrap-pe{background-position:-208px -110px}.flagstrap-icon.flagstrap-pf{background-position:-224px -110px}.flagstrap-icon.flagstrap-pg{background-position:-240px -110px}.flagstrap-icon.flagstrap-ph{background-position:0 -121px}.flagstrap-icon.flagstrap-pk{background-position:-16px -121px}.flagstrap-icon.flagstrap-pl{background-position:-32px -121px}.flagstrap-icon.flagstrap-pm{background-position:-48px -121px}.flagstrap-icon.flagstrap-pn{background-position:-64px -121px}.flagstrap-icon.flagstrap-pr{background-position:-80px -121px}.flagstrap-icon.flagstrap-ps{background-position:-96px -121px}.flagstrap-icon.flagstrap-pt{background-position:-112px -121px}.flagstrap-icon.flagstrap-pw{background-position:-128px -121px}.flagstrap-icon.flagstrap-py{background-position:-144px -121px}.flagstrap-icon.flagstrap-qa{background-position:-160px -121px}.flagstrap-icon.flagstrap-re{background-position:-176px -121px}.flagstrap-icon.flagstrap-ro{background-position:-192px -121px}.flagstrap-icon.flagstrap-rs{background-position:-208px -121px}.flagstrap-icon.flagstrap-ru{background-position:-224px -121px}.flagstrap-icon.flagstrap-rw{background-position:-240px -121px}.flagstrap-icon.flagstrap-sa{background-position:0 -132px}.flagstrap-icon.flagstrap-sb{background-position:-16px -132px}.flagstrap-icon.flagstrap-sc{background-position:-32px -132px}.flagstrap-icon.flagstrap-scotland{background-position:-48px -132px}.flagstrap-icon.flagstrap-sd{background-position:-64px -132px}.flagstrap-icon.flagstrap-se{background-position:-80px -132px}.flagstrap-icon.flagstrap-sg{background-position:-96px -132px}.flagstrap-icon.flagstrap-sh{background-position:-112px -132px}.flagstrap-icon.flagstrap-si{background-position:-128px -132px}.flagstrap-icon.flagstrap-sk{background-position:-144px -132px}.flagstrap-icon.flagstrap-sl{background-position:-160px -132px}.flagstrap-icon.flagstrap-sm{background-position:-176px -132px}.flagstrap-icon.flagstrap-sn{background-position:-192px -132px}.flagstrap-icon.flagstrap-so{background-position:-208px -132px}.flagstrap-icon.flagstrap-somaliland{background-position:-224px -132px}.flagstrap-icon.flagstrap-sr{background-position:-240px -132px}.flagstrap-icon.flagstrap-ss{background-position:0 -143px}.flagstrap-icon.flagstrap-st{background-position:-16px -143px}.flagstrap-icon.flagstrap-sv{background-position:-32px -143px}.flagstrap-icon.flagstrap-sx{background-position:-48px -143px}.flagstrap-icon.flagstrap-sy{background-position:-64px -143px}.flagstrap-icon.flagstrap-sz{background-position:-80px -143px}.flagstrap-icon.flagstrap-tc{background-position:-96px -143px}.flagstrap-icon.flagstrap-td{background-position:-112px -143px}.flagstrap-icon.flagstrap-tf{background-position:-128px -143px}.flagstrap-icon.flagstrap-tg{background-position:-144px -143px}.flagstrap-icon.flagstrap-th{background-position:-160px -143px}.flagstrap-icon.flagstrap-tj{background-position:-176px -143px}.flagstrap-icon.flagstrap-tk{background-position:-192px -143px}.flagstrap-icon.flagstrap-tl{background-position:-208px -143px}.flagstrap-icon.flagstrap-tm{background-position:-224px -143px}.flagstrap-icon.flagstrap-tn{background-position:-240px -143px}.flagstrap-icon.flagstrap-to{background-position:0 -154px}.flagstrap-icon.flagstrap-tr{background-position:-16px -154px}.flagstrap-icon.flagstrap-tt{background-position:-32px -154px}.flagstrap-icon.flagstrap-tv{background-position:-48px -154px}.flagstrap-icon.flagstrap-tw{background-position:-64px -154px}.flagstrap-icon.flagstrap-tz{background-position:-80px -154px}.flagstrap-icon.flagstrap-ua{background-position:-96px -154px}.flagstrap-icon.flagstrap-ug{background-position:-112px -154px}.flagstrap-icon.flagstrap-um{background-position:-128px -154px}.flagstrap-icon.flagstrap-us{background-position:-144px -154px}.flagstrap-icon.flagstrap-uy{background-position:-160px -154px}.flagstrap-icon.flagstrap-uz{background-position:-176px -154px}.flagstrap-icon.flagstrap-va{background-position:-192px -154px}.flagstrap-icon.flagstrap-vc{background-position:-208px -154px}.flagstrap-icon.flagstrap-ve{background-position:-224px -154px}.flagstrap-icon.flagstrap-vg{background-position:-240px -154px}.flagstrap-icon.flagstrap-vi{background-position:0 -165px}.flagstrap-icon.flagstrap-vn{background-position:-16px -165px}.flagstrap-icon.flagstrap-vu{background-position:-32px -165px}.flagstrap-icon.flagstrap-wales{background-position:-48px -165px}.flagstrap-icon.flagstrap-wf{background-position:-64px -165px}.flagstrap-icon.flagstrap-ws{background-position:-80px -165px}.flagstrap-icon.flagstrap-ye{background-position:-96px -165px}.flagstrap-icon.flagstrap-yt{background-position:-112px -165px}.flagstrap-icon.flagstrap-za{background-position:-128px -165px}.flagstrap-icon.flagstrap-zanzibar{background-position:-144px -165px}.flagstrap-icon.flagstrap-zm{background-position:-160px -165px}.flagstrap-icon.flagstrap-zw{background-position:-176px -165px} 
/* FLAG */



/* MESSAGERIE */
.mailbox-messages {
    overflow: auto;
}

.mailbox-messages .col-title {
    text-transform: uppercase;
	font-weight: bold;
}

.unread-message .col-title {
	
}

.mailbox-topnav>.navbar-header {
    width: 200px;
}

#mailbox-wrapper {
    margin-left: 0;
    overflow: hidden;
}

.mailbox-nav>ul>li>.navbar-btn {
    margin-right: 10px;
}

.mailbox-nav>ul>li.checkall {
    display: none;
}

.mailbox-nav>ul>li.message-actions {
    margin-left: 15px;
}

.mailbox-nav>ul>li.message-label {
    display: none;
}

.mailbox-menu-title {
    margin-bottom: 10px;
    padding-left: 15px;
    text-transform: uppercase;
    font-size: 12px;
}

.checkbox-col {
    width: 35px;
    text-align: center;
}

.date-col {
    min-width: 100px;
    overflow: hidden;
    text-align: right;
}

.from-col {
    min-width: 170px;
    overflow: hidden;
}

.msg-col {
    min-width: 800px;
}

.unread-message {
    font-weight: bold;
	background-color: #cdd7e2!important;
}

.clickableRow:hover {
    cursor: pointer;
}

.message {
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.17);
    padding: 20px;
    border-radius: 10px;
	margin-bottom: 10px;
}

.message.odd {
	background-color: #cacaca;
	margin-left: 20px;
}
.message.even {
	background-color: #4CAF50;
	margin-right: 20px;
	color: white;
}


@media(min-width:865px) {
    .mailbox-topnav {
        margin-bottom: 10px;
    }

    .mailbox-sidenav {
        display: inherit;
        position: absolute;
        width: 200px;
    }

    #mailbox {
        width: 100%;
    }

    #mailbox-wrapper {
        margin-left: 200px;
        padding-left: 15px;
        min-height: 600px;
    }

    .mailbox-nav {
        display: inherit;
        padding-left: 10px;
    }

    .mailbox-nav>ul>li.message-actions {
        display: inherit;
        margin-left: inherit;
    }

    .mailbox-nav>ul>li.message-label {
        display: inherit;
    }

    .mailbox-nav>ul>li.checkall {
        display: inherit;
        margin-left: 11px;
        padding: 15px;
    }
}
/* MESSAGERIE */


.selectize-dropdown-content {
	background-color: white;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}


#formIdentite .form-group,.formIdentite .form-group,#formsociete .form-group{
	margin-bottom: 10px;
}
#formIdentite .panel,.formIdentite .panel, #formsociete .panel{
	margin-bottom: 0px;
	border: none;
	box-shadow:none;
}

#formIdentite .panel-body,.formIdentite .panel-body, #formsociete .panel-body{
	padding: 5px 0 0;
}

.formIdentite {
	background-color:white;
}

.norow {
	margin-right: -15px;
    margin-left: -15px;
}


select.selectized.input-error+div>div.selectize-input {
	border-color: rgb(231, 76, 60)!important;
    background-color: rgb(255, 228, 225)!important;
}

.btn-female {
    color: #fff;
    background-color: #d989e4;
    border-color: #a15bab;
}

.btn-female:hover {
    color: #fff;
    background-color: #8d4996;
    border-color: #7b3c84;
}

#formIdentite input[type="text"],#formDC input[type="text"] {
	text-transform:uppercase;
}

#formDC canvas{
	margin-bottom: 10px!important;
}

.controleradio {
	visibility: hidden;
	margin-left: 20px;
    padding: 6px;
}

.controleradio.input-error {
	visibility: initial;
}

#questionnaire_y95 .controleradio.input-error {
	display: block;
	margin-left:0!important;
	margin-top: 4px;
}


/*========================= STEP ===================================*/

.tabcontrol,.wizard{display:block;width:100%;/* overflow:hidden */}.tabcontrol a,.wizard a{outline:0}.tabcontrol ul,.wizard ul{list-style:none!important;padding:0;margin:0}.tabcontrol>.content>.body ul,.wizard>.content>.body ul{list-style:disc!important}.tabcontrol ul>li,.wizard ul>li{display:block;padding:0}.tabcontrol>.content>.title,.tabcontrol>.steps .current-info,.wizard>.content>.title,.wizard>.steps .current-info{position:absolute;left:-999em}.wizard>.steps{position:relative;display:block;width:100%}.wizard.vertical>.steps{display:inline;float:left;width:30%}.wizard>.steps .number{font-size:1.429em}.wizard>.steps>ul>li{width:20%}.wizard>.actions>ul>li,.wizard>.steps>ul>li{float:left}.wizard.vertical>.steps>ul>li{float:none;width:100%}.wizard>.steps a,.wizard>.steps a:active,.wizard>.steps a:hover{display:block;width:auto;margin:0 .5em .5em;padding:1em;text-decoration:none;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.wizard>.steps .disabled a,.wizard>.steps .disabled a:active,.wizard>.steps .disabled a:hover{background:#eee;color:#aaa;cursor:default}.wizard>.steps .current a,.wizard>.steps .current a:active,.wizard>.steps .current a:hover{background:#2184be;color:#fff;cursor:default}.wizard>.steps .done a,.wizard>.steps .done a:active,.wizard>.steps .done a:hover{background:#9dc8e2;color:#fff}.wizard>.steps .error a,.wizard>.steps .error a:active,.wizard>.steps .error a:hover{background:#FF9800;color:#fff}.wizard>.content{background:#eee;display:block;margin:.5em;min-height:35em;/* overflow:hidden; */position:relative;width:auto;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.wizard.vertical>.content{display:inline;float:left;margin:0 2.5% .5em;width:65%}.wizard>.content>.body{}.wizard>.content>.body ul>li{/*display:list-item*/}.wizard>.content>.body>iframe{border:0;width:100%;height:100%}.wizard>.content>.body input{display:block;border:1px solid #ccc}.wizard>.content>.body input[type=checkbox]{display:inline-block}.wizard>.content>.body input.error{background:#fbe3e4;border:1px solid #fbc2c4;color:#8a1f11}.wizard>.content>.body label{/*display:inline-block;margin-bottom:.5em*/}.wizard>.content>.body label.error{color:#8a1f11;display:inline-block;margin-left:1.5em}.wizard>.actions{position:relative;display:block;text-align:right;width:100%}.wizard.vertical>.actions{display:inline;float:right;margin:0 2.5%;width:95%}.wizard>.actions>ul{display:inline-block;text-align:right}.wizard>.actions>ul>li{margin:0 .5em}.wizard.vertical>.actions>ul>li{margin:0 0 0 1em}.wizard>.actions a,.wizard>.actions a:active,.wizard>.actions a:hover{background:#2184be;color:#fff;display:block;padding:.5em 1em;text-decoration:none;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.wizard>.actions .disabled a,.wizard>.actions .disabled a:active,.wizard>.actions .disabled a:hover{background:#eee;color:#aaa}.tabcontrol>.steps{position:relative;display:block;width:100%}.tabcontrol>.steps>ul{position:relative;margin:6px 0 0;top:1px;z-index:1}.tabcontrol>.steps>ul>li{float:left;margin:5px 2px 0 0;padding:1px;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;border-top-left-radius:5px;border-top-right-radius:5px}.tabcontrol>.steps>ul>li:hover{background:#edecec;border:1px solid #bbb;padding:0}.tabcontrol>.steps>ul>li.current{background:#fff;border:1px solid #bbb;border-bottom:0 none;padding:0 0 1px;margin-top:0}.tabcontrol>.steps>ul>li>a{color:#5f5f5f;display:inline-block;border:0;margin:0;padding:10px 30px;text-decoration:none}.tabcontrol>.steps>ul>li>a:hover{text-decoration:none}.tabcontrol>.steps>ul>li.current>a{padding:15px 30px 10px}.tabcontrol>.content{position:relative;display:inline-block;width:100%;height:35em;overflow:hidden;border-top:1px solid #bbb;padding-top:20px}.tabcontrol>.content>.body{float:left;position:absolute;width:95%;height:95%;padding:2.5%}.tabcontrol>.content>.body ul>li{display:list-item}
.nav-tabs button{padding: 10px 15px;}

.list-group-item {
	padding: 10px 15px!important;
}

#formDC .nav-tabs > li.active > a {
	background-color: #34495e;
	color: #fff;
}
.nav-tabs > li > a {
	border: 1px solid #ddd;
	border-bottom-color: #eeeeee;
	background-color: #95acc4;
    color: white;
}
.nav-tabs > li > a:hover {
	border-bottom-color: #eeeeee;
	background-color: #95acc4;
	color: #34495e;
}	

.nav-tabs > li > a:disabled {
	background-color: #9E9E9E;
}
.nav-tabs > li > a[disabled] {
	background-color: #9E9E9E;
}

.wizard>.content>.body h4, h4.likewizard{
	background-color: #2184be;
    color: white;
    padding: 6px;
    border-radius: 2px;
}

.wizard>.steps .disabled a, .wizard>.steps .disabled a:active, .wizard>.steps .disabled a:hover {
	background: #eee!important;
}

.wizard>.steps a {
    background: #c3daee;
    color: white;
}

.button-checkbox button.btn {
	margin-right: 4px;
	white-space: normal;
	text-align: justify;
}


#notreconseil table.table tr td {
    padding: 15px;
	text-align: center;
}

#notreconseil table.table th {
    background-color: #34495e;
    color: white;
    font-weight: bold;
	padding: 15px;
}

.mandat {
	background-color: #ffffff;
	border: 1px solid rgba(0,0,0,.125);
    padding: 6px 12px;
	margin-bottom: -1px;
	cursor: pointer;
	max-width: 1000px;
	margin:0 auto;
}

.mandat.selected {
	background-color: #d9edf7;
	border: 4px solid rgba(0,0,0,.125);
	padding: 3px 9px;;
}
.mandat.selected.propose {
	background-color: #dff0d8;
}

.mandat.propose {
    border: 4px solid rgb(0, 0, 0);
    padding: 3px 9px;
}


.mandat.adapted {
    border: 4px solid rgb(157 157 157);
    padding: 3px 9px;
}

.mandat.selected.adapted {
	background-color: #f1f7ef;
}

.mandat h3{
 font-size:22px!important;	
}


.mandat:last-child{
	margin-bottom: 0;
}

body > form[name="PAGE_FICHE_OFFRE"] .mandat, #formVL .mandat {
    border: none!important;
    padding: 6px 12px!important;
	background-color: rgba(255, 255, 255, 0.7)!important;
	cursor: default!important;
	max-width: initial!important;
}

/* Correction temporaire */

body > form[name="PAGE_FICHE_OFFRE"] div.barreBleu2 > table {
 width:1110px!important;border-spacing:0;height:26px!important;border-collapse:separate;outline:none;
}


.notation {
	position: relative;
	width:200px;
	margin-top: 10px;
	font-weight: bold;		
	}	
.notation span{
	font-size:9px;
}	

.notation ul {
	list-style: none;
	padding-left: 0;
}
.notation hr {
	border-top: 1px dotted #000;
	margin: 10px 7px;
	 padding-top: 0px;
}
.notation hr:before {
	position: absolute;
	content: '';
	bottom: 18px;
	left: 0;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 10px solid black;
}
.notation hr:after {
	position: absolute;
	content: '';
	bottom: 18px;
	right: 0;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid black;
}

.notation ul li {
	float: left;
	padding: 2px 9px;
	border-top: 2px solid #03A9F4;
	border-bottom: 2px solid #03A9F4;
	border-left: 2px solid #03A9F4;
	background-color: white;
}
.notation ul li:last-child {
	border-right: 2px solid #03A9F4;
}
.notation ul li.selected {
	background-color: orange;
	border:none;
	border-left: 2px solid #03A9F4;
	padding:4px 10px;
	color:white;
}


/*========================= STEP ===================================*/


.btn-xl {
	padding: 50px;
    font-size: 2em;
	line-height: 1.3333333;
    border-radius: 6px;
	width: 100%;
    margin-bottom: 10px;
}


.btn-epargne {
	background-color: #8BC34A;
	border-color: #628a35;
	color:white;
}

.btn-epargne:hover,.btn-epargne:focus,.btn-epargne:active {
	background-color: #6e9a3b;
	border-color: #50712b;
	color:white;
}


.selectednostyle select {
	-webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.selectednostyle select::-ms-expand {
    display: none;
}

#tablefonds td span.label {
	font-size: 15px;
	width: 50px;
    padding: 4px;
	display: inline-block;
}

.label.label-risque_0 { background-color: #4CAF50;width: 30px!important;}
.label.label-risque_1 { background-color: #8BC34A;width: 30px!important;}
.label.label-risque_2 { background-color: #CDDC39;width: 30px!important;}
.label.label-risque_3 { background-color: #FFEB3B;width: 30px!important;}
.label.label-risque_4 { background-color: #FFC107;width: 30px!important;}
.label.label-risque_5 { background-color: #FF9800;width: 30px!important;}
.label.label-risque_6 { background-color: #FF5722;width: 30px!important;}
.label.label-risque_7 { background-color: #DD2C00;width: 30px!important;}

tr.danger-risque td {
	background-color: #ffeeea;
}

.alert-gray {
	padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #818182;
    border-radius: 4px;
    background-color: #fdfdfe;
}


.list-group-item-success.disabled {
	background-color: #bbc5b7!important;
}



.table-success, .table-success>td, .table-success>th {
    background-color: #c3e6cb;
}

.table-info, .table-info>td, .table-info>th {
    background-color: #bee5eb;
}

.table-warning, .table-warning>td, .table-warning>th {
    background-color: #ffeeba;
}



/* SWITCH */
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/* SWITCH */


.badge-notify {
    background: red;
    position: absolute;
    top: 21px;
    left: 13px;
}

ul.ui-autocomplete li.ui-menu-item a {
	color:black!important;
}



/*	SPINNER SIGNATURE	*/
.sk-folding-cube {
	
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	    margin-left: -40px;
	}
	
	.sk-folding-cube .sk-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1); 
	}
	.sk-folding-cube .sk-cube:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	-webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
	animation: sk-foldCubeAngle 2.4s infinite linear both;
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	}
	.sk-folding-cube .sk-cube2 {
	-webkit-transform: scale(1.1) rotateZ(90deg);
	transform: scale(1.1) rotateZ(90deg);
	}
	.sk-folding-cube .sk-cube3 {
	-webkit-transform: scale(1.1) rotateZ(180deg);
	transform: scale(1.1) rotateZ(180deg);
	}
	.sk-folding-cube .sk-cube4 {
	-webkit-transform: scale(1.1) rotateZ(270deg);
	transform: scale(1.1) rotateZ(270deg);
	}
	.sk-folding-cube .sk-cube2:before {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	}
	.sk-folding-cube .sk-cube3:before {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s; 
	}
	.sk-folding-cube .sk-cube4:before {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
	}
	@-webkit-keyframes sk-foldCubeAngle {
	0%, 10% {
	-webkit-transform: perspective(140px) rotateX(-180deg);
	transform: perspective(140px) rotateX(-180deg);
	opacity: 0; 
	} 25%, 75% {
	-webkit-transform: perspective(140px) rotateX(0deg);
	transform: perspective(140px) rotateX(0deg);
	opacity: 1; 
	} 90%, 100% {
	-webkit-transform: perspective(140px) rotateY(180deg);
	transform: perspective(140px) rotateY(180deg);
	opacity: 0; 
	} 
	}
	
	@keyframes sk-foldCubeAngle {
	0%, 10% {
	-webkit-transform: perspective(140px) rotateX(-180deg);
	transform: perspective(140px) rotateX(-180deg);
	opacity: 0; 
	} 25%, 75% {
	-webkit-transform: perspective(140px) rotateX(0deg);
	transform: perspective(140px) rotateX(0deg);
	opacity: 1; 
	} 90%, 100% {
	-webkit-transform: perspective(140px) rotateY(180deg);
	transform: perspective(140px) rotateY(180deg);
	opacity: 0; 
	}
	}
/*	SPINNER SIGNATURE	*/


/* Signature PAD */

/* Signature PAD */


.nomarginbottom .form-group {
	    margin-bottom: 0!important;
}

input[type="text"].iban {
	text-transform:uppercase;
}

td.uppercased {
	text-transform:uppercase;
}


 .ui-autocomplete-loading {
    background: white url('/ELIVIA_WEB/res/ui-anim_basic_16x16.gif') right center no-repeat;
}

.pac-container {
	z-index: 99999!important;
}

.pac-logo:after {
	display:none;
}



@keyframes clignoter {
	0% { opacity: 1; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}

.clignote {
	animation: clignoter 1s infinite;
}




.fiche {
    border: 1px solid #ccc;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 5px;
    transition: background-color 0.3s, border-color 0.3s;
	margin-bottom: 10px;
}

.fiche-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.fiche-header h4 {
    margin: 0;
    font-size: 16px;
}

.fiche-body {
    font-size: 14px;
}

.fiche-status {
    font-weight: bold;
    margin-bottom: 10px;
}

.status-incomplet {
    color: #d9534f; /* Rouge pour incomplet */
}

.status-correct {
    color: #5cb85c; /* Vert pour rempli correctement */
}

/* Etat "correctement rempli" */
.fiche.correct {
    border-color: #5cb85c;
    background-color: #dff0d8;
}

/* Etat "incomplet" */
.fiche.incomplet {
    border-color: #d9534f;
    background-color: #f2dede;
}



tbody tr[data-vigilance="Renforcée-KO"] {
    background-color: #fcf8e3!important;
    box-shadow: inset 4px 0 #f44336;
}

tbody tr[data-vigilance="Renforcée-OK"] {
    box-shadow: inset 4px 0 #4caf50;
}


label.webdevclass-riche input[type="checkbox"],
label.webdevclass-riche span {
    cursor: pointer;
}

.glyphicon-refresh-animate {
  -webkit-animation: spin .7s infinite linear;
  animation: spin .7s infinite linear;
}

@-webkit-keyframes spin {
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}


.limited-wrapper {
  position: relative;
}

/* floute uniquement le contenu */
.panel.panel-default.limited .panel-heading,
.panel.panel-default.limited .panel-body {
  filter: blur(4px);
  pointer-events: none;
  user-select: none;
}

/* overlay uniquement dans le conteneur */
.overlay-client-lock {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}



.placeholder-div {
  height: 49px; /* hauteur quand on est sur desktop */
  width: 100%;
}

/* En mobile, on neutralise pour éviter le trou */
@media (max-width: 767px) {
  .placeholder-div {
    height: 0;
  }
}

@media (min-width: 992px) { /* md et + */
  .no-padding-md {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}