/*------------------------------ Info ------------------------------------------
Company: SimplyRem
------------------------------------------------------------------------------*/

.loginForm{
	border:0px solid #000000;
	width:300px;
	margin-top:200px;
	margin-left:auto;
	margin-right:auto;
}

h1.index_h1{
	background: #343A40;
	padding:10px;
	color:#ffffff;
	font-weight:bolder;
}

.container-fluid.menu, .container-fluid.filter, .container-fluid.footer{
	background: #343A40;
}

.navbar-brand{
	font-weight:bolder;
}

.filter{
	margin-top: 0px;
	margin-bottom: 15px;
	padding-top: 20px;
	padding-bottom: 5px;
	color: #CCCECF;
}

.filter input, .filter select{
	border-radius: 3px;
	font-size: 12px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
	font-weight: bold;
	width: 120px;
}

.user{
	background: #ffffff;
}

h1{
	font-size: 20px;
}

.table{
	width:98.5%;
	margin-left:auto;
	margin-right:auto;	
}

.table th, .table td{
	padding-left:10px;
	padding-right:10px;
}

.total{
	text-align:right;
}

.totalValue{
	color: #F56942;
}

.field-icon{
	float: right;
	margin-right: 10px;
	margin-top: -27px;
	position: relative;
	z-index: 2;
}

.table th.commissions-title{
	color: #8BE585;
}

.table th.negatives-title{
	color: #E8E28B;
}

.info{
	color: #1B8A00;
	font-style:bold;
	font-size:20px;
}

.totalSum{
	color: #FF0009;
	font-weight: bolder;
}

.totaltext{
	text-align:right;
}

.lastfield{
	width:150px;
}

.footer{
	color:#ffffff;
	font-weight:bold;
	padding-top:20px;
	padding-bottom:20px;
}
