.btn-primary,
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active {
    background: #e96a23 !important;
    border-color: #e96a23 !important;
	color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:hover, 
.btn-secondary:focus, 
.btn-secondary:active, 
.btn-secondary.active {
    background: #2a2a2b !important;
    border-color: #2a2a2b !important;
	color: #ffffff !important;
}
a,
a:hover, 
a:active, 
a:focus  {
    color: #ffaa39;
}
.cl-white{
	color: white;
}
.bg-primary,
.profileBox{
    background: #ff7901 !important;
}
.fab-button .fab{
	background: #2a2a2b;
}
.fab-button{
	background: #F9F9F9;
	padding-left: 20px;
	border-radius: 28px;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}



.chatFooter .form-group {
    width: calc(100% - 50px);
}


.image-listview > li a.item.not-icon:after{
	display: none;
	background-image: none;
}


.ui-datepicker .ui-datepicker-calendar td.dispo_1 a{
	background-color: #B71C1C ;
	color: #fff;
}
.ui-datepicker .ui-datepicker-calendar td.dispo_2 a{
	background-color: #880E4F;
	color: #fff;
}
.ui-datepicker .ui-datepicker-calendar td.dispo_3 a{
	background-color: #4A148C;
	color: #fff;
}
.ui-datepicker .ui-datepicker-calendar td.dispo_4 a{
	background-color: #006064;
	color: #fff;
}
.ui-datepicker .ui-datepicker-calendar td.dispo_5 a{
	background-color: #004D40;
	color: #fff;
}
.ui-datepicker .ui-datepicker-calendar td.dispo_6 a{
	background-color: #B71C1C ;
	color: #fff;
}
.ui-datepicker .ui-datepicker-calendar td.dispo_7 a{
	background-color: #880E4F;
	color: #fff;
}
.ui-datepicker .ui-datepicker-calendar td.dispo_8 a{
	background-color: #4A148C;
	color: #fff;
}
.ui-datepicker .ui-datepicker-calendar td.dispo_9 a{
	background-color: #006064;
	color: #fff;
}
.ui-datepicker .ui-datepicker-calendar td.dispo_10 a{
	background-color: #004D40;
	color: #fff;
}
.ui-datepicker .ui-datepicker-calendar td.declaration a {
	background: repeating-linear-gradient(45deg, transparent, transparent 2px, #FF8710 2px, #FF8710 calc(2 * 2px));
    color: #E7393F;
	font-weight: 500;
}

.mi-file-upload {
    cursor: pointer;
    position: relative;
    display: flex;
    width: 50%;
    height: 100px;
}
.mi-file-upload input[type="file"] {
    overflow: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
}
.mi-file-upload label {
    cursor: pointer;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    background-color: rgba(225, 225, 225, 0.2);
    background-size: 45px 58px;
    border: 1px solid #E1E1E1;
    border-radius: 6px;
    margin: 0;
}
.mi-file-upload label span {
    display: block;
    font-size: 15px;
    color: #A1A1A2;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    font-weight: 500;
    transform: translate(0%, -50%);
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    width: 100%;
    text-align: center;
    border-radius: 0;
}
.mi-file-upload label span strong {
    display: block;
    font-weight: 500;
}
.mi-file-upload label span ion-icon {
    --ionicon-stroke-width: 32px;
    font-size: 48px;
    color: #A1A1A2;
}
.mi-file-upload label span i {
    font-style: normal;
    display: block;
}
#previewContainer,
#oldContainer{
	display: flex;
    flex-wrap: wrap;
}
#previewContainer > div,
#oldContainer > div{
	width: 30%;
    height: 100px;
	margin: 5px;
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	text-align: center;
}
#previewContainer img{
	width: auto;
    height: 100px;
}
.step{
	display: none;
}
#step-1{
	display: block;
}
.form-group.boxed .form-control#signature {
    height: 190px;
    padding: 5px;
}
.preview-signature{
	background-size: contain;
    background-repeat: no-repeat;
	height: 190px;
	width: 100%;
}
.mb-10 {
    margin-bottom: 10px !important;
}
/* ZOOM */
img[data-action="zoom"] {
  cursor: zoom-in;
}
.zoom-img,
.zoom-img-wrap {
  position: relative;
  z-index: 666;
  transition: all 300ms;
}
img.zoom-img {
  cursor: zoom-out;
}
.zoom-overlay {
  cursor: zoom-out;
  z-index: 420;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: "alpha(opacity=0)";
  opacity: 0;
  transition:      opacity 300ms;
}
.zoom-overlay {
    background-color: rgb(0 0 0 / 0.75);
}
.zoom-overlay-open .zoom-overlay {
  filter: "alpha(opacity=100)";
  opacity: 1;
}
/* /ZOOM */
.inner-fuite{
	display: none
}