@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
/*########## PADRÃO DE INPUT PARA CODIGO/SELCT ##########*/
/*
.box-input-select
  .box-input-cod
    .box-input-select span
    .input-cod
  .box-select-desc
    .box-input-select span
    .select-desc
*/

.box-input-select{
    margin: 0;
    max-width: 380px;
    position: relative;
    display: flex;
    justify-content: start;
    padding-bottom: 5px;
    border: 2px solid transparent;
}
.box-input-select span{
    font-size: 10px;
    margin-left: 1px;
    font-weight: bold;
    font-family: arial;
}
.input-cod{
    width: 100%;
    margin: 0;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    height: 23px;
    border: 2px solid gray;
    padding-left: 10px;
}
.box-input-cod{
    width: 17%;
    margin: 0;
    height: 50px;
}
.select-desc{
    margin: 0;
    width: 100%;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    height: 29px;
    border: 2px solid gray;
    padding-left: 5px;
    background-color: #fff;
}
.box-select-desc{
    margin: 0;
    width: 77%;
    height: 50px;
    background-color: #fff;
}

@media screen and (max-width: 680px){
    
    .box-input-select{
        width: 100%;
        max-width: 100%;
    }

}

/*########## FIM DE ESTILIZAÇÃO DO PADRÃO DE INPUT PARA CODIGO/SELCT ##########*/



/*####### botões #######*/

/*##### Botão Gravar #####*/
.btn_gravar{
    border-radius: 7px;
	text-transform: uppercase;
	color: black;
	font-size: 15px;
	cursor: pointer;
	font-weight: bold;
	width: max-content;
	align-self: center;
	border-width: 0px;
	background-color: lightgrey;
	transition: background-color .5s;
	height: 40px;
	margin: 10px auto;
	padding: 0 15px;
}
.btn_gravar:hover{
    -webkit-box-shadow: 0px 0px 15px 1px rgba(179, 179, 179, 0.91);
    -moz-box-shadow: 0px 0px 15px 1px rgba(179, 179, 179, 0.91);
    box-shadow: 0px 0px 15px 1px rgba(179, 179, 179, 0.91);
}
.btn_gravar .fas{
    color: black;
}
/*##### Botão Alterar #####*/
.btn_alterar{
    border-radius: 7px;
	text-transform: uppercase;
	color: black;
	font-size: 15px;
	cursor: pointer;
	font-weight: bold;
	width: 130px;
	align-self: center;
	border-width: 0px;
	background-color: lightgrey;
	border-radius: 1px solid #58af9b;
	transition: background-color .5s;
	height: 40px;
	margin: 10px auto;
}
.btn_alterar:hover{
    -webkit-box-shadow: 0px 0px 15px 1px rgba(179, 179, 179, 0.91);
    -moz-box-shadow: 0px 0px 15px 1px rgba(179, 179, 179, 0.91);
    box-shadow: 0px 0px 15px 1px rgba(179, 179, 179, 0.91);
}
.btn_alterar .fas{
    color: black;
}
/*##### Botão Carregar #####*/
.btn_carregar{
    border-radius: 7px;
	text-transform: uppercase;
	color: black;
	font-size: 15px;
	cursor: pointer;
	font-weight: bold;
	width: 130px;
	align-self: center;
	border-width: 0px;
	background-color: lightgrey;
	border-radius: 1px solid #58af9b;
	transition: background-color .5s;
	height: 40px;
	margin: 10px auto;
}
.btn_carregar:hover{
    -webkit-box-shadow: 0px 0px 15px 1px rgba(179, 179, 179, 0.91);
    -moz-box-shadow: 0px 0px 15px 1px rgba(179, 179, 179, 0.91);
    box-shadow: 0px 0px 15px 1px rgba(179, 179, 179, 0.91);
}
.btn_carregar .fas{
    color: black;
}

.btn-gravar{
	border-radius: 25px;
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
	font-weight: bold;
	width: 130px;
	align-self: center;
	border-width: 0px;
	background-color: #2c3e50;
	transition: background-color .5s;
	height: 40px;
	margin: 10px auto;   
}
span.titulo{
    display: table;
    margin-left: 5px;
    font-size: 10px;
    font-weight: bold;
}
fieldset{
    border-radius: 5px;
    border: 1px solid #000;
    background-color: #fff;
    padding: 3px;
}
legend{
    margin-left: 25px;
    font-weight: bold;
    background-color: #fff;
    border: 1px solid #000;
    padding: 0 5px;
    border-radius: 5px;
}
.btn-p{
	border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    font-weight: bold;
    width: 70px;
    align-self: center;
    border-width: 0px;
	background-color: #2c3e50;
    transition: background-color .5s;
    height: 20px;
    margin: 5px;    
}
.btn-m{
	border-radius: 15px;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    font-weight: bold;
    width: 100px;
    align-self: center;
    border-width: 0px;
	background-color: #2c3e50;
    transition: background-color .5s;
    height: 30px;
    margin: 8px;
}
.btn-g{
	border-radius: 25px;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
	font-weight: bold;
	width: 200px;
	align-self: center;
	border-width: 0px;
	background-color: #2c3e50;
	transition: background-color .5s;
	height: 30px;
	margin: 10px;
}
.btn-xg{
	border-radius: 25px;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
	font-weight: bold;
	width: 300px;
	align-self: center;
	border-width: 0px;
	background-color: #2c3e50;
	transition: background-color .5s;
	height: 30px;
	margin: 10px;
}
.btn-pl{
	border-radius: 7px;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    font-weight: bold;
    width: 70px;
    align-self: center;
    border-width: 0px;
	background-color: #2c3e50;
    transition: background-color .5s;
    height: 20px;
    margin: 5px;    
}
.btn-ml{
	border-radius: 15px;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    font-weight: bold;
    width: 100px;
    align-self: center;
    border-width: 0px;
	background-color: #2c3e50;
    transition: background-color .5s;
    height: 20px;
    margin: 8px;
}
.btn-gl{
	border-radius: 25px;
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
	font-weight: bold;
	width: 200px;
	align-self: center;
	border-width: 0px;
	background-color: #2c3e50;
	transition: background-color .5s;
	height: 20px;
	margin: 10px;
}
.btn-xgl{
	border-radius: 25px;
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
	font-weight: bold;
	width: 300px;
	align-self: center;
	border-width: 0px;
	background-color: #2c3e50;
	border-radius: 1px solid #58af9b;
	transition: background-color .5s;
	height: 20px;
	margin: 10px;
}
.btn-buy{
	border-radius: 25px;
	text-transform: uppercase;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	font-weight: bold;
	width: 290px;
	align-self: center;
	border-width: 0px;
	background-color: #2c3e50;
	border-radius: 10px;
	transition: background-color .5s;
	height: 50px;
	margin: 10px auto;
}
/*####### iputs para texto #######*/
.ipt-pp{
	width: 30px;
	height: 20px;
	color: #2c3e50;
	font-size: 12px;
	text-align: left;
}
.ipt-p{
	width: 80px;
	height: 20px;
	color: #2c3e50;
	font-size: 12px;
	text-align: left;
}
.ipt-m{
	width: 90px;
	height: 20px;
	color: #2c3e50;
	font-size: 12px;
	text-align: left;
}
.ipt-g{
	width: 100px;
	height: 20px;
	color: #2c3e50;
	font-size: 12px;
	text-align: left;
}
.ipt-xg{
	width: 130px;
	height: 20px;
	color: #2c3e50;
	font-size: 12px;
	text-align: left;
}
.ipt-pl{
	width: 80px;
	height: 15px;
	color: #2c3e50;
	font-size: 12px;
	text-align: left;
}
.ipt-ml{
	width: 90px;
	height: 15px;
	color: #2c3e50;
	font-size: 12px;
	text-align: left;
}
.ipt-gl{
	width: 100px;
	height: 15px;
	color: #2c3e50;
	font-size: 12px;
	text-align: left;
}
.ipt-xgl{
	width: 130px;
	height: 15px;
	color: #2c3e50;
	font-size: 12px;
	text-align: left;
}
ipt_texto_left{
    width: 98%;
	height: 15px;
	color: #2c3e50;
	font-size: 12px;
	text-align: left;

}
.ipt-exgl{
	width: 146px;
	height: 20px;
	color: #2c3e50;
	font-size: 12px;
	text-align: left;
	border: 2px solid goldenrod;
	border-radius: 5px;
	padding-left: 3px;
	margin: 2px 5px 2px 5px;
    border-radius: 3px;
}
/*#######iputs para valores#######*/
.ipt-p{
	width: 80px;
	height: 20px;
	color: #2c3e50;
	font-size: 12px;
	text-align: right;
}
.iptvlr-m{
	width: 90px;
	height: 20px;
	color: #2c3e50;
	font-size: 12px;
	text-align: right;
}
.iptvlr-g{
	width: 100px;
	height: 20px;
	color: #2c3e50;
	font-size: 12px;
	text-align: right;
}
.iptvlr-xg{
	width: 130px;
	height: 20px;
	color: #2c3e50;
	font-size: 12px;
	text-align: right;
}
.iptvlr-pl{
	width: 80px;
	height: 15px;
	color: #2c3e50;
	font-size: 12px;
	text-align: right;
}
.iptvlr-ml{
	width: 90px;
	height: 15px;
	color: #2c3e50;
	font-size: 12px;
	text-align: right;
}
.iptvlr-gl{
	width: 100px;
	height: 15px;
	color: #2c3e50;
	font-size: 12px;
	text-align: right;
}
.iptvlr-xgl{
	width: 150px;
	height: 15px;
	color: #2c3e50;
	font-size: 12px;
	text-align: right;
}
/*####### selects #######*/
.slct-p{
	width: 80px;
	height: 20px;
	color: #2c3e50;
	font-size: 12px;
	text-align: left;
	border: none;
	background-color: #ecf0f1;
	margin: 15px auto;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}
.slct-m{
	width: 90px;
	height: 20px;
	color: #2c3e50;
	font-size: 12px;
	text-align: left;
	border: none;
	background-color: #ecf0f1;
	margin: 15px auto;
	padding: 0;
	font-family: 'Open Sans', sans-serif;	
}
.slct-g{
	width: 100px;
	height: 20px;
	color: #2c3e50;
	font-size: 12px;
	text-align: left;
	border: none;
	background-color: #ecf0f1;
	margin: 15px auto;
	padding: 0;
	font-family: 'Open Sans', sans-serif;	
}
.slct-xg{
	width: 150px;
	height: 20px;
	color: #2c3e50;
	font-size: 12px;
	text-align: left;
	border: none;
	background-color: #ecf0f1;
	margin: 2px 5px 2px 5px;
	padding: 0;
	font-family: 'Open Sans', sans-serif;	
}
.slct-exg{
	width: 200px;
	height: 20px;
	color: #2c3e50;
	font-size: 12px;
	text-align: left;
	border: none;
	background-color: #ecf0f1;
	margin: 15px auto;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}
.slct-pl{
	width: 80px;
	height: 15px;
	color: #2c3e50;
	font-size: 12px;
	text-align: left;
	border: none;
	background-color: #ecf0f1;
	margin: 15px auto;
	padding: 0;
	font-family: 'Open Sans', sans-serif;	
}
.slct-ml{
	width: 90px;
	height: 15px;
	color: #2c3e50;
	font-size: 12px;
	text-align: left;
	border: none;
	background-color: #ecf0f1;
	margin: 15px auto;
	padding: 0;
	font-family: 'Open Sans', sans-serif;	
}
.slct-gl{
	width: 100px;
	height: 15px;
	color: #2c3e50;
	font-size: 12px;
	text-align: left;
	border: none;
	background-color: #ecf0f1;
	margin: 15px auto;
	padding: 0;
	font-family: 'Open Sans', sans-serif;	
}
.slct-xgl{
	width: 150px;
	height: 15px;
	color: #2c3e50;
	font-size: 12px;
	text-align: left;
	border: none;
	background-color: #ecf0f1;
	margin: 15px auto;
	padding: 0;
	font-family: 'Open Sans', sans-serif;	
}