.taskitemlink {
	background-color: #c3e8fc;
	padding:4px;
	margin-bottom:10px !important;
}

.form-group {
	margin-bottom:0rem !important;
}

.modal {
	z-index: 100000;
}
#resizable-table {
	overflow: auto;
}
#resizable-table tr:first-child th
{
	background-color: #f6f6f9;
	border-top:none;
	padding-left:10px !important;
	border-bottom:none !important;
	white-space: wrap;
	border-right: 1px solid #ddd;
	border-left: 1px solid #fff;
	text-shadow:1px 1px 1px #bbb ;
}
.dropdown-item {
	margin-right:20px !important;
}
.dropdown-menu a {
    position:relative !important;
}
.dropdown-menu a .badge {
    position:absolute;
    margin-left:5px;
    right:5px
}

.bigObject table td {
	font-size:16px;
}

.bigObject table td input {
	font-size:16px;
}

.middleObject table td {
	font-size:12px;
}

.middleObject table td input {
	font-size:12px;
}


.tableFixHead          { overflow: auto; height: 500px; }
.tableFixHead thead  { position: sticky; top: 0; z-index: 1; border-width: 1px}
.tableFixHead tfoot  { position: sticky}

/* Just common table stuff. Really. */
th     { background:#fff; }

.tableFixHead tfoot {
  inset-block-end: 0; /* "bottom" */
  background-color:#eee;

}

.tableFixHead tfoot tr td {
	  border-top: #ddd;
}

.codetext {
	font-family: monospace;
}
.popover {
	max-width:700px !important;
}

.hqwidget {
	border:1px solid #ddd;
}

.leadshadow {
	//color:#ff0 !important;
	font-weight: bold; 
	color:#000 !important;
	text-shadow:
	1px 1px 1px #fff,
	-1px 1px 1px #fff,
	-1px -1px 1px #fff,
	1px -1px 1px #fff;
}
.popover-body {
	width:100%;
}

.vertical-center {
	vertical-align: middle !important;
}
.userlogo {
	background: #fff url("../images/user.jpg") no-repeat scroll center center / 26px auto;
	border:1px solid #ffffff;
    border-radius: 13px;
    float: left;
    height: 26px;
    margin-right: 10px;
    width:26px;
    margin-top:2px;
}

.userlogobig {
	background: #fff url("../images/user.jpg") no-repeat scroll center center / 56px auto;
	border:1px solid #ffffff;
	border-radius: 25px;
	float: left;
	height: 50px;
	margin-right:0px;
	width:50px;
	margin-top:2px;
}

.userlogo2 {
	background: #fff url("/images/user.jpg") no-repeat scroll center center / 200px auto;
	border:4px solid #aca9a6;
    border-radius: 100px;
    height: 200px;
    width:200px;
}

.userlogo3 {
	background: #fff url("/images/user.jpg") no-repeat scroll center center / 200px auto;
	border:4px solid #aca9a6;
    border-radius: 25px;
    height: 50px;
    width:50px;
}

.hidden {
	color: rgba(0,0,0,0); 
  font-size: 0;
}

.gaugebtn {
	word-wrap: normal;
	overflow-x:visible;
	text-align: left;
	white-space: normal !important;
	word-wrap: break-word !important;
}

.handle, .sorthandle {
	cursor: pointer;
}

.tableuser td {
	padding:2px;
}

.hide {
	display: none;
}

.table thead th {
	line-height:1em;
}

.viewheaderfield {
	height:26px;
	padding:2px 4px !important;
	border: 1px solid #aaa;
}

.formgrid-button {
	white-space: normal !important;
}

.ui-state-hover {
	background-color:#ffeeee;	
	z-index:-100;
}
.formgrid_field {
	border:1px solid #ddd;
	padding:4px;
	margin-bottom: 4px;
	background-color: #eef;
	border-radius:0.25em;
}

.formgrid_table_cell td {
	border:0px;
	padding:0px;
}

.formgrid_table_cell2 td {
	border:0px;
	padding:4px;
}
.readlabel {
	font-size:12px;
	color:#888;
}

.borderstrong {
	border:3px solid #d45454;
	border-top: none;
	border-bottom: none;
}

.topborders {
	border-top:8px solid #fff;
	border-bottom:8px solid #fff;
	
}
.selectedlist {
	background-color: #ffcccc !important;
	font-size:inherit;
}

.selectedlist span {
	background-color: #ffcccc !important;
	
}

.bg-project-1 {
	background-color:#c5e0b4;
}

.text-project-1 {
	color:#c5e0b4;
}

.bg-project-2 {
	background-color:#9dc3e5;
	
}
.text-project-2 {
	color:#9dc3e5;
}
.bg-project-3 {
	background-color:#f4b183;
	
}
.text-project-3 {
	color:#f4b183;
}

.smallselect {
	font-size:10px;
	padding:0px;
}
.navtop-apptitle{
	font-size:1.2em;
	margin-top:4px;
	color:#fff;
}

.navtop-apptitle:hover {
	color:#817e7b;
}
.searchbox {
	background: transparent !important;
	border:1px solid #226d9b;
	color:#226d9b;
}
.searchbox::placeholder {
	color:#226d9b;
}

.searchbutton {
	background:inherit;
	color:#fff;
	border:none;
}
.searchbox:focus::placeholder {
	color:#495057;
}
.searchbox:focus {
	background:#fff !important;
} 
.search_subtitle {
	font-size: 1.3em;
}
.spacer {
	margin-bottom:16px;
}

.input-group-prepend .btn, .input-group-append .btn, .form-control {
	/*z-index: 1 !important;*/
}

.edit-input {
    display:none;
}

.tablecolumn {
	cursor: pointer;
}

.editlabel {
	font-weight: bold;
	min-width:24px;
	min-height:24px;
	padding:1px;
	margin-bottom:0;
}

.editlabel:hover{
	background-color:#ffe;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('/3rdparties/fonts/SourceSansPro-Regular.ttf');
    font-weight: normal;
    font-style: normal;

}

.col-form-label {
	padding-bottom:0px;
/*	text-transform: uppercase;
	font-size:16px;*/
}

.formgrid {
	//border-right:1px solid #e0e0e0;
	//border-bottom:1px solid #e0e0e0;
}

.badge-bordered {
	border:1px solid #000;
	color:#666;
	background-color: #e5e5e5;
}
.fixedalert {
	background-color:#000;
	color:#fff;
	display:none; 
	z-index: 10000; 
	position:fixed; 
	bottom: 0;
	margin-left: 10px;
	margin-bottom:10px;
}

.topheader h2 {
	color:#000;
}

.topheader {
	color:#000;
}


.progression {
    position: fixed; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    color:#fff;
    display:none;
    padding-top:20%;
    text-align: center;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 10000; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.footer {
	text-shadow: 0px 0px 1px white
}
.moduleheader{
	padding:4px 4px 4px 10px;
}

.upper-head2 {
	padding:4px 6px 0px 0px;
}
.shadow {
	box-shadow: 0px 0px 10px black !important;
}
.searched {
	background-color: #ffdddd
}

.superbold {
}

.button-well {
	padding:5px;
	margin-top:5px;
}

.badge, .pagination, .label {
	font-family: helvetica, arial, sans-serif;
}

.container {
	padding-bottom:15px;

}

.bold {
	font-weight: bold;
}

.datepicker {z-index: 1000000 !important;}

.nmhh_footer {
	height:150px;
	color:#fff;
	background:#0066aa url("/images/footer_bg.png") bottom right no-repeat;
}

.selectedicon {
	border:2px solid #faa;
}

.datefield {
	width:100px;
}

.formrowtext {
	//margin-top:6px;
	font-weight: bold;
		
}

.alahuzott {
	border-bottom: 1px dashed black;
}

h1 {
	margin-top: 0;
}

.btn-light {
	border: 1px solid #999;
}
.bg-szurke {
	background-color: #f5f5f5;
}
.hid {
	display:none;
}

div.radio {
	padding-left:0px;
}

.readcol {
	margin-top:0px;
	margin-bottom: 5px;
}

.btn {
	padding-top:8px;
}

.btn-sm {
	font-size:12px;
}

.btn span.pull-left {
	padding-left:4px;
}

.wfitem {margin-left:0px;list-style-type:none;}

.table-header-rotated th.row-header{
  width: auto;
}

.tableheadtd th {
	padding:2px !important;
}
.table-slide {
	overflow-x: auto;
}

.table-header-rotated th.rotate-45{
  height: 80px;
  width: 30px;
  min-width: 40px;
  max-width: 40px;
  position: relative;
  vertical-align: bottom;
  padding: 0;
  font-size: 12px;
  line-height: 0.8;
}
.table tr.bordered td {
border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;

}
.table-header-rotated th.rotate-45 > div{
  position: relative;
  top: 0px;
  left: 40px; /* 80 * tan(45) / 2 = 40 where 80 is the height on the cell and 45 is the transform angle*/
  height: 100%;
  -ms-transform:skew(-45deg,0deg);
  -moz-transform:skew(-45deg,0deg);
  -webkit-transform:skew(-45deg,0deg);
  -o-transform:skew(-45deg,0deg);
  transform:skew(-45deg,0deg);
  overflow: hidden;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}

.table-header-rotated th.rotate-45 span {
  -ms-transform:skew(45deg,0deg) rotate(315deg);
  -moz-transform:skew(45deg,0deg) rotate(315deg);
  -webkit-transform:skew(45deg,0deg) rotate(315deg);
  -o-transform:skew(45deg,0deg) rotate(315deg);
  transform:skew(45deg,0deg) rotate(315deg);
  position: absolute;
  bottom: 40px; /* 40 cos(45) = 28 with an additional 2px margin*/
  left: -25px; /*Because it looked good, but there is probably a mathematical link here as well*/
  display: inline-block;

  width: 80px; /* 80 / cos(45) - 40 cos (45) = 85 where 80 is the height of the cell, 40 the width of the cell and 45 the transform angle*/
  text-align: left;

}

.notechat {border-top:1px solid #ccc;margin-bottom:5px;padding-top:10px;padding-bottom:10px;clear:both;margin-top:10px;}

.notechat_div {max-height:200px;overflow-y:scroll;overflow-x:hidden;}

@media print {
	.notechat_div {max-height:none;overflow-y:none;overflow-x:none;}
}


.radio input[type="radio"], .radio-inline input[type="radio"] {
	margin-left:0px;
	margin-right:4px;
}

@-webkit-keyframes pulses {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulses {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.redbadge {
	background-color:#993333;
}

.pulse {
  -webkit-animation: pulses 1s infinite;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: 3;
  animation: pulses 1s infinite;
}

.helpitem {
	padding-left:0px;
	margin-left:0px;
	
}

.helpitem li {
	list-style-type: none;
}

.text-black {
	color:#000;
}

td.danger_2  {
	background-color: #990000 !important;
	color:#fff;
}

.table-small td {
	font-size: 85%;
}

.dropdown-menu > li > a {
	padding:3px 5px;
}

.dropdown-header {
	padding:3px 5px;
}

.roomcalendar {
	padding:3px;
	margin-bottom:0px;
	border-bottom:1px solid #ccc;
}

.roomhourdiv {
	color:#ccc;
	padding:3px;
	border-top:1px solid #ccc;
}

.roomtable {
	border:1px solid #eee;
}

.roomtable td, .roomtable th {
	padding:2px;
}
.roomtable .sidecol {
	border-right: 1px solid #aaa;	
}

.roomtable td.roomcell {
	padding: 2px;
}

.roomflag {
	color:#f00;
}

.today {
	color:#ffeeee;
}

.grey {
	background-color:#f4f4f4;
	
}

.kh-header {
	position: relative;
	padding-top:4px;
	padding-bottom:0px;
	
}

.kh-header .container {
	padding-bottom: 4px !important;	
}

.kh-header2 {
	position: relative;
	padding-top:10px;
	color:#dfdee3;
	padding-bottom: 0px;
}

.kh-header h1, h2, h3 {
	color:#e4e0db;
	margin: 0;
	padding:0;
	
}

.kh-header a {
	color:#000;
	text-decoration: none;
}
.fa-kh {
	color:#3e3956;
}

.lead {
	font-size:16px;
}


h1, h2, h3, h4 {
	color:#4a5457;
}

.pageHeader {
	margin-bottom:20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e4e6e6;
}

.text-danger, a.text-danger {
	color: #942c20;
}

.text-warning, a.text-warning {
	color:#f5d438;
}

.text-white {
	color:#e4e6e6;
}

.tile {
	border:1px solid #ccc;
    margin-bottom: 15px;
    padding: 15px;
    overflow: hidden;
    color: #fff;
}

.tile h1,
.tile h2,
.tile h3,
.tile h4,
.tile h5,
.tile h6 {
    margin: 0;
}

.tile h1 a,
.tile h2 a,
.tile h3 a,
.tile h4 a,
.tile h5 a,
.tile h6 a {
    color: #fff;
}

.green {
    background-color: #16a085;
}

.blue {
    background-color: #2980b9;
}

.orange {
    background-color: #f39c12;
}

.red {
    background-color: #e74c3c;
}

.purple {
    background-color: #8e44ad;
}

.dark-gray {
    background-color: #7f8c8d;
}

.gray {
    background-color: #8d3d66;
}

.light-gray {
    background-color: #e49a77;
}

.yellow {
    background-color: #f1c40f;
}

.circle-dark-green {
	background-color: #8e8d70;
}

.circle-white {
	background-color: #fff;
}


.dark-green {
	
	background-color: #8e8d70;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b9ba93+0,8e8d70+100 */
	background: rgb(185,186,147); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(185,186,147,1) 0%, rgba(142,141,112,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(185,186,147,1) 0%,rgba(142,141,112,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(185,186,147,1) 0%,rgba(142,141,112,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9ba93', endColorstr='#8e8d70',GradientType=0 ); /* IE6-9 */
}

.circle-lila {
	background-color: #2a2444;
}

.lila {
	background-color: #2a2444;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7c7596+0,2a2444+100 */
background: rgb(124,117,150); /* Old browsers */
background: -moz-linear-gradient(top, rgba(124,117,150,1) 0%, rgba(42,36,68,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(124,117,150,1) 0%,rgba(42,36,68,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(124,117,150,1) 0%,rgba(42,36,68,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c7596', endColorstr='#2a2444',GradientType=0 ); /* IE6-9 */
}

.circle-lila2 {
	background-color: #7f7c8f;
}

.white {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e8e8e8+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e8e8e8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e8e8e8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#e8e8e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */

}


.lila2 {
	background-color: #7f7c8f;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#acaac4+0,7f7c8f+100 */
background: rgb(172,170,196); /* Old browsers */
background: -moz-linear-gradient(top, rgba(172,170,196,1) 0%, rgba(127,124,143,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(172,170,196,1) 0%,rgba(127,124,143,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(172,170,196,1) 0%,rgba(127,124,143,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acaac4', endColorstr='#7f7c8f',GradientType=0 ); /* IE6-9 */
}

.circle-zoldesszurke {
	background-color: #4a5457;
}

.zoldesszurke {
	background-color: #4a5457;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#90a2a8+0,4a5457+100 */
background: rgb(144,162,168); /* Old browsers */
background: -moz-linear-gradient(top, rgba(144,162,168,1) 0%, rgba(74,84,87,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(144,162,168,1) 0%,rgba(74,84,87,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(144,162,168,1) 0%,rgba(74,84,87,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90a2a8', endColorstr='#4a5457',GradientType=0 ); /* IE6-9 */
}

.circle-spiros {
	background-color: #71191b;
}

.spiros {
	background-color: #71191b;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ba787c+0,71191b+100 */
background: rgb(186,120,124); /* Old browsers */
background: -moz-linear-gradient(top, rgba(186,120,124,1) 0%, rgba(113,25,27,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(186,120,124,1) 0%,rgba(113,25,27,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(186,120,124,1) 0%,rgba(113,25,27,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba787c', endColorstr='#71191b',GradientType=0 ); /* IE6-9 */
}

.circle-sarga {
	background-color: #f5c343;
}

.sarga {
	background-color: #f5c343;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4e3b7+2,f5c343+100 */
background: rgb(244,227,183); /* Old browsers */
background: -moz-linear-gradient(top, rgba(244,227,183,1) 2%, rgba(245,195,67,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(244,227,183,1) 2%,rgba(245,195,67,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(244,227,183,1) 2%,rgba(245,195,67,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4e3b7', endColorstr='#f5c343',GradientType=0 ); /* IE6-9 */
}

.circle-purple {
	background-color: #6e456c;
}

.purple {
	background-color: #6e456c;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a0859a+1,6e456c+100 */
background: rgb(160,133,154); /* Old browsers */
background: -moz-linear-gradient(top, rgba(160,133,154,1) 1%, rgba(110,69,108,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(160,133,154,1) 1%,rgba(110,69,108,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(160,133,154,1) 1%,rgba(110,69,108,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0859a', endColorstr='#6e456c',GradientType=0 ); /* IE6-9 */
}

.circle-dark-blue {
    background-color: #34495e;
}

.dark-blue {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7795b2+1,34495e+100 */
background: #7795b2; /* Old browsers */
background: -moz-linear-gradient(top, #7795b2 1%, #34495e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #7795b2 1%,#34495e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #7795b2 1%,#34495e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7795b2', endColorstr='#34495e',GradientType=0 ); /* IE6-9 */
}


.circle-kek {
	background-color: #408ae0;
}

.kek {
	background-color: #408ae0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#90b4dd+1,408ae0+100 */
background: rgb(144,180,221); /* Old browsers */
background: -moz-linear-gradient(top, rgba(144,180,221,1) 1%, rgba(64,138,224,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(144,180,221,1) 1%,rgba(64,138,224,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(144,180,221,1) 1%,rgba(64,138,224,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90b4dd', endColorstr='#408ae0',GradientType=0 ); /* IE6-9 */
}

.circle-szurke {
	background-color: #92989a;
}

.szurke {
	background-color: #92989a;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c4c4c4+0,92989a+100 */
background: rgb(196,196,196); /* Old browsers */
background: -moz-linear-gradient(top, rgba(196,196,196,1) 0%, rgba(146,152,154,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(196,196,196,1) 0%,rgba(146,152,154,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(196,196,196,1) 0%,rgba(146,152,154,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c4c4', endColorstr='#92989a',GradientType=0 ); /* IE6-9 */
}

.circle-vzold {
	background-color: #accb4b !important;
}

.vzold {
	background-color: #accb4b;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bbc98f+0,accb4b+100 */
background: rgb(187,201,143); /* Old browsers */
background: -moz-linear-gradient(top, rgba(187,201,143,1) 0%, rgba(172,203,75,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(187,201,143,1) 0%,rgba(172,203,75,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(187,201,143,1) 0%,rgba(172,203,75,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbc98f', endColorstr='#accb4b',GradientType=0 ); /* IE6-9 */
}

.circle-piros {
	background-color:#d83a40;
}

.piros {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d37c7e+0,d83a40+100 */
background: rgb(211,124,126); /* Old browsers */
background: -moz-linear-gradient(top, rgba(211,124,126,1) 0%, rgba(216,58,64,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(211,124,126,1) 0%,rgba(216,58,64,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(211,124,126,1) 0%,rgba(216,58,64,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d37c7e', endColorstr='#d83a40',GradientType=0 ); /* IE6-9 */
}

.circle-narancs {
	background-color: #f39c12;
}

.narancs {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2c27b+0,f39c12+97 */
background: rgb(242,194,123); /* Old browsers */
background: -moz-linear-gradient(top, rgba(242,194,123,1) 0%, rgba(243,156,18,1) 97%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(242,194,123,1) 0%,rgba(243,156,18,1) 97%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(242,194,123,1) 0%,rgba(243,156,18,1) 97%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2c27b', endColorstr='#f39c12',GradientType=0 ); /* IE6-9 */
}

.lila {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b55fc6+0,92279e+100 */
background: #b55fc6; /* Old browsers */
background: -moz-linear-gradient(top, #b55fc6 0%, #92279e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #b55fc6 0%,#92279e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #b55fc6 0%,#92279e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b55fc6', endColorstr='#92279e',GradientType=0 ); /* IE6-9 */}

.circle-lila {
	background-color: #b55fc6;
}

.pezsgo {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b3bead+0,b3bead+0,797f75+100,dfe5d7+100 */
background: #b3bead; /* Old browsers */
background: -moz-linear-gradient(top, #b3bead 0%, #b3bead 0%, #797f75 100%, #dfe5d7 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #b3bead 0%,#b3bead 0%,#797f75 100%,#dfe5d7 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #b3bead 0%,#b3bead 0%,#797f75 100%,#dfe5d7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3bead', endColorstr='#dfe5d7',GradientType=0 ); /* IE6-9 */
}

.circle-pezsgo {
	background-color: #b3bead;
}

.sotetzold {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#627d4d+0,1f3b08+100;Olive+3D */
background: #627d4d; /* Old browsers */
background: -moz-linear-gradient(top, #627d4d 0%, #1f3b08 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #627d4d 0%,#1f3b08 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #627d4d 0%,#1f3b08 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#627d4d', endColorstr='#1f3b08',GradientType=0 ); /* IE6-9 */
}
.circle-sotetzold {
	background-color: #627d4d;
}
.circle-turkiz {
	background-color: #00b885;
}

.turkiz {
	background-color: #00b885;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a6dbcb+0,00b885+100 */
background: rgb(166,219,203); /* Old browsers */
background: -moz-linear-gradient(top, rgba(166,219,203,1) 0%, rgba(0,184,133,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(166,219,203,1) 0%,rgba(0,184,133,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(166,219,203,1) 0%,rgba(0,184,133,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6dbcb', endColorstr='#00b885',GradientType=0 ); /* IE6-9 */
}

.heading {
	font-variant: small-caps !important; 
}

.headertd {
	display:table-cell;
	height:30px;
	width:30px;
	margin-right:2px;
	vertical-align: middle;
	text-align: center;
}


.text-dark-blue {
    color: #34495e;
}

.text-green {
    color: #16a085;
}

.text-blue {
    color: #2980b9;
}

.text-orange {
    color: #f39c12;
}

.text-red {
    color: #e74c3c;
}

.text-purple {
    color: #8e44ad;
}

.text-faded {
    color: rgba(255,255,255,0.7);
    text-shadow: 0px 0px 10px black;
}

.text-icon {
    color:#66a2d0;
	
}

.holiday {
	background-color: #fee;
}

.text-yellow {
	color:#000000;
}

.morepad {
//	font-size:24px;
}
/* -- Circle Tiles */

.circle-tile {
	height:110px;
	margin-bottom: 14px;
	text-align: center;
	transition: all ease-in-out .3s;
}

.circle-tile-heading {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 -10px -30px;
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 100%;
    color: #fff;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    text-decoration: none;
}

.circle-tile-heading-small {
    position: relative;
    width: 26px;
    height: 26px;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 100%;
    color: #fff;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    text-decoration: none;
}

.circle-tile-heading .fa, .circle-tile-heading .fal, .circle-tile-heading .far {
    line-height: 46px;
    font-size:25px;
}

.brspan {
	line-height: 50px;
}

.brtitle {
	padding-top:0px;
	padding-bottom:-5px;
}
.circle-tile-heading-small .fa {
}

.circle-tile-content {
		border:1px solid #999;
height:90px;
    padding-top: 20px;
    padding-bottom: 2px;
    border-radius: 6px;
   
}


.circle-tile-content a:hover {
	text-decoration: none;
}


.circle-tile-content a .circle-tile-description:hover {
	text-decoration: none;
    color:#66a2d0;
}

.circle-tile-number {
	margin-top:0px;
    padding: 5px;
    font-size: 20px;
    line-height: 1;
    text-align: right;
}

.circle-tile-description {
 color:#66a2d0;
    text-transform: uppercase;
    font-size:18px;
}

.circle-tile-footer {
    display: block;
    padding: 5px;
    color: rgba(255,255,255,0.5);
    background-color: rgba(0,0,0,0.1);
    transition: all ease-in-out .3s;
}

.circle-tile-footer:hover {
    text-decoration: none;
    color: rgba(255,255,255,0.5);
    background-color: rgba(0,0,0,0.2);
}


.mainsearchresult {
	right:0px;
	z-index: 100000;
	min-width:370px;
	margin-top:40px;
	border: 1px #851660 solid;
	background-color: #ffffff;
}
.mainsearchresult table tr td, .mainsearchresult table tr td a  {
	color:#000;
}

.tlabel {
	text-align: right;
	font-weight: bold;
}

.tlabelcentered {
	text-align: center;
}

.tlabelleft {
	text-align: left;
}

td.naptar_td {
	padding:4px !important;
	word-break: break-all;
	word-wrap: break-word;
}

td.naptar_head {
	background-color:#226d9b;
	color:#fff;
	text-align: center;
}

td.naptar_head2 {
	background-color:#444444;
	color:#fff;
	text-align: center;
}

.naptaralert {
	padding:6px;
	margin-bottom:4px;

}

.alert-info2 {
	background-color:#1c77ba;
	color:#fff;
}

.monthlydayitem {
	padding:4px !important;
	word-break: break-all;
	word-wrap: break-word;
} 

.napszam {
	color:#a9a9a9;
	font-size: 12px;
	padding-bottom:7px;
	text-align:left;
}

.naptar_head a, .naptar_head2 a {
	text-decoration: none;
	color:#fff;
}

.today {
	border-radius: 5%;
    width: 60px;
    padding: 2px;
    background: #f66;
    border: 1px solid #f66;
    color: #fff;
    text-align: center;	
}


.input-group-btn > .btn {
	padding: 7px;
}

