body {
	min-height: 100% !important;
}


.back_popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 10;
}

#popup_form_send_expe_stock {
	width: 50%;
	height: 80%;
	position: fixed;
	left: 25%;
	top: 10%;
	z-index: 20;
	padding: 1%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-color: #0c6af3;
	border-width: 1px;
	border-style: solid;
	padding-top: 5px;
	overflow: auto;
	cursor: pointer;
	background: #0a0a0a;
}


#popup_form_send_expe_stock label, legend {
	color: whitesmoke;
}
.toggle-password {
	float: right;
	padding: 0 5px;
	margin-left: -25px !important;
	margin-top: -25px;
	/*position: relative;*/
	z-index: 2;
	color: #303030;
}

div.notification {
	padding: 0px !important;
}

/*page admin/home*/
#page_home > .row {
	margin-top: 5px;
}

#form_expe button.multiselect {
	text-align: left !important;
}

