*{
	font-family: Abel;
}
body{
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	align-items: center;
	background-color: #bdbdbd;
	margin:0 !important;
	padding-right: 0px !important;
	/* min-height: 80% !important; */
}

input, button, select{
	outline: none !important;
}
header{
	margin: 0;
}
.header{
	width: 100%;
	display: flex;
  	flex-wrap: wrap; /* para alinhar os itens horizontalmente */
  	justify-content: center;  /* para alinhar os itens verticalmente */
}
.grid-items{
	font-family: Abel;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(auto, 120px)); /* para definir o tamanho mínimo e máximo dos itens */
	grid-gap: 5px;
	align-items: center;
	width: clamp(300px,90vw, 100vw);
	margin-bottom: 5px;
}
.item{
	width: auto;
	height: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	margin: 10px;
}
.item > img{
	height: 30px;
}
.item > span{
	font-weight: 700;
	text-align: center;
}
.itemCargas{
	width: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 10px;
}
.itemCargas>div{
	width: auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.content{
	font-size: 20px; font-family: Abel;
}
.content > div > div > span{
	color: white;
}

hr.style-one {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

/* TODOS OS GERAR VÃO AQUI (ENGASTE, CARGA ETC) */
#opcoestelaresultado{
	font-family: Abel;
	color: white;
	font-size: 1.1em;
	/* position: relative;  */
	/* float: right;  
	top:600px; */
	width: 25%;
	height: 502px; 
	background-color: #333333;
	border-radius: 5px;
	gap: 10px;
	/* display: flex;
	text-align: center;
	justify-content: center; */
	/* margin-top: 63px;  */
	display: flex; flex-direction: column; align-items: center;
	justify-content: center; 
}
#opcoestelaresultado>div{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	width: 90%;
}

._diag{
	top: 6px;
}
#opcoestelacomum{ 
	position: relative; 
	/* float: right; */
	/* top: -444px; */
	width: 25%;
	height:502px;
	height: 502px; 
	background-color: #333333;
	border-radius: 10px; 
	display: flex;
	text-align: center;
	justify-content: center;
}
#opcoesmaxemin{
	position: absolute;
	top: 3%;
	text-decoration-color: white;
	position: absolute;
	width: 70%;
	height: 200px;
	border: 1px solid #1C1C1C;
	background-color: #333333;
	border-radius: 10px; 
	display: flex;
	flex-direction: column;
	align-items: center;
	/* align-content: space-around; */
	justify-content: space-around;
	visibility: hidden;
}
#opcoesmaxemin>font{
	font-size: 22px;
	font-family: Abel;
	color: white;
}
#opcoesmaxemin input{
	width: 50%;
	text-align: center;
}
#opcoesmaxemin select{
	font-family: Abel;
	border-radius: 20px;
	width: 80%;
	text-align: center;
}
#opcoesmaxemin>div{
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-direction: row;
}
#opcoesmaxemin>div>font{
	font-family: Abel;
	color: white;
}
/* ------------------------------------------ */

/* CANVAS SECUNDÁRIO */
#telades{ /*PAI DO CANVAS DE DESENHO E BTN FUNÇÕES*/
	position: relative; 
	float:left;
}
#desenho, #imageres{ /*PAI DA DIV "TELADES" E DA "OPCOESTELACOMUM"*/
	width: 95%;
	margin-bottom: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#mainOptions{
	width: 90vw;
	height: 40px;
	background-color: #3a3a3a;
	border-radius: 8px 8px 0 0px;
	display: flex;
	flex-direction: row;
	/* justify-content: space-between; */
	align-items: center;
	padding: 10px;
	color: #fff;
}
#mainOptionsResults{
	width: 90vw;
	height: 40px;
	background-color: #3a3a3a;
	border-radius: 8px 8px 0 0px;
	display: flex;
	flex-direction: row;
	/* justify-content: space-between; */
	align-items: center;
	padding: 10px;
	color: #fff;
	font-size: 1.2em
}
#mainOptionsDiag{
	width: 90vw;
	height: 40px;
	background-color: #3a3a3a;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 10px;
	color: #fff;
	font-size: 1.2em
}
#imageView { 
	
	border-radius: 0 0 8px 8px;

	background-color: white;
}
#imageTemp{ 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	cursor:crosshair;
}
/* ------------------------------------------ */

/* CANVAS DO REDESENHAR */


#telares{ 
	position: relative; 
	left: 0px; 
	float:left;
	/* border: 1px solid #000; */
	cursor:crosshair;
	background-color: white;
	border-radius: 0 0 8px 8px;

}
#espdiaglaje{
	width: 10%;
	font-size: 1.2em;
}
#areatexto{
	position: relative ;
	left: 27px  ;
	margin-bottom: 6px  ;
}
#areatexto font{
	font-size: 26px ; 
	font-family: 'Abel'  ;
}

/* ------------------------------------------ */

/* BOTÃO DE INSERIR/APAGAR DAS FUNÇÕES */
.btn-inserir{
	background-color: #333333;
	color: #fff;
	font-family: Abel;
	border: none;
	outline: none;
	height: 40px; 
	transition: background-color 0.5s;
}
.btn-inserir:hover{

	/* font-weight: 900; */
	background-color: #563D99;
}
/* ------------------------------------------ */

/* TITULOS DOS MENUS */
.titlemenu{
	font-family: Abel;
	position: relative; 
	top: 2%; 
	display: inline;
	color: rgb(255, 255, 255);
	font-size: 30px;
}
._forcas{ 
	font-size: 30px;
}
/* ------------------------------------------ */

/* DIVS PADRÕES USADAS NOS GERAR (APOIOS, CARGAS ETC) */
.divdesc{ /*DIV DA DESCRIÇÕES DOS MENUS APOIOS */
	background-color: #3a3a3a;
	border-radius: 5px;
	position: absolute;
	top: 40%;
	width: 80%;
	padding: 1px;
	text-align: left;
	border-left: 3px solid rgb(255, 255, 255);
}
.divdesc_primary{ /*para a stl e ss*/
	top: 20%;
}
.divdesc_secundary{ /*para a pontual*/
	top: 12%;
}
.divdesc_ter{
	top: 25%;
}

.divdesc font{ /*FONTES DAS DESCRIÇÕES DOS MENUS apoios,cargas...*/
	position: relative; 
	display: flex; 
	flex-wrap: wrap;
	left: 1.5%;
	font-family: Abel;
	color: #ffffff;
}
#desctitleCarg{
	margin-left: 2%;
}
.descModos{
	background-color: #3a3a3a;
	width: 80%;
	border-radius: 15px;
	border: 1px solid #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	position: absolute;
	top: 60%;
}
.descModos_primary{
	display: flex;
	width: auto;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.descModos>font{ /*FONTES DAS DESCRIÇÕES DOS MENUS apoios,cargas...*/
	font-family: Abel;
	color: #ffffff;
	font-size: 1.4em;
}
.descModos_primary>font{ /*FONTES DAS DESCRIÇÕES DOS MENUS apoios,cargas...*/
	/* position: relative; */
	/* left: 1.5%; */
	font-family: Abel;
	color: #ffffff;
	font-size: 1.2em;
}
.modInse{
	background-color: #3a3a3a;
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 40%;
	width: 80%;
	/* height: 131.9px; */
	align-items: stretch;
	justify-content: center;
	border-radius: 5px;
}

.modInse font{
	font-size: 1.3em;
	font-family: Abel;
	color: #ffffff;
}
.modInse_filho{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.modInse_mini{
	background-color: #3a3a3a;
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 40%;
	width: 50%;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
}
#divfont1{
	background-color: #777777;
	border-radius: 5px;
	position: absolute;
	color: #fff;
	top: 10%;
	left: 10%;
	width: 80%;
	border-left: 3px solid #FFFFFF;
}
.exampletitle{ /*EXEMPLOS DOS MENUS*/
	width: 90%;
	border-radius: 10px; 
	font-family: Abel; 
	color: rgb(0, 0, 0);
	background-color: #e9e9e9;
	position: absolute; 
	display: inline-block; 
	text-align: center;
}
.exampletitle_apoio{ /*apoios*/
	top:60%
}
.exampletitle_tp{ /*total e pontual*/
	top:52.5%
}
.imgexemplos{
	position: absolute;
	top: 66%;
	width: 100%;
	height: 35%;
	background-color:#333333;
	border-radius: 10px;
	display:flex;
	justify-content: center;
	align-items: center;
}
.imgexemplos-moldura{
  width:90%;
  height:80%;
  border-radius: 10px;
  overflow:hidden;
}
.imgexemplos-moldura>img{
  width: 100%;
  height: 100%;
}

/* ------------------------------------------ */

/* DIVS USADAS NA CARGA PONTUAL E CARGA SOBRE TODA LAJE */
/* .modCarga{

} */
.divmod{
	display: flex;
	flex-direction: row;
	justify-content: left;
	align-items: center;
}
.divmod font{
	font-family: Abel;
	font-size: 1.2em;
	text-align: center;
	max-width: 220px;
	color: #fff;
	word-wrap: break-word;

}
.divmod_primary{ /*modificadora do divmod para secao*/
top: 40%;
}
.divmod_secundary{ /*modificadora do divmod para secao*/
top: 65%;
}
.divmod_third{ /*modificadora do divmod para pontual e trem*/
top: 25%;
}
.divmod_qua{ /*modificadora do divmod para secao*/
top: 52%;
}
.divmodeunid {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	/* color:#000 */
}
.divmodeunid select{
	text-align-last: center;
}

.inputd{
	text-align: center;
	width: 100px;
	color:#000

}
.lineVertical{
	width: 1px;
	margin-left: 3px;
	margin-right: 3px;
  	height: 40px;
	background-color: #fff;
}
#dimXY {
	position: absolute;
	background-color: #ccc;
	padding: 10px;
	border-radius: 5px;
	z-index: 1;
}
.translate{
	position: absolute;
	right: 1%;
	top: 2%;
	/* width: 35px; */
}
.translateSelect{
	/* display: none !important; */
	font-family: Abel;
	width: 90px;
}
/* -------------------------------------------------- */

/* SELECTS DE UNIDADES */
#divselecttrem{
	position: absolute;
	top: 61%;
	left: 10%;
	width: 80%;
}

#direcaotraf{
	background-color: #cecece;
	border-radius: 5px;
	padding: 7px;
}
/* ------------------------------------------ */

/* BOTÃO GRID */
#dea{
	display: none;
}
#dea:checked{
	background-color: #1E1E1E;
}

/* BOTÃO MEDIR */
#textomedir{
	/* margin-top: 5px; */
	letter-spacing: 0.05em;
}
.btn-medir{
	background-color: #3a3a3a;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 100;
	border-color: #39393a;
	height: 32px;
	border-radius: 20px;
	transition: 0.5s;
	width: 70%; 
}
.btn-medir:hover{
	background-color: rgb(139, 139, 139);
	cursor: pointer;
	color: white;
}

.none{
	display: none;
}
.none:checked + .btn-medir{
	background-color: #0042ff;
	
	color: white;
}
.none:checked + .btn-medir:hover{
	background-color: #5555E2;
	color: white;
}
/* FIM BOTÃO MEDIR */
/* ------------------------------------------ */

/* DIV CONTAINER PARA O ANIMATION DOS GERAR (BOTÃO CARREGANDO) */
#bm{
	width: 35px;
	height: 35px;
}
#iconsettings{
	position: absolute;
	top:2%;
	right: 2%;
	width: 25px;
	height: 25px;
}
#iconPDF{
	position: absolute;
	top:2%;
	left: 2%;
	width: 40px;
	height: 40px;
}
/* FAZER PARA ASSIM PARA TODOS PROXIMA VEZ */
#iconsettings:hover path{ 
	fill:#563D99;

}
#porCoorCss{
	left: 23px;
}
svg{
	width: 35px;
  	/* height: 30%; */
}
svg:hover rect{
	stroke:rgb(255, 255, 255);
	fill:#563D99;
}
svg:hover path{
	stroke:#563D99;
	/* fill:#fff; */
}

svg:hover circle{
	fill:#563D99;
}
/* ------------------------------------------ */

/* DIV BOTÕES INSERIR/APAGAR E ANIMAÇÕES AO LADO */
.btn-animation{
	position: absolute;
	left: 10%;
	top: 20%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around; /*cria um espaçamento igual*/
	vertical-align: middle;
	width: 80%;
	height: auto;
}
/* ---------------------------------------------- */

/* BOTÃO VERMELHO DA DIV INFERIOR AO LADO DO CANVAS REDESENHAR */
.botlimpar { 
	position: relative;
	margin-left: -250px;
	display: inline-block;
	margin-top: 10px;
}
.glyphicon{
	font-size:15px;
	color:#FFFFFF;
}
/* ---------------------------------------------------------- */


/*---------------------------------------- STYLES QUE FAZEM PARTE DO SITE EM GERAL ------------------------------------------ */

/* DIV SUPERIOR DA PAGINA TODA */
.container{
	left: 15px;
	position: absolute;
}
/* -------------------------- */

/* MENUS DROPDOWN */
.dropdown{
	position:relative;
	display: inline-block;
}
/* ---------------------- */

/* STYLES PADRÕES INS */
ins{
	text-decoration:none;
	text-align: center;
	vertical-align: middle;
}
/* ----------------- */

/* BOTÃO ABRIR ARQUIVOS */

#arquivosalvo{
	opacity: 0;
}
/* ---------------------- */

/* CAIXA QUE PEGA TODA A PÁGINA */
blockquote{
	border-color: transparent;
	display: block;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	margin-right: 1px;
}
/* ------------------------- */

/* #rodape{
	position: relative;		
	top: 220px;				
	float:left;
	width:100%;
	margin-top: 4px;
	margin-bottom: 3px;
	padding: 1em 0em;
	background-color: #1C1C1C;
	border-radius: 5px;
}

#rodape p{
	letter-spacing: 0.20em;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.80em;
	color: #FFFFFF;
} */

/* BOTÃO DESENVOLVEDORES */
.navbar{
	height: 35px
}
/* --------------------- */

.image-preview-input {
	position: relative;
	overflow: hidden;
	margin: 0px;    				
}

.image-preview-input input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}

#nomedoarquivo {
	font-size: 16px;
	text-align: center;
}

#unidadee { 
	position: relative; 
	width:1%;
	top: 8px; 
	left: 175px; 
}


/* LETRAS DO GERAREIA */
 /* #dadose{
	font-size: 20px;
	text-align: center;
	color: #FFFFFF;
	position: absolute;
	top: 55px;
	left: 15px;
} 
 #dadoses{
	font-size: 20px;
	text-align: center;
	color: #FFFFFF;
	position: absolute;
	top: 105px;
	left: 15px;
} */

/* #dadosc{
	font-size: 20px;
	text-align: center;
	color: #FFFFFF;
	position: absolute;
	top: 155px;
	left: 15px;
}  */
/* ------------------------------------------ */

/* INPUTS DO GERAREIA */
#elasticidade{
	width: 110px;
}

#espessura{
	width: 110px;
}

#coeficiente{
	width: 110px;
}
/* ------------------------------------------ */

#rgvalor{
text-align: center;
	width: 100px;
	position: absolute;
	top: 55px;
	left: 45px;
}

#cargay{
text-align: center;
	width: 100px;
	position: absolute;
	top: 55px;
	left: 10px;
}

#cargax{
text-align: center;
	width: 100px;
	position: absolute;
	top: 55px;
	left: 115px;
}

#angulof{
text-align: center;
	width: 100px;
	position: absolute;
	top: 55px;
	left: 190px;
}

#angulo{
text-align: center;
	width: 100px;
	position: absolute;
	top: 55px;
	left: 10px;
}
.swal2-text {
	color: white !important;
}
#divqt{
	position: relative;
	left: 30%;
	top: 10%;
	width: 40vh;
	height: 5vh;

}
.qtapoios{
	position: relative;
	width: 9vh;
}
/* #qtapoiada{
	/* width: 20px; */
	/* height: 20px;
	/* background-color:black; */
	/* border: 2px solid red;  */
/* } */ 
.qttext{
	font-family: Abel;
	position: relative;
	left:-9.5%;				
	font-size: 15px;
	color:white;
	display:inline-block;
	transition: all 1.5s linear;
}
.qttext hover{
	transform: translateX(200px);
}
#aparecerex {
	position: absolute; 
	top:55%;
	left:0%;
	border-radius: 5px; 
	width: 100%; 
	height:35%; 
	background-color: #777777;
	display: none;
	padding: 5px;
}
#divfont1 span{
	display: none;
}
#divfont1:hover span {
	display: block; /* Tranforma o SPAN em um elemento do tipo bloco */
	position: absolute; /* Para você poder posicionar a vontade, sem quebrar o layour em volta */
	left: -120%; /*Empurra a imagem para fora do link, ficando a lado do mesmo*/
	width: 100%;
}

/* BARRA DE LOADING */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #2299dd;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
#canvaspropLaminas{ 
	border: none; 
	border-radius: 5px;
	background-color: white;
}

.tables {
	font-family: Abel;
	font-size: 18px;
	border-collapse: collapse;
   	width: 100%;
	   color: white;

}
  
.tables > tbody > tr >  td, th {
	border: 1px solid #ffffff;
	text-align: center;
	padding: 5px;
}

.tables > tbody > td:nth-child(1), tr:nth-child(1){
	color: white;
}

.tables > tbody > tr > td > input,select {
	text-align: center;
	color: #000;
}

.criterion > tbody > tr > td{
	text-align: left !important;
}
.rigidity > tbody > tr > td, th:not(#myTh) {
	min-width: 60px;
	text-align: left !important;
} 
#myTh {
	text-align: center;
}
.inputprops{
	width: 100px;
}

.addRows{
	background-color: #fff;
	border:none;
	font-size: 18px;
	width: 100%; 
	margin-bottom: 15px;
	color: #000;
	font-weight: 700;
	transition: background-color 0.5s;
}
.btnRight{
	border-radius: 0 0 5px 0;
	/* border-left: solid 1px #000 ; */

}
.btnLeft{
	border-radius: 0 0 0 5px;
	border-right: solid 1px #000 ;
}
.addRows:hover{
	background-color: rgb(39, 39, 39);
	color: #fff;
}
#redcanvaslam{
	background-color: #d3d3d3;
	border:none;
	font-size: 18px;
	width: 100%; 
	color: #000;
	border-radius: 5px 5px 0 0;
	transition: background-color 0.5s;
}
#redcanvaslam:hover{
	background-color: rgb(39, 39, 39);
	color: #fff;
}

.saveProps{
	
	background-color: #fff;
	border:none;
	font-size: 18px;
	width: 20%; 
	/* height: 20px; */
	color: #000;
	border-radius: 5px;
	transition: background-color 0.5s;
}
.saveProps:hover{
	background-color: rgb(39, 39, 39);
	color: #fff;
}
.validationMaterial{
	font-size: 1.3em !important;
}
.selectMaterials{
	max-width: 150px;
}
.loading-bar-container{
	display: flex;
	width: 100%;
	height: 25px;
	overflow: hidden;
	border-radius: 10px;
	background-color: #343434;
}
.loading-bar{
	width: 0%;
	/* border-radius: 10px 0 0 10px; */

	background-color: #563D99;
	color: white;
	transition: width .5s;
}
.titleAlert{
	font-size: 20px; font-family: Abel;
	font-size: 1.8em;
	text-align: center;
	color: rgb(255, 255, 255); 
	margin-bottom: 20px;

}
.labels{
	color: white;
	font-family: Abel;
}
#textoxy{
	width: auto;
}
.inputsave{
	color:#000;
	font-size: 15px; font-family: Abel;
}
.dataMatrix{
	position: absolute;
	top: 20px;
	right: 2%;
	width: 35px;
}