body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	height: 100%;
	text-align: left;
	background: #FFEFBF;
	line-height: normal !important;
	margin: 0px;
	padding: 0px;
}

* {
	zoom:1;
	word-wrap: break-word;
}

*::selection {
	background: #FDA103;
}

*::-moz-selection {
	background: #FDA103;
}

.text-error {
    color: red;
}

.clearboth {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

p, h1, h2, h3, h4, h5 {
	padding: 0px 0px 10px 0px;
}

a:link, a:visited {
	color: #D20000;
	text-decoration: none;
}

a:hover, a:active {
	color: #333;
	text-decoration: none;
}

a.blacklink:link, a.blacklink:visited {
	text-decoration: none;
	color: #000;
}

a.blacklink:hover, a.blacklink:active {
	text-decoration: none;
	color: #D20000;
}

a.greylink:link, a.greylink:visited {
	text-decoration: none;
	color: #4F4F4F;
}

a.greylink:hover, a.greylink:active {
	text-decoration: none;
	color: #D20000;
}

.tab, #tasklist {
	min-width: 790px;
	/* max-width: 1200px; */
	margin: 0px auto;
	border: 1px solid #FFEA88;
	background: #FFF;
}

th {
	font-weight: bold;
}

table {
	/*font-size:1em !important; */
}

img {
	border:none;
}

img.depimage, object.depimage {
	border:solid 2px black;
	margin:0 0.5em;
	background:white;
}

a {
	text-decoration:none;
}

ul.reports {
	margin:0.5em 0;
}

div#votes {
	padding-bottom:0.5em;
}

div#showvotes {
	position:absolute;
	background-color:#e6eef6;
	color:#000;
	border:2px ridge #000;
	margin-top:2px;
	width:25em;
	max-height:20em;
	overflow:auto;
	padding:5px;
}

div#taskfields th, div#taskfields td {
	white-space:nowrap !important;
}

table.list thead th {
	text-align:left;
}

.double_select td {
	vertical-align: middle;
	text-align: center;
}

.double_select select {
	width: 12em;
}
.double_select .c1 select {
	height: 24em;
	width: auto;
	min-width: 12em;
}
.double_select .c3 select {
	height: 20em;
	width: auto;
	min-width: 12em;
}
.double_select .c3 button {
	height: 1.5em;
	width: 12em;
}

a.offsite:after {
	content:"\2197";
}

h1 {
	font-size:160%;
}

h1#title {
	padding:0;
	margin:0;
}

h2 {
	font-size:150%;
}

div.box h2 {
	margin-left:0.5em;
}

h1#title a {
	display:block;
	width:100%;
	background:#47617b url("/00000000/images/admin/title.png") no-repeat;
	height:45px;
	margin:0;
	padding:1ex 0;
	text-indent:-9000px;
}

h2.summary {
	margin:0;
	font-size:115%;
	font-weight: bold;
	padding:0.3ex 1ex;
}

h4 {
	margin-bottom:-10px;
	padding:0;
}

p {
	margin:1ex 0;
	padding:0.5ex 0.5em;
}

form {
	display:inline;
	margin:0;
	padding:0;
}

html { overflow-y: scroll; }
input, select, textarea { font-family: Verdana, sans-serif; font-size: 12px; border: 1px solid #333; padding: 1px 2px; }
img { border: 0; }
p { margin: 5px 2px; padding: 0; }
a { text-decoration: none; color: #3daeb0; }
h1, .form_title { font-size: 18px; font-weight: bold; margin: 0; padding: 10px 0; }

fieldset{ border:1px solid #cbcbcb; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
fieldset legend{ padding:0 5px 0 0; margin:0px; }
input, select, textarea { border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; background:#FFFFFF; border:1px solid #A2AAAC; color:#727272; font-size:11px; font-size-adjust:none; font-stretch:normal; font-style:normal; font-variant:normal; font-weight:normal; line-height:normal; padding:3px 4px; }
select:focus, input[type="text"]:focus, input[type="password"]:focus, textarea:focus { background-color:#E1FDFF !important; border:1px solid #03ACB6; color:#606060; }
select:focus option{ background:#fff; }
select[multiple="multiple"]:focus option{ background:#E1FDFF !important; }
input[type="submit"], input[type="button"] { margin:2px; background:#EE2020; border:0; color:#FFFFFF; cursor:pointer; font-size:10px; font-weight:bold; text-transform:uppercase; }
input[type="submit"]:disabled, input[type="button"]:disabled { color:gray; cursor:default; }
input[type="text"].search{ background:#fff url(../images/icon-search.png) 5px center no-repeat; padding-left:25px; }
input[type="text"].search:focus{ background-color:#E1FDFF !important; border:1px solid #03ACB6; color:#606060; }
input[type="radio"],input[type="checkbox"]{ border:0; background:transparent; }
textarea{ width:500px; height:100px; }
.tiny{ width: 30px; }
.verysmall{ width: 38px; }
.small{ width: 52px; }
.msmall{ width: 60px; }
.mmsmall{ width: 70px; }
.medium{ width: 80px; }
.larger{ width: 140px; }
select.error:focus, input[type="text"].error:focus, input[type="password"].error:focus, textarea.error:focus
{ background-color:#FFD5D5 !important; border:1px solid #FF9C9D; color:#606060; }
input.changed, textarea.changed, select.changed { background-color: #F0FFEF; }


input {
	margin:0;
}

input,textarea,select,button {
	border:1px solid gray;
	margin:2px;
	vertical-align:middle;
}

textarea {
	font-size:1em;
}


select {
	border:1px solid gray;
}

textarea {
	width:99%;
}

div#taskdetailsfull label, td label {
	text-align:left;
	display:block;
	margin-left:0px;
	font-weight: bold;
	white-space:nowrap;
}

fieldset#events td label, div#users td label {
	display:inline;
	text-align:left;
	margin-right:0;
}

label.notable {
	display:inline;
}

label.left {
	padding:0 0.5em 0 0.3em;
}

label {
	font-weight: bold;
	white-space:nowrap;
	padding:0 0.3em 0 0.5em;
}

label.text {
	font-weight:400;
}


div.box,p.box,table.userlist {
	border:1px solid #ccc;
	background-color:#e6eef6;
	color:#000;
	margin:1em 0 30px;
	padding:0;
}

table.userlist {
	border-collapse:collapse;
	width:98%;
}

table.userlist td,table.userlist th {
	border:1px solid #ccc;
	padding:0.1em 0.2em;
}

table.userlist td.imgcol {
	padding:0 0.2em;
}

div#menu {
	margin:0;
	padding:0;
}

div#menu input,div#menu button {
	display:inline;
	margin:0;
	padding:0 3px;
}

div#menu a {
	padding:4px 0.4em 3px 25px;
}

div#menu button {
	margin-left:3px;
}

div#edit_add_comment {
	margin-top:1em;
}

div#menu {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:#e6eef6;
	height:1.5em;
	vertical-align:middle;
	margin:0;
	padding:2px 0 1px 0.4em;
}

div#pm-menu {
	border-bottom:1px solid #ccc;
	background:#e6eef6;
	height:1.5em;
	vertical-align:baseline;
	margin:0;
	padding:2px 0 1px 0.5em;
}

div#menu a, div#pm-menu a {
	background-repeat:no-repeat;
	background-position:6px center;
	font-weight:400;
}

div#menu a.active {
	background-color:#fff;
}

div#projectselector {
	float:left;
	margin-top:-0.2em;
}

div#menu div#projectselector button {
	margin-bottom:2px;
}

div#projectselector option[selected] {
	font-weight:bold;
}

div#menu ul a, div#pm-menu ul a {
	line-height:1.4em;
	padding:4px 0.4em 3px 25px;
}

ul#menu-list, ul#pm-menu-list {
	list-style:none;
	margin:0;
	padding:0;
	display:inline;
}

ul#menu-list li, ul#pm-menu-list li {
	display:block;
	float:left;
	height:1.4em;
	border-left:solid 1px black;
}

ul#menu-list li {
	position:relative;
}

.hidden-element {
	display:none;
}

ul.comment_changes {
	margin:0 2em;
	padding:0;
	color:gray;
}

ul.comment_changes li {
	margin:0;
}

div#mysearches {
	background:#fff;
	border:1px solid #ccc;
	border-top:0;
	width:15em;
	overflow:auto;
	max-height:25em;
	display:none;
	position:absolute;
	left:0;
	top:1.4em;
	margin-top:1px;
	z-index:5;
	padding:2px 5px 3px;
}

div#mysearches table {
	border-collapse:collapse;
	width:100%;
}

div#menu div#mysearches a {
	padding:0 0 0 0.2em;
	font-weight:bold;
}

div#mysearches table tr {
	border-bottom:dotted 1px gray;
	text-align:left;
	padding:0.1em 0;
}

table#mysearchestable td {
	vertical-align:middle;
}

div#mysearches table tr.last {
	border:0;
}

ul#menu-list li.first, ul#pm-menu-list li.first {
	border:0;
}

#newtasklink, #anonopen {
	background:url("/00000000/images/admin/menu/newtask.png") no-repeat;
}

#registerlink {
	background:url("/00000000/images/admin/menu/kdmconfig.png") no-repeat;
}

#forgotlink {
	background:url("/00000000/images/admin/menu/help.png") no-repeat;
}

#profilelink {
	background-image:url("/00000000/images/admin/menu/editmydetails.png")
}

#reportslink {
	background-image:url("/00000000/images/admin/menu/reports.png")
}

#editmydetailslink {
	background-image:url("/00000000/images/admin/menu/editmydetails.png");
}

#lastsearchlink {
	background-image:url("/00000000/images/admin/menu/search.png");
}

#logoutlink {
	background-image:url("/00000000/images/admin/menu/logout.png");
}

#roadmaplink {
	background-image:url("/00000000/images/admin/menu/date.png");
}

#homelink {
	background-image:url("/00000000/images/admin/menu/kmenuedit.png");
}

#toplevellink {
	background-image:url("/00000000/images/admin/menu/folder_home.png");
}

#optionslink {
	background-image:url("/00000000/images/admin/menu/options.png");
}

#projectslink {
	background-image:url("/00000000/images/admin/menu/projectprefs.png");
}

.pendingreq {
	padding:0;
}

td.searches_delete {
	width:16px;
}

div#showtask {
	text-align:right;
	position:absolute;
	right:1.7em;
	top:1.1em;
	z-index: 1000;
}

div#search {
	min-width: 790px;
	/* max-width: 1200px; */
	margin: 0px auto;
	border: 1px solid #FFEA88;
	background: #FFF;
	margin-bottom: 1em;
	padding: 0.4em 0.5em;
	position: relative;
	border: 1px solid #333;
}

div#search input,div#search button {
	margin:0;
}

div#search label.multisel {
	position:absolute;
	margin-left:-0.3em;
}

div.search_select {
	float:left;
}

div#search input.users {
	margin-top:1.2em;
}

div#search button {
	color:#FFF;
	margin-left:0;
}

div#search input#searchtext {
	 width:30em;
}

div#search fieldset {
	padding:0 0.5em 0.5em;
	margin:0.3em 0;
}

div#search img {
	vertical-align:middle;
}

span#searchstate {
	font-weight:bold;
}

span#searchstate a {
	color:#000;
}


div#search fieldset legend {
	padding:0 2px;
}

div.dateselect {
	margin:5px 0 0;
}

span.save_search {
	position:absolute;
	right:0.5em;
}

div#tasklist {
	border:1px solid gray;
	color:#000;
	/* background-color:#e6eef6; */
}

/*
div#tasklist a {
	color: #000000;
	font-weight: normal;
}*/

div#tasklist del, div#tasklist a.closedtasklink {
	text-decoration:none;
}

/* div#tasklist table {
	clear:both;
	width:100%;
	border-spacing:0;
	border-collapse:collapse;
}

div#tasklist table th {
	text-align:left;
	border-bottom:1px solid #ccc;
	padding:2px 1em 2px 2px;
}

div#tasklist table td {
	border-bottom:1px solid #CCC;
	padding:2px 1ex 2px 2px;
	vertical-align:middle;
}

div#tasklist table tr input {
	margin-top:-0.3em;
}

div#tasklist table td.taskdate {
	text-align:left;
	white-space:nowrap;
}

div#tasklist table td.progress {
	text-align:center;
} */

table#pagenumbers {
	width:100%;
}

table#pagenumbers td#taskrange {
	padding:0 0 0 5px;
}

table#pagenumbers td#numbers {
	text-align:right;
	padding:0 5px 0 0;
}

table.list th,table.list td {
	padding-right:2em;
}

table.toplevel th {
	text-align:left;
	padding:0 1em 0 0.5em;
	width:9em;
}

table.toplevel ul {
	margin:0;
	padding:0;
	list-style:none;
}

div#taskdetails {
	background-color:#e6eef6;
	border:1px solid #000;
	margin:2em 0 0 0;
	width:99.7%;
}

div#taskdetails table th {
	font-weight: bold;
}

table#tasks_related {
	width:30em;
	margin-bottom:0.5em;
}

table#duplicate_tasks {
	width:30em;
	margin-bottom:0.5em;
	margin-left:0.5em;
}

table th.pm-buttons {
	width:10em;
}

div#content {
	margin:0 5px;
	padding:0.5em 5px 0 5px;
}

#footer {
	background: #EDEDED;
	border: 1px solid #CCC;
	padding: 5px;
	text-align: center;
	margin: 20px 10px 10px 10px;
	color: #333;
	font-size: 11px;
}

#footer a:link, #footer a:visited {
	color: #333;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #333;
	text-decoration: underline;
}

button {
	color:#fff;
	background:url("/00000000/images/admin/button.png") repeat-x #838ab5 bottom;
	border:1px solid #000;
	font-weight: bold;
}

div.redirectmessage {
	border:1px solid #CCC;
	background-color:#e6eef6;
	text-align:center;
	padding:1ex;
}

form#chgpassword h1,form#newgroup h1 {
	font-size:110%;
	margin:2px;
	padding:0;
}

.buttons {
	text-align:center;
}

form#newgroup strong {
	color:red;
}

div.preview {
	border:solid 1px #47617b;
	border-left-width:0.2em;
	margin-bottom:0.5em;
	padding-left:0.2em;
}

.tabentry {
	border-bottom:1px solid #ccc;
	margin:2px 1em;
}

div.modifycomment {
	float:right;
	width:20em;
	text-align:right;
}

div.modifycomment p {
	display:inline;
	margin:0;
	padding:0;
}

strong.reopened {
	background:white;
	border:red solid 1px;
	padding:0.1em 0.2em;
}

.severity1 {
	background-color:#fff5dd !important;
	color:#000;
}

.severity1:hover {
	background-color:#ffe9b4 !important;
	color:#000;
}

.severity2 {
	background-color:#ecdbb7 !important;
	color:#000;
}

.severity2:hover {
	background-color:#efca80 !important;
	color:#000;
}

.severity3 {
	background-color:#f5d5c6 !important;
	color:#000;
}

.severity3:hover {
	background-color:#f7b390 !important;
	color:#000;
}

.severity4 {
	background-color:#ffd5d1 !important;
	color:#000;
}

.severity4:hover {
	background-color:#ffb2ac !important;
	color:#000;
}

.severity5 {
	background-color:#f3a29b !important;
	color:#000;
}

.severity5:hover {
	background-color:#f3867e !important;
	color:#000;
}

.severity6 {
	background-color:#33CC33 !important;
	color:#FFF;
}

.severity7 {
	background-color:#FF1F1F !important;
	color:#FFF;
}

.severity_green {
	background-color:#70ffb0 !important;
	color:#000;
}

.severity_orange {
	background-color:#ffb070 !important;
	color:#000;
}

.severity_blue {
	background-color:#e0e0ff !important;
	color:#000;
}

.severity_skype {
	background-color:#2dc6ff !important;
	color:#000;
}

.severity_skype:hover {
	background-color:#00aff0 !important;
	color:#000;
}

#tasklist_table td {
	cursor:pointer;
}


div#fineprint {
	font-size:smaller;
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
	margin:0 5px 0 5px;
}

table.history {
	width:100%;
	background-color:#e6eef6;
	color:#000;
	margin:1em 0;
	padding:0 1em;
}

table.history td {
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	padding-left:5px;
}

div#intromessage {
	padding:0 1px 0.5em 1px;
}

div.clear {
	clear:both;
}

map#formselecttasks {
	margin:0;
}

a.closedtasklink {
	text-decoration:line-through;
}

div#taskfields {
	margin:10px 0 8px 0;
}

td#taskfieldscell {
	border-right:1px solid #ccc;
	padding:0 0.2em;
}

div#taskfields table {
	margin:0 auto;
}

div#taskfields th {
	text-align:right;
	padding-right:0.5em;
}

tr.votes td, tr.votes th {
	padding-top:5px;
}

div#taskdetailsfull {
	margin:25px 0 5px 0;
	text-align:left;
	padding:7px 9px;
}

div#taskdetailsfull label {
	text-align:left;
}

div#taskinfo {
	width:98%;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	min-height:50px;
	float:left;
	padding:8px 5px;
	margin:0 5px 5px 5px;
}

div#taskstatus {
	border-bottom:1px solid #ccc;
	padding:4px;
	margin-bottom:5px;
}

div#taskclosed {
	padding:5px;
	margin:5px 5px 10px;
	clear:both;
	width:20em;
	background:white;
	border:solid 1px red;
}

div#taskdeps {
	float:left;
	width:50%;
	margin-bottom:8px;
}

div#taskblocks {
	float:left;
	width:45%;
}

div#actionbuttons {
	clear:both;
	padding:0 5px 5px;
}

a.button {
	background:url("/00000000/images/admin/button.png") repeat-x transparent;
	color:#fff !important;
	border:1px solid #000;
	margin:0 3px;
	padding:1px 5px;
    cursor: pointer;
}

a.button:hover {
	background:url("/00000000/images/admin/button-over.png");
}

div#massopsactions {
	padding:0 0 0 3px;
}

div.groupedit {
	background:url("/00000000/images/admin/kgpg_edit.png") no-repeat top left;
	padding-left:50px;
	height:64px;
}

div#closeform {
	margin-top:10px;
	width:300px;
	height:auto;
	padding-right:1em;
}

div#multiuserlist {
	width:28em;
	text-align:left;
}

div#multiuserlist select {
	width:26em;
}

div.popup {
	position:absolute;
	background-color:#e6eef6;
	color:#000;
	border:2px ridge #000;
	margin-top:5px;
	padding:5px;
}

div.denyform {
	visibility:hidden;
	position:absolute;
	right:12px;
	background-color:#e6eef6;
	color:#000;
	border:2px ridge #000;
	margin-top:5px;
	display:block;
	width:300px;
	height:auto;
	padding:5px 30px 5px 5px;
}

table#profile th {
	padding:0.1em 0.8em 0.1em 0.2em;
}

fieldset {
	margin:1em 0.5em;
	padding:0.5em 0.7em 0.5em;
	background-color:#e6eef6;
	color:#000;
	border:1px solid gray;
}

fieldset legend {
	border:1px solid #000;
	font:bold 110% Helvetica, Verdana, sans-serif;
	background:#587A99;
	color:white;
	margin:5px;
	padding:2px;
}

div.errpadding {
	padding:0.2em 0 0.2em 30px;
}

div.bar {
	width:100%;
	color:#FFF;
	font-weight:700;
	position:fixed !important;
	position:absolute;
	bottom:0;
	left:0;
	z-index:5;
}

div.error {
	background:red url("/00000000/images/admin/frown.png") no-repeat 5px 1px;
}

div.mixed {
	background:#FC0 url("/00000000/images/admin/frown.png") no-repeat 5px 1px;
}

div.success {
	background:green url("/00000000/images/admin/smile.png") no-repeat 5px 1px;
}


div#toolboxmenu {
	width: 140px;
}

div#toolboxmenu a.alert {
	background: url("/00000000/images/admin/em.png") no-repeat left;
}

div#toolbox {
	margin-left: 5px;
	min-height:350px;
	height:1%;
}

a.grouptitle {
	font-size:1.4em;
}

div.tbuttons {
	background-color:#e6eef6;
	width:20em;
	margin:-11px 0 0 0.5em;
	border:solid 1px gray;
	border-top:solid 1px #e6eef6;
	padding:0 0 0 0.5em;
}

#submenu a {
	color:#000;
	border:solid 1px gray;
	background-color:#e6eef6;
	font-family: Tahoma;
}

#submenu a {
	background-color:#009FBF;
}

#submenu a.active {
	color:#fff;
	border-bottom-color:#e6eef6;
	background-color:#2EBF00;
	z-index:5;
	padding-top: 6px;
	padding-bottom: 4px;
	font-weight: bold;
}


#submenu a:hover {
	color:#FFD100;
}

#submenu li a {
	color:#FFF;
	text-decoration:none;
	display:inline;
	margin:0 0 0 1ex;
	padding:2px 1ex;
}

#submenu li.alert a:hover {
	background: url("/00000000/images/admin/em.png") no-repeat left;
	background-color: #F0C070;
	color:#000;
	text-decoration:none;
	display:inline;
	margin:0 0 0 1ex;
	padding:2px 1ex 2px 18px;
}

#submenu li.alert a.active {
	background: url("/00000000/images/admin/em.png") no-repeat left;
	background-color: #F0C070;
	color:#000;
	text-decoration:none;
	display:inline;
	margin:0 0 0 1ex;
	padding:2px 1ex 2px 18px;
	border-bottom-color:#e6eef6;
	z-index:5;
}


#submenu li.alert a {
	background: url("/00000000/images/admin/em.png") no-repeat left;
	background-color: #F0C070;
	color:#999;
	text-decoration:none;
	display:inline;
	margin:0 0 0 1ex;
	padding:2px 1ex 2px 18px;
}

html #submenu {
	padding-top:1.5em;
}

div.tab {
	margin:2px 1ex 10px 0;
	padding:1ex 1ex 0;
}

#submenu li {
	display:inline;
	width:0;
	height:0;
}

* html .tab div.clear {
	clear:none;
	height:14em;
}

div#permissions {
	width:22em;
	visibility:hidden;
	position:absolute;
	top:25px !important;
	top:60px;
	left:0;
	margin:0;
	z-index:5;
	padding:5px;
}

div#permissions table {
	color:#000;
	background:#fff;
	border:1px dotted #000;
}

div#permissions table td,div#permissions table th {
	border:0;
	text-align:left;
	font-weight:400;
}

div#permissions table thead th {
	font-weight:700;
}

div#permissions table td.good,div#permissions table td.bad  {
	text-align:right;
}

div#fileupload {
	margin:20px 0;
}

div.pendingreq {
	border:solid 1px red;
	background:url("/00000000/images/admin/em.png") white no-repeat 3px 50%;
	margin:0.5em 0 0 0px;
	padding:3px 3px 3px 23px;
}

a.pendingreq, span#locked {
	color:red;
	background:url("/00000000/images/admin/em.png") no-repeat 6px !important;
}

span#locked {
	padding-left:2em;
	font-weight:bold;
}

span#navigation {
	position:absolute;
	right:1.5em;
	padding-top:0.1em;
}

span#navigation a#next {
	padding-right:20px;
	background:url("/00000000/images/admin/next.png") no-repeat right;
}

span#navigation a#prev {
	padding-left:20px;
	background:url("/00000000/images/admin/prev.png") no-repeat left;
}

div.attachments {
	display:block;
	padding:5px 15px 5px 35px;
	background:#BBE0EB url("/00000000/images/admin/attachment-big.png") no-repeat 0 -10px;
	border:dotted 1px gray;
	width:22em;
	margin:0 0 0.5em 0.6em;
}

table.attachments {
	margin:0 0 0.5em 0.1em;
	background:#BBE0EB url("/00000000/images/admin/attachment-big.png") no-repeat 0 -10px;
	border:dotted 1px gray;
}

table.attachments th {
	text-align:center;
	padding:0 0.3em;
}

table.attachments td {
	padding:0 0.3em;
	vertical-align:middle;
}

div#error {
	background-color:#feffc2;
	color:#000;
	font-size:150%;
	border:2px solid red;
	margin:30px;
	padding:10px;
}

.ttcolumn {
	width:10px;
	text-align:center;
}

.ttcolumn input {
	margin:0;
}

.date {
	color:#47617b;
	background-color:#eef7ff;
	font-weight:700;
	border:1px solid gray;
	font-size:100%;
	white-space:nowrap;
	padding:1px 5px 0;
	cursor:pointer;
}

.date:hover {
	color:#6395c8;
	background-color:#eef7ff;
	font-weight:700;
	cursor:pointer;
}

a.datelink {
	margin-right:0.2em;
}

a.datelink img {
	vertical-align:middle;
}

html,p.unregistered,#submenu,#submenu * {
	margin:0;
	padding:0;
}

div#toolboxmenu small {
	display:none;
}

td,th {
	vertical-align:top;
}

img.middle {
	vertical-align:middle;
}

.inline,table.list label,p.box label,form#formaddrelatedtask label {
	display:inline !important;
}

form#formaddrelatedtask {
	padding:0.2em;
}

div#menu p,div#search p {
	margin:0;
	padding:0;
}

td.taskid,th.taskid,td.taskid {
	text-align:center;
	padding:2px 1ex;
}

div#closeform textarea,div#denyform textarea {
	height:100px;
}

table.requests {
	border-spacing:0;
	border-collapse:collapse;
	border:solid 1px gray;
	width:95%;
	margin:0.5em;
}

table.requests th {
	border-left:1px solid gray;
}

table.requests td {
	border:solid 1px gray;
	padding:0.2em 0.5em;
}

tr.current_row td.caret {
	background:url(caret.gif) no-repeat 3px !important;
}

td.caret {
	width:15px;
	padding:0 !important;
}

pre.code {
	border:dotted 1px gray;
	background:url("/00000000/images/admin/klipper_dock.png") 97% 1% #FBFDFE no-repeat;
	padding:0.8em;
	margin:1em;
	overflow:auto;
	max-height:30em;
}

.good {
	color:green;
}

.bad {
	color:red;
}

div.roadmap {
	padding-left:1em;
}

dl.roadmap dd {
	border:dotted 1px gray;
	background:#FEF9FD;
	margin:-0.5em 1em 0 2em;
	padding:0.5em 0.5em;
	display:none;
}

dl.roadmap dt {
	border:solid 1px gray;
	margin:1em 3em 0 0;
	padding:0.1em 0.5em;
	position:relative;
}

h3.taskdesc {
	top:-1.8em;
	font-size:1.2em;
	position:relative;
	margin:0 0.2em;
}

div.comment {
	padding:0.5em;
}

fieldset#events div#tasklist {
	margin-top:1em;
}

div#updatemsg {
	background-color:#feffc2;
	color:#000;
	border:2px solid red;
	margin:0 0 10px;
	padding:5px;
	font-weight:bold;
}

.code a {
	text-decoration:none;
}

div#taskdetailstext h1,.commenttext h1 {
	border-bottom:dotted 1px black;
}

div#taskdetailstext h2, .commenttext h2 {
	border-bottom:dotted 1px black;
	padding-left:0.2em;
	margin:1em 0.5em 0.5em;
}

div#taskdetailstext h3, .commenttext h3 {
	padding-left:0.2em;
	margin:1em 1.5em 0;
}


div#taskdetailstext h4, div.preview h4, .commenttext h4,div.preview h5,div#taskdetailstext h5, .commenttext h5 {
	font-size:1em;
	padding-left:0.3em;
	margin:1em 2.5em 0;
}

div.level2 {
	margin-left:1em;
}

div.level3 {
	margin-left:2em;
}

div.level4,div.level5 {
	margin-left:3em;
}

table.inline {
	display:table !important;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.inline th {
	padding: 3px;
	border: 1px solid #8cacbb;
	background-color: #dee7ec;
}

table.inline td {
	padding: 3px;
	border: 1px solid #8cacbb;
	background:#ffffff;
}

.leftalign{
	text-align:left;
}

.centeralign{
	text-align:center;
}

.rightalign{
	text-align:right;
}

.interwiki,.urlextern {
	padding-left:17px;
	background:url(link_icon.gif) no-repeat;
}

.urlextern {
	background-image:url(link_icon.gif);
}

.fn_top {
	font-size:0.8em;
	vertical-align:top;
}

.footnotes {
	font-size:0.8em;
	border-top:solid 1px #ccc;
}

blockquote {
	border:dotted 1px gray;
	border-left: 2px solid #8cacbb;
	padding:0 3px 0 0.3em;
	margin-left: 0.5em;
	background:white;
}

blockquote p  {
	padding:0;
}

blockquote blockquote {
	border:0;
	border-left: 2px solid #8cacbb;
}

.search_hit {
	background:#FF9;
}

.fade {
	color:gray;
}

.data-disabled {
	color:gray;
}

.code .br0 {color:#6c6;}
.code .es0 {color:#009;font-weight:700;}
.code .kw1 {color:#b1b100;}
.code .kw2 {color:#000;font-weight:700;}
.code .kw3 {color:#006;}
.code .kw4 {color:#933;}
.code .me0 {color:#060;}
.code .nu0 {color:#c6c;}
.code .re4 {color:#099;}
.code .sc0 {color:#0bd;}
.code .sc1 {color:#db0;}
.code .sc2 {color:#090;}
.code .st0 {color:red;}
.code .co1,.code .co2,.code .coMULTI {color:gray;font-style:italic;}
.code .kw5,.code .re0,.code .re1,.code .re2 {color:#00f;}

.acronym {cursor:help;}
em.u {text-decoration:underline;font-style:normal}

span.autocomplete {
	position: absolute;
	width: auto !important;
	background-color:#eef7ff;
	color:#03008f;
	border:1px solid gray;
	padding: 0px;
	margin:-1px 0 0;
	text-align:left;
	display:block;
}

span.autocomplete ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

span.autocomplete ul li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding:2px 4px;
	height: 1.1em;
	white-space:nowrap;
}

span.autocomplete ul li span.informal {
	color:gray;
	font-size:0.9em;
}

span.autocomplete ul li.selected {
	background-color:highlight;
	cursor:pointer;
	color:HighlightText;
}

#controlBox {
	border : 1px solid gray;
	padding : 1px;
	background : #fff;
	width : auto !important;
	width : 90px;
	display : table;
	position:absolute;
}
#controlBox div.grip {
	background : #ccc;
	cursor : move;
	height : 12px;
}
#controlBox div.inner {
	padding : 5px 5px 4px 5px;
	white-space : nowrap;
	opacity : .2;
}
#controlBox.active div.inner {
	opacity : 1;
}

table.list {
	border-collapse:collapse;
}

table.list tr.active {
	background:url("/00000000/images/admin/active_border.png") repeat-y left white;
}

table.list tr.active td.first {
	padding-left:0.5em;
}

.tasklist {
	border:1px solid gray;
	color:#000;
	background-color:#e6eef6;
}

.tasklist a {
	/* color: #000000;
	font-weight: normal; */
}

.tasklist del, .tasklist a.closedtasklink {
	text-decoration:none;
}

/*.tasklist table {
	clear:both;
	width:100%;
	border-spacing:0;
	border-collapse:collapse;
}

.tasklist table th {
	text-align:left;
	border-bottom:1px solid #ccc;
	padding:2px 1em 2px 2px;
}

.tasklist table td {
	border-bottom:1px solid #CCC;
	padding:2px 1ex 2px 2px;
	vertical-align:middle;
}

.tasklist table tr input {
	margin-top:-0.3em;
}

.tasklist table td.taskdate {
	text-align:left;
	white-space:nowrap;
}

.tasklist table td.progress {
	text-align:center;
}*/


#tasklist table {
	margin: 0 0 10px 0;
	border: 1px solid #cbcbcb;
	width: 100%;
}

#tasklist table thead th {
	border-bottom: 1px solid #E6AD00;
	background: #FFCC00;
	padding: 3px;
	color: #000;
	font-weight: bold;
	text-align: center;
}

#tasklist table tbody th {
	border-bottom: 1px solid #E6AD00;
	background: #FFCC00;
	padding: 3px;
	color: #000;
	font-weight: bold;
	text-align: center;
}

#tasklist table tr.filter-row th {
	text-align: left;
}

#tasklist table tbody td {
	border-bottom: 1px solid #7E7E7E;
	padding: 4px;
}

#tasklist table tbody tr.active td {
	color: #fff;
	background: #3daeb0;
}

#tasklist table tbody tr.cut td {
	color: lightgray;
}


input.valid, select.valid, textarea.valid {
	background-color: #B0E0B0;
}

input.invalid, select.invalid, textarea.invalid {
	background-color: #F08080;
}

input.optional, select.optional, textarea.optional {
	background-color: #B0B0E0;
}

input.required, select.required, textare.required {
	background-color: #F0C070;
}

.foglaltsagitablazat {
	border: 1px solid #FFC72A;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

.foglaltsagitablazat2 {
	border: 1px solid #FFC72A;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 630px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

.foglaltsagitablazat th, .foglaltsagitablazat2 th {
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
	background: #FFEB68;
	color: #333;
	border-bottom: 1px solid #EFAE00;
	padding: 2px;
}

.foglaltsagitablazat td {
	padding: 2px;
	text-align: center;
	font-weight: bold;
	width: 80px;
	border: 1px solid #FFC72A;
	background: #6DBA18;
	color: #FFF;
}

.foglaltsagitablazat2 td {
	padding: 2px;
	text-align: center;
	font-weight: bold;
	width: 90px;
	border: 1px solid #FFC72A;
	background: #6DBA18;
	color: #FFF;
}

.foglaltsagitablazat td.televan, .foglaltsagitablazat2 td.televan {
	color: #900;
	background-color: #FF9900;
}

.foglaltsagitablazat td.elmult, .foglaltsagitablazat2 td.elmult {
	color: #900;
	background-color: #FF3000;
}


/*********************
	Structure
*********************/

#header{
	width:960px;
}
#header h2{
margin-top:20px;
}
#sidebar{
	background:#FFF;
	width:170px;
	float:right;
	margin:10px 0 10px 0;
	padding:10px;
}
#footer{
	clear:both;
	padding:5px;
	margin-top:10px;
}
#box h3{
	padding:5px;
	font-size:14px;
}
/*********************
	Sidebar
*********************/
#sidebar ul{
	list-style:none;
	line-height:22px;
}
#sidebar ul li a,#sidebar ul li a:visited{
	padding-left:19px;
	text-decoration:none;
	margin:0 3px;
	display:block;
}
#sidebar ul li a:hover{
	text-decoration:underline;
}
#sidebar ul li ul{
	margin-left:10px;
}
#sidebar h3{
	padding:2px;
	font-size:14px;
}
/*********************
  TopMenu, Top-Panel
*********************/
#topmenu{
	margin-top:33px;
	width:950px;
	float:left;
	voice-family:inherit;
}
#topmenu ul{
	list-style:none;
	line-height:25px;
}
#topmenu li{
	display:inline;
}
#topmenu a,#topmenu a:visited{
	padding:5px 12px 5px 12px;
	text-decoration:none;
}
#topmenu .current a, #topmenu .current a:hover, #topmenu .current a:visited{
	padding:5px 12px 5px 12px;
	font-weight:bold;

}
#top-panel{
	background:#FFF;
	padding:5px;
	height:20px;
	float:left;
	width:950px;
}
#top-panel ul{
	list-style:none;
}
#top-panel ul li{
	display:inline;
	line-height:20px;
}
#top-panel ul li a{
	padding-left:19px;
	text-decoration:none;
	margin:0 3px;
	display:inline-block;
}
#top-panel a:hover{
	text-decoration:underline;
}
/*********************
		Other
*********************/
.a-right{text-align:right;}
.a-left{text-align:left;}
.a-center{text-align:center;}
#pager{
	margin:5px;
	height:25px;
}
#styleswitcher{
	float:right;
}
#styleswitcher ul{
	list-style:none;
	line-height:10px;
}
#styleswitcher li{
	height:12px;
	display:inline;
}
#footer ul {
	list-style:none;
}
#footer li {
	display:inline;
}
a#defswitch {
	width:15px;
	height:10px;
	margin: 3px 0 3px 0;
	background-color:#bd3f09;
	font-size: 8px;
	color:#bd3f09;
	display:inline-block;
}
a#blueswitch {
	width:15px;
	height:10px;
	margin: 3px 0 3px 0;
	background-color:#375b91;
	font-size: 8px;
	color:#375b91;
	display:inline-block;
}
a#greenswitch {
	width:15px;
	height:10px;
	margin: 3px 0 3px 0;
	background-color:#d0e0b8;
	font-size: 8px;
	color:#d0e0b8;
	display:inline-block;
}
a#brownswitch {
	width:15px;
	height:10px;
	margin: 3px 0 3px 0;
	background-color:#654322;
	font-size: 8px;
	color:#654322;
	display:inline-block;
}
a#mixswitch {
	width:15px;
	height:10px;
	margin: 3px 0 3px 0;
	background-color:#294145;
	font-size: 8px;
	color:#294145;
	display:inline-block;
}
#credits{
clear:both;
	width:200px;
	float:left;
}

/*********************
		Home
*********************/
#infowrap li{
	display: inline;
}
#infobox{
	width:365px;
	float:left;
	margin-top:10px;
}
#infobox h3{
	padding:5px;
	font-size:14px;
}
.margin-left{
	margin-left:5px;
}
#rightnow .reallynow {
	padding: 5px;
	font-size:14px;
}
#rightnow h3{
	padding:2px;
	padding: 0 10px;
	font-size:14px;
}
#rightnow .reallynow span {
	display: block;
	text-align: left;
	float: left;
	padding:0 2px;
	font-size:14px
}
#rightnow .reallynow a {
	text-decoration:none;
	display: block;
	text-align: right;
	float: right;
	padding:0 0 0 18px;
	margin-left:4px;
	font-weight:normal;
	font-size:12px;
}
#rightnow .reallynow a:hover{
	text-decoration:underline;
}
#rightnow .youhave {
	font-size:  12px;
	padding: 10px;
}
#rightnow a {
	font-weight: bold;
}

/***************
	Home
***************/
#infobox{
	border:1px solid #d9e6f0;
}
#infobox h3{
	background:#f3f9ff;
	border-bottom:1px solid #d9e6f0;
	color:#375b91;
}
#rightnow {
	border:1px solid #d9e6f0;
}
#rightnow .reallynow {
	background:#f3f9ff;
	color:#375b91;
}
#rightnow h3{
	background:#f3f9ff;
	border-bottom:1px solid #d9e6f0;
}


.failure {
	background-color:#CC0000;
	color:#FFFFFF;
	padding:0.5em;
	line-height:130%;
	margin-bottom:10px;
}

.success {
	background-color:#6CAA00;
	color:#FFFFFF;
	padding:0.5em;
	line-height:130%;
	margin-bottom:10px;
}




















/*
	Submenus
*/

#toolboxmenu {
	vertical-align: middle;
	background: #FDBF03;
	margin-bottom: 10px;
	font-family: Tahoma;
	overflow: auto;
	border: 1px solid #333;
}

#toolboxmenu ul {
	text-align: left;
	list-style: none;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	vertical-align: middle;
	color: #FFF2A8;
	font-weight: bold;
	font-size: 12px;
}

#toolboxmenu ul li {
	display: block;
	border-bottom: 1px dotted #000;
}

#toolboxmenu ul li a:link, #toolboxmenu ul li a:visited {
	display: block;
	padding: 5px;
}

#toolboxmenu ul li a:hover, #toolboxmenu ul li a:active {
	background: #FFDE84;
	padding: 5px;
}

#toolboxmenu ul li a.active {
	color: #000;
}

/*  ---  GYULA  ---  */

fieldset.felsouzenet {
	background-color: #FFCB3F;
}

fieldset.felsouzenet legend {
	background: #52BF00;
}

fieldset.felsohiba {
	background-color: #FF5F5F;
}

fieldset.felsohiba legend {
	background: #9F0000;
	color: #FFF;
}

.kisgomb {
	background: #228F00;
	border: 1px solid #175F00;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
}

.ablakuzenet {
	background: #FFF47F;
	border: 1px dotted #808080;
	padding: 5px;
}

/* --- KÖZÖSSÉGI AJÁNLATOK --- */
.community_offer_dl dt {
	display: block;
	float: left;
	clear: both;
	width: 350px;
}
.community_offer_dl dt label {
	text-align: left;
}
.community_offer_dl dd {
	display: block;
	float: left;
}

/* --- LINKPARTNEREK --- */
.linkpartner_input_w600 {
	width: 600px;
}

.linkpartner_form_dl {
	clear: both;
	width: 100%;
}

.linkpartner_form_dl dt {
	float: left;
	width: 220px;
}

.linkpartner_form_dl dt label {
	text-align: left;
}

.linkpartner_form_dl dd {
	float: left;
	margin-left: 0px;
	padding-left: 0px;
}

.linkpartner_form_table {
	border: none;
	border-collapse: collapse;
}

.linkpartner_form_table th {
	border-bottom: 1px solid #000000;
}

.linkpartner_form_cbox_label {
	width: 220px;
}

.linkpartner_form_cbox_label label {
	text-align: left;
}

.linkpartner_form_cbox_checkbox {
	text-align: center;
}

.linkpartner_form_cbox1 td {

}

.linkpartner_form_cbox2 td {
	background-color: #CFD7DC;
}


/* --- HOTEL LEÍRÁS FORDÍTÁS (/hotel-descriptions) --- */
.hoteldesc_form_dl {
	clear: both;
}

.hoteldesc_form_dl dt {
	float: left;
	width: 300px;
}

.hoteldesc_form_dl dt label {
	text-align: left;
}

.hoteldesc_form_dl dd {
	float: left;
	margin-left: 0px;
	padding-left: 0px;
}

.hoteldesc_form_dl dd input[type="text"],
.hoteldesc_form_dl dd input[type="password"],
.hoteldesc_form_dl dd textarea {
	width: 300px;
}

.hoteldesc_form_dl dd select {
	width: 100px;
}

/* --- SZÁLLÁSHELYEK FÜGGŐ ADATMÓDOSÍTÁSAI (/hotel-details-update) --- */
.hotel_details_update {
	border: 1px dotted grey;
	margin: 5px;
	padding: 5px;
}

.hotel_details_update table {
	width: 80%;
}

.hotel_details_update table th,
.hotel_details_update table td {
	border-bottom: 1px dotted grey;
}

.hotel_details_update .highlighted th,
.hotel_details_update .highlighted td {
	background-color: #70FFB0;
}

/* --- SZÁLLÁSHELYEK FÜGGŐ LEÍRÁSAI (/hotel-descriptions-update) --- */
.hotel_descriptions_update {
	border: 1px dotted grey;
	margin: 5px;
	padding: 5px;
}

.hotel_descriptions_update table {
	width: 95%;
}

.hotel_details_update table th,
.hotel_details_update table td {
	border-bottom: 1px dotted grey;
}

.hotel_descriptions_update ins {
	background-color: #70FFB0;
}

.hotel_descriptions_update del {
	background-color: #FF7C70;
}

.icon_calendar {
	width: 22px;
	height: 21px;
	display: table-cell;
	float: left;
	line-height: 21px;
	background: url("/00000000/images/konf/image.png");
	background-position: -146px -239px;
	cursor: pointer;
	margin: 0px 0px 0px 5px;
}

.calendar_dropdown {
	width: 400px;
	position: absolute;
	border: 1px solid #666;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 3px 3px 10px -3px #333;
	-moz-box-shadow: 3px 3px 10px -3px #333;
	-webkit-box-shadow: 3px 3px 10px -3px #333;
	margin-top: 27px;
	background: #FFF;
	padding: 8px;
	margin-left: -215px;
	cursor: auto;
	z-index: 1000;
}



.calendar_dropdown .calendar_closebutton {
	position: absolute;
	top: 3px;
	line-height: 18px;
	padding: 0px 5px !important;
}

.calendar_dropdown .calendar_arrowbutton {
	position: absolute;
	top: 26px;
	padding: 1px 6px !important;
}

.calendar_dropdown .monthbox {
	width: 195px;
	margin-top: 22px;
	text-align: center;
	float: left;
}

.calendar_table {
	margin-top: 7px;
	border: 2px solid #FDBF03;
}

.calendar_table td {
	padding: 2px;
	border: 1px solid #FDBF03;
	text-align: center;
}

.calendar_table td:hover {
	padding: 2px;
	border: 1px solid #FDBF03;
	text-align: center;
	background: #FFE080;
}

.calendar_table td.disabled {
	padding: 2px;
	border: 1px solid #808080;
	text-align: center;
	background: #C0C0C0;
}

.calendar_table td.selected {
	padding: 2px;
	border: 1px solid #FDBF03;
	text-align: center;
	background: #FFE02F;
}

.calendar_table th {
	padding: 2px;
	background: #C20000;
	color: #FFF;
}

.content_menu ul{
    margin: 0; padding: 0;
    float: left;}

.content_menu ul li{
    display: inline-block;}

.content_menu ul li a{
    float: left; text-decoration: none;
    color: white;
    padding: 10.5px 11px;
    background-color: #000; }

.content_menu ul li a:visited{
    color: white;}

.content_menu ul li a:hover, .content_menu ul li .current{
    color: #fff;
    background-color:#0b75b2;
}

.search_area
{
    padding: 10px;
    background-color: #F1F3F4;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
 }

.searchform input {
	font: normal 12px/100% Arial, Helvetica, sans-serif;
}
.searchform .searchfield {
	background: #fff;
	padding: 6px 6px 6px 8px;
	width: 202px;
	border: solid 1px #bcbbbb;
	outline: none;

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;

	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}

.searchform .searchbutton {
	color: #fff;
	border: solid 1px #494949;
        font-weight: bold;
	font-size: 11px;
	height: 27px;
	min-width: 77px;
	text-shadow: 0 1px 1px rgba(0,0,0,.6);

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;

	background: #5f5f5f;

}



/* Base class */
.bs-docs-example {
    position: relative;
    margin: 15px 0;
    padding: 39px 19px 14px;
    *padding-top: 19px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.bs-docs-header {
    /*content: "Example"; */
    position: absolute;
    top: -1px;
    left: -1px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    color: #9da0a4;
    -webkit-border-radius: 4px 0 4px 0;
    -moz-border-radius: 4px 0 4px 0;
    border-radius: 4px 0 4px 0;
}
.bs-docs-info {
    /*content: "Example"; */
    position: absolute;
    top: -1px;
    right: -1px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: normal;
    background-color: #fcf8e3;
    border: 1px solid #ddd;
    color: #000000;
    -webkit-border-radius: 4px 0 4px 0;
    -moz-border-radius: 4px 0 4px 0;
    border-radius: 4px 0 4px 0;
}



/* Remove spacing between an example and it's code */
.bs-docs-example + .prettyprint {
    margin-top: -20px;
    padding-top: 15px;
}

/* Tweak examples
------------------------- */
.bs-docs-example > p:last-child {
    margin-bottom: 0;
}
.bs-docs-example .table,
.bs-docs-example .progress,
.bs-docs-example .well,
.bs-docs-example .alert,
.bs-docs-example .hero-unit,
.bs-docs-example .pagination,
.bs-docs-example .navbar,
.bs-docs-example > .nav,
.bs-docs-example blockquote {
    margin-bottom: 5px;
}
.bs-docs-example .pagination {
    margin-top: 0;
}

.admin-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}


.molinoMessage {
    color: darkred;
    width: 155px;
    display: inline-block;
}


/**
 * Bootstrap css glyphicon tíousú ikonok behúzása
 */
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url("/00000000/uncooked/css/new/fonts/glyphicons-halflings-regular.eot");
  src: url("/00000000/uncooked/css/new/fonts/glyphicons-halflings-regular.eot?#iefix") format('embedded-opentype'), url("/00000000/uncooked/css/new/fonts/glyphicons-halflings-regular.woff") format('woff'), url("/00000000/uncooked/css/new/fonts/glyphicons-halflings-regular.ttf") format('truetype');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * Táblázat headerjébe rendezési nyilak
 */

.glyphicon-sort-down, .glyphicon-sort-up {
    color: grey;
}

.active-sort-flag {
    color: #3b9bfa;
}

.glyphicon-sort-down:before {
    content: "\e159";
    font-size: 16px;
}

.glyphicon-sort-up:before {
    content: "\e160";
    font-size: 16px;
}

.glyphicon-sort-up:hover {
    color: #333333;
    cursor: pointer;
}

.glyphicon-sort-down:hover {
    color: #333333;
    cursor: pointer;
}

table.table tr.success {
    color: black;
}


.glyphicon-floppy-save {
    color: grey;
}

.glyphicon-floppy-save:before {
    content: "\e175";
    font-size: 20px;
}

.glyphicon-floppy-save:hover {
    color: #333333;
    cursor: pointer;
}

.glyphicon-export:before {
    color: grey;
    content: "\e170";
    font-size: 14px;
}

.mandatory_field {
    color: red;
    font-size: 14px;
}

.glyphicon-tags:before {
    content: "\e042";
    font-size: 16px;
    margin-right: 5px;
}

.glyphicon-tags:hover {
    color: #3b9bfa;
    cursor: pointer;
}

.glyphicon-trash:before {
    content: "\e020";
    font-size: 16px;
}
.glyphicon-trash:hover {
    color: #3b9bfa;
    cursor: pointer;
}

.glyphicon-resize-full:before {
    content: "\e096";
    font-size: 16px;
}
.glyphicon-resize-full:hover {
    color: #3b9bfa;
    cursor: pointer;
}

.glyphicon-resize-small:before {
    content: "\e097";
    font-size: 16px;
}
.glyphicon-resize-small:hover {
    color: #3b9bfa;
    cursor: pointer;
}

.glyphicon-zoom-in:before {
    content: "\e015";
}
.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-pencil:before {
    content: "\270f";
    font-size: 16px;
}
.glyphicon-pencil:hover {
    color: #3b9bfa;
    cursor: pointer;
}

.glyphicon-envelope:before {
    content: "\2709";
}
.glyphicon-cog:before {
    content: "\e019";
}
.glyphicon-paperclip:before {
    content: "\e142";
}
.glyphicon-plus:before {
    content: "\2b";
}
.glyphicon-search:before {
    content: "\e003";
}
.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-bolt:before {
    content: "\e162";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
    margin: 3px;
}

.glyphicon-arrow-left {
    color: grey;
}

.glyphicon-arrow-left:before {
    content: "\e091";
    font-size: 16px;
}

.glyphicon-arrow-left:hover {
    color: #333333;
    cursor: pointer;
}

.glyphicon-arrow-right {
    color: grey;
}

.glyphicon-arrow-right:before {
    content: "\e092";
    font-size: 16px;
}

.glyphicon-arrow-right:hover {
    color: #333333;
    cursor: pointer;
}

.glyphicon-arrow-down {
    color: grey;
}

.glyphicon-arrow-down:before {
    content: "\e094";
    font-size: 16px;
}

.glyphicon-arrow-down:hover {
    color: #333333;
    cursor: pointer;
}

.glyphicon-arrow-up {
    color: grey;
}

.glyphicon-arrow-up:before {
    content: "\e093";
    font-size: 16px;
}

.glyphicon-arrow-up:hover {
    color: #333333;
    cursor: pointer;
}

.nav-pills a{
    color: navy;
    font-weight: bold;
}

.red {
    color: red;
}

.green {
	color: green;
}

.ia_rating_modify textarea{
    width: 390px;
    height: 100px;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

/*
 * internal amdin
 * /coupon-purchase-details oldal
 */
#coupon-purchase-details fieldset {
    width: 600px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

#coupon-purchase-details legend {
    width: 300px;
    background:#fff;
    color: #bab7c0;
    border: solid 1px rgba(13, 9, 44, 0.62);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 6px;
    margin-left: 20px;
}

#coupon-purchase-details table tr td {
    line-height: 15px;
    vertical-align: middle;
    color: rgba(13, 9, 44, 0.62);
}

#coupon-purchase-details table tr td label{
    vertical-align: middle;
}


a:link.back-link,
a:visited.back-link{
    text-decoration: underline;
    color: #aaa;
    font-size: 14px;
}

a:link.back-link:hover,
a:visited.back-link:hover {
    text-decoration: none;
    color: #06c;
}

ul.pager li.disabled a.disabled {
    background: #e0e0e0;
    border: 1px solid silver;
}

#vouchers-handling-content .ratingBox, #accounting-content .ratingBox {
    max-width: 220px;
    background: white;
    border: 1px solid #8cb1da;
    border-radius: 5px;
    padding: 8px;
    color: #aeaeae;
}

#vouchers-handling-content .ratingBox .positive, #accounting-content .ratingBox .positive{
    color: #8ab5b1;
}

#vouchers-handling-content .ratingBox .negative, #accounting-content .ratingBox .negative{
    color: #df8597;
}

.max-width-200 {
    max-width: 200px !important;
}

.align-right {
    text-align: right;
}

.hidden-element {
    display: none;
}

.yellow-bg {
    background: #FFF89E !important;
    border-radius: 8px;
    padding: 5px;
    display: inline-block;
    border: 1px solid silver;
}

.red-bg {
    background: #FFB0B5 !important;
    border-radius: 8px;
    padding: 5px;
    display: inline-block;
    border: 1px solid silver;
}

.width-height-25 {
    width: 25px !important;
    height: 25px !important;
}

.weight-normal {
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

/* Új utalvány felvétele modal */
.modal-new-voucher .modal-title {
	margin-bottom: 10px;
}

.modal-new-voucher .container {
	display: table;
	width: 100%;
	border-spacing: 10px 25px;
	border-collapse: separate;
}

.modal-new-voucher .container .btn {
	display: table-cell;
	padding: 15px;
	width: 50%;
}

/* Új utalvány - szállás tab - hotel képek - validáció */
#own-hotel-container .has-error,
#in-system-hotel-container .has-error {
	border: 1px solid #a94442;
}

/* User Block bal fent */
.logged-user-box {
	width: 130px;
	overflow: hidden;
	font-size: 12px;
}
.logged-user-box ul {
	padding-left: 1px;
}

.sales-crm-table {
	width: 100%!important;
}

/** Call Handling: visszautasított foglalásoknál szálláshelyek a közelben gombok */
#hotelsInDistanceButtons button {
	margin:3px 5px;
}

/* IN PROGRESS */

.in-progress,
.in-progress-center {
	position: relative;
	opacity: 0.5;
	filter: alpha(opacity=50);
	zoom: 1;
	z-index: 3;
	transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-webkit-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
}

.in-progress:before,
.in-progress-center:before {
	-webkit-animation: spin 2s infinite linear;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%; /* IE 9 */
	font-family: 'Glyphicons Halflings';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e019" !important;
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 20px;
	font-size: 40px;
	margin-left: -20px;
}

.in-progress-center:before {
	top: 50%;
	margin-top: -20px;
}

.in-progress:after,
.in-progress-center:after {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.75);
	padding: 2px;
	top: 0;
}

.btn.in-progress {
	padding-left: 40px !important;
}

.btn.in-progress:before {
	left: 9px;
	top: 50%;
	font-size: 20px;
	margin-left: 0px;
	margin-top: -10px;
}

.btn.in-progress:after,
.btn.in-progress-center:after {
	display: none;
}



@-moz-keyframes spin {
	from {
		-moz-transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

/** New Campaign Block */
.new-campaign-block h1 {
	margin-bottom: 50px;
}

.new-campaign-block .col-sm-7 .form-group input {
	margin-top: -3px;
}

.new-campaign-block .col-sm-7  .form-check input {
	margin-top: -3px;
}
.new-campaign-block .col-sm-7 .form-check label {
	margin-top: 5px;
}
.new-campaign-block .col-sm-7  .form-check {
	margin: 20px 0;
}

.new-campaign-block .col-sm-7 .form-group select {
	max-width: 300px;
}

/** BS4 typeaheadjs fixes */
.dropdown-menu a.dropdown-item {
	display: block;
	padding: 3px 6px;
	color: #2b2d2f;
	font-size: 0.9rem;
}

.dropdown-menu a.dropdown-item:hover {
	background-color: #f8f9fa;
}
