body{
	
	background-color:#EAEDF1;
	

}

.display-table{
	display:table;
	width:100%;
}

.table-cell {
	display:table-cell;
	width:33%;
}

img.full-bg{
	opacity:0.1;
}

#page-content{
	min-height: 100vh;
}

.tab-content{
	padding:15px 0;
}

.tab-content .panel-default{
	
	
}

.logo-home img {
    width: 130px;
    position: absolute;
    left: 20px;
    top: 20px;
}

.footer-home {
    position: fixed;
    bottom: 0;
    color: #fff;
    width: 100%;
	color: #000;
}

.footer-home a {
    color: #000;
    margin-right: 10px;
}

.navbar-brand{padding-top:0;}

.navbar-brand img{
	width:47px;
}

.select2-container .select2-selection--multiple{
	height:35px;
}

.open > .dropdown-menu{
	display: block;
    max-height: 300px;
    overflow-x: hidden;
}


.order-form .control-label{
	margin-top:20px;
	    font-size: 14px;
		display:block;
}

.order-form .btn-group, .order-form .btn-group-vertical{
	width:100%;
}

.order-form .multiselect{
	width:100%;
	text-align: left;
	background-color:#fff;
}

.caret{
	position:absolute;
	right:5px;
	top:14px;
}