body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*font-size: 0.95em;*/
	background: #f1f1f1;
}

a:link {
	color: #718ABE;
	text-decoration: none;
}

a:visited {
	color: #718ABE;
	text-decoration: none;
}

a:hover {
	color: #718ABE;	
	text-decoration: underline;
}

a:active {
	color: #718ABE;	
	text-decoration: none !important;
	font-weight: bold;
}

a:link.kezelo{
	color: #475778;
	text-decoration: none;
}
a:visited.kezelo{
	color: #475778;
	text-decoration: none;
}
a:hover.kezelo {
	color: #718ABE;
	text-decoration: underline;
}

a:active.kezelo {
	color: #475778;
	text-decoration: none !important;
	font-weight: bold;
}


h1 {
	font-weight: bold; 
	font-size: 1.2em; 
}
h2 {
	font-weight: bold; 
	font-size: 1.1em; 
}
h3 {
	font-weight: bold; 
	font-size: 1.1em; 
	padding: 0;
	margin: 5px;
}
h4 {
	font-weight: bold; 
	font-size: 1em; 
}

input {
	line-height: 13px;
	padding: 1px;
    /*font-size: 11px;
	color: #000000;*/
}
input[type="checkbox"] {
  /*margin: 8px;*/
}


input[type="text"][readonly] {
  background:#fff4cc;
  color:red;
}

input[type="text"][disabled] {
  background:#e1e1e1;
  border: 1px solid #ccc;
}


input.active {
 background: #fff4cc;
}

select {
	line-height: 13px;
	background-color: #d8ffdb;	
    /*background-color:#FDECD0;*/
	padding: 1px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-blue {
    color: #fff;
	/*background-color: #014f9d;*/
	background-color: #1b9bff;
    border-color: #003a65;
    font-size: 14px;
}
.btn-red {
    color: #fff;
	background-color: red;
    /*border-color: #357ebd;*/
    font-size: 14px;
}
.btn-orange {
    color: #fff;
	background-color: #fa7822;
    /*border-color: #357ebd;*/
    font-size: 14px;
}
.btn-green {
    color: #fff;
	background-color: #009900;
    /*border-color: #357ebd;*/
    font-size: 14px;
}

.kereso  {
    margin: auto;
    width: 600px;
	/*background: #ffffff;*/
    border: 1px solid #ccc;
    padding: 10px;
	margin-bottom: 5px;
	text-align: center;
}
.half {
  width: 48%;
  /*padding-right: 40px;*/
  
}

.float {
  float: left;
}

.textcenter {
 text-align: center;
}

.noborder {
    border: none !important;
}

.spacer {
	padding: 20px;
}

.required {
	color: red;
	font-weight: bold;
}

.dbsuccess {
  background:#fdf2cb;
  color:green;
  width: 300px;
  padding: 10px;
  margin: auto;
  display: table;  
 }
 
.dberror {
  background:#fdf2cb;
  color:red;
  width: 300px;
  padding: 10px; 
  margin: auto;
  display: table;
 }

.textsuccess {
  background:#fdf2cb;
  color:green;
  margin: auto;
 }
 
.texterror {
  background:#fdf2cb;
  color:red;
  margin: auto;
}
.textmodify {
  background:#d0edf6;
  color:#000066;
  margin: auto;
}

.nagyobb {
	font-size: 1.05em;
	font-weight:bold;
}

.uppercase {
	text-transform: uppercase;
}

.piros {
	color: red;
}

.nyomtat  {
    margin: auto;
    width: 60%;
    border: none;
    padding: 2px;
	/*margin-bottom: 5px;*/
	text-align: right;
}

#tablecontainer  {
    margin: auto;
    /*width: 40%;*/
	max-width: 600px;
    padding: 10px;
	text-align: center;
}

#d100  {
    margin: auto;
	float: left;
    width: 98%;
    padding: 10px;
	text-align: center;
}

#header {
  background: #333333;
  font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif;
  font-size: 14px;
  color: #CBCBCB;
  /*border-bottom: 4px solid #1b9bff;*/
}

#user-icon {
  /*border-bottom: 4px solid #1b9bff;*/
  padding-left: 20px;
  margin: 0;
  vertical-align: middle;
}

#welcome {
  max-width: 200px;
  /*border-bottom: 4px solid #1b9bff;*/
  padding-left: 0px;
  margin: 0;
  vertical-align: middle;
}

#clock {
  max-width: 200px;
  /*border-bottom: 4px solid #1b9bff;*/
  padding-left: 0px;
  font-size: 14px;
  margin: 0;
  vertical-align: middle;
}

#logout {
  max-width: 200px;
  /*border-bottom: 4px solid #1b9bff;*/
  padding-right: 20px;
  margin: 0;
  vertical-align: middle;
  text-align: right;
}

#content {
  width: 100%;
  min-height: 820px;
  margin: 0;
  padding: 0px 0px 20px 0px;
  background: #e8e8e8;
    background-image: url(../images/origo-sport-pattern.png);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: 5px 5px;
   /*min-height: calc(100vh - 150x);*/
}

#footer {
  width: 100%;
  padding: 0;
  margin: 0;
  background: #333333;
  min-height: 30px;
  border-top: 4px solid #1b9bff; 
  font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif;
  color: #CBCBCB;
  vertical-align: middle;
  text-align: center; 
}

.thover tr:hover {
    background-color: #fee4c0;
}
.thover2 tr:hover {
    background-color: #e1dcdc;
}

.blink {
  animation: blinker 1s step-start infinite;
  color: red;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
