/* Definirea intregi pagini din punct de vedere culoare si fonturi */

.cond-tabel {
	width:100%;
	min-width:540px;
	margin: 0 auto;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px #696969;
	box-shadow: 0px 0px 5px #696969;
	vertical-align: middle;
	background: #FFF;
	margin-top: 5px;
	background: #e4e4e4;
}
.ins-suma
	{
	margin: 10px;
	padding: 20px;
	overflow: auto;
	}
.ins-suma-nume
	{
	width:30%;
	float:left;
	line-height: 30px;
	font-size: 24px;
	font-weight: bold;
	}
.ins-suma-val
	{
	width:30%;
	float:left;
	}
.ins-suma-ins
	{
	float: left;
	}	
.ins-suma-buton
	{
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.428571429;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
	}
.ins-suma-buton input, button, submit 
	{ 
	border:none; 
	} 

.taxa-grup
	{
	width:  100%;
	display: flex;
	background-color: #f9f9f9;
	border-radius: 4px;
	padding: 5px;
	}
.nume
	{
	width:40%;
	min-width:200px;
	line-height: 30px;
	font-size:22px;
	margin-left: 20px;
	font-weight: bold;
	}
.valoare
	{
	width:29%;
	min-width:150px;
	line-height: 30px;
	font-size:18px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin: 2px;
	}
.nume-info
	{
	width:29%;
	line-height: 30px;
	font-size:22px;
	margin-left: 20px;
	font-weight: bold;
	text-align: center;
	}
.alerta{
	/*width: 100%;*/
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: red;
	}
		
@media (max-width: 766px)
	{
	.cond-tabel {
		min-width:auto;
	}
	.ins-suma-ins
		{
		float: none;
		}
	.ins-suma-ins input, button, submit 
		{ 
		width: 200px; 
		}
	.ins-suma-buton input, button, submit 
		{ 
		width: 100%; 
		} 
	.nume
		{
		width:30%;
		min-width:80px;
		line-height: 18px;
		font-size:16px;
		margin-left: 10px;
		font-weight: bold;
		}
	.valoare
		{
		width:30%;
		min-width:auto;
		line-height: 60px;
		font-size:18px;
		text-align: center;
		background-color: #fff;
		border: 1px solid #ccc;
		border-radius: 4px;
		margin: 2px;
		}
	.nume-info
		{
		width:30%;
		line-height: 20px;
		font-size:16px;
		margin-left: 0px;
		font-weight: bold;
		text-align: center;
		}

	}