.projetmeuble {
	width: 90% !important;
}

@media (min-width: 1200px) {
	.projetmeuble {
		width: 90% !important;
	}
}


.rowhf {
	display: flex;
	margin: 0 -18%;
}

.rowhf  #imaform {
	width: 74%;
}

.rowhf  #imaformgui {
	width: 25%;
}
	

#imaform {
	margin-right: 15px;
}
/* correction conflit entre ywraq et jquery ui css */
.ui-button-icon-only .ui-icon {
    position: absolute !important;
    top: 50%!important;
    left: 50%!important;
    margin-top: -8px!important;
    margin-left: -8px!important;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

body.custom-background {
	background-image:none !important;
}

h1.entry-title {
	display:none;
}

.biggerow {
	margin:0 -14%;
}
.clear{
	clear: both;
}

.entry-content {
	position: relative;
}

#imaform canvas { width: 100%; height: 100% }
/*
.rowhf {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  position: relative;
}*/
/*
#imaformrow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -15%;
  position: relative;
}*/

#imaform{
	min-height: 70vh;
}


/*
#imaformgui{
	display: flex;
	flex-flow: column;
	background-color: rgba(210, 210, 210, 0.8);
	padding: 12px;
}*/
/*
@media screen and (max-width: 1600px) {
	#imaform {
		width: 70%;
	}
	#imaformgui{
		width: 29%;
	}
}*/

.slidebloc input, .bordeps, .bordprof{
	width: 80px;
	padding: 6px; 
	max-width: 90px !important;
}

#infosmeuble {
	margin-top: 12px;
}

#expgltf, #exportsvg {
	margin-top: 15px;
}

select:disabled {
    opacity: 0.5 !important;
}

  

/*#tools {
	z-index : 5000;
	position: absolute;
	top: 15px;
	left: 20px;
	display:flex;
	flex-direction:column;
}*/
.pluspetit {
	font-size: 2.2em !important;
}

#menupiece{
	display:flex;
}

textarea.hidden, input.hidden {
  display:none !important;
}

.dashicons-update {
	font-size: 25px;
	animation: rotation 2s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.modal {
	/*top: 22vh !important;*/
}

#list {
  overflow-wrap: anywhere;
}
#nomenc {
  margin-top: 15px;
}
#ima2d {
	height: 30vh;
  margin-bottom: 30px;
}

#scotch {
  vertical-align: center;
  line-height: 30px;
}

@media screen and (min-width: 1200px) {
	.modal-xl {
	  max-width: 1600px !important; /* New width for default modal */
	}
}

#imactions {
	display: flex;
	justify-content: flex-end;
  margin-top :20px;
}

#imactions button {
    margin: 0 3px;
}
#imactions .dashicons {
	display: block;
	font-size: 30px;
	width: 30px;
	height: 30px;
}

.btn50 {
	width: 48%;
}

#iformes {
position: fixed;
z-index: 500;
display: flex;
bottom: 5px;
left: 50%;
height:60px;
width: 300px;
margin-left:-150px;
}

.slidebloc {
	display: flex;
	justify-content: space-between;
	margin-block-start: 5px !important;
}


.ui-spinner-input {
	margin: 0 1.5em 0 0 !important;
}

.dimslide, .dimslidelar {
	width: 70%;
}
.prodthumbnail{
	border-radius: 5px;
}

#smallmenu{
position: absolute;
right: 0;
}

.screens{
	border: solid 2px #53b2fe;
	width: 70%;
	height: auto;
}

#newWindow {
	display: block;
	position: absolute;
	bottom: 0.3em;
	left: 0.5em;
	color: #fff;
}


#modalinformation{
	width: 40%;
}

.changechant{
	border-width: 3px;
	border-color: #3C4858;
	margin-right: 5px;
}

#totalco{
	font-weight: bold;
}

#bordsgui {
  display: flex;
  flex-wrap: wrap;
}

#allbords {
  width: 80%;
}

#uivaliees {
  display: flex;
  width: 20%;
  align-items: center;
}

#uivaliees .dashicons {
	font-size: 24px;
}

.bordsbloc {
	display: flex;
	flex-flow: row;
	align-items: center;
}

.bordsbloc .material-icons {
	font-size: 36px;
}

.bordeps {
	height: 40px;
}

.red::placeholder{
	color: red !important;
}

input:focus::placeholder {
	color: #999999 !important;
}

.blockslide{
	padding: 10px;
}

.main-raised{
	margin: 3% 0 0 0 !important;
}

.page:not(.home) .wrapper {
	min-height: 0 !important;
}

#toaster {
    z-index : 1000;
    position: fixed;
    top: 140px;
    right: 5px;
    width: 300px;
    font-size: 0.9em;
    padding-left: 10px;
}
#toaster p {
  text-indent : 20px;
}

.toastsuccess
{
    border-left: 3px solid green;
    background-color : rgba(120,250,120,0.8);
}
.toastsuccess
{
    border-left: 3px solid lightgreen;
}

.toasterror
{
    border-left: 3px solid rgb(128, 4, 0);
    background-color : rgba(241, 101, 101, 0.966);
}
.toasterror
{
    border-left: 3px solid rgb(129, 0, 0);
}

.tablorecap td, .tablorecap th  {
	text-align: right !important;
}

.lds-ring {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
  }
  .lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	margin: 8px;
	border: 8px solid #575656;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #575656 transparent transparent transparent;
  }
  .lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
  }
  .lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
  }
  .lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
  }
  @keyframes lds-ring {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
  }

