body{
    position:relative;
    background: url(../images/background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body:after{
    position:fixed;
    content:"";
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(10,10,255,0.7);
    z-index:-1;
}

.center {
	text-align:center;
}

.right {
	text-align:right;
}

.content {
	padding:50px 20px;
	margin:0 auto;

	font-family:"Arial Black",sans-serif;
	font-size:18px;
}

.admin-links {
	padding:5px 5px;
	margin:0 auto;

	font-family:"Arial Black",sans-serif;
	font-size:28px;

	position: absolute;
	bottom: 0px;
	right: 0px;
	background-color: #eeeeee;
}

.header {
	background:#0B172F url('../images/logo.png') no-repeat;
	background-size: auto 100%;
	color:whitesmoke;
	font-family:"Arial Black",sans-serif;
	font-size:48px;
	position:relative;
	padding: 10px;
}

.footer {
	font-size:0.9em;
	background:#333;
}

.footer p {
	color:#eee;
	padding:20px;
	margin:0 auto;
}

.footer .stats {
	font-size:.9em;
}

.um-checkbox
{
	display: none;
}

.um-checkbox + label
{
	float: left;
	width: 70px;
	height: 70px;
	background: url('../images/unchecked.png');
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.um-checkbox:checked + label
{
	background: url('../images/checked.png');
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.um-table .um-table-header th{
	padding: 5px;
	border: solid 2px black;
	color: white;
	background-color: blue;
}

.um-table .um-table-body tr:nth-child(odd) {
	background-color: lightgrey;
}

.um-table .um-table-body tr:nth-child(even) {
	background-color: darkgrey;
}

.um-table .um-table-body td {
	padding: 8px;
	border: solid 2px black;
}

.um-button {
	border-radius: 5px;
	width: 32px;
	height: 32px;
	border-color: orangered;
	background-size: 100% 100% !important;
}
.um-button-mini {
	border-radius: 5px;
	width: 18px;
	height: 18px;
	background-color: transparent !important;
	background-size: 100% 100% !important;
}

.um-button-text {
	border-radius: 5px;
	padding-left: 24px;
	width: 150px;
	height: 50px;
	border-color: orangered;
	background-position: 12px 12px !important;
	background-size: 24px 24px !important;
}

.um-button:hover, .um-button-text:hover, .um-button-mini:hover{
	background-color: orangered !important;
	cursor: pointer; cursor: hand;
}

.logout-icon {
	background: deepskyblue url('../images/logout.png') no-repeat;
}
.refresh-icon {
	background: deepskyblue url('../images/refresh.png') no-repeat;
}
.register-icon {
	background: deepskyblue url('../images/register.png') no-repeat;
}
.print-icon {
	background: deepskyblue url('../images/print.png') no-repeat;
}
.settings-icon {
	background: deepskyblue url('../images/settings.png') no-repeat;
}
.edit-icon {
	background: deepskyblue url('../images/edit.png') no-repeat;
}
.remove-icon {
	background: deepskyblue url('../images/remove.png') no-repeat;
}
.admin-icon {
	background: deepskyblue url('../images/admin.png') no-repeat;
}
.login-icon {
	background: deepskyblue url('../images/login.png') no-repeat;
}
.change-icon {
	background: deepskyblue url('../images/change.png') no-repeat;
}
.order-icon {
	background: deepskyblue url('../images/order.png') no-repeat;
}
.up-icon {
	background: deepskyblue url('../images/up.png') no-repeat;
}
.down-icon {
	background: deepskyblue url('../images/down.png') no-repeat;
}
.add-icon {
	background: deepskyblue url('../images/add.png') no-repeat;
}
.delete-icon {
	background: deepskyblue url('../images/delete.png') no-repeat;
}

.error{
	border: solid 3px red !important;
}

.um-fullscreen {
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

label.error{
	display: block;
	font-size:15px;
	font-weight: bold;
	border: none !important;
	color: red !important;
}

table.center {
	margin-left:auto;
	margin-right:auto;
}

.um-panel-conatiner{
}

.um-float-panel{
	float:left;
	margin:10px;
	padding:10px;
	background-color: #eeeeee;
}


form input[type=text]
{
	text-transform:uppercase;
}