a {
	cursor: pointer;
}

.default-margins {
	margin: 10px;
	height: 100%;
}

.gears {
	height: 100%;
}

.toolbar {
	margin-bottom: 10px;
	margin-top: 10px;
}

html, body {
}

#root {
	height: 100%;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.buttonbar > button, .buttonbar > button.btn, .buttonbar > button.btn:first-child {
}

button {
	margin-right: 5px;
}

.buttonbar > button.btn:first-child {
}

.MenuBar {
	height: 60px;
}

caption {
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 15px;
}

.noborders a, .noborders li, .noborders div {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}

.noborders a:first-child, .noborders li:first-child, .noborders div:first-child {
	border-top: 0;
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.search-highlight {
	background-color: yellow;
}

.ScrollView {
	overflow-y: auto;
	overflow-x: auto;
}

.Tr:hover {
	cursor: pointer;
}

.spinner {
	margin-top: -2px;
	margin-left: 4px;
	width: 16px;
}

.CountDownSpinner {
	display: inline;
}

.SmartButton {
	display: flex;
	flex-direction: row;
}

.SmartButton button {
	display: flex;
	align-items: center;
	flex-direction: row;
}

.gutter {
    background-color: #EEEEEE;

    background-repeat: no-repeat;
    background-position: 50%;
}

.gutter.gutter-horizontal {
    background-image: url('grips/vertical.png');
    cursor: col-resize;
}

.gutter.gutter-vertical {
    background-image: url('grips/horizontal.png');
    cursor: row-resize;
}

.gutter.gutter-vertical {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAFAQMAAABo7865AAAABlBMVEVHcEzMzMzyAv2sAAAAAXRSTlMAQObYZgAAABBJREFUeF5jOAMEEAIEEFwAn3kMwcB6I2AAAAAASUVORK5CYII=');
}

.gutter.gutter-horizontal {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==');
}