@import "/includes/menu.css";


div.ErrBlock {
	color:red;
	font-size:14pt;
	font-weight:bold;
	padding:10px;
	background-color:#f9d5e5;
	border-radius:10px;
	margin-bottom:20px;
	max-width:900px;
}

div.MsgBlock {
	font-size:14pt;
	font-weight:bold;
	background-color:#daebe8;
	padding:10px;
	border-radius:10px;
	margin-bottom:20px;
	max-width:900px;
}

body {
	font-family:arial, sans-serif;
	font-size:12pt;
	
}

.large {
	min-width:235px;
	padding:10px;
	border-radius:10px;
	font-size:12pt;
	margin-top:20px;
	margin-right:20px;
}

.dialog {
	min-width:100px;
	padding:10px;
	border-radius:10px;
	font-size:12pt;
}

.small {
	padding:5px;
	border-radius:5px;
}

.block {
	border: 1px solid black;
	padding:10px;
	margin-bottom:20px;
}

button.navButton {
	min-width:120px;
	padding:10px;
	border-radius:10px;
	font-size:12pt;
}

img.navButton {
	vertical-align:bottom;
}

table.password {
	width:100%;
}

table.password td {
    padding:10px;
}

table.password th {
	background-color:#87bdd8;
    padding:10px;
}

table.strongbox {
	width:100%;
}

table.strongbox td {
    padding:10px;
}

table.strongbox th {
	background-color:#87bdd8;
    padding:10px;
}

tr.oddrow {
	background-color:#b7d7e8;
}

tr.evenrow {
	background-color:#cfe0e8;
}

div.label {
	font-size:14pt;
	font-weight:bold;
	margin-bottom:20px;
}

div.cpanel {
	font-family:arial,sans serif;
	font-size:10pt;
	display:block;
}

button.cpbutton {
	width:300px;
	float:left;
	padding:10px;
	border-radius:10px;
	font-size:24pt;
	font-weight:bold;
	margin-top:20px;
	margin-right:20px;
}

button.cpbutton img {
	vertical-align:bottom;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.fileContainer {
    overflow: hidden;
    position: relative;
}

.fileContainer [type=file] {
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

@media all and (max-width : 500px) {
	table.password {
	}
	
	td.label {
		font-weight:bold;
	}
}