.sprojs img
{
	width: 20px;
	margin-right: 20px;
	position: relative;
	top: 7px;
	
}
.form-flex {
	display:flex;
}
.form-flex > div:first-child {
	width: 25%;
	padding-right: 20px;
}
.sprojs .divider
{
	border-bottom: solid 1px #eee;
	margin: 5px;

}

.sprojs input
{
	position: relative;
	top: -3px;
	margin-right: 5px;
}

.orderWrapper tr td
{
	font-size: 1.4rem;
}

.orderSendWrapper
{
	text-align:right;
	
}

.orderSendWrapper .btn
{
	background-color: #1b3766;
	color: #fff;
	font-size: 1.8rem;
	margin-bottom: 60px;
}
.productTable,
.orderWrapper table
{
	width: 100%;
	margin-bottom: 60px;
	border: solid 1px #eee;
}

.productTable span,
.orderWrapper table span
{
	font-size: 1.4rem;
}

.productTable input[type="button"],
.orderWrapper table input[type="button"]
{
	background-color: #1b3766;
	color:#fff;
	font-size: 1rem;
}

.productTable .dropdown-toggle
{
	padding: 5px;
	text-transform: inherit;
	font-size: 14px;
	border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn .caret
{
	margin-left: 7px;
}

.dropdown-menu li > a
{
	font-size: 1.4rem;
	text-decoration: none;
}

.dropdown-menu li > a
{
	display: block;
padding: 3px 20px;
clear: both;
font-weight: 400;
line-height: 1.42857143;
color: #333;
white-space: nowrap;
}

.productTable th, .productTable td,
.orderWrapper table th,
.orderWrapper table td
{

    padding: 15px;
    text-align: left;
	position:relative;
}

.productTable th,
.orderWrapper table th
{
    background-color: #1b3766;
    color: white;
	
}

.productTable input,
.orderWrapper table input
{
	border-radius: 0;
	padding: 10px;
}

.productTable tr:nth-child(odd),
.orderWrapper table tr:nth-child(odd)
{
	background-color: #f2f2f2
}

.productTable td:nth-child(1),
.orderWrapper table  td:nth-child(1)
{
	width: 220px;
}

.productTable td:nth-child(2),
.orderWrapper table td:nth-child(2)
{
	width: 75px;
}

.productTable td,
.orderWrapper table td

{
	vertical-align:middle;
}

.form-group {
    margin-bottom: 1rem;
}