/* body { */
/*    font-family: 'Raleway', sans-serif; */
/*     font-size: 13px; */
/*     font-weight: normal; */
/*     text-decoration: none; */
/*     margin: 0px; */
/*     padding: 0px; */
/*     background-position: 0 0; */
/*     background-attachment:fixed; */
/*     line-height:1.5em; */
/* /*  letter-spacing:0.05em; */ */
/*     background-color: #FFF; */
/*     color:#000; */
/* } */

.nopadding {
	padding: 0 !important;
	/*    margin: 0 !important; */
}
.color-custom-red {
	color: #e1031e !important;
}
.pointerHover:hover {
	cursor: pointer;
}

.bg-default {
	background-color: #b2606e;
}
.bg-confirmed {
	background-color: #65e56e;
}

.bg-request {
	background-color: #f1a63c;
}
.bg-normal {
	background-color: #ffffff;
}

.bg-option {
	background-color: #b4c6f3;
}
.bg-canceled {
    background-color: #f22328;
}
.btn-default {
	color: #fff;
    background-color: #b2606e;
    border-color: #b2606e;
}
.btn-default:hover {
    color: #fff;
    background-color: #854853;
    border-color: #854853;
}
.btn-confirmed {
    color: #000;
    background-color: #65e56e;
    border-color: #65e56e;
}
.btn-confirmed:hover {
    color: #000;
    background-color: #45c54e;
    border-color: #45c54e;
}
.btn-request {
	color: #000;
	background-color: #f1a63c;
	border-color: #f1a63c;
}
.btn-request:hover {
    color: #000;
    background-color: #d1861c;
    border-color: #d1861c;
}
.btn-option {
	color: #000;
	background-color: #b4c6f3;
	border-color: #b4c6f3;
}
.btn-option:hover {
    color: #000;
    background-color: #94a6d3;
    border-color: #94a6d3;
}
.logo-header{
    max-height: 300px;
    width: auto;
}
.color-custom{
	color:#b2606e;
}
.table-custom{
    font-size:0.8rem;
    padding: .2rem !important;
}
.table-custom td{
    padding: .2rem !important;
}
.table-custom th{
    padding: .3rem !important;
}
.top-buffer-10{
	margin-top: 10px;
}
.top-buffer-20{
	margin-top: 20px;
}
.top-buffer-60{
	margin-top: 60px;
}
.top-buffer-80{
	margin-top: 80px;
}
.bottom-buffer-10{
	margin-bottom: 10px;
}
.bottom-buffer-20{
	margin-bottom: 20px;
}
.bottom-buffer-60{
	margin-bottom: 60px;
}
.bottom-buffer-80{
	margin-bottom: 80px;
}
.footer-custom {
	line-height: 1.4 !important;
}
body {
/*   font-size: 0.8rem; */
}

.dossier-section{
    padding:10px;   
/*     width:827px;  */
/*     max-width:80%;  */
    background-color:#b2606e; 
/*     margin:0px;  */
/*     margin-bottom:0px;  */
    margin-top:20px; 
    text-align:left; 
    color:#fff; 
    font-weight:bold; 
    font-size: 1rem;
}
.dossier-section-content {
/*     width:825px;  */
/*     max-width:80%; */
    margin:0px; 
    margin-top:0px; 
    margin-bottom:0px;
    padding:10px; 
    border-width: 1px; 
    border-style: solid; 
    border-color: #b2606e; 
    text-align:left; 
}

ul.dashed {
   padding: 0;
   overflow-x: hidden;
   list-style: none;
}
ul.dashed li:before {
   float: left;
   width: 0;
   white-space: nowrap;
   content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . "
   ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . "
   ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . "
   ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . "
   ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
}
ul.dashed span:first-child {
   padding-right: 0.5em;
   background: #FFF;
}
   
ul.dashed span:last-child {
   float: right;
   padding-left: 0.5em;
   background: #FFF;
}
.dropdown-item:hover{
	color: #fff !important;
    background-color: #b2606e !important;
}
.dropdown-menu{
	font-size: inherit;
}
.dropdown-item {
    font-size:0.875em !important;
}
.overlay
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 999;
    background: rgba(0,0,0,0.7);
}
.overlay a
{
    /*display: table-cell; */
    vertical-align: middle;
    text-align: center;
}
/* .overlay #croix */
/* { */
/*     text-align: right; */
/* } */

.overlay_container img
{
    background: #ffffff;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.overlay:target { 
	display: table; 
}
.transparent { 
    background-color:transparent !important;
    border:none !important;
}
.logo-custom {
	max-height: 6em;
}

/*********************************************************************************************************/
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-tabs-vertical_custom {
	
}
.nicEdit-tools {
	width:100% !important;
}
.nicEdit-content{
	width:100% !important;
}
.nicEdit-main {
	width:inherit !important;
}
.flex-column > li > a {
    color: #555555 !important;
    padding: 2px 15px !important;
}
.flex-column > li > a.active {
	background-color: #eeeeee !important;
}
.table-custom caption {
    caption-side: top !important;
}
.btn-sm-custo {
	font-size:inherit !important;
	padding: .1rem .3rem !important;
}
.scroll-custom {
	overflow: scroll;
    height: auto;
    max-height: 100%;
}
.img-appercu{
	max-width: 100%;
}