* {
	padding: 0;
	margin: 0;
}
body{
	font-family:Verdana,"Geneva CE",lucida,sans-serif;
	background: #fff ;
	color:#000;
	/*font-size: x-small;*/
	/*font-size: 70%;*/
	text-align:center;
	min-width: 770px;
	line-height:1.5;
	padding: 0 20px;
}
html>body{
	font-size:small
}
img {
  border: 0px;
}
h1{
  color: #3b6c9f;
}

.absmiddle{
  vertical-align: middle;
}
.help{
  cursor: help;
}
.noscreen {
	width: 200px;
	position: absolute;
	left: 0;
	top: -1000px;
}
hr {
	display: none;
}
.end {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

/* layout */
#min{
	text-align:left;
	min-width:770px;
  position: relative;
}
#max{
	max-width:1160px;
	margin:0 auto;
}
body.pageFullWidth #max{
  max-width: none;
}

#logo {
  float: left;
}

#mainOuter {
  background: #d5dde6 url(../images/background.png) no-repeat right top ;
  background-size: cover;
	clear: both;
}
#main, #main #list{
  font-size: 1em;
}


#links {
  background: url(../images/top_banner.png) repeat-x left top;
  height: 28px;
  padding-top: 8px;
  color:#3b6c9f
}

#links a{
  font-weight: bold;
  text-decoration: none;
  color:#3b6c9f;
  background: url(../images/arrow2.png) no-repeat center bottom;
  padding-bottom: 10px;
}

#links a.active, #links a:hover{
  color: #001c45;
  background-image: url(../images/arrow1.png);
}




#submenu{
  border: 1px solid #90bbe8;
  border-top: 0px solid #90bbe8;
  color: #c5dbf3;
  /*margin-left: 70px;*/
  padding-left: 5px;
  padding-right: 5px;
  display:  inline;
}
#submenu a{
  color: #c5dbf3;
  font-weight: bold;
  text-decoration: none;
}
#submenu a:hover{
  color: #3b6c9f;
}
#searchDiv{
  padding-top: 8px;
  float: left;
  border-top: 5px solid #fc9628;
}
.searchForm{
  color: #3b6c9f;
  /*display: inline;
  padding-top: 8px;*/
}
.searchForm table th {
  font-weight: normal;
}
.searchForm table td {
  padding-right: 10px;
}
.searchForm input{
  height: 18px;
  vertical-align: top;
}
.searchForm .searchButton, .table-bottom .searchButton {
  width: 105px;
  height: 26px;
  background: red url(../images/butt_go.png) no-repeat left top;
  border: none;
  vertical-align: top;
  color: white;
  padding-bottom: 10px;
  padding-right: 5px;
}
.searchForm .searchButton.active{
  background-position: left bottom;
}
a.blueButton, a.redButton{
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}
input.redButton, input.blueButton{
  height: 26px;
}
.blueButton, .redButton{
  width: 105px;
  height: 15px;
  background: transparent url(../images/butt_blue.png) no-repeat left top;
  border: none;
  vertical-align: top;
  color: white;
  padding-bottom: 10px;
  padding-right: 5px;
}
.redButton{
  background-image: url(../images/butt_go.png);
}
.blueButton.active, .redButton.active, .blueButton:hover, .redButton:hover{
  background-position: left bottom;
}


.input_data input, textarea {
  width: 300px;
}
.input_narrow input, .input_narrow select {
  width: 250px;
}
#list table, table#list {
  border-left: 1px solid #fc9628;
/*  width: 99%;*/
  border-collapse: collapse;
}
#list th{
  background: #F27700 url(../images/table_top.png) no-repeat top left;
  height: 20px;
  padding-left: 15px;
  padding-right: 5px;
  color: white;
  vertical-align:top;
  margin: 0px;
}
#list td{
  padding: 1px 5px 1px 5px;
  margin: 0px;
}
#list th, #list td{
  border-right: 1px solid #fc9628;
  border-bottom: 1px solid #fc9628;
}
#list th a{
  color: white;
  text-decoration: none;
}

#list th a:hover{
  color: white;
  text-decoration: underline;
}
#list tr.hover, #list tr:hover {background-color: #DDDDDD;} /*trida pro IE, pseudotrida pro chytre*/
#list tr {behavior: url(js/hover.htc);}
#list .even {
  background-color: white;
}
#list .odd {
  background-color: #f4f4f4;
}

#list .up_old, #list .up_today, #list .up_2days, #list .up_2weeks,#list .up_last_login, #list .up_longtime{
  padding-left: 15px;
}
#list tr.bigGap td {
  border-top: 5px solid #fc9628;
}
#list.analytics{
  width: 100%;
}
.analyticsdate_time{
  min-width: 80px;
}
.up_today {
  background: url(../images/box_red.gif) repeat-y left top;
}
.up_2days {
  background: url(../images/box_green.gif) repeat-y left top;
}

.up_2weeks{
  background: url(../images/box_grey.gif) repeat-y left top;
}
.up_last_login{
  background: url(../images/box_orange.gif) repeat-y left top;
}
.up_longtime{
  background: url(../images/box_long_time.gif) repeat-y left top;
}

#list .callback_error, #list .callback_closed, #list .callback_warn, #list .callback_future{
  padding-left: 15px;
}
.callback_error {
  background: url(../images/box_red.gif) repeat-y left top;
}
.callback_closed {
  background: url(../images/box_grey.gif) repeat-y left top;
}

.callback_warn{
  background: url(../images/box_orange.gif) repeat-y left top;
}
.callback_future{
  background: url(../images/box_green.gif) repeat-y left top;
}

#helpLegend{
  float:right;
  margin-right: 5px;
  margin-top: -50px;
  border: none;
}
#helpContent{
  padding-left: 20px;
  border-top: 1px solid #fc9628;
}

/*
#list .up_today {
  background-color: #FF9999;
}
#list .up_week {
  background-color: #FFCC99;
}
#list .up_longtime {
  background-color: #99CCFF;
}
.up_2days {
  background-color: #FF9999;
}
.up_last_login {
  background-color: #FFCC99;
}
*/
.groupTable{
  margin-left: 50px;
}
.groupTable td{
  padding: 1px 5px;
}
.subHeading {
  color: #001c45;
}
.subHeading a{
  color: #001c45;
}

.pageFirstTd{
  width: 120px;
}
.subHeading{
  font-size: 1.2em;
  font-weight: bold;
}
.subHeading a {
  font-size: 0.85em;
  font-weight: bold;
}
.error{
  color: red;
}
.wideBox{
  width: 400px;
}
.short{
  width: 100px;
}
.veryshort {
  width: 40px;
}
.grey {
  padding-left: 10px;
  color: #888888;
}

form input, form select, form textarea {
  border: 1px solid #fc9628;
}

#add_notes{
  margin-bottom: 15px;
}
.note{
  margin: 5px 0 10px 0;
  border: 1px solid #90BBE8;
  padding: 4px 8px;
  background: white;
}
.noteUser{
  float: right;
  font-weight: bold;
}
.noteDate{
  font-weight: bold;
}
.smallnote{
  font-size: 85%;
  color: rgba(0,0,0,0.8);
}
.eventAction{
  font-weight: bold;
}

.callback{
  margin: 5px 0 10px 0;
  border: 1px solid #90BBE8;
  padding: 4px 8px;
  background: white;
}
.callback.closed{
  background-color: #ddd;
  color: #666;
}
.callbackUser{
  float: right;
  font-weight: bold;
}
.callbackDate{
  font-weight: bold;
}

/*
menu color:
text normal:#3b6c9f
tex active:#001c45

submenu:#c5dbf3 (border #90bbe8)

text in the form #082030

table line: #fc9628
legend colours:
green:#d1f3ba
apricot: #ffcc99
purple: #cecee4
red: #a50505
Headline text: #386596
*/

/* clearfix to handle floats---------------------------------------- */
.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}
#list.call_list-table td {
  padding: 5px;
}
.call_list-actions div {
  width: 165px;
}
.call_list-actions input {
  padding /*\**/: 0px 3px\9;
}
.call_list-actions .sbmt-save {
  margin-right: 4px;
}
.call_list-table textarea {
  height: 1.2em;
  width: 150px;
}
.sbmt-approve {
  margin-right: 4px;
}

table#list.call_list-table .row-changed {
  background-color: #f8d67c;
}
table#list.call_list-table .call_list_submit.sbmt-save {
  width: 55px;
  height: 21px;
}
table#list.call_list-table .row-changed .call_list_submit.sbmt-save {
  background: transparent url('../images/butt_save.png') left top repeat-x;
  font-weight: bold;
  margin-right: 4px;
  color: white;
}
table#list.call_list-table .row-changed .call_list_submit.sbmt-save:hover {
  background-position: left bottom;
}
.prompter {
  background: white;
  position: absolute;
  right: 0px;
}
.prompter #helpLegend {
  float: none;
  margin: 0px;
}
.prompter #helpLegend legend {
  border-bottom: 1px solid #b6d3f0;
  font-weight: bold;
  color: #3B6C9F;
  margin-right: 15px;
}
.row-add-new-row {
  background: white;
}
.prompter #helpContent {
  white-space: nowrap;
  margin-top: 10px;
  margin-left: 10px;
  padding: 3px 5px;
  border: 1px solid #b6d3f0;
}
.prompter .prompter-close {
  float: right;
}
.searchForm-call_list {
  margin-bottom: 10px;
}
.priority-arrows{
  display: inline-block;
}
.priority-arrows{
  padding-left: 5px;
}
.priority-up img{
  padding-bottom: 3px;
  padding-right: 2px;
}

.check-sites span.like-block {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  max-width: 250px;
  line-height: 1.2em;
}
.check-sites img {
  width: 25px;
  height: 25px;
}
.server-function, .test-servers th.test, .test-servers .test-host { cursor: pointer; }
.server-function-df, .server-function-dfi, .server-function-free { font-family: monospace; font-size: 1.1em; }
.server-function {
  min-height: 1.4em;
}
#upload_directory_container ul {
  padding-left: 20px;
}
.upload-form {
  margin-left: 700px;
  position: fixed;
  top: 100px;
  max-width: 460px;
}


#sortable1, #sortable2 { list-style-type: none; margin: 0; padding: 0;}

.sortableRequirements #sortable1 li, .sortableRequirements #sortable2 li {
  font-size:1em;
  margin: 0 1px 3px;
  padding: 1px 4px;
  width:160px;
  cursor: move;
  
}

.sortableRequirements #sortable1, .sortableRequirements #sortable2{
  /*border: 1px solid black;*/
  padding: 2px;
  min-height: 20px;
  width: 191px;
  background-color: white;
  height: 440px;
}

.sortableRequirements{
  background: #D5DDE6 url(../images/background_window.png) no-repeat right top;
  min-height: 550px;
}

.orangeBox, .blueBox{
  border: 1px solid #fc9628;
  width: 196px;
}
.blueBox{
  border-color: #c3cdd8;
}
.orangeBox ul{
  /*border: 1px solid #fc9628;*/
}
.blueBox ul{
  /*border: 1px solid #c3cdd8;*/
}
.orangeBox .title, .blueBox .title{
  background-color: #fc9628;
  font-size: 12px;
  color: white;
  text-align: center;
  padding: 4px 2px;
  font-weight: bold;
}
.blueBox .title{
  background-color: #c3cdd8;
  color: #3B6C9F;
}

.sortableRequirements .ui-state-chosen{
  border: 1px solid  #fc9628;
  background-color: #fdddba;
  color: #fc9628;
}
.sortableRequirements .ui-state-available{
  border: 1px solid  #c3cdd8;
  background-color: #e3e8ee;
  color: #3B6C9F;
}
.sortableRequirements .ui-state-inactive{
  border: 1px solid  #c3cdd8;
  background-color: #e3e8ee;
  color: #777777;
}
#project_requirements_active li{
  border: 1px solid  #fc9628;
  background-color: #fdddba;
  color: #fc9628;
  display: inline-block;
  margin: 0 1px 3px;
  padding: 1px 4px;
  width:160px;
}

#project_requirements_active {
  list-style: none url();
}
#project_requirements_active li{
  list-style: none url();
  display: inline;
}

.discussionTop{
  background-color: #C3CDD8;
  padding: 2px 5px;
}
.discussionBox{
  border: 1px solid #C3CDD8;
  margin-bottom: 5px;
}
.discussionBody{
  padding: 2px 5px;
}
.discussionSubject{
  display: inline;
}
.discussion-form{
  border: 1px solid #FC9628;
  /*padding: 2px 5px;*/
}
.cms-heading{
  background-color:#FC9628;
  color:white;
  padding: 2px 5px;
}
.no-dash{
  margin: 2px 5px;
}
.no-dash td{
  padding-bottom: 2px;
}
.discussionFunctions .discussion-edit, .discussionFunctions .discussion-remove, .discussionFunctions .discussion-reaction {
  display: inline-block;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  overflow: hidden;
}
.discussionFunctions .discussion-edit { background-image: url('../images/icons/forum_icon_edit.png'); }
.discussionFunctions .discussion-remove { background-image: url('../images/icons/forum_icon_delete.png'); }
.discussionFunctions .discussion-reaction { background-image: url('../images/icons/forum_icon_quote.png'); width: 20px; }
.discussionTop .discussionUser, .discussionTop .discussionSubject {
  font-weight: bold;
}
.discussionTop .discussionDate, .discussionTop .discussionUser {
  display: inline;
}
.discussionBox.level2, .discussionBox.level4, .discussionBox.level6, .discussionBox.level6 .discussionBox {
  background-color: #EBEBEB;
  margin: 0 0 0 10px;
}
.discussionBox.level3, .discussionBox.level5 {
  background-color: #E1E1E3;
  margin: 0 0 0 10px;
}

.actionsCover{
  position: relative;
  vertical-align: top;
  float: right;
}
.actionsCover .actions{
  display: none;
  position: absolute;
  background-color: rgba(252,150,40, 0.3);
  /*background-color: rgba(55,68,121,0.19);*/
  /*right: -50px;*/
  right: 0px;
  top: -2px;
  padding: 3px 5px 0px 5px;
  /*min-width: 50px;*/
  white-space: nowrap;
  text-align: right;
  height: 21px;
}

tr:hover .actions, tr.hover .actions{
  display: block;
}

div.color-picker { border-left: 1px solid #000; border-top: 1px solid #000; position: absolute; left: 0px; top: 0px; padding: 0px; }
div.color-picker ul { list-style: none; padding: 0px; margin: 0px; float: left; }
div.color-picker ul li { display: block; width: 15px; height: 15px; border-right: 1px solid #000; border-bottom: 1px solid #000; margin: 0px; float: left; cursor: pointer; }

div.color-picker ul li { display: block; width: 15px; height: 15px; border-right: 1px solid #000; border-bottom: 1px solid #000; margin: 0px; float: left; cursor: pointer; }

.color_chooser{
  height: 14px;
  width: 168px;
  margin-top: 6px;
  border-radius: 4px;
  background: url(../../start/images/calendar/colour_57607f.png) repeat-x left top #57607f;
  border: 1px solid white;
  cursor: pointer;
}

.calendar_day_event{
  position: absolute;
  left: 0;
  width: 100%;
  margin: 1px;
  background-repeat: repeat-x;
  overflow: hidden;
  border-radius: 3px;
  min-height: 21px; /*half of 42, see JavaScript constant calendar_hour_height=42*/
/*box-shadow: 2px 2px rgb(207,204,211);*/
}

.calendar_event.color_57607f, .calendar_client_color.color_57607f, .calendar_day_event.color_57607f{ background-color: #57607f; background-color: rgba(158, 165, 188, 0.85); background-image: url(../../start/images/calendar/colour_57607f.png); border-color: #57607f; }
.calendar_event.color_6f6f6f, .calendar_client_color.color_6f6f6f, .calendar_day_event.color_6f6f6f{ background-color: #6f6f6f; background-color: rgba(175, 175, 175, 0.85); background-image: url(../../start/images/calendar/colour_6f6f6f.png); border-color: #6f6f6f; }
.calendar_event.color_0b0b0b, .calendar_client_color.color_0b0b0b, .calendar_day_event.color_0b0b0b{ background-color: #0b0b0b; background-color: rgba(120, 118, 118, 0.85); background-image: url(../../start/images/calendar/colour_0b0b0b.png); border-color: #0b0b0b; }
.calendar_event.color_939343, .calendar_client_color.color_939343, .calendar_day_event.color_939343{ background-color: #939343; background-color: rgba(202, 202, 145, 0.85); background-image: url(../../start/images/calendar/colour_939343.png); border-color: #939343; }
.calendar_event.color_d95854, .calendar_client_color.color_d95854, .calendar_day_event.color_d95854{ background-color: #d95854; background-color: rgba(254, 185, 185, 0.85); background-image: url(../../start/images/calendar/colour_d95854.png); border-color: #d95854; }
.calendar_event.color_cb75c1, .calendar_client_color.color_cb75c1, .calendar_day_event.color_cb75c1{ background-color: #cb75c1; background-color: rgba(228, 185, 228, 0.85); background-image: url(../../start/images/calendar/colour_cb75c1.png); border-color: #cb75c1; }
.calendar_event.color_9f4747, .calendar_client_color.color_9f4747, .calendar_day_event.color_9f4747{ background-color: #9f4747; background-color: rgba(210, 155, 153, 0.85); background-image: url(../../start/images/calendar/colour_9f4747.png); border-color: #9f4747; }
.calendar_event.color_4480d8, .calendar_client_color.color_4480d8, .calendar_day_event.color_4480d8{ background-color: #4480d8; background-color: rgba(140, 182, 243, 0.85); background-image: url(../../start/images/calendar/colour_4480d8.png); border-color: #4480d8; }
.calendar_event.color_a25f19, .calendar_client_color.color_a25f19, .calendar_day_event.color_a25f19{ background-color: #a25f19; background-color: rgba(239, 165,  85, 0.85); background-image: url(../../start/images/calendar/colour_a25f19.png); border-color: #a25f19; }
.calendar_event.color_54a566, .calendar_client_color.color_54a566, .calendar_day_event.color_54a566{ background-color: #54a566; background-color: rgba(158, 222, 169, 0.85); background-image: url(../../start/images/calendar/colour_54a566.png); border-color: #54a566; }
.calendar_event.color_7446ea, .calendar_client_color.color_7446ea, .calendar_day_event.color_7446ea{ background-color: #7446ea; background-color: rgba(208, 193, 247, 0.85); background-image: url(../../start/images/calendar/colour_7446ea.png); border-color: #7446ea; }
.calendar_event.color_8f1c9a, .calendar_client_color.color_8f1c9a, .calendar_day_event.color_8f1c9a{ background-color: #8f1c9a; background-color: rgba(210, 149, 216, 0.85); background-image: url(../../start/images/calendar/colour_8f1c9a.png); border-color: #8f1c9a; }
.calendar_event.color_8096b3, .calendar_client_color.color_8096b3, .calendar_day_event.color_8096b3{ background-color: #8096b3; background-color: rgba(201, 208, 223, 0.85); background-image: url(../../start/images/calendar/colour_8096b3.png); border-color: #8096b3; }
.calendar_event.color_397931, .calendar_client_color.color_397931, .calendar_day_event.color_397931{ background-color: #397931; background-color: rgba(136, 187, 130, 0.85); background-image: url(../../start/images/calendar/colour_397931.png); border-color: #397931; }
.calendar_event.color_bf1814, .calendar_client_color.color_bf1814, .calendar_day_event.color_bf1814{ background-color: #bf1814; background-color: rgba(228, 106, 102, 0.85); background-image: url(../../start/images/calendar/colour_bf1814.png); border-color: #bf1814; }
.calendar_event.color_e2963f, .calendar_client_color.color_e2963f, .calendar_day_event.color_e2963f{ background-color: #e2963f; background-color: rgba(250, 203, 138, 0.85); background-image: url(../../start/images/calendar/colour_e2963f.png); border-color: #e2963f; }

.organization_color{
  margin: 1px 4px 0 2px;
  cursor: auto;
  top: -1px;
  vertical-align: top;
}

.calendar_client_color_no{
  background: white;
}
tr.not-chargeable td.price {
  color: #AAA;
}
.check-error-icon {
  width: 20px;
}
#index_errors {
  float: right;
  padding: 20px;
  max-width: 300px;
}

.fatal-errors-check .error-item {
  margin-bottom: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(0,0,0,0.3);
}
.fatal-errors-check .error-item ul {
  padding-left: 20px;
}
.fatal-errors-check.is-over {
  position: absolute;
  right: 0px;
  width: 100%;
  background: white;
  padding: 15px;
}
.nowrap {
  white-space: nowrap;
}
.item-critical, .item-warning, .item-normal {
  font-size: 1.8em;
  text-decoration: none;
}
span.item-critical, span.item-warning, span.item-normal {
  font-size: 1.5em;
}
.item-critical:before, .item-warning:before {
  content: "!";
  color: red;
  font-size: 1.5em;
  text-decoration: none;
  background: orange;
  border-radius: 50%;
  width: 1.2em;
  height: 1.2em;
  vertical-align: middle;
  margin-right: 10px;
  line-height: 1.2em;
  text-align: center;
  display: inline-block;
}
.item-warning:before {
  color: rgba(255, 0, 0, 0.5);
  background: yellow;
}
.server-function-free::first-line, .server-function-df::first-line, .server-function-dfi::first-line {
  font-weight: bold;
}
.clickAjaxLink, .clickable {
  cursor: pointer;
}
#crash_list .clickAjaxLink:hover, #crash_list .clickable:hover {
  background: rgba(0, 0, 0, 0.05);
}
#crash_list, #crash_list ul {
  list-style-type: none;
}
#crash_list ol {
  padding-lefT: 5px;
}
#crash_list ol li:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  font-size: 1px;
}
#crash_list div.crash-row {
  position: relative;
}
#crash_list pre {
  widtH: 68%;
  white-space: pre-wrap;
}
form .filter-group {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}
#crash_list .crash-log-debug {
  float: right;
  width: 30%;
  font-size: 0.8em;
}
#crash_list div.crash-row span.crash-row-item {
  min-width: 30px;
  display: inline-block;
  padding: 0px 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#crash_list div.crash-row span.crash-functions {
  display: none;
  position: absolute;
  right: 0px;
  background: white;
}
#crash_list div.crash-row:hover span.crash-functions {
  display: block;
}
#crash_list div.crash-row span.crash-name { width: 45%; }
#crash_list div.crash-row span.crash-models, #crash_list div.crash-row span.crash-app-version, #crash_list div.crash-row span.crash-os-version { width: 14%; width: 14.5%; }
#crash_list div.crash-row span.crash-count, #crash_list div.crash-row span.crash-members { min-width: 35px; }
#crash_list div.crash-row.status-success { background: rgba(0, 255, 0, 0.2); }
#crash_list div.crash-row.status-failed { background: rgba(255, 0, 0, 0.2); }
#crash_list.hideResolved .status-success {display: none;}

#segmentTable.hideSegmentOrdering .moveRow{display: none;}
#segmentTable .estHours {min-width: 70px;}
#segmentTable .estHours a{white-space: nowrap;}

.hidden {display: none;}
