@import url(https://fonts.googleapis.com/css?family=Scada);
@import url(https://fonts.googleapis.com/css?family=Audiowide);

body
{
	text-align: center;
	font-family: 'Scada', sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	background-color: white;
	color: black;
	padding-top: 60px;
}
input[type=text] {
    	border: 2px solid black;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 5px;
	font-size: 1.2em;
	font-weight: bold;
}
p.info
{
	font-size: 1.0em;
}
div.navbar
{
#        height: 60px;
	width: 100%;
        position: fixed;
        left: 0;
        top: 0;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px
        width: 100%;
        background-color: white;
        color: black;
        text-align: left;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
}
a.navbar
{
	color: white;
	text-decoration: none;
}
div.spacer
{
	position: relative;
	width: 90%;
	top: 0;
	height: 50px;
}
table
{
	margin: auto;
	min-width: 60%;
	border: 1px;
}
td.result, tr.result
{
	color: black;
	font-size: 1.6em;
	font-weight: bold;
	text-align: left;
	padding: 10px;
	border-spacing: 10px;
	border-style: solid;
	border-size: 2px;
}
.result
{
	color: black;
	font-size: 1.6em;
	font-weight: bold;
	text-align: left;
	padding: 20px;
	border-spacing: 10px;
	border-style: solid;
	border-size: 2px;
}

input[type=button], input[type=submit], input[type=reset], a.button, button, .sbbutton {
    background-color: white;
    border: 2px;
    border-style: solid;
    border-color: black;
    font-weight: bold;
    color: black;
    padding: 5px 12px;
    margin-top: 12px;
    text-decoration: none;
    font-size: 1.2em;
    cursor: pointer;
    width: 5em;
}
.backbtn {
	position: fixed;
	top: 55px;
	left: 5px;
}

.browsebtn {
	position: fixed;
	right: 5px;
	top: 55px;
}

.selBtn {
	background-color: yellow;
}

.unSelBtn {
	background-color: white;
}

.searchDiv {
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	top: 55px;
}

.browseDiv {
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	top: 55px;
}
.title {
	font-size: 1.7em;
#	font-family: Audiowide, cursive;
	font-family: 'Cabin', sans-serif;
	font-weight: bold;
	float: right;
	margin-right: 10px;
	text-shadow: 4px 4px 4px #aaa;
}
.dataTables_empty {
	font-weight: bold;
	font-size: 2em;
}

.ui-dialog-titlebar{
     text-align: center;
//     width: 100%;
}
