html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	padding-top: 70px;
	height: 100%;
	overflow-y: scroll;
	/*background-color: #f4f4f4;*/
}

input, select, option, button {
	font-family: Verdana;
	font-size: 12px;
	color: #444444;
	outline: none;
}

.alert-main {
	margin: 20px 35px;
}

.panel:first-of-type {
	margin-top: 5px;
}

.panel-placehoder {
	margin: 5px 0;
	border: 1px dashed #dddddd;
	border-radius: 4px;
	height: 39px;
}

.glyphicon-trash .trash-active {
	position: relative;
}

button {
	outline: none !important;
}