@font-face {
	font-family: "Raleway Especial";
	src: local(Raleway), url(../fonts/Raleway-Normal.ttf);
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
	background: url(../IMG/192493.jpg);
	background-repeat: no-repeat;
	/* background-size: auto; */
	/* background-size: 100% 100%; */
	/* background-size: contain; */
	background-size: cover;
	padding: 0px;
	margin: 0px;
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
}

button {
	font-family: 'Nunito', sans-serif;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
}

input {
	font-family: Nunito;
	text-align: left;
	font-weight: lighter;
	font-size: 15px;
}

textarea {
	font-family: Nunito;
	text-align: left;
	font-weight: lighter;
	font-size: 15px;
}

/* LOGGIN */
.box-home {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 400px;
	background: #fff;
	padding: 40px;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, .1);
	box-shadow: 0 5px 10px solid rgba(0, 0, 0, .2);
}

.box-home h2 {
	margin: 0 0 40px;
	padding: 0;
	color: #262f3d;
	/* text-transform: uppercase; */
}

.box-home input {
	margin-bottom: 30px;
	padding: 5px 0;
	width: 100%;
	box-sizing: border-box;
	box-shadow: none;
	outline: none;
	border-bottom: 2px solid #999;
}

.box-home input:focus~label,
.box-home input:valid~label {
	top: -17px;
	left: 2px;
	color: dodgerblue;
	font-size: 11px;
	font-weight: bold;
}

.box-home input:disabled~label,
.box-home input:valid~label {
	top: -17px;
	left: 2px;
	color: dodgerblue;
	font-size: 11px;
	font-weight: bold;
}

.box-home input:focus,
.box-home input:valid {
	border-bottom: 2px solid dodgerblue;
}

.box-home input[type="submit"] {
	border-bottom: none;
	cursor: pointer;
	background-color: dodgerblue;
	color: #FFFFFF;
	margin-bottom: 0;
	margin-top: 10px;
	text-transform: uppercase;
	text-align: center;
}

.box-home input[type="submit"]:hover {
	border: none;
	cursor: pointer;
	box-shadow: 0 0 10px 0 dodgerBlue;
	color: fff;
	text-transform: uppercase;
	text-align: center;
}

.box-home form div {
	position: relative;
}

.box-home form div label {
	position: absolute;
	top: 10px;
	left: 8px;
	color: #999;
	transition: .5s;
	font-weight: lighter;
	font-size: 11px;
	pointer-events: none;
}

.main-div,
.loggedin-div {
	width: 20%;
	margin: 0px auto;
	margin-top: 150px;
	padding: 20px;
	display: none;
	background: #BEBEBE;
	border-radius: 10px;
}

.main-div input {
	display: block;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
	padding: 10px;
	outline: none;
	width: 100%;
	margin-bottom: 20px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.main-div input:focus {
	border: 1px solid #777;
}

.main-div button,
.loggedin-div button {
	background: #2b323c;
	color: #545454;
	border: 1px solid #545454;
	border-radius: 5px;
	padding: 15px;
	display: block;
	width: 100%;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.main-div button:hover,
.loggedin-div button:hover {
	background: #2b323c;
	color: #696969;
	border: 1px solid #696969;
	cursor: pointer;
}

.main-div img,
.imgage-div {
	border-radius: 0%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.main-div h3,
text-div {
	font-family: Nunito;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #696969;
}


/*===================================*/
/* CONFIGURE DIV HEADER
	/*===================================*/
.main-header-div,
.loggedin-div {
	width: 88%;
	height: 8%;
	z-index: 1;
	right: 0px;
	position: absolute;
	margin: 0px auto;
	margin-top: 0px auto;
	padding: 0px;
	display: none;
	/* font-family: 'Roboto', 'sans-serif'; */
	/* background: #4fc3f7; */
	/* background-image: url("https://amymhaddad.s3.amazonaws.com/morocco-blue.png"); */
	background-image: linear-gradient(90deg, rgba(5, 30, 52, 1) 0%, rgba(12, 53, 89, 0.8435749299719888) 83%, rgba(10, 42, 70, 0.8939950980392157) 100%);
	border-radius: 0px;
}

.main-header-div img {
	border-radius: 50%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	/* padding:0.5px; */
	/* border: 1px solid #262f3d; */
}

.main-header-div h2,
text-div {
	font-family: 'Nunito';
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	margin: 0
}

.main-header-div h1,
text-div {
	font-family: 'Nunito';
	font-weight: lighter;
	font-size: 16px;
	text-align: left;
	margin: 0
}

.main-header-div table {
	border-collapse: collapse;
	width: 100%;
	height: auto;
	align-self: center;
}

.main-header-div button,
.loggedin-div button {
	background: #262f3d;
	color: #fff;
	border: 1px solid #19212b;
	border-radius: 5px;
	padding: 10px;
	display: block;
	width: 35%;
	margin-left: 0px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.main-header-div button:hover,
.loggedin-div button:hover {
	background: #696969;
	color: #FFFFFF;
	border: 1px solid #696969;
	cursor: pointer;
}

/*===================================*/
/* CONFIGURE DIV TABLE BESIDE HEADER
	/*===================================*/
.main-div-table {
	width: 12%;
	height: 100%;
	z-index: 1;
	margin: 0px auto;
	top: 0px;
	left: 0px;
	position: absolute;
	padding: 0px;
	display: none;
	/* background: #051e34; */
	background-image: linear-gradient(180deg, rgba(5, 30, 52, 1) 48%, rgba(12, 53, 89, 0.8435749299719888) 90%, rgba(10, 42, 70, 0.8939950980392157) 100%);
	border-radius: 0px;
	min-height: 100px;
	overflow-x: hidden;
}

.main-div-table table {
	border-collapse: collapse;
	width: 100%;
	height: auto;
	align-self: center;
}

.main-div-table,
td {
	text-align: center;
	padding: 0px 0px;
}

.main-div-table tbody>tr {
	border: none;
	padding: 0px;
}

.main-div-table h2 {
	font-family: Nunito;
	font-size: 20px;
	text-align: center;
	margin-bottom: 10px;
	margin-left: 10px;
	font-weight: bold;
	color: white;
}

.main-div-table button,
.loggedin-div button {
	background: #19212b;
	color: #fff;
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border: 1px solid #19212b;
	border-radius: 5px;
	margin: 0px auto;
	display: block;
	width: 100%;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.main-div-table button:hover,
.loggedin-div button:hover {
	background: #051e34;
	color: #4fc3f7;
	border: 1px solid #051e34;
	cursor: pointer;
}


/*===================================*/
/* MAIN DIV LOADER MOTHER
	/*===================================*/
.main-div-table-loader {
	width: 94%;
	margin: auto;
	height: 80%;
	position: absolute;
	overflow: auto;
	z-index: 99;
	margin-top: 8%;
	right: 1.5%;
	padding: 0;
	background: #D3D3D3;
}

/*===================================*/
/* MAIN DIV LOADER MOTHER
	/*===================================*/
.main-div-table-loader-geral {
	width: 94%;
	margin: auto;
	height: 80%;
	position: absolute;
	overflow: auto;
	z-index: 99;
	margin-top: 8%;
	right: 1.5%;
	padding: 0;
	background: transparent;
}

/*===================================*/
/* TABLE BUTTONS IN INDEX.HTML*/
/*===================================*/
.main-div-table-buttons {
	width: 94%;
	margin: auto;
	height: 80%;
	position: absolute;
	overflow: auto;
	z-index: 2;
	margin-top: 8%;
	right: 1.5%;
	padding: 0;
	background: #FFFFFF;
	border-radius: 10px;
	box-shadow: 3px -3x 20px #8B8989;
	-webkit-box-shadow: 3px -3px 20px #8B8989;
	-moz-box-shadow: 3px -3px 20px #8B8989;
}

.main-div-table-buttons h3 {
	font-family: Nunito;
	font-size: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-weight: bold;
	color: #333;
}

.main-div-table-buttons h2 {
	font-family: Nunito;
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
	margin-left: 10px;
	font-weight: bold;
	color: white;
}

.main-div-table-buttons button,
.loggedin-div button {
	background: #19212b;
	color: #fff;
	border: 1px solid #19212b;
	outline: none;
	border-radius: 5px;
	padding: 5px;
	display: block;
	width: 40%;
	height: 80%;
	margin: 0px auto;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.main-div-table-buttons button:hover,
.loggedin-div button:hover {
	background: #19212b;
	color: #FFA500;
	border: 1px solid #FFA500;
	cursor: pointer;
}

.main-div-table-buttons img {
	border-radius: 50%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 120px;
	width: 120px;
}

.main-div-table-buttons table {
	border-collapse: collapse;
	width: 100%;
	height: auto;
	align-self: center;
	table-layout: fixed;
}

.main-div-table-buttons caption {
	background: #696969;
	color: #FFFFFF;
	font-size: 13px;
	padding: 4px;
}

.main-div-table-buttons th,
td {
	font-family: Nunito;
	font-size: 14px;
	text-align: left;
	padding: 8px;
}

.main-div-table-buttons tbody>tr:nth-child(even) {
	background-color: #f2f2f2;
}

.main-div-table-buttons tbody>th,
td {
	font-family: Nunito;
	font-size: 14px;
	text-align: center;
	padding: 0.43em;
}

.main-div-table-buttons tfoot>tr:nth-child(even) {
	background-color: #ffffff;
}

.main-div-table-buttons ul {
	list-style-type: none;
	margin: 0;
	padding: 6px;
	overflow: hidden;
	background-color: #333;
}

.main-div-table-buttons li {
	float: left;
	margin-left: 12px;
}

.main-div-table-buttons label {
	font-family: Nunito;
	font-size: 14px;
	text-align: left;
}

.main-div-table-buttons input[type=text] {
	display: block;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
	padding: 5px;
	font-size: 14px;
	font-family: Nunito;
	outline: none;
	width: 80%;
	margin: auto;
	text-align: left;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.main-div-table-buttons input[type="text"],
textarea:focus {
	border-color: dodgerBlue;
	box-shadow: 0 0 8px 0 dodgerBlue;
}

.main-div-table-buttons input[type="text"]:disabled {
	background: #eeeeee;
}

.main-div-table-buttons #appearance-select {
	position: relative;
	margin: 0px auto;
	-webkit-appearance: none;
	/* Remove estilo padrão do Chrome */
	-moz-appearance: none;
	/* Remove estilo padrão do FireFox */
	appearance: none;
	/* Remove estilo padrão do FireFox*/
	background: url(http://www.webcis.com.br/images/imagens-noticias/select/ico-seta-appearance.gif) no-repeat #eeeeee;
	/* Imagem de fundo (Seta) */
	background-position: 218px center;
	/*Posição da imagem do background*/
	width: 250px;
	/* Tamanho do select, maior que o tamanho da div "div-select" */
	height: 30px;
	/* Altura do select, importante para que tenha a mesma altura em todo os navegadores */
	border: 1px solid #ddd;
	color: #000;
}

.main-div-table-buttons-ul button,
.loggedin-div button {
	font-family: Nunito;
	font-size: 15px;
	background: #333;
	color: #fff;
	border: 1px solid #333;
	outline: none;
	border-radius: 0px;
	padding: 5px;
	display: block;
	width: 100%;
	height: 80%;
	margin: 0px auto;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.main-div-table-buttons-ul button:hover,
.loggedin-div button:hover {
	background: #333;
	color: dodgerblue;
	border: 1px solid #333;
	cursor: pointer;
}

/*===================================*/
/* TABLE WORKER DATA*/
/*===================================*/
.main-div-data-worker {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 3;
	top: 5%;
	left: 40;
	display: none;
	background: #FFFFFF;
	border-radius: 10px;
	box-shadow: 3px -3x 20px #8B8989;
	-webkit-box-shadow: 3px -3px 20px #8B8989;
	-moz-box-shadow: 3px -3px 20px #8B8989;
}

.main-div-data-worker h3 {
	font-family: Nunito;
	font-size: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-weight: bold;
	color: #696969;
}

.main-div-data-worker h2 {
	font-family: Nunito;
	font-size: 20px;
	text-align: center;
	margin-bottom: 10px;
	margin-left: 10px;
	font-weight: bold;
	color: white;
}

/*===================================*/
/* BUTTONS MENU   					 */
/*===================================*/
.sub-main-table {
	width: auto;
	height: auto;
	z-index: 1;
	margin: 0px auto;
	display: block;
	background: #262f3d;
	border-radius: 0px;
}

.sub-main-table table {
	border-collapse: collapse;
	width: 100%;
	height: auto;
	align-self: center;
	table-layout: fixed;
}

.sub-main-table th,
td {
	text-align: center;
	padding: 4px;
}

.sub-main-table button,
.loggedin-div button {
	background: #262f3d;
	color: #fff;
	text-align: center;
	border: 1px solid #262f3d;
	outline: none;
	border-radius: 5px;
	padding: 10px;
	display: block;
	width: 100%;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.sub-main-table button:hover,
.loggedin-div button:hover {
	background: #262f3d;
	color: #F5DEB3;
	border: 1px solid #262f3d;
	cursor: pointer;
}

.sub-main-table button:focus,
.loggedin-div button:focus {
	background: #262f3d;
	color: #8B8989;
	border: 1px solid #262f3d;
	cursor: pointer;
}


/*===================================*/
/* SELECT OBRA  					 */
/*===================================*/
.sub-main-obra {
	display: none;
	width: 25%;
	height: 80%;
	position: absolute;
	z-index: 10;
	background: #4F4F4F;
	border-radius: 10px;
	border: 5px solid #1C1C1C;
}

.sub-main-obra table {
	border-collapse: collapse;
	width: 100%;
	height: auto;
	align-self: center;
	cursor: pointer;
	table-layout: fixed;
}

.sub-main-obra td {
	text-align: center;
	padding: 4px;
	color: #FFFFFF;
	cursor: pointer;
	border-bottom: 1px solid #696969;
}

.sub-main-obra th {
	text-align: center;
	padding: 4px;
	color: #000000;
	border-bottom: 1px solid #696969;
}

.sub-main-obra tr:hover {
	background: #696969;
	cursor: pointer;
}

.sub-main-obra caption {
	font-size: 14px;
	color: #FFFFFF;
	font-size: 13px;
	padding: 4px;
}

.sub-main-obra label {
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}

.sub-main-obra button,
.loggedin-div button {
	background: #262f3d;
	color: #fff;
	text-align: center;
	border: 1px solid #262f3d;
	outline: none;
	border-radius: 5px;
	padding: 10px;
	display: block;
	width: 100%;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.sub-main-obra button:hover,
.loggedin-div button:hover {
	background: #1C1C1C;
	color: #F5DEB3;
	border: 1px solid #262f3d;
	cursor: pointer;
}

.sub-main-obra button:focus,
.loggedin-div button:focus {
	background: #262f3d;
	color: #8B8989;
	border: 1px solid #262f3d;
	cursor: pointer;
}



/*===================================*/
/* EDIT SUB SERVICE					 */
/*===================================*/
.sub-service-main {
	display: none;
	width: 50%;
	height: 40%;
	position: absolute;
	z-index: 10;
	background: #fff;
	border-radius: 1px;
	border: 1px solid #e8e8e8;
	overflow: auto;
	box-shadow: 3px -3x 20px #8B8989;
	-webkit-box-shadow: 3px -3px 20px #8B8989;
	-moz-box-shadow: 3px -3px 20px #8B8989;
	margin: auto;
	font-family: Nunito;
}

.sub-service-main table {
	border-collapse: collapse;
	width: 100%;
	height: auto;
	align-self: center;
	table-layout: fixed;
}

.sub-service-main h3 {
	font-family: Nunito;
	font-size: 14px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-weight: bold;
	color: #333;
}

.sub-service-main td,
th {
	text-align: left;
	padding: 8px;
}

.sub-service-main caption {
	background: #696969;
	color: #FFFFFF;
	font-size: 13px;
	padding: 10px;
}

.sub-service-main label {
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}

.sub-service-main input[type=text] {
	display: block;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
	font-size: 12px;
	font-family: 'Nunito';
	padding: 5px;
	outline: none;
	width: 100%;
	margin: auto;
	text-align: center;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.sub-service-main button,
.loggedin-div button {
	background: #262f3d;
	color: #fff;
	text-align: center;
	border: 1px solid #262f3d;
	outline: none;
	border-radius: 5px;
	padding: 10px;
	display: block;
	width: 100%;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.sub-service-main button:hover,
.loggedin-div button:hover {
	background: #1C1C1C;
	color: #F5DEB3;
	border: 1px solid #262f3d;
	cursor: pointer;
}

.sub-service-main button:focus,
.loggedin-div button:focus {
	background: #262f3d;
	color: #8B8989;
	border: 1px solid #262f3d;
	cursor: pointer;
}

/*===================================*/
/* CHILD DIV NEW OVERLAY	 */
/*===================================*/
.overlay-div-main {
	display: none;
	width: 50%;
	height: 40%;
	position: absolute;
	z-index: 10;
	background: #fff;
	border-radius: 1px;
	border: 1px solid #e8e8e8;
	overflow: auto;
	box-shadow: 3px -3x 20px #8B8989;
	-webkit-box-shadow: 3px -3px 20px #8B8989;
	-moz-box-shadow: 3px -3px 20px #8B8989;
	margin: auto;
	font-family: Nunito;
}

.overlay-div-main table {
	border-collapse: collapse;
	width: 100%;
	height: auto;
	align-self: center;
	table-layout: fixed;
}

/* .overlay-div-main table td {
		white-space: pre;
	} */

/* 	.overlay-div-main table tbody tr td:nth-child(1) {
		position: sticky;
		left: 0;
		z-index: 1;
	}
	.overlay-div-main table tbody tr td:nth-child(2) {
		position: sticky;
		left: 0;
		z-index: 1;
	} */

.overlay-div-main h3 {
	font-family: Nunito;
	font-size: 14px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-weight: bold;
	color: #333;
}

.overlay-div-main th {
	text-align: left;
	padding: 4.5px;
	font-size: 0.75em;
}

.overlay-div-main td {
	text-align: left;
	padding: 4.5px;
	font-size: 0.8em;
}

.overlay-div-main caption {
	background: #fff;
	color: #4F4F4F;
	font-size: 0.9em;
	padding: 10px;
	text-align: left;
	font-weight: bold;
	font-family: 'Nunito', sans-serif;
}

.overlay-div-main label {
	font-size: 1em;
	color: #fff;
	cursor: pointer;
}

.overlay-div-main input[type=text],
textarea {
	display: block;
	border: 1px solid #ccc;
	border-radius: 0%;
	background: #fff;
	font-size: 0.8em;
	font-family: 'Nunito';
	padding: 0.7em;
	outline: none;
	width: 100%;
	margin: auto;
	text-align: center;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.overlay-div-main input[type="text"]:disabled {
	background: #e8e8e8;
}

.overlay-div-main input[type=number] {
	display: block;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
	font-size: 0.8em;
	font-family: 'Nunito';
	padding: 5px;
	outline: none;
	width: 100%;
	margin: auto;
	text-align: center;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.overlay-div-main button,
.loggedin-div button {
	background: #262f3d;
	color: #fff;
	text-align: center;
	border: 1px solid #262f3d;
	outline: none;
	border-radius: 5px;
	padding: 10px;
	display: block;
	width: 100%;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.overlay-div-main button:hover,
.loggedin-div button:hover {
	background: #1C1C1C;
	color: #F5DEB3;
	border: 1px solid #262f3d;
	cursor: pointer;
}

.overlay-div-main ul {
	list-style-type: none;
	margin: 0;
	padding: 0.3em;
	margin-left: 1px;
	overflow: hidden;
	background-color: #333;
	font-size: 1.2em;
}

.overlay-div-main li {
	float: left;
	margin-left: 12px;
}

.overlay-div-main img {
	border-radius: 50%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 120px;
	width: 120px;
	cursor: pointer;
}

.overlay-div-main img:hover {
	cursor: pointer;
}

.btn-overlay {
	background-color: DodgerBlue;
	border: none;
	color: white;
	padding: 8px 12px;
	font-size: 16px;
	cursor: pointer;
}

/* Darker background on mouse-over */
.btn-overlay:hover {
	background-color: RoyalBlue;
}

.btn {
	display: block;
}

.btn button {
	outline: none;
	background-color: #262f3d;
	border: #262f3d;
	font-size: 0.85em;
	text-align: left;
}

/*===================================*/
/* IMPORTAÇÃO PLANILHA COMPOSIÇÕES	 */
/*===================================*/
.import-comp-main {
	display: none;
	width: 50%;
	height: 40%;
	position: absolute;
	z-index: 10;
	background: #fff;
	border-radius: 10px;
	border: 5px solid #1C1C1C;
	overflow: auto;
	box-shadow: 3px -3x 20px #8B8989;
	-webkit-box-shadow: 3px -3px 20px #8B8989;
	-moz-box-shadow: 3px -3px 20px #8B8989;
	margin: auto;
}

.import-comp-main table {
	border-collapse: collapse;
	width: 100%;
	height: auto;
	align-self: center;
	table-layout: fixed;
}

.import-comp-main h3 {
	font-family: Nunito;
	font-size: 14px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-weight: bold;
	color: #333;
}

.import-comp-main td,
th {
	text-align: left;
	padding: 8px;
}

.import-comp-main caption {
	background: #696969;
	color: #FFFFFF;
	font-size: 13px;
	padding: 10px;
}

.import-comp-main label {
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}

.import-comp-main input[type=text],
textarea {
	display: block;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
	font-size: 12px;
	font-family: 'Nunito';
	padding: 8px;
	outline: none;
	width: 100%;
	margin: auto;
	text-align: center;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.import-comp-main input[type="text"]:disabled {
	background: #eeeeee;
}

.import-comp-main input[type=number] {
	display: block;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
	font-size: 12px;
	font-family: 'Nunito';
	padding: 5px;
	outline: none;
	width: 100%;
	margin: auto;
	text-align: center;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.import-comp-main button,
.loggedin-div button {
	background: #262f3d;
	color: #fff;
	text-align: center;
	border: 1px solid #262f3d;
	outline: none;
	border-radius: 5px;
	padding: 10px;
	display: block;
	width: 100%;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.import-comp-main button:hover,
.loggedin-div button:hover {
	background: #1C1C1C;
	color: #F5DEB3;
	border: 1px solid #262f3d;
	cursor: pointer;
}

.import-comp-main ul {
	list-style-type: none;
	margin: 0;
	padding: 2px;
	margin-left: 1px;
	overflow: hidden;
	background-color: #333;
}

.import-comp-main li {
	float: left;
	margin-left: 12px;
}

.import-comp-main img {
	border-radius: 50%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 120px;
	width: 120px;
	cursor: pointer;
}

.import-comp-main img:hover {
	cursor: pointer;
}

.main-div-table-overlay-ul button,
.loggedin-div button {
	font-family: Nunito;
	font-size: 15px;
	background: #333;
	outline: none;
	color: #fff;
	border: 1px solid #333;
	border-radius: 0px;
	padding: 3px;
	display: block;
	width: 100%;
	height: 80%;
	margin: 0px auto;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.main-div-table-overlay-ul button:hover,
.loggedin-div button:hover {
	background: #333;
	color: dodgerblue;
	border: 1px solid #333;
	cursor: pointer;
}

.main-div-table-overlay-ul button:disabled,
.loggedin-div button:disabled {
	background: #333;
	color: #696969;
	border: 1px solid #333;
	cursor: auto;
}

.icon {
	padding: 7px;
	background: dodgerblue;
	color: white;
	min-width: 30px;
	text-align: center;
	border-radius: 10% 0% 0% 10%;
}

.input-container {
	display: -ms-flexbox;
	/* IE10 */
	display: flex;
	width: 100%;
	/* margin-bottom: 14px; */
}

.box input {
	padding: 10px 0;
	margin-bottom: 10px;
	width: 100%;
	border-radius: 0px;
	box-sizing: border-box;
	box-shadow: none;
	outline: none;
	border: none;
	border-bottom: 2px solid #999;
	font-size: larger;
}

.box input:valid {
	background-color: #fff;
}


.box h2 {
	margin: 0 0 40px;
	padding: 0;
	color: #262f3d;
	/* text-transform: uppercase; */
}

.box input:focus~label,
.box input:valid~label {
	top: -17px;
	left: 2px;
	color: dodgerblue;
	font-size: 11px;
	font-weight: bold;
}

.box input:disabled~label,
.box input:valid~label {
	top: -17px;
	left: 2px;
	color: dodgerblue;
	font-size: 11px;
	font-weight: bold;
}

.box input:focus,
.box input:valid {
	border-bottom: 2px solid dodgerblue;
}

.box textarea {
	padding: 8px;
	font-size: 0.9em;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	box-shadow: none;
	outline: none;
	border: none;
	resize: none;
	text-indent: 0px;
}

.box textarea:disabled {
	background-color: #e8e8e8;
}

.box textarea:focus~label,
.box textarea:valid~label {
	top: -17px;
	left: 2px;
	color: dodgerblue;
	font-size: 0.9em;
	font-weight: bold;
}

.box textarea:disabled~label,
.box textarea:valid~label {
	top: -17px;
	left: 2px;
	color: dodgerblue;
	font-size: 0.9em;
	font-weight: bold;
}

.box textarea:focus,
.box textarea:valid {
	border-color: dodgerBlue;
	box-shadow: 0 0 8px 0 dodgerBlue;
	left: 10px;
}

.box form div {
	position: relative;
}

.box form div label {
	position: absolute;
	top: 0.9em;
	left: 8px;
	color: #999;
	transition: .5s;
	font-weight: lighter;
	font-size: 11px;
	pointer-events: none;
}

/*===================================*/
/* NOTIFICATION DIV					 */
/*===================================*/
.notification-main-div {
	display: none;
	width: 5%;
	height: 5%;
	position: absolute;
	z-index: 10;
	background: #fff;
	border-radius: 50%;
	border: none;
	overflow: auto;
	box-shadow: 3px -3x 20px #8B8989;
	-webkit-box-shadow: 3px -3px 20px #8B8989;
	-moz-box-shadow: 3px -3px 20px #8B8989;
	margin: auto;
}

.notification-main-div table {
	border-collapse: collapse;
	width: 100%;
	height: auto;
	align-self: center;
	table-layout: fixed;
}

.notification-main-div h3 {
	font-family: Nunito;
	font-size: 14px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-weight: bold;
	color: #333;
}

.notification-main-div td,
th {
	text-align: left;
	padding: 8px;
}

.notification-main-div caption {
	background: #696969;
	color: #FFFFFF;
	font-size: 13px;
	padding: 10px;
}

.notification-main-div label {
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}

.notification-main-div input[type=text] {
	display: block;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
	font-size: 12px;
	font-family: 'Nunito';
	padding: 5px;
	outline: none;
	width: 100%;
	margin: auto;
	text-align: center;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.notification-main-div input[type="text"]:disabled {
	background: #eeeeee;
}

.notification-main-div input[type=number] {
	display: block;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
	font-size: 12px;
	font-family: 'Nunito';
	padding: 5px;
	outline: none;
	width: 100%;
	margin: auto;
	text-align: center;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.notification-main-div button,
.loggedin-div button {
	background: #262f3d;
	color: #fff;
	text-align: center;
	border: 1px solid #262f3d;
	outline: none;
	border-radius: 5px;
	padding: 10px;
	display: block;
	width: 100%;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.notification-main-div button:hover,
.loggedin-div button:hover {
	background: #1C1C1C;
	color: #F5DEB3;
	border: 1px solid #262f3d;
	cursor: pointer;
}

.notification-main-div ul {
	list-style-type: none;
	margin: 0;
	padding: 2px;
	margin-left: 1px;
	overflow: hidden;
	background-color: #333;
}

.notification-main-div li {
	float: left;
	margin-left: 12px;
}

.table-supply {
	width: 100%;
	font-size: 50px;
	height: auto;
	position: absolute;
	overflow: auto;
	z-index: 2;
	background: transparent;
}

.main-div-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	/* Height of the footer */
	background: #6cf;
}

.div_blank_img {
	width: 100%;
	height: auto;
	overflow: auto;
	z-index: 2;
	border-radius: 50%;
	background: #fff;
}

.div_blank_img img {
	margin-left: auto;
	margin-right: auto;
}




/*===================================*/
/*  PEDIDOS ROW  					 */
/*===================================*/
.main-div-table-supply {
	width: 94%;
	margin: auto;
	font-size: 50px;
	height: 87%;
	position: absolute;
	overflow: auto;
	z-index: 2;
	margin-top: 5%;
	right: 1.5%;
	padding: 0;
	background: #FFFFFF;
	border-radius: 2px;
	box-shadow: 3px -3x 20px #8B8989;
	-webkit-box-shadow: 3px -3px 20px #8B8989;
	-moz-box-shadow: 3px -3px 20px #8B8989;
}

.main-div-table-supply h3 {
	font-family: Nunito;
	font-size: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-weight: bold;
	color: #333;
}

.main-div-table-supply h2 {
	font-family: Nunito;
	text-align: center;
	margin-bottom: 10px;
	margin-left: 10px;
	font-weight: bold;
	color: white;
}

.main-div-table-supply ul {
	list-style-type: none;
	margin: 0;
	padding: 3px;
	margin-left: 1px;
	overflow: hidden;
	background-color: #333;
}

.main-div-table-supply li {
	float: left;
	margin-left: 12px;
}

.main-div-table-supply button,
.loggedin-div button {
	background: #19212b;
	color: #fff;
	outline: none;
	border: 1px solid #19212b;
	border-radius: 5px;
	padding: 5px;
	display: block;
	width: 40%;
	height: 80%;
	margin: 0px auto;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.main-div-table-supply button:hover,
.loggedin-div button:hover {
	background: #19212b;
	color: #FFA500;
	border: 1px solid #FFA500;
	cursor: pointer;
}

.main-div-table-supply button:disabled,
.loggedin-div button:disabled {
	background: #333;
	color: #696969;
	border: 1px solid #333;
	cursor: auto;
}

.main-div-table-supply img {
	border-radius: 50%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 120px;
	width: 120px;
	cursor: pointer;
}

.main-div-table-supply img:hover {
	cursor: pointer;
}

.main-div-table-supply table {
	border-collapse: collapse;
	width: 100%;
	height: auto;
	align-self: center;
	table-layout: fixed;
	font-family: 'Nunito', sans-serif;
	overflow-x: auto;
}

.supply-button-info button,
.loggedin-div button {
	background: transparent;
	color: #8FBC8F;
	border: none;
	outline: none;
	display: block;
	outline: none;
	width: 100%;
	margin: 0px auto;
	font-size: 14px;
	text-align: left;
	font-family: 'Nunito';
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.supply-button-info button:hover,
.loggedin-div button:hover {
	background: transparent;
	color: #8FBC8F;
	border: none;
	text-decoration: underline;
	cursor: pointer;
}

.icon-table i {
	padding: 2px;
	color: #333;
	min-width: 50px;
	text-align: center;
	background: transparent;
	text-align: center;
	cursor: pointer;
	font-size: 20px;
}

.icon-table-cot-done i {
	vertical-align: middle;
	padding: 10px;
	color: #fff;
	border-radius: 50%;
	min-width: 1.1em;
	min-height: 1.1em;
	text-align: center;
	background: #B4EEB4;
	text-align: center;
	cursor: pointer;
	font-size: 20px;
}

.icon-table-cot-times i {
	vertical-align: middle;
	padding: 10px;
	color: #fff;
	border-radius: 50%;
	min-width: 1.1em;
	min-height: 1.1em;
	text-align: center;
	background: #FF6347;
	text-align: center;
	cursor: pointer;
	font-size: 20px;
}

.icon-table-cot-exclam i {
	vertical-align: middle;
	padding: 10px;
	color: #fff;
	border-radius: 50%;
	min-width: 1.1em;
	min-height: 1.1em;
	text-align: center;
	background: #CDCD00;
	text-align: center;
	cursor: pointer;
	font-size: 20px;
}

.icon-table-cot i {
	padding: 10px;
	color: #CFCFCF;
	border-radius: 50%;
	min-width: 1.1em;
	min-height: 1.1em;
	text-align: center;
	background: #f2f2f2;
	text-align: center;
	cursor: pointer;
	font-size: 20px;
}

.icon-table-up i {
	padding: 10px;
	color: #00CD66;
	min-width: 50px;
	text-align: center;
	background: transparent;
	text-align: center;
	font-size: 1.0em;
}

.icon-table-ex i {
	padding: 10px;
	color: #CDCD00;
	min-width: 50px;
	text-align: center;
	background: transparent;
	text-align: center;
	cursor: pointer;
	font-size: 1.0em;
}

.icon-table-none i {
	padding: 10px;
	color: #B22222;
	min-width: 50px;
	text-align: center;
	background: transparent;
	text-align: center;
	font-size: 20px;
}

.icon-table-star i {
	padding: 1px;
	color: #CDAD00;
	text-align: center;
	background: transparent;
	text-align: center;
	cursor: pointer;
	font-size: 1.3em;
}

.icon-table-geral i {
	padding: 1px;
	text-align: center;
	background: transparent;
	text-align: center;
	cursor: pointer;
	font-size: 1.3em;
}

.main-div-table-supply caption {
	background: #696969;
	color: #FFFFFF;
	padding: 4px;
}

.main-div-table-supply th,
td {
	text-align: left;
	padding: 8px;
}

.main-div-table-supply td {
	font-size: 1em;
}

.main-div-table-supply tbody>th,
td {
	text-align: left;
	padding: 0.43em;
}

.main-div-table-supply label {
	font-family: Nunito;
	text-align: left;
}

.main-div-table-supply input[type=text] {
	display: block;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	background: #fff;
	font-size: 0.75em;
	font-family: 'Nunito', sans-serif;
	padding: 8px;
	outline: none;
	width: 100%;
	margin: auto;
	text-align: center;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.main-div-table-supply input[type="text"]:disabled {
	background: #e8e8e8;
}

.main-div-table-supply #appearance-selectUF {
	position: relative;
	margin: 0px auto;
	-webkit-appearance: none;
	/* Remove estilo padrão do Chrome */
	-moz-appearance: none;
	/* Remove estilo padrão do FireFox */
	appearance: none;
	/* Remove estilo padrão do FireFox*/
	background: url(http://www.webcis.com.br/images/imagens-noticias/select/ico-seta-appearance.gif) no-repeat #eeeeee;
	/* Imagem de fundo (Seta) */
	background-position: 100% center;
	/*Posição da imagem do background*/
	width: 30%;
	/* Tamanho do select, maior que o tamanho da div "div-select" */
	height: 30px;
	/* Altura do select, importante para que tenha a mesma altura em todo os navegadores */
	border: 1px solid #ddd;
	color: #000;
}

.main-div-table-supply #select-etapa {
	position: relative;
	margin: 0px auto;
	font-size: 14px;
	font-family: 'Nunito';
	-webkit-appearance: none;
	/* Remove estilo padrão do Chrome */
	-moz-appearance: none;
	/* Remove estilo padrão do FireFox */
	appearance: none;
	/* Remove estilo padrão do FireFox*/
	background: url(http://www.webcis.com.br/images/imagens-noticias/select/ico-seta-appearance.gif) no-repeat #eeeeee;
	/* Imagem de fundo (Seta) */
	background-position: 100% center;
	/*Posição da imagem do background*/
	width: 66%;
	/* Tamanho do select, maior que o tamanho da div "div-select" */
	height: 30px;
	/* Altura do select, importante para que tenha a mesma altura em todo os navegadores */
	border: 1px solid #ddd;
	color: #000;
}

.main-div-table-supply #select-unidade {
	position: relative;
	margin: 0px auto;
	font-size: 14px;
	font-family: 'Nunito';
	-webkit-appearance: none;
	/* Remove estilo padrão do Chrome */
	-moz-appearance: none;
	/* Remove estilo padrão do FireFox */
	appearance: none;
	/* Remove estilo padrão do FireFox*/
	background: url(http://www.webcis.com.br/images/imagens-noticias/select/ico-seta-appearance.gif) no-repeat #eeeeee;
	/* Imagem de fundo (Seta) */
	background-position: 100% center;
	/*Posição da imagem do background*/
	width: 70%;
	/* Tamanho do select, maior que o tamanho da div "div-select" */
	height: 30px;
	/* Altura do select, importante para que tenha a mesma altura em todo os navegadores */
	border: 1px solid #ddd;
	color: #000;
}

.main-div-table-supply #select-tipo {
	position: relative;
	margin: 0px auto;
	font-size: 14px;
	font-family: 'Nunito';
	-webkit-appearance: none;
	/* Remove estilo padrão do Chrome */
	-moz-appearance: none;
	/* Remove estilo padrão do FireFox */
	appearance: none;
	/* Remove estilo padrão do FireFox*/
	background: url(http://www.webcis.com.br/images/imagens-noticias/select/ico-seta-appearance.gif) no-repeat #eeeeee;
	/* Imagem de fundo (Seta) */
	background-position: 100% center;
	/*Posição da imagem do background*/
	width: 80%;
	/* Tamanho do select, maior que o tamanho da div "div-select" */
	height: 30px;
	/* Altura do select, importante para que tenha a mesma altura em todo os navegadores */
	border: 1px solid #ddd;
	color: #000;
}

.main-div-table-supply #select-local {
	position: relative;
	margin: 0px auto;
	font-size: 14px;
	font-family: 'Nunito';
	-webkit-appearance: none;
	/* Remove estilo padrão do Chrome */
	-moz-appearance: none;
	/* Remove estilo padrão do FireFox */
	appearance: none;
	/* Remove estilo padrão do FireFox*/
	background: url(http://www.webcis.com.br/images/imagens-noticias/select/ico-seta-appearance.gif) no-repeat #eeeeee;
	/* Imagem de fundo (Seta) */
	background-position: 100% center;
	/*Posição da imagem do background*/
	width: 80%;
	/* Tamanho do select, maior que o tamanho da div "div-select" */
	height: 30px;
	/* Altura do select, importante para que tenha a mesma altura em todo os navegadores */
	border: 1px solid #ddd;
	color: #000;
}

.main-div-table-supply #edit_contato_select {
	position: relative;
	margin: 0px auto;
	font-size: 14px;
	font-family: 'Nunito';
	-webkit-appearance: none;
	/* Remove estilo padrão do Chrome */
	-moz-appearance: none;
	/* Remove estilo padrão do FireFox */
	appearance: none;
	/* Remove estilo padrão do FireFox*/
	background: url(http://www.webcis.com.br/images/imagens-noticias/select/ico-seta-appearance.gif) no-repeat #eeeeee;
	/* Imagem de fundo (Seta) */
	background-position: 100% center;
	/*Posição da imagem do background*/
	width: 50%;
	/* Tamanho do select, maior que o tamanho da div "div-select" */
	height: 30px;
	/* Altura do select, importante para que tenha a mesma altura em todo os navegadores */
	border: 1px solid #ddd;
	color: #000;
}

.main-div-table-supply #atendimento-contato-select {
	position: relative;
	margin: 0px auto;
	font-size: 14px;
	font-family: 'Nunito';
	-webkit-appearance: none;
	/* Remove estilo padrão do Chrome */
	-moz-appearance: none;
	/* Remove estilo padrão do FireFox */
	appearance: none;
	/* Remove estilo padrão do FireFox*/
	background: url(http://www.webcis.com.br/images/imagens-noticias/select/ico-seta-appearance.gif) no-repeat #eeeeee;
	/* Imagem de fundo (Seta) */
	background-position: 100% center;
	/*Posição da imagem do background*/
	width: 30%;
	/* Tamanho do select, maior que o tamanho da div "div-select" */
	height: 30px;
	/* Altura do select, importante para que tenha a mesma altura em todo os navegadores */
	border: 1px solid #ddd;
	color: #000;
}

.main-div-table-supply #negociacao-contato-select {
	position: relative;
	margin: 0px auto;
	font-size: 14px;
	font-family: 'Nunito';
	-webkit-appearance: none;
	/* Remove estilo padrão do Chrome */
	-moz-appearance: none;
	/* Remove estilo padrão do FireFox */
	appearance: none;
	/* Remove estilo padrão do FireFox*/
	background: url(http://www.webcis.com.br/images/imagens-noticias/select/ico-seta-appearance.gif) no-repeat #eeeeee;
	/* Imagem de fundo (Seta) */
	background-position: 100% center;
	/*Posição da imagem do background*/
	width: 30%;
	/* Tamanho do select, maior que o tamanho da div "div-select" */
	height: 30px;
	/* Altura do select, importante para que tenha a mesma altura em todo os navegadores */
	border: 1px solid #ddd;
	color: #000;
}

.main-div-table-supply #select-classe-composicao {
	border-radius: 0%;
	position: relative;
	margin: 0px auto;
	font-size: 12px;
	font-family: 'Nunito';
	-webkit-appearance: none;
	/* Remove estilo padrão do Chrome */
	-moz-appearance: none;
	/* Remove estilo padrão do FireFox */
	appearance: none;
	/* Remove estilo padrão do FireFox*/
	background: url(http://www.webcis.com.br/images/imagens-noticias/select/ico-seta-appearance.gif) no-repeat #eeeeee;
	/* Imagem de fundo (Seta) */
	background-position: 100% center;
	/*Posição da imagem do background*/
	width: 100%;
	/* Tamanho do select, maior que o tamanho da div "div-select" */
	height: 30px;
	/* Altura do select, importante para que tenha a mesma altura em todo os navegadores */
	border: 1px solid #ddd;
	color: #000;
}

.main-div-table-supply #select-mo_material-composicao {
	position: relative;
	margin: 0px auto;
	font-size: 12px;
	font-family: 'Nunito';
	-webkit-appearance: none;
	/* Remove estilo padrão do Chrome */
	-moz-appearance: none;
	/* Remove estilo padrão do FireFox */
	appearance: none;
	/* Remove estilo padrão do FireFox*/
	background: url(http://www.webcis.com.br/images/imagens-noticias/select/ico-seta-appearance.gif) no-repeat #eeeeee;
	/* Imagem de fundo (Seta) */
	background-position: 100% center;
	/*Posição da imagem do background*/
	width: 100%;
	/* Tamanho do select, maior que o tamanho da div "div-select" */
	height: 30px;
	/* Altura do select, importante para que tenha a mesma altura em todo os navegadores */
	border: 1px solid #ddd;
	color: #000;
}

.main-div-table-supply #select-planilha-composicao {
	position: relative;
	margin: 0px auto;
	font-size: 12px;
	font-family: 'Nunito';
	-webkit-appearance: none;
	/* Remove estilo padrão do Chrome */
	-moz-appearance: none;
	/* Remove estilo padrão do FireFox */
	appearance: none;
	/* Remove estilo padrão do FireFox*/
	background: url(http://www.webcis.com.br/images/imagens-noticias/select/ico-seta-appearance.gif) no-repeat #eeeeee;
	/* Imagem de fundo (Seta) */
	background-position: 100% center;
	/*Posição da imagem do background*/
	width: 70%;
	/* Tamanho do select, maior que o tamanho da div "div-select" */
	height: 30px;
	/* Altura do select, importante para que tenha a mesma altura em todo os navegadores */
	border: 1px solid #ddd;
	color: #000;
}

.main-div-table-supply-ul button,
.loggedin-div button {
	font-family: Nunito;
	font-size: 15px;
	background: #333;
	outline: none;
	color: #fff;
	border: 1px solid #333;
	border-radius: 0px;
	padding: 5px;
	display: block;
	width: 100%;
	height: 80%;
	margin: 0px auto;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.remove-button-link-sup button,
.loggedin-div button {
	background: transparent;
	display: inline-block;
	border-radius: 50%;
	color: #B22222;
	border: none;
	outline: none;
	width: 100%;
	margin: 0px auto;
	font-size: 26px;
	text-align: center;
	font-family: 'Nunito';
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.remove-button-link-sup button:hover,
.loggedin-div button:hover {
	background: transparent;
	color: #FFA500;
	border: none;
	text-decoration: none;
	cursor: pointer;
}

.main-div-table-supply-ul button:hover,
.loggedin-div button:hover {
	background: #333;
	color: dodgerblue;
	border: 1px solid #333;
	cursor: pointer;
}

.mais-button-link button,
.loggedin-div button {
	background: transparent;
	color: #000;
	border: none;
	outline: none;
	display: block;
	width: 100%;
	margin: 0px auto;
	font-size: 26px;
	text-align: center;
	font-family: 'Nunito';
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.mais-button-link button:hover,
.loggedin-div button:hover {
	background: transparent;
	color: #FFA500;
	border: none;
	text-decoration: none;
	cursor: pointer;
}

.logo-relatorio img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 92.4px;
	width: 169.2px;
}

/*===================================*/
/*  PEDIDOS DETAIL INFO ROW  		 */
/*===================================*/
.main-div-table-supply-info {
	width: 94%;
	margin: auto;
	height: 80%;
	position: absolute;
	z-index: 2;
	overflow: auto;
	margin-top: 8%;
	right: 1.5%;
	padding: 0;
	background: #FFFFFF;
	border-radius: 10px;
	box-shadow: 3px -3x 20px #8B8989;
	-webkit-box-shadow: 3px -3px 20px #8B8989;
	-moz-box-shadow: 3px -3px 20px #8B8989;
}

.main-div-table-supply-info h3 {
	font-family: Nunito;
	font-size: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-weight: bold;
	color: #333;
}

.main-div-table-supply-info h2 {
	font-family: Nunito;
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
	margin-left: 10px;
	font-weight: bold;
	color: white;
}

.main-div-table-supply-info label {
	font-family: Nunito;
	font-size: 14px;
	text-align: left;
}

.main-div-table-supply-info ul {
	list-style-type: none;
	margin: 0;
	padding: 2px;
	overflow: hidden;
	background-color: #333;
}

.main-div-table-supply-info li {
	float: left;
	margin-left: 12px;
}

.main-div-table-supply-info button,
.loggedin-div button {
	background: #19212b;
	color: #fff;
	border: 1px solid #19212b;
	outline: none;
	border-radius: 5px;
	padding: 5px;
	display: block;
	width: 40%;
	height: 80%;
	margin: 0px auto;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.main-div-table-supply-info button:hover,
.loggedin-div button:hover {
	background: #19212b;
	color: #FFA500;
	border: 1px solid #FFA500;
	cursor: pointer;
}

.main-div-table-supply-info table {
	border-collapse: collapse;
	width: 100%;
	height: auto;
	vertical-align: top;
	align-self: top;
	table-layout: fixed;
}

.main-div-table-supply-info caption {
	background: #696969;
	color: #FFFFFF;
	font-size: 13px;
	padding: 4px;
}

.main-div-table-supply-info tbody>th,
td {
	vertical-align: top;
	font-size: 16px;
	text-align: left;
	padding: 0.43em;
}

.main-div-table-supply-info tbody>tr:nth-child(even) {
	background-color: #f2f2f2;
}

.select-unidade-cotacao select {
	position: relative;
	margin: 0px auto;
	font-size: 14px;
	font-family: 'Nunito';
	-webkit-appearance: none;
	/* Remove estilo padrão do Chrome */
	-moz-appearance: none;
	/* Remove estilo padrão do FireFox */
	appearance: none;
	/* Remove estilo padrão do FireFox*/
	background: url(http://www.webcis.com.br/images/imagens-noticias/select/ico-seta-appearance.gif) no-repeat #eeeeee;
	/* Imagem de fundo (Seta) */
	background-position: 100% center;
	/*Posição da imagem do background*/
	width: 100%;
	/* Tamanho do select, maior que o tamanho da div "div-select" */
	height: 30px;
	/* Altura do select, importante para que tenha a mesma altura em todo os navegadores */
	border: 1px solid #ddd;
	color: #000;
}

.select-unidade-orcamento select {
	position: relative;
	margin: 0px auto;
	font-size: 1em;
	font-family: 'Nunito';
	-webkit-appearance: none;
	/* Remove estilo padrão do Chrome */
	-moz-appearance: none;
	/* Remove estilo padrão do FireFox */
	appearance: none;
	/* Remove estilo padrão do FireFox*/
	background: url(../IMG/select_default.png) no-repeat #e8e8e8;
	/* Imagem de fundo (Seta) */
	background-position: 100% center;
	/*Posição da imagem do background*/
	min-width: 10em;
	/* Tamanho do select, maior que o tamanho da div "div-select" */
	height: 2.5em;
	/* Altura do select, importante para que tenha a mesma altura em todo os navegadores */
	border: 1px solid #ddd;
	color: #000;
}

.main-div-table-supply-info #select-demand-cot {
	position: relative;
	margin: 0px auto;
	font-size: 14px;
	font-family: 'Nunito';
	-webkit-appearance: none;
	/* Remove estilo padrão do Chrome */
	-moz-appearance: none;
	/* Remove estilo padrão do FireFox */
	appearance: none;
	/* Remove estilo padrão do FireFox*/
	background: url(http://www.webcis.com.br/images/imagens-noticias/select/ico-seta-appearance.gif) no-repeat #eeeeee;
	/* Imagem de fundo (Seta) */
	background-position: 100% center;
	/*Posição da imagem do background*/
	width: 100%;
	/* Tamanho do select, maior que o tamanho da div "div-select" */
	height: 30px;
	/* Altura do select, importante para que tenha a mesma altura em todo os navegadores */
	border: 1px solid #ddd;
	color: #000;
}

.main-div-table-supply-info #select-fornecedor-cot {
	position: relative;
	margin: 0px auto;
	font-size: 14px;
	font-family: 'Nunito';
	-webkit-appearance: none;
	/* Remove estilo padrão do Chrome */
	-moz-appearance: none;
	/* Remove estilo padrão do FireFox */
	appearance: none;
	/* Remove estilo padrão do FireFox*/
	background: url(http://www.webcis.com.br/images/imagens-noticias/select/ico-seta-appearance.gif) no-repeat #eeeeee;
	/* Imagem de fundo (Seta) */
	background-position: 100% center;
	/*Posição da imagem do background*/
	width: 100%;
	/* Tamanho do select, maior que o tamanho da div "div-select" */
	height: 30px;
	/* Altura do select, importante para que tenha a mesma altura em todo os navegadores */
	border: 1px solid #ddd;
	color: #000;
}

.main-div-table-supply-info #select-contato-cot {
	position: relative;
	margin: 0px auto;
	font-size: 14px;
	font-family: 'Nunito';
	-webkit-appearance: none;
	/* Remove estilo padrão do Chrome */
	-moz-appearance: none;
	/* Remove estilo padrão do FireFox */
	appearance: none;
	/* Remove estilo padrão do FireFox*/
	background: url(http://www.webcis.com.br/images/imagens-noticias/select/ico-seta-appearance.gif) no-repeat #eeeeee;
	/* Imagem de fundo (Seta) */
	background-position: 100% center;
	/*Posição da imagem do background*/
	width: 100%;
	/* Tamanho do select, maior que o tamanho da div "div-select" */
	height: 30px;
	/* Altura do select, importante para que tenha a mesma altura em todo os navegadores */
	border: 1px solid #ddd;
	color: #000;
}

/* Avaliação do pedido */
.main-div-table-supply-info #posvenda-forne-select {
	position: relative;
	margin: 0px auto;
	font-size: 14px;
	font-family: 'Nunito';
	-webkit-appearance: none;
	/* Remove estilo padrão do Chrome */
	-moz-appearance: none;
	/* Remove estilo padrão do FireFox */
	appearance: none;
	/* Remove estilo padrão do FireFox*/
	background: url(http://www.webcis.com.br/images/imagens-noticias/select/ico-seta-appearance.gif) no-repeat #eeeeee;
	/* Imagem de fundo (Seta) */
	background-position: 100% center;
	/*Posição da imagem do background*/
	width: 50%;
	/* Tamanho do select, maior que o tamanho da div "div-select" */
	height: 30px;
	/* Altura do select, importante para que tenha a mesma altura em todo os navegadores */
	border: 1px solid #ddd;
	color: #000;
}

.main-div-table-supply-info #prazo-forne-select {
	position: relative;
	margin: 0px auto;
	font-size: 14px;
	font-family: 'Nunito';
	-webkit-appearance: none;
	/* Remove estilo padrão do Chrome */
	-moz-appearance: none;
	/* Remove estilo padrão do FireFox */
	appearance: none;
	/* Remove estilo padrão do FireFox*/
	background: url(http://www.webcis.com.br/images/imagens-noticias/select/ico-seta-appearance.gif) no-repeat #eeeeee;
	/* Imagem de fundo (Seta) */
	background-position: 100% center;
	/*Posição da imagem do background*/
	width: 50%;
	/* Tamanho do select, maior que o tamanho da div "div-select" */
	height: 30px;
	/* Altura do select, importante para que tenha a mesma altura em todo os navegadores */
	border: 1px solid #ddd;
	color: #000;
}

.main-div-table-supply-info #qualidade-forne-select {
	position: relative;
	margin: 0px auto;
	font-size: 14px;
	font-family: 'Nunito';
	-webkit-appearance: none;
	/* Remove estilo padrão do Chrome */
	-moz-appearance: none;
	/* Remove estilo padrão do FireFox */
	appearance: none;
	/* Remove estilo padrão do FireFox*/
	background: url(http://www.webcis.com.br/images/imagens-noticias/select/ico-seta-appearance.gif) no-repeat #eeeeee;
	/* Imagem de fundo (Seta) */
	background-position: 100% center;
	/*Posição da imagem do background*/
	width: 50%;
	/* Tamanho do select, maior que o tamanho da div "div-select" */
	height: 30px;
	/* Altura do select, importante para que tenha a mesma altura em todo os navegadores */
	border: 1px solid #ddd;
	color: #000;
}

.main-div-table-supply-info #confiabilidade-forne-select {
	position: relative;
	margin: 0px auto;
	font-size: 14px;
	font-family: 'Nunito';
	-webkit-appearance: none;
	/* Remove estilo padrão do Chrome */
	-moz-appearance: none;
	/* Remove estilo padrão do FireFox */
	appearance: none;
	/* Remove estilo padrão do FireFox*/
	background: url(http://www.webcis.com.br/images/imagens-noticias/select/ico-seta-appearance.gif) no-repeat #eeeeee;
	/* Imagem de fundo (Seta) */
	background-position: 100% center;
	/*Posição da imagem do background*/
	width: 50%;
	/* Tamanho do select, maior que o tamanho da div "div-select" */
	height: 30px;
	/* Altura do select, importante para que tenha a mesma altura em todo os navegadores */
	border: 1px solid #ddd;
	color: #000;
}

.main-div-table-supply-info #atendimento-cont-select {
	position: relative;
	margin: 0px auto;
	font-size: 14px;
	font-family: 'Nunito';
	-webkit-appearance: none;
	/* Remove estilo padrão do Chrome */
	-moz-appearance: none;
	/* Remove estilo padrão do FireFox */
	appearance: none;
	/* Remove estilo padrão do FireFox*/
	background: url(http://www.webcis.com.br/images/imagens-noticias/select/ico-seta-appearance.gif) no-repeat #eeeeee;
	/* Imagem de fundo (Seta) */
	background-position: 100% center;
	/*Posição da imagem do background*/
	width: 50%;
	/* Tamanho do select, maior que o tamanho da div "div-select" */
	height: 30px;
	/* Altura do select, importante para que tenha a mesma altura em todo os navegadores */
	border: 1px solid #ddd;
	color: #000;
}

.main-div-table-supply-info #negociacao-cont-select {
	position: relative;
	margin: 0px auto;
	font-size: 14px;
	font-family: 'Nunito';
	-webkit-appearance: none;
	/* Remove estilo padrão do Chrome */
	-moz-appearance: none;
	/* Remove estilo padrão do FireFox */
	appearance: none;
	/* Remove estilo padrão do FireFox*/
	background: url(http://www.webcis.com.br/images/imagens-noticias/select/ico-seta-appearance.gif) no-repeat #eeeeee;
	/* Imagem de fundo (Seta) */
	background-position: 100% center;
	/*Posição da imagem do background*/
	width: 50%;
	/* Tamanho do select, maior que o tamanho da div "div-select" */
	height: 30px;
	/* Altura do select, importante para que tenha a mesma altura em todo os navegadores */
	border: 1px solid #ddd;
	color: #000;
}



.main-div-table-supply-info #posvenda-forne-select-sup {
	position: relative;
	margin: 0px auto;
	font-size: 14px;
	font-family: 'Nunito';
	-webkit-appearance: none;
	/* Remove estilo padrão do Chrome */
	-moz-appearance: none;
	/* Remove estilo padrão do FireFox */
	appearance: none;
	/* Remove estilo padrão do FireFox*/
	background: url(http://www.webcis.com.br/images/imagens-noticias/select/ico-seta-appearance.gif) no-repeat #eeeeee;
	/* Imagem de fundo (Seta) */
	background-position: 100% center;
	/*Posição da imagem do background*/
	width: 50%;
	/* Tamanho do select, maior que o tamanho da div "div-select" */
	height: 30px;
	/* Altura do select, importante para que tenha a mesma altura em todo os navegadores */
	border: 1px solid #ddd;
	color: #000;
}

.main-div-table-supply-info #prazo-forne-select-sup {
	position: relative;
	margin: 0px auto;
	font-size: 14px;
	font-family: 'Nunito';
	-webkit-appearance: none;
	/* Remove estilo padrão do Chrome */
	-moz-appearance: none;
	/* Remove estilo padrão do FireFox */
	appearance: none;
	/* Remove estilo padrão do FireFox*/
	background: url(http://www.webcis.com.br/images/imagens-noticias/select/ico-seta-appearance.gif) no-repeat #eeeeee;
	/* Imagem de fundo (Seta) */
	background-position: 100% center;
	/*Posição da imagem do background*/
	width: 50%;
	/* Tamanho do select, maior que o tamanho da div "div-select" */
	height: 30px;
	/* Altura do select, importante para que tenha a mesma altura em todo os navegadores */
	border: 1px solid #ddd;
	color: #000;
}

.main-div-table-supply-info #qualidade-forne-select-sup {
	position: relative;
	margin: 0px auto;
	font-size: 14px;
	font-family: 'Nunito';
	-webkit-appearance: none;
	/* Remove estilo padrão do Chrome */
	-moz-appearance: none;
	/* Remove estilo padrão do FireFox */
	appearance: none;
	/* Remove estilo padrão do FireFox*/
	background: url(http://www.webcis.com.br/images/imagens-noticias/select/ico-seta-appearance.gif) no-repeat #eeeeee;
	/* Imagem de fundo (Seta) */
	background-position: 100% center;
	/*Posição da imagem do background*/
	width: 50%;
	/* Tamanho do select, maior que o tamanho da div "div-select" */
	height: 30px;
	/* Altura do select, importante para que tenha a mesma altura em todo os navegadores */
	border: 1px solid #ddd;
	color: #000;
}

.main-div-table-supply-info #confiabilidade-forne-select-sup {
	position: relative;
	margin: 0px auto;
	font-size: 14px;
	font-family: 'Nunito';
	-webkit-appearance: none;
	/* Remove estilo padrão do Chrome */
	-moz-appearance: none;
	/* Remove estilo padrão do FireFox */
	appearance: none;
	/* Remove estilo padrão do FireFox*/
	background: url(http://www.webcis.com.br/images/imagens-noticias/select/ico-seta-appearance.gif) no-repeat #eeeeee;
	/* Imagem de fundo (Seta) */
	background-position: 100% center;
	/*Posição da imagem do background*/
	width: 50%;
	/* Tamanho do select, maior que o tamanho da div "div-select" */
	height: 30px;
	/* Altura do select, importante para que tenha a mesma altura em todo os navegadores */
	border: 1px solid #ddd;
	color: #000;
}

.main-div-table-supply-info #atendimento-cont-select-sup {
	position: relative;
	margin: 0px auto;
	font-size: 14px;
	font-family: 'Nunito';
	-webkit-appearance: none;
	/* Remove estilo padrão do Chrome */
	-moz-appearance: none;
	/* Remove estilo padrão do FireFox */
	appearance: none;
	/* Remove estilo padrão do FireFox*/
	background: url(http://www.webcis.com.br/images/imagens-noticias/select/ico-seta-appearance.gif) no-repeat #eeeeee;
	/* Imagem de fundo (Seta) */
	background-position: 100% center;
	/*Posição da imagem do background*/
	width: 50%;
	/* Tamanho do select, maior que o tamanho da div "div-select" */
	height: 30px;
	/* Altura do select, importante para que tenha a mesma altura em todo os navegadores */
	border: 1px solid #ddd;
	color: #000;
}

.main-div-table-supply-info #negociacao-cont-select-sup {
	position: relative;
	margin: 0px auto;
	font-size: 14px;
	font-family: 'Nunito';
	-webkit-appearance: none;
	/* Remove estilo padrão do Chrome */
	-moz-appearance: none;
	/* Remove estilo padrão do FireFox */
	appearance: none;
	/* Remove estilo padrão do FireFox*/
	background: url(http://www.webcis.com.br/images/imagens-noticias/select/ico-seta-appearance.gif) no-repeat #eeeeee;
	/* Imagem de fundo (Seta) */
	background-position: 100% center;
	/*Posição da imagem do background*/
	width: 50%;
	/* Tamanho do select, maior que o tamanho da div "div-select" */
	height: 30px;
	/* Altura do select, importante para que tenha a mesma altura em todo os navegadores */
	border: 1px solid #ddd;
	color: #000;
}

.input-info input[type=text] {
	display: block;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
	font-size: 14px;
	font-family: 'Nunito';
	padding: 5px;
	outline: none;
	width: 100%;
	margin: auto;
	text-align: center;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.input-info input[type="text"]:disabled {
	background: #eeeeee;
}

.cotacoes-button button,
.loggedin-div button {
	background: #DB7093;
	color: #19212b;
	border: 1px solid #19212b;
	outline: none;
	border-radius: 5px;
	padding: 5px;
	display: block;
	width: 40%;
	height: 80%;
	margin: 0px auto;
	font-size: 14px;
	text-align: left;
	font-family: 'Nunito';
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.cotacoes-button button:hover,
.loggedin-div button:hover {
	background: #fff;
	color: #DB7093;
	border: 1px solid #19212b;
	cursor: pointer;
}

.cotacoes-button-aprovada button,
.loggedin-div button {
	background: #27408B;
	color: #fff;
	border: 1px solid #ccc;
	outline: none;
	border-radius: 5px;
	padding: 5px;
	display: block;
	width: 40%;
	height: 80%;
	margin: 0px auto;
	font-size: 14px;
	text-align: left;
	font-family: 'Nunito';
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.cotacoes-button-aprovada button:hover,
.loggedin-div button:hover {
	background: #fff;
	color: #27408B;
	border: 1px solid #ccc;
	cursor: pointer;
}

.cotacoes-button-confirmada button,
.loggedin-div button {
	background: #228B22;
	color: #fff;
	border: 1px solid #ccc;
	outline: none;
	border-radius: 5px;
	padding: 5px;
	display: block;
	width: 40%;
	height: 80%;
	margin: 0px auto;
	font-size: 14px;
	text-align: left;
	font-family: 'Nunito';
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.cotacoes-button-confirmada button:hover,
.loggedin-div button:hover {
	background: #fff;
	color: #228B22;
	border: 1px solid #ccc;
	cursor: pointer;
}

.cotacoes-button-recusada button,
.loggedin-div button {
	background: #FF4500;
	color: #fff;
	border: 1px solid #ccc;
	outline: none;
	border-radius: 5px;
	padding: 5px;
	display: block;
	width: 40%;
	height: 80%;
	margin: 0px auto;
	font-size: 14px;
	text-align: left;
	font-family: 'Nunito';
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.cotacoes-button-recusada button:hover,
.loggedin-div button:hover {
	background: #fff;
	color: #FF4500;
	border: 1px solid #ccc;
	cursor: pointer;
}

.cotacoes-button-comprada button,
.loggedin-div button {
	background: #f2f2f2;
	color: #000;
	border: 1px solid #ccc;
	outline: none;
	border-radius: 5px;
	padding: 5px;
	display: block;
	width: 40%;
	height: 80%;
	margin: 0px auto;
	font-size: 14px;
	text-align: left;
	font-family: 'Nunito';
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.cotacoes-button-comprada button:hover,
.loggedin-div button:hover {
	background: #f2f2f2;
	color: #228B22;
	border: 1px solid #ccc;
	cursor: pointer;
}


.cotacoes-button-link button,
.loggedin-div button {
	background: transparent;
	color: dodgerblue;
	border: none;
	outline: none;
	display: block;
	outline: none;
	width: 100%;
	margin: 0px auto;
	font-size: 14px;
	text-align: left;
	font-family: 'Nunito';
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.cotacoes-button-link button:hover,
.loggedin-div button:hover {
	background: transparent;
	color: dodgerblue;
	border: none;
	text-decoration: underline;
	cursor: pointer;
}

.mais-button-link-sup-info button,
.loggedin-div button {
	background: transparent;
	color: #000;
	border: none;
	outline: none;
	display: block;
	width: 100%;
	margin: 0px auto;
	font-size: 26px;
	text-align: center;
	font-family: 'Nunito';
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.mais-button-link-sup-info button:hover,
.loggedin-div button:hover {
	background: transparent;
	color: #FFA500;
	border: none;
	text-decoration: none;
	cursor: pointer;
}

.main-div-table-supply-info-ul button,
.loggedin-div button {
	font-family: Nunito;
	font-size: 0.9em;
	background: #333;
	outline: none;
	color: #fff;
	border: 1px solid #333;
	border-radius: 0px;
	padding: 0.4em;
	display: block;
	width: 100%;
	height: 80%;
	margin: 0px auto;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.main-div-table-supply-info-ul button:hover,
.loggedin-div button:hover {
	background: #333;
	color: dodgerblue;
	border: 1px solid #333;
	cursor: pointer;
}

.main-div-table-supply-info-ul button:disabled,
.loggedin-div button:disabled {
	background: #333;
	color: #696969;
	border: 1px solid #333;
	cursor: auto;
}

.main-div-table-supply-clicked-aux-info-ul button,
.loggedin-div button {
	font-family: Nunito;
	font-size: 0.85em;
	background: #333;
	outline: none;
	color: #BEBEBE;
	border: 1px solid #333;
	border-radius: 0px;
	padding: 0.4em;
	display: block;
	width: 100%;
	height: 80%;
	margin: 0px auto;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.main-div-table-supply-clicked-aux-info-ul button:hover,
.loggedin-div button:hover {
	background: #333;
	color: dodgerblue;
	border: 1px solid #333;
	cursor: pointer;
}

.main-div-table-supply-clicked-aux-info-ul button:disabled,
.loggedin-div button:disabled {
	background: #333;
	color: #696969;
	border: 1px solid #333;
	cursor: auto;
}


/* AFTER CLICKED */
.main-div-table-supply-clicked-info-ul button,
.loggedin-div button {
	font-family: Nunito;
	font-size: 0.9em;
	background: #333;
	outline: none;
	color: dodgerblue;
	border: 1px solid #333;
	border-radius: 0px;
	padding: 0.4em;
	display: block;
	width: 100%;
	height: 80%;
	margin: 0px auto;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.main-div-table-supply-clicked-info-ul button:hover,
.loggedin-div button:hover {
	background: #333;
	color: #63B8FF;
	border: 1px solid #333;
	cursor: pointer;
}

.main-div-table-supply-clicked-info-ul button:disabled,
.loggedin-div button:disabled {
	background: #333;
	color: #696969;
	border: 1px solid #333;
	cursor: auto;
}


/* AFTER CLICKED SUB MENU*/
.main-div-table-supply-clicked-sub-info-ul button,
.loggedin-div button {
	font-family: Nunito;
	font-size: 1em;
	background: #333;
	outline: none;
	color: #f2f2f2;
	border: 1px solid #333;
	border-radius: 0px;
	padding: 0.4em;
	display: block;
	width: 100%;
	height: 80%;
	margin: 0px auto;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.main-div-table-supply-clicked-sub-info-ul button:hover,
.loggedin-div button:hover {
	background: #333;
	color: #FFC1C1;
	border: 1px solid #333;
	cursor: pointer;
}

.main-div-table-supply-clicked-sub-info-ul button:disabled,
.loggedin-div button:disabled {
	background: #333;
	color: #696969;
	border: 1px solid #333;
	cursor: auto;
}

.vertical_td_txt {
	writing-mode: vertical-lr;
}

/*===================================*/
/* TABLE FORNCEDORES				*/
/*===================================*/
.main-div-table-fornecedores {
	width: 94%;
	margin: auto;
	height: 80%;
	overflow: auto;
	position: absolute;
	z-index: 2;
	margin-top: 8%;
	overflow: auto;
	right: 1.5%;
	padding: 0;
	background: #FFFFFF;
	border-radius: 10px;
	box-shadow: 3px -3x 20px #8B8989;
	-webkit-box-shadow: 3px -3px 20px #8B8989;
	-moz-box-shadow: 3px -3px 20px #8B8989;
}

.main-div-table-fornecedores label {
	font-family: 'Nunito', sans-serif;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	padding: 8px;
}

.main-div-table-fornecedores h3 {
	font-family: Nunito;
	font-size: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-weight: bold;
	color: #333;
}

.main-div-table-fornecedores h2 {
	font-family: Nunito;
	font-size: 20px;
	text-align: center;
	margin-bottom: 10px;
	margin-left: 10px;
	font-weight: bold;
	color: white;
}

.main-div-table-fornecedores button,
.loggedin-div button {
	background: #19212b;
	color: #fff;
	border: 1px solid #19212b;
	outline: none;
	border-radius: 5px;
	padding: 5px;
	display: block;
	width: 40%;
	height: 80%;
	margin: 0px auto;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.main-div-table-fornecedores button:hover,
.loggedin-div button:hover {
	background: #19212b;
	color: #FFA500;
	border: 1px solid #FFA500;
	cursor: pointer;
}

.main-div-table-fornecedores img {
	border-radius: 0%;
	display: block;
}

.main-div-table-fornecedores table {
	border-collapse: collapse;
	width: 100%;
	height: auto;
	align-self: center;
	table-layout: fixed;
}

.main-div-table-fornecedores tbody>tr:nth-child(even) {
	background-color: #f2f2f2;
}

.main-div-table-fornecedores caption {
	background: #696969;
	color: #FFFFFF;
	font-size: 13px;
	padding: 4px;
}

.main-div-table-fornecedores th,
td {
	text-align: left;
	padding: 8px;
}

.main-div-table-fornecedores>th,
td {
	text-align: left;
	padding: 0.43em;
}

.main-div-table-fornecedores label {
	font-family: Nunito;
	font-size: 14px;
	text-align: left;
}

.main-div-table-fornecedores input[type=text] {
	display: block;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
	padding: 5px;
	outline: none;
	width: 25%;
	margin: auto;
	text-align: center;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.main-div-table-fornecedores ul {
	list-style-type: none;
	margin: 0;
	padding: 2px;
	overflow: hidden;
	background-color: #333;
}

.main-div-table-fornecedores li {
	float: left;
	margin-left: 12px;
}

.main-div-table-fornecedores-ul button,
.loggedin-div button {
	font-family: Nunito;
	font-size: 15px;
	background: #333;
	color: #fff;
	border: 1px solid #333;
	outline: none;
	border-radius: 0px;
	padding: 5px;
	display: block;
	width: 100%;
	height: 80%;
	margin: 0px auto;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.main-div-table-fornecedores-ul button:hover,
.loggedin-div button:hover {
	background: #333;
	color: dodgerblue;
	border: 1px solid #333;
	cursor: pointer;
}

.contatos-button button,
.loggedin-div button {
	background: #27408B;
	color: #fff;
	border: 1px solid #19212b;
	outline: none;
	border-radius: 5px;
	padding: 5px;
	display: block;
	width: 40%;
	height: 80%;
	margin: 0px auto;
	font-size: 14px;
	text-align: left;
	font-family: 'Nunito';
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.contatos-button button:hover,
.loggedin-div button:hover {
	background: #fff;
	color: #27408B;
	border: 1px solid #19212b;
	cursor: pointer;
}

.contatos-button-link button,
.loggedin-div button {
	background: transparent;
	color: dodgerblue;
	border: none;
	outline: none;
	display: block;
	width: 100%;
	margin: 0px auto;
	font-size: 14px;
	text-align: left;
	font-family: 'Nunito';
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.contatos-button-link button:hover,
.loggedin-div button:hover {
	background: transparent;
	color: dodgerblue;
	border: none;
	text-decoration: underline;
	cursor: pointer;
}



.table-cancel-button button,
.loggedin-div button {
	background: #fff;
	color: #B22222;
	border: 1px solid #ccc;
	outline: none;
	border-radius: 5px;
	outline: none;
	padding: 5px;
	display: block;
	width: 40%;
	height: 80%;
	margin: 0px auto;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.table-cancel-button button:hover,
.loggedin-div button:hover {
	background: #fff;
	color: #B22222;
	border: 1px solid #B22222;
	text-decoration: underline;
	cursor: pointer;
}

.table-remove-button button,
.loggedin-div button {
	background: #B22222;
	color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	outline: none;
	padding: 5px;
	display: block;
	width: 40%;
	height: 80%;
	margin: 0px auto;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.table-remove-button button:hover,
.loggedin-div button:hover {
	background: #fff;
	color: #B22222;
	border: 1px solid #ccc;
	cursor: pointer;
}

.table-grava-button button,
.loggedin-div button {
	background: #458B00;
	color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	outline: none;
	padding: 5px;
	display: block;
	width: 40%;
	height: 80%;
	margin: 0px auto;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.table-grava-button button:hover,
.loggedin-div button:hover {
	background: #fff;
	color: #458B00;
	border: 1px solid #ccc;
	cursor: pointer;
}


.table-editar-button button,
.loggedin-div button {
	background: #6495ED;
	color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	outline: none;
	padding: 5px;
	display: block;
	width: 40%;
	height: 80%;
	margin: 0px auto;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.table-editar-button button:hover,
.loggedin-div button:hover {
	background: #fff;
	color: #6495ED;
	border: 1px solid #ccc;
	cursor: pointer;
}

.img_avaliacao img {
	border-radius: 0%;
	display: block;
}


/*===================================*/
/* TABLE EMPREITEIROS				*/
/*===================================*/
.main-div-table-empreiteiros {
	width: 94%;
	margin: auto;
	height: 87%;
	overflow: auto;
	position: absolute;
	z-index: 2;
	margin-top: 5%;
	overflow: auto;
	right: 1.5%;
	padding: 0;
	background: #FFFFFF;
	border-radius: 2px;
	box-shadow: 3px -3x 20px #8B8989;
	-webkit-box-shadow: 3px -3px 20px #8B8989;
	-moz-box-shadow: 3px -3px 20px #8B8989;
}

.main-div-table-empreiteiros label {
	font-family: 'Nunito', sans-serif;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	padding: 8px;
}

.main-div-table-empreiteiros h3 {
	font-family: Nunito;
	font-size: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-weight: bold;
	color: #333;
}

.main-div-table-empreiteiros h2 {
	font-family: Nunito;
	font-size: 20px;
	text-align: center;
	margin-bottom: 10px;
	margin-left: 10px;
	font-weight: bold;
	color: white;
}

.main-div-table-empreiteiros button,
.loggedin-div button {
	background: #19212b;
	color: #fff;
	border: 1px solid #19212b;
	outline: none;
	border-radius: 5px;
	padding: 5px;
	display: block;
	width: 40%;
	height: 80%;
	margin: 0px auto;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.main-div-table-empreiteiros button:hover,
.loggedin-div button:hover {
	background: #19212b;
	color: #FFA500;
	border: 1px solid #FFA500;
	cursor: pointer;
}

.main-div-table-empreiteiros img {
	border-radius: 0%;
	display: block;
}

.main-div-table-empreiteiros table {
	border-collapse: collapse;
	width: 100%;
	height: auto;
	align-self: center;
	table-layout: fixed;
}

.main-div-table-empreiteiros tbody>tr:nth-child(even) {
	background-color: #f2f2f2;
}

.main-div-table-empreiteiros caption {
	background: #696969;
	color: #FFFFFF;
	font-size: 13px;
	padding: 4px;
}

.main-div-table-empreiteiros th,
td {
	text-align: left;
	padding: 2em;
}

.main-div-table-empreiteiros>th,
td {
	text-align: left;
	padding: 0.43em;
}

.main-div-table-empreiteiros label {
	font-family: Nunito;
	font-size: 14px;
	text-align: left;
}

.main-div-table-empreiteiros input[type=text] {
	display: block;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
	padding: 5px;
	font-size: 14px;
	font-family: Nunito;
	outline: none;
	width: 80%;
	margin: auto;
	text-align: left;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.main-div-table-empreiteiros input[type="text"]:focus {
	border-color: dodgerBlue;
	box-shadow: 0 0 8px 0 dodgerBlue;
}

.main-div-table-empreiteiros input[type="text"]:disabled {
	background: #eeeeee;
}

.main-div-table-empreiteiros ul {
	list-style-type: none;
	margin: 0;
	padding: 3px;
	overflow: hidden;
	background-color: #333;
}

.main-div-table-empreiteiros li {
	float: left;
	margin-left: 12px;
}

.main-div-table-empreiteiros-ul button,
.loggedin-div button {
	font-family: Nunito;
	font-size: 15px;
	background: #333;
	color: #fff;
	border: 1px solid #333;
	outline: none;
	border-radius: 0px;
	padding: 5px;
	display: block;
	width: 100%;
	height: 80%;
	margin: 0px auto;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.main-div-table-empreiteiros-ul button:hover,
.loggedin-div button:hover {
	background: #333;
	color: dodgerblue;
	border: 1px solid #333;
	cursor: pointer;
}

.empreiteiros-button-link button,
.loggedin-div button {
	background: transparent;
	color: dodgerblue;
	border: none;
	outline: none;
	display: block;
	padding: 3px;
	width: 100%;
	margin: 0px auto;
	font-size: 1em;
	text-align: left;
	font-family: 'Nunito';
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.empreiteiros-button-link button:hover,
.loggedin-div button:hover {
	background: transparent;
	color: dodgerblue;
	border: none;
	text-decoration: underline;
	cursor: pointer;
}

.menu-vertical-button-link button,
.loggedin-div button {
	background: transparent;
	color: #fff;
	border: none;
	outline: none;
	display: block;
	outline: none;
	width: auto;
	margin: 0px auto;
	font-size: 14px;
	text-align: left;
	font-family: 'Nunito';
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.menu-vertical-button-link button:hover,
.loggedin-div button:hover {
	background: transparent;
	color: dodgerblue;
	border: none;
	cursor: pointer;
}

.composicoes-fault-data-button-link button,
.loggedin-div button {
	background: transparent;
	color: #FF4500;
	border: none;
	outline: none;
	display: block;
	outline: none;
	width: 100%;
	margin: 0px auto;
	font-size: 14px;
	text-align: left;
	font-family: 'Nunito';
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.composicoes-fault-data-button-link button:hover,
.loggedin-div button:hover {
	background: transparent;
	color: #FF4500;
	border: none;
	text-decoration: underline;
	cursor: pointer;
}

.sub_service-button-link button,
.loggedin-div button {
	background: transparent;
	color: #696969;
	border: none;
	outline: none;
	display: block;
	outline: none;
	width: 100%;
	margin: 0px auto;
	font-size: 14px;
	text-align: left;
	font-family: 'Nunito';
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.sub_service-button-link button:hover,
.loggedin-div button:hover {
	background: transparent;
	color: #696969;
	border: none;
	text-decoration: underline;
	cursor: pointer;
}

.mais-button-link-empreiteiros button,
.loggedin-div button {
	background: transparent;
	color: #000;
	border: none;
	outline: none;
	display: block;
	width: 100%;
	margin: 0px auto;
	font-size: 26px;
	text-align: center;
	font-family: 'Nunito';
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.mais-button-link-empreiteiros button:hover,
.loggedin-div button:hover {
	background: transparent;
	color: #FFA500;
	border: none;
	text-decoration: none;
	cursor: pointer;
}

/*===================================*/
/* CONFIGURE CLOSE BUTTON INSIDE DIV */
/*===================================*/
.close {
	float: right;
	border-radius: none;
	display: inline-block;
	background: #fff;
	font-size: 1.7em;
	cursor: pointer;
	color: #F08080;
}

.close:hover {
	color: #FF0000;
}

.center-on-page {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*===================================*/
/* CONFIGURE IMG ICON			 */
/*===================================*/
.img-icon {
	width: 30px;
	height: 30px;
	cursor: pointer;
}


/*===================================*/
/* CONFIGURE DROP DOWN MENU			 */
/*===================================*/
.navbar {
	overflow: hidden;
	background-color: #333;
}

.navbar a {
	float: left;
	font-size: 15px;
	color: white;
	text-align: center;
	padding: 13px 15px;
	text-decoration: none;
}

.dropdown {
	float: left;
	overflow: hidden;
}

.dropdown .dropbtn {
	font-size: 13px;
	border: none;
	outline: none;
	color: white;
	padding: 13px 15px;
	background-color: inherit;
	font-family: 'Nunito';
	margin: 0;
}

.navbar a:hover,
.dropdown:hover .dropbtn {
	background-color: #696969;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #ddd;
	min-width: 160px;
	box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.dropdown-content a {
	float: none;
	color: #000;
	padding: 13px 15px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.dropdown-content a:hover {
	background-color: #696969;
	color: #fff;
}

.dropdown:hover .dropdown-content {
	display: block;
}


/*===================================*/
/* CONFIGURE SELECT CSS DIV			 */
/*===================================*/
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
	box-shadow: none;
	border: 0 !important;
	background: #262f3d;
	background-image: none;
}

/* Custom Select */
.select {
	position: relative;
	display: block;
	width: 16em;
	height: 2.2em;
	line-height: 3;
	background: #2c3e50;
	overflow: hidden;
	border-radius: .25em;
}

select {
	width: 100%;
	height: 100%;
	margin: 0px auto;
	padding: 0 0 0 .5em;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-family: Nunito;
}

select::-ms-expand {
	display: none;
}

/* Arrow */
.select::after {
	content: '\25BC';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 0 1em;
	background: #34495e;
	pointer-events: none;
}

/* Transition */
.select:hover::after {
	color: #FFA500;
}

.select::after {
	-webkit-transition: .25s all ease;
	-o-transition: .25s all ease;
	transition: .25s all ease;
}

/*===================================*/
/* CONFIGURE SELECT CSS DIV			 */
/*===================================*/
.main-blank {
	width: 94%;
	margin: auto;
	height: 80%;
	position: absolute;
	z-index: 10;
	display: none;
	margin-top: 8%;
	right: 1.5%;
	padding: 0;
	background: #FFFFFF;
	border-radius: 10px;
	box-shadow: 3px -3x 20px #8B8989;
	-webkit-box-shadow: 3px -3px 20px #8B8989;
	-moz-box-shadow: 3px -3px 20px #8B8989;
}

/*===================================*/
/* BUTTON BADGE						 */
/*===================================*/
.button-badge {
	background-color: #1779ba;
	text-decoration: none;
	padding: 1rem 1.5rem;
	position: relative;
	display: inline-block;
	border-radius: .2rem;
	transition: all ease 0.4s;
}

.button-badge:hover {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.badge {
	position: absolute;
	top: -10px;
	right: -10px;
	font-size: .8em;
}

.fa {
	color: white;
}

/*===================================*/
/* CRONOGRAMA						 */
/*===================================*/

.cronograma td:after {
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	background-color: #1E90FF;
	position: relative;
}

/*===================================*/
/* LOADER							 */
/*===================================*/
.loader {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 8;
	width: 120px;
	height: 120px;
	margin: -10px 0 0 -10px;
	border: 4px solid transparent;
	border-radius: 50%;
	border-top: 4px solid #3498db;
	-webkit-animation: spin 1s linear infinite;
	/* Safari */
	animation: spin 1s linear infinite;
	box-shadow: 0px 4px 4px 0px rgba(30, 144, 255, 0.4);


	/* position: absolute;
	left: 50%;
	top: 50%;
	z-index: 8;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border: 16px solid #34495e;
	border-radius: 50%;
	border-top: 16px solid #3498db;
	-webkit-animation: spin 2s linear infinite;
	
	animation: spin 2s linear infinite; */
}

.square {
	width: 23px;
	height: 23px;
	border: 1px solid #ccc;
	background: red;
}

.little-square {
	width: 15px;
	height: 15px;
	border: 1px solid #ccc;
	background: red;
}

/* Safari */
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.boxsizingBorder {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.tooltip {
	position: relative;
	display: inline-block;
	/*border-bottom: 1px dotted black;*/
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;

	/* Position the tooltip */
	position: absolute;
	z-index: 100;
	margin-right: 60px;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
}


.tooltip_left {
	position: relative;
	display: inline-block;
	/*border-bottom: 1px dotted black;*/
}

.tooltip_left .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;

	/* Position the tooltip */
	position: absolute;
	z-index: 100;
	margin-left: -150px;
}

.tooltip_left:hover .tooltiptext {
	visibility: visible;
}


/* Let's get this party started */
::-webkit-scrollbar {
	background: #f5f5f5;
	width: var(--scrollbar-width-height);
	height: var(--scrollbar-width-height);
}

::-webkit-scrollbar-thumb {
	background: #ccc;
}

::-webkit-scrollbar-corner {
	background: #f5f5f5;
}

/* Track */
/* 	::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
		-webkit-border-radius: 10px;
		border-radius: 10px;
	} */

/* Handle */
/* 	::-webkit-scrollbar-thumb {
		-webkit-border-radius: 10px;
		border-radius: 10px;
		background:#262f3d; 
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
	}
	::-webkit-scrollbar-thumb:window-inactive {
		background: #262f3d; 
	} */

.canvas-container-index {
	/* max-height: 300px;
		max-width: 800px; */
	position: relative;
	margin: 0 auto;
}

.sticky_table .sticky {
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	top: 0;
	border: 2px solid green;
	display: inline-block
}

.notification {
	background-color: transparent;
	color: white;
	text-decoration: none;
	padding: 15px 26px;
	position: relative;
	display: inline-block;
	border-radius: 2px;
}

.notification .badge {
	position: absolute;
	top: 8px;
	right: 8px;
	padding: 1px 6px;
	border-radius: 50%;
	background: red;
	color: white;
}

#div_noifications {
	width: 20%;
	height: 100%;
	z-index: 9999999999;
	margin: 0px auto;
	bottom: 0px;
	right: 0px;
	position: absolute;
	padding: 0px;
	display: none;
	background: #f2f2f2;
	border-radius: 0px;
	min-height: 100px;
	overflow-x: hidden;
	box-shadow: 3px -3x 20px #8B8989;
	-webkit-box-shadow: 3px -3px 20px #8B8989;
	-moz-box-shadow: 3px -3px 20px #8B8989;
}


/* MENU NEW */
#table_div {
    width: 68px;
    background-color: #051e34;
    height: 100vh;
    position: fixed;
    /* overflow: hidden; */
    transition: all 0.3s; /* Alterado */
	padding-top: 1.19%;
	z-index: 3;
}


#menuToggle {
    text-align: center;
    padding: 10px;
    cursor: pointer;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: padding 0.3s; /* Adicionado */
}

.menuButton {
    width: 100%;
    background: none;
    border: none;
    color: white;
    padding: 15px 20px;
    text-align: left !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: padding 0.3s;
    white-space: nowrap; /* Adicionado */
    overflow: hidden; /* Adicionado */
    text-overflow: ellipsis; /* Adicionado */
	height: 35px; /* Defina a altura desejada */
	margin-left: 0.8em !important;
	font-size: 1em;
}

.menuButton:hover {
    background-color: #122c44;
}

.menuText {
    margin-left: 4px;
    display: none;
}

#table_div.expanded {
    width: 200px; /* Alterado */
}


#table_div.expanded .menuText {
	display: inline;
}

.tr_img_logo img {
    width: 100%;
}

.date-time-section {
    display: flex;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
    justify-content: center;
    height: 100%;
    padding-left: 5px;
}
 
.date-time-section h1 {
    /* font-size: 0.85em !important; */
    font-weight: lighter;
    color: #fff;
}
 
#header_div {
    background-color: #051e34;
}

/* Button INSIDE div */
.btn-add-new-user {
	height: max-content;
	padding: 5px;
}

.btn-add-new-user .main-div-table-supply-info-ul {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	/* background: #333; */
	gap: 10px;
	border-radius: 5px !important;
	/* justify-content: space-between; */
	height: 50px;
	/* padding-left: 10px; */
}	