button.btn-primary {
    background-color: #0C2A4A;
}

button.btn-primary:hov {
    background-color: #134376;
}

a {
    color: #0C2A4A;
}

.navbar-brand>img {
    margin-top: -26px;
    margin-left: -13px;
    margin-right: -15px;

}

body {
    padding-top: 70px;
    padding-bottom: 30px;
}

table.Fields tbody tr th {
    width: 50%;
    white-space: nowrap;
    padding-right: 0.5em;
}

.modal-body .input-group {
    margin-bottom: 6px;
}

legend {
    margin-bottom: 0.1em;
}

fieldset {
    margin-bottom: 3em;
}

.selectedModule {
    border: solid silver 1px;
    border-radius: 4px;
    padding: 4px;
    background-color: #eee;
}

img.selected {
    padding: 1em;
}

img.select {
    padding: 1em;
}

.clockIsOut {
    color: red !important;
    font-weight: bold;
}

/*.btn-primary {*/
    /*background-image: linear-gradient(to bottom,#6e3176 0, #82318c 100%)*/
/*}*/

/*.btn-primary:hover {*/
    /*background-color: #82318c;*/
/*}*/

div.scrollbox {
    max-height: 400px;
    overflow-y: auto;
}

div.rawdata {
    font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
    padding: 0.5em;
    border: 1px black solid;
    border-radius: 0.3em;
    background-color: palegreen;
}

span.hex {
    border-radius: 1px;
    background-color: lightgoldenrodyellow;
    border: 1px black solid;
    margin-right: 1px;
}

span.space {
    border-radius: 1px;
    background-color: lightgoldenrodyellow;
    border: 1px black solid;
    margin-right: 0.1em;
    width: 0.5em;
    display: inline-block;
    height: 0.6em;
}

.tick-wrapper {
    position: relative;
    display: inline-block;
}

.tick-marker {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 5px;
    height: 5px;
    color: black;
    font-size: 12px;
}

input.transparent {
    border: none;
    background-color: inherit;
}

.modal-body {
    overflow-y: auto;
    max-height: calc(100vh - 200px);
}

.regexp-result {
	height: 200px;
	overflow-y: auto;
}
.regexp-outer {
	background: lightblue;
	border: black 1px solid;
	padding: 5px;
	margin: 11px 2px;
	display: inline-block;
	position: relative;
}

.regexp-outer-title {
	border: 1px gray solid;
	border-radius: 20%;
	top: -10px;
	left: -6px;
	position: absolute;
	background: orange;
}

.regexp-match {
	background: yellow;
	border: black 1px solid;
	padding: 1px;
	position: relative;
	margin: 0px 0px 17px 1px;
	display: inline-block;
}

.regexp-match-title {
	border: 1px gray solid;
	border-radius: 20%;
	top: 15px;
	right: -4px;
	position: absolute;
	background: wheat;
}

.loginfo {
    background: inherit;
    border: none;
    padding: 0px;
}

#modulestatus h5, #licensestate h5 {
    margin-top: 0px;
}

#modulestatus span {
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
    float: right;
}

#licensestate span {
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
}