.mrg-b-20 {
	margin-bottom: 20px;
}
.mrg-r-10 {
	margin-right: 10px;
}
.mrg-t-20 {
	margin-top: 20px;
}

.w-top {
	margin-top:0;
}
.img-bordered-well {
	border: 1px solid #dcdcdc;
}
.bg-rounded {
	border-radius: 10px;
    display: block;
    text-align: center;
}

div.icon-btn .btn { 
	width:49%;
	margin-bottom:10px;
	min-width: 124px;
}

.btn-text {
	font-size: 12px;
}
div[error-for] {
	color:red;
}

table.quickFilter thead {
	background: #87cbf9;
}

table.quickFilter thead tr th a {
	color: #3a5767;
	cursor: pointer;
}

table.quickFilter thead tr th a i{
	color: #e64040;
}
table.quickFilter thead tr th input[type=checkbox],
table.quickFilter tbody tr td input[type=checkbox],
.bigger-checkbox,
.bigger-radio {
	transform: scale(1.7);
}
.dropdown-title {
	background: #FFF;
    padding: 10px;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
}
.text-blue {
	color: #3097d1;
}

.inventory-title {
	text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 16px;
}

.inventory-box {
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #d4d2d2;
    box-shadow: -1px -1px 0 #000000;
}
.item-panel-head {
	margin-top: 20px;
	margin-bottom: 10px;
}
.item-panel-head strong {
	font-size:16px;
}
