html, body {
	position: relative;
	width: 100%;
	height: 100%;
}

body {
	color: #333;
	margin: 0;
	padding: 8px;
	box-sizing: border-box;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.wide{
	width: 100%;
}

.max{
	max-height: 500px;
	overflow-y: auto;
}

.align-right{
	right: 30px;
	position: absolute;
}

.gap{
	margin-bottom: 15px!important;
}


.app_wrapper .s.s10 {
    width: calc(10% - 25px);
}
.app_wrapper .s.s15 {
    width: calc(15% - 25px);
}

.app_wrapper .s.s45 {
    width: calc(45% - 25px);
}
.app_wrapper .s.s85 {
    width: calc(85% - 25px);
}
.app_wrapper .s.s100 {
    width: calc(100%);
    margin-right: 0px;
    display: block;
}

.app_wrapper .s.s75 {
    width: calc(75% - 25px);
}

.app_wrapper .s.s66 {
    width: calc(66%);
}

.app_wrapper .s > .s:last-child {
    margin-right: 0px;
    margin-bottom: 0px;
}

.app_wrapper .section_wrapper .s:last-child {
    margin-left: 0px;
    margin-right: 0px;
}
a {
	color: rgb(0,100,200);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: rgb(0,80,160);
}

label {
	display: block;
}

input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	-webkit-padding: 0.4em 0;
	padding: 0.4em;
	margin: 0 0 0.5em 0;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 2px;
}

input:disabled {
	color: #ccc;
}

button {
	color: #333;
	background-color: #f4f4f4;
	outline: none;
}

button:disabled {
	color: #999;
}

button:not(:disabled):active {
	background-color: #ddd;
}

button:focus {
	border-color: #666;
}


.app_wrapper .workspace a.linkbox.blue {
    background-color:#167ac6;
    color: #fff;
}