body, html {
	width:100%;
	height:100%;
    background-color:#323232;
    font-family:Arial, Helvetica, sans-serif;
    padding:0;
    margin:0;
	border:none;
    overflow-y: auto;
    overflow-y: hidden;
    overflow-x: hidden;
}

div {
    box-sizing:border-box;
	position:relative;
}

.hide {
	display:none !important;
}

.flex {
	display:flex;
}

.flex.col {
	flex-direction: column;
}

.flex.row {
	flex-direction: row;
}

.error {
    background-color:#d36969;
}